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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes ladi-loading {

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

   50% {
      transform: scale(1.5)
   }
}

.overflow-hidden {
   overflow: hidden
}

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

.opacity-0 {
   opacity: 0
}

.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-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-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 .5s ease-in-out;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-perspective: 1000px;
   perspective: 1000px
}

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


.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.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-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-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:hover {
   filter: none
}

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

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

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

.ladi-table table {
   width: 100%
}

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

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

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

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

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



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

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

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

.ladi-countdown .ladi-countdown-background {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background-size: inherit;
   background-attachment: inherit;
   background-origin: inherit;
   display: table;
   pointer-events: none
}

.ladi-countdown .ladi-countdown-text {
   position: absolute;
   width: 100%;
   height: 100%;
   text-decoration: inherit;
   display: table;
   pointer-events: none
}

.ladi-countdown .ladi-countdown-text span {
   display: table-cell;
   vertical-align: middle
}

.ladi-countdown>.ladi-element {
   text-decoration: inherit;
   background-size: inherit;
   background-attachment: inherit;
   background-origin: inherit;
   position: relative;
   display: inline-block
}

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

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

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

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

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

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

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

.ladi-collection.carousel {
   overflow: hidden
}

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

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

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


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

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



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

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

.ladi-form .ladi-button>.ladi-element {
   color: initial;
   font-size: initial;
   font-weight: initial;
   text-transform: initial;
   text-decoration: initial;
   font-style: initial;
   text-align: initial;
   letter-spacing: initial;
   line-height: initial
}

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

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

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

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

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

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

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

.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) {
   #SECTION_POPUP {
      height: 0px;
   }

   #SECTION1 {
      height: 92.96px;
   }

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

   #SECTION2 {
      height: 830.9px;
   }

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

   #SECTION3 {
      height: 670.9px;
   }

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

   #SECTION4 {
      height: 1003.9px;
   }

   #SECTION4>.ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("../images/bg-hell-20210219072508.jpg");
      background-position: center top;
      background-repeat: repeat;
   }

   #SECTION5 {
      height: 435.9px;
   }

   #SECTION6 {
      height: 920.9px;
   }

   #SECTION6>.ladi-section-background {
      background-color: rgb(9, 18, 10);
   }

   #SECTION7 {
      height: 1025.9px;
   }

   #SECTION7>.ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("../images/bg_why-20210219074028.jpg");
      background-position: center top;
      background-repeat: repeat;
   }

   #SECTION8 {
      height: 394px;
   }

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

   #SECTION9 {
      height: 733.049px;
   }

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

   #SECTION10 {
      height: 1002.9px;
   }

   #SECTION10>.ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("../images/bg-formula-20210219085023.jpg");
      background-position: center center;
      background-repeat: repeat;
   }

   #SECTION11 {
      height: 477.958px;
   }

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

   #PARAGRAPH12 {
      width: 208px;
      top: 0px;
      left: 46.5px;
   }

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

   #IMAGE14 {
      width: 32px;
      height: 43px;
      top: 1.9201px;
      left: 0px;
   }

   #IMAGE14>.ladi-image>.ladi-image-background {
      width: 32px;
      height: 43px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack-20210219042332.png");
   }

   #GROUP17 {
      width: 254.5px;
      height: 64px;
      top: 14.36px;
      left: 357.5px;
   }

   #PARAGRAPH19 {
      width: 173px;
      top: 0px;
      left: 46.5px;
   }

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

   #IMAGE20 {
      width: 32px;
      height: 43px;
      top: 1.9201px;
      left: 0px;
   }

   #IMAGE20>.ladi-image>.ladi-image-background {
      width: 32px;
      height: 43px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack1-20210219042333.png");
   }

   #GROUP18 {
      width: 219.5px;
      height: 66px;
      top: 14.74px;
      left: 652.5px;
   }

   #COUNTDOWN21 {
      width: 320px;
      height: 57px;
      top: 0.96px;
      left: 40px;
   }

   #COUNTDOWN21>.ladi-countdown {
      color: rgb(255, 249, 69);
      font-size: 40px;
      font-weight: bold;
      text-align: center;
   }

   #COUNTDOWN21>.ladi-countdown>.ladi-element {
      width: 25%;
      height: 100%;
   }

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

   #BOX26 {
      width: 242px;
      height: 57px;
      top: 0px;
      left: 78px;
   }

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

   #HEADLINE27 {
      width: 116px;
      top: 12.46px;
      left: 156px;
   }

   #HEADLINE27>.ladi-headline {
      color: rgb(255, 249, 69);
      font-size: 20px;
      line-height: 1.6;
   }

   #PARAGRAPH28 {
      width: 1119px;
      top: 23.873px;
      left: 40.5px;
   }

   #PARAGRAPH28>.ladi-paragraph {
      color: rgb(104, 0, 0);
      font-size: 33px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
   }

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

   #IMAGE29 {
      width: 457.29px;
      height: 434.426px;
      top: 233px;
      left: 363.935px;
   }

   #IMAGE29>.ladi-image>.ladi-image-background {
      width: 457.29px;
      height: 434.426px;
      top: 0px;
      left: 0px;
      background-image: url("../images/decor-prostanix-20210223071309.png");
   }

   #BOX30 {
      width: 370.779px;
      height: 450.179px;
      top: 0px;
      left: 0px;
   }

   #BOX30>.ladi-box {
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(250, 81, 3);
      border-width: 4px;
      border-radius: 5px;
      filter: drop-shadow(rgb(180, 180, 180) 0px 3px 3px);
   }

   #PARAGRAPH32 {
      width: 347px;
      top: 15.7px;
      left: 12.1398px;
   }

   #PARAGRAPH32>.ladi-paragraph {
      color: rgb(104, 0, 0);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
   }

   #BOX33 {
      width: 346px;
      height: 61.5px;
      top: 82.867px;
      left: 11.114px;
   }

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

   #PARAGRAPH34 {
      width: 129px;
      top: 93.367px;
      left: 13.114px;
   }

   #PARAGRAPH34>.ladi-paragraph {
      text-decoration-line: line-through;
      -webkit-text-decoration-line: line-through;
      color: rgb(0, 0, 0);
      font-size: 16px;
      text-align: center;
      line-height: 1.2;
   }

   #BOX35 {
      width: 221.224px;
      height: 61.5px;
      top: 82.867px;
      left: 135.89px;
   }

   #BOX35>.ladi-box {
      background-color: rgb(201, 31, 23);
   }

   #PARAGRAPH36 {
      width: 214px;
      top: 90.367px;
      left: 138.502px;
   }

   #PARAGRAPH36>.ladi-paragraph {
      color: rgb(255, 249, 69);
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
   }

   #FORM37 {
      width: 335.499px;
      height: 233.434px;
      top: 174.294px;
      margin: 0 auto;
      position: relative;
   }

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

   #FORM37 .ladi-form-item .ladi-form-control::placeholder,
   #FORM37 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""],
   #FORM37 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
      color: #000;
   }



   #FORM37 .ladi-form-item.ladi-form-checkbox {
      padding-left: 9px;
      padding-right: 9px;
   }

   #FORM37 .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%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
   }

   #FORM37 .ladi-form-item-container {
      border-style: solid;
      border-color: rgb(238, 238, 238);
      border-width: 1px;
      border-radius: 5px;
   }

   #BUTTON38 {
      width: 229.714px;
      height: 56px;
      top: 177.434px;
      left: 53.142px;
   }

   #BUTTON38>.ladi-button>.ladi-button-background {
      background: rgba(255, 75, 66, 1.0);
      background: -webkit-linear-gradient(180deg, rgba(255, 75, 66, 1.0), rgba(201, 31, 23, 1.0));
      background: linear-gradient(180deg, rgba(255, 75, 66, 1.0), rgba(201, 31, 23, 1.0));
   }

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

   #BUTTON38>.ladi-button:hover {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      border-color: rgb(137, 6, 0);
   }

   #BUTTON38>.ladi-button:hover .ladi-button-background {
      background-color: rgb(164, 0, 0);
      background-image: none;
   }

   #BUTTON_TEXT38 {
      width: 230px;
      top: 9px;
      left: 0px;
   }

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

   #FORM_ITEM39 {
      width: 335px;
      height: 47.25px;
      top: 0px;
      left: 0.499px;
   }

   #FORM_ITEM41 {
      width: 335px;
      height: 47.25px;
      top: 74.75px;
      left: 0px;
   }

   #PARAGRAPH43 {
      width: 247px;
      top: 397.899px;
      left: 11.89px;
   }

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

   #LINE44 {
      height: 40px;
      top: 397.899px;
      left: 259.89px;
   }

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

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

   #PARAGRAPH45 {
      width: 99px;
      top: 402.899px;
      left: 259.89px;
   }

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

   #PARAGRAPH46 {
      width: 243px;
      top: 526.179px;
      left: 64.3895px;
   }

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

   #SECTION47 {
      height: 732.9px;
   }

   #SECTION47>.ladi-section-background {
      background-color: rgb(9, 18, 10);
   }

   #SHAPE49 {
      width: 68px;
      height: 68px;
      top: 6px;
      left: 0px;
   }

   #SHAPE49 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH50 {
      width: 469px;
      top: 0px;
      left: 81.57px;
   }

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

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

   #GROUP48 {
      width: 550.57px;
      height: 74px;
      top: 160.751px;
      left: 0px;
   }

   #SHAPE55 {
      width: 68px;
      height: 68px;
      top: 6px;
      left: 0px;
   }

   #SHAPE55 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH56 {
      width: 469px;
      top: 0px;
      left: 81.57px;
   }

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

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

   #GROUP54 {
      width: 550.57px;
      height: 104px;
      top: 290.751px;
      left: 0px;
   }

   #SHAPE61 {
      width: 68px;
      height: 68px;
      top: 6px;
      left: 0px;
   }

   #SHAPE61 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH62 {
      width: 469px;
      top: 0px;
      left: 81.57px;
   }

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

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

   #GROUP60 {
      width: 550.57px;
      height: 104px;
      top: 419.751px;
      left: 0px;
   }

   #SHAPE64 {
      width: 68px;
      height: 68px;
      top: 6px;
      left: 0px;
   }

   #SHAPE64 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH65 {
      width: 469px;
      top: 0px;
      left: 81.57px;
   }

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

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

   #GROUP63 {
      width: 550.57px;
      height: 104px;
      top: 539.751px;
      left: 0px;
   }

   #PARAGRAPH66 {
      width: 1039px;
      top: 37.973px;
      left: 81px;
   }

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

   #GROUP67 {
      width: 370.779px;
      height: 450.179px;
      top: 290.721px;
      left: 810.11px;
   }

   #BOX68 {
      width: 1200px;
      height: 639.382px;
      top: 16.518px;
      left: 0px;
   }

   #BOX68>.ladi-box {
      box-shadow: 0px 15px 20px -15px #000;
      -webkit-box-shadow: 0px 15px 20px -15px #000;
      background-color: rgb(255, 255, 255);
      border-radius: 20px;
   }

   #PARAGRAPH69 {
      width: 899px;
      top: 34.073px;
      left: 30px;
   }

   #PARAGRAPH69>.ladi-paragraph {
      color: rgb(201, 31, 23);
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
   }

   #IMAGE70 {
      width: 484.584px;
      height: 639.382px;
      top: 16.518px;
      left: 715.416px;
   }

   #IMAGE70>.ladi-image>.ladi-image-background {
      width: 1138.9px;
      height: 639.382px;
      top: 0.000224px;
      left: -616.315px;
      background-image: url("../images/bg-test-block-20210219070442.jpg");
   }

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

   #SHAPE71 {
      width: 28.0188px;
      height: 37.7316px;
      top: 0px;
      left: 0px;
   }

   #SHAPE71:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE71 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH72 {
      width: 899px;
      top: 144.318px;
      left: 30.5px;
   }

   #PARAGRAPH72>.ladi-paragraph {
      color: rgb(45, 153, 60);
      font-size: 20px;
      text-align: center;
      line-height: 1.2;
   }

   #PARAGRAPH73 {
      width: 371px;
      top: 7.3658px;
      left: 45.3038px;
   }

   #PARAGRAPH73>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 18px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP74 {
      width: 415.304px;
      height: 37.7316px;
      top: 191.952px;
      left: 35.9812px;
   }

   #SHAPE88 {
      width: 28.0188px;
      height: 37.7316px;
      top: 0px;
      left: 0px;
   }

   #SHAPE88:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE88 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH89 {
      width: 371px;
      top: 7.3658px;
      left: 45.3038px;
   }

   #PARAGRAPH89>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 18px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP87 {
      width: 415.304px;
      height: 37.7316px;
      top: 249.152px;
      left: 35.9812px;
   }

   #SHAPE91 {
      width: 28.0188px;
      height: 37.7316px;
      top: 0px;
      left: 0px;
   }

   #SHAPE91:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE91 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH92 {
      width: 371px;
      top: 7.3658px;
      left: 45.3038px;
   }

   #PARAGRAPH92>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 18px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP90 {
      width: 416.304px;
      height: 37.7316px;
      top: 306.353px;
      left: 35.9812px;
   }

   #SHAPE94 {
      width: 28.0188px;
      height: 37.7316px;
      top: 0px;
      left: 0px;
   }

   #SHAPE94:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE94 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH95 {
      width: 371px;
      top: 7.3658px;
      left: 45.3038px;
   }

   #PARAGRAPH95>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 18px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP93 {
      width: 415.304px;
      height: 37.7316px;
      top: 363.553px;
      left: 35.9812px;
   }

   #SHAPE97 {
      width: 28.0188px;
      height: 37.7316px;
      top: 0px;
      left: 0px;
   }

   #SHAPE97:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE97 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH98 {
      width: 371px;
      top: 7.3658px;
      left: 45.3038px;
   }

   #PARAGRAPH98>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 18px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP96 {
      width: 415.304px;
      height: 37.7316px;
      top: 420.754px;
      left: 35.9812px;
   }

   #SHAPE100 {
      width: 28.0188px;
      height: 37.7316px;
      top: 0px;
      left: 0px;
   }

   #SHAPE100:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE100 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH101 {
      width: 324px;
      top: 7.3658px;
      left: 45.3038px;
   }

   #PARAGRAPH101>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 18px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP99 {
      width: 369.304px;
      height: 54.3658px;
      top: 477.954px;
      left: 35.9812px;
   }

   #SHAPE103 {
      width: 28.0188px;
      height: 37.7316px;
      top: 0px;
      left: 0px;
   }

   #SHAPE103:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE103 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH104 {
      width: 371px;
      top: 7.3658px;
      left: 45.3038px;
   }

   #PARAGRAPH104>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 18px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP102 {
      width: 416.304px;
      height: 71.3658px;
      top: 191.956px;
      left: 433.981px;
   }

   #SHAPE106 {
      width: 28.0188px;
      height: 37.7316px;
      top: 0px;
      left: 0px;
   }

   #SHAPE106:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE106 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH107 {
      width: 339px;
      top: 7.3658px;
      left: 45.3038px;
   }

   #PARAGRAPH107>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 18px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP105 {
      width: 384.304px;
      height: 54.3658px;
      top: 255.302px;
      left: 433.981px;
   }

   #SHAPE109 {
      width: 28.0188px;
      height: 37.7316px;
      top: 0px;
      left: 0px;
   }

   #SHAPE109:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE109 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH110 {
      width: 371px;
      top: 7.3658px;
      left: 45.3038px;
   }

   #PARAGRAPH110>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 18px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP108 {
      width: 415.304px;
      height: 37.7316px;
      top: 335.283px;
      left: 433.981px;
   }

   #SHAPE112 {
      width: 28.0188px;
      height: 37.7316px;
      top: 0px;
      left: 0px;
   }

   #SHAPE112:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE112 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH113 {
      width: 371px;
      top: 7.3658px;
      left: 45.3038px;
   }

   #PARAGRAPH113>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 18px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP111 {
      width: 415.304px;
      height: 37.7316px;
      top: 398.629px;
      left: 433.981px;
   }

   #SHAPE115 {
      width: 28.0188px;
      height: 37.7316px;
      top: 0px;
      left: 0px;
   }

   #SHAPE115:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE115 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH116 {
      width: 371px;
      top: 7.3658px;
      left: 45.3038px;
   }

   #PARAGRAPH116>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 18px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP114 {
      width: 415.304px;
      height: 37.7316px;
      top: 461.976px;
      left: 433.981px;
   }

   #SHAPE118 {
      width: 28.0188px;
      height: 37.7316px;
      top: 0px;
      left: 0px;
   }

   #SHAPE118:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE118 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH119 {
      width: 371px;
      top: 7.3658px;
      left: 45.3038px;
   }

   #PARAGRAPH119>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 18px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP117 {
      width: 415.304px;
      height: 54.3658px;
      top: 525.322px;
      left: 433.981px;
   }

   #SHAPE121 {
      width: 28.0188px;
      height: 37.7316px;
      top: 0px;
      left: 0px;
   }

   #SHAPE121:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE121 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH122 {
      width: 324px;
      top: 7.3658px;
      left: 45.3038px;
   }

   #PARAGRAPH122>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 18px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP120 {
      width: 369.304px;
      height: 37.7316px;
      top: 541.956px;
      left: 35.9812px;
   }

   #BUTTON123 {
      width: 298.285px;
      height: 69.1696px;
      top: 619.518px;
      left: 476.99px;
   }

   #BUTTON123>.ladi-button>.ladi-button-background {
      background: #e52d27;
      background: -webkit-linear-gradient(180deg, #e52d27, #b31217);
      background: linear-gradient(180deg, #e52d27, #b31217);
   }

   #BUTTON123>.ladi-button {
      border-radius: 7px;
   }

   #BUTTON123.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_TEXT123 {
      width: 247px;
      top: 9px;
      left: 0px;
   }

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

   #PARAGRAPH124 {
      width: 1049px;
      top: 17.27px;
      left: 75.5px;
   }

   #PARAGRAPH124>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 35px;
      text-align: center;
      line-height: 1.2;
   }

   #IMAGE125 {
      width: 199px;
      height: 199px;
      top: 0px;
      left: 86px;
   }

   #IMAGE125>.ladi-image>.ladi-image-background {
      width: 199px;
      height: 199px;
      top: 0px;
      left: 0px;
      background-image: url("../images/h01-20210219071944.png");
   }

   #PARAGRAPH126 {
      width: 283px;
      top: 220.5px;
      left: 44.5px;
   }

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

   #PARAGRAPH127 {
      width: 371px;
      top: 261.5px;
      left: 0px;
   }

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

   #GROUP128 {
      width: 371px;
      height: 401.5px;
      top: 120.562px;
      left: 0px;
   }

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

   #IMAGE142 {
      width: 199px;
      height: 199px;
      top: 0px;
      left: 86px;
   }

   #IMAGE142>.ladi-image>.ladi-image-background {
      width: 199px;
      height: 199px;
      top: 0px;
      left: 0px;
      background-image: url("../images/h02-20210219071944.png");
   }

   #PARAGRAPH143 {
      width: 283px;
      top: 220.5px;
      left: 44.5px;
   }

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

   #PARAGRAPH144 {
      width: 371px;
      top: 261.5px;
      left: 0px;
   }

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

   #GROUP141 {
      width: 371px;
      height: 429.5px;
      top: 120.562px;
      left: 414.5px;
   }

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

   #IMAGE146 {
      width: 199px;
      height: 199px;
      top: 0px;
      left: 86px;
   }

   #IMAGE146>.ladi-image>.ladi-image-background {
      width: 199px;
      height: 199px;
      top: 0px;
      left: 0px;
      background-image: url("../images/h03-20210219071944.png");
   }

   #PARAGRAPH147 {
      width: 283px;
      top: 220.5px;
      left: 44.5px;
   }

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

   #PARAGRAPH148 {
      width: 371px;
      top: 295.5px;
      left: 0px;
   }

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

   #GROUP145 {
      width: 371px;
      height: 379.5px;
      top: 120.562px;
      left: 829px;
   }

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

   #IMAGE150 {
      width: 199px;
      height: 199px;
      top: 0px;
      left: 86px;
   }

   #IMAGE150>.ladi-image>.ladi-image-background {
      width: 199px;
      height: 199px;
      top: 0px;
      left: 0px;
      background-image: url("../images/h04-20210219071944.png");
   }

   #PARAGRAPH151 {
      width: 371px;
      top: 220.5px;
      left: 0px;
   }

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

   #PARAGRAPH152 {
      width: 371px;
      top: 289.5px;
      left: 0px;
   }

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

   #GROUP149 {
      width: 371px;
      height: 401.5px;
      top: 578.562px;
      left: 200.5px;
   }

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

   #IMAGE154 {
      width: 199px;
      height: 199px;
      top: 0px;
      left: 86px;
   }

   #IMAGE154>.ladi-image>.ladi-image-background {
      width: 199px;
      height: 199px;
      top: 0px;
      left: 0px;
      background-image: url("../images/h05-20210219071944.png");
   }

   #PARAGRAPH155 {
      width: 371px;
      top: 220.5px;
      left: 0px;
   }

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

   #PARAGRAPH156 {
      width: 371px;
      top: 284.5px;
      left: 0px;
   }

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

   #GROUP153 {
      width: 371px;
      height: 396.5px;
      top: 578.562px;
      left: 620.5px;
   }

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

   #PARAGRAPH157 {
      width: 966px;
      top: 58.173px;
      left: 117.5px;
   }

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

   #PARAGRAPH158 {
      width: 1200px;
      top: 164.27px;
      left: 0px;
   }

   #PARAGRAPH158>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 24px;
      text-align: left;
      line-height: 1.2;
   }

   #PARAGRAPH159 {
      width: 1049px;
      top: 369.27px;
      left: 75.5px;
   }

   #PARAGRAPH159>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 22px;
      text-align: center;
      line-height: 1.2;
   }

   #PARAGRAPH160 {
      width: 1200px;
      top: 29.37px;
      left: 0px;
   }

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

   #BOX161 {
      width: 1162px;
      height: 640.9px;
      top: 194.82px;
      left: 19px;
   }

   #BOX161>.ladi-box {
      box-shadow: 0px 15px 20px -15px #000;
      -webkit-box-shadow: 0px 15px 20px -15px #000;
      background-color: rgb(255, 255, 255);
      border-radius: 20px;
   }

   #PARAGRAPH162 {
      width: 681px;
      top: 247.27px;
      left: 52.17px;
   }

   #PARAGRAPH162>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 26px;
      text-align: left;
      line-height: 1.4;
   }

   #IMAGE163 {
      width: 464.83px;
      height: 619.54px;
      top: 216.18px;
      left: 716.17px;
   }

   #IMAGE163>.ladi-image>.ladi-image-background {
      width: 551.83px;
      height: 619.54px;
      top: 0px;
      left: 0px;
      background-image: url("../images/doc-20210219073727.png");
   }

   #PARAGRAPH164 {
      width: 1200px;
      top: 42.47px;
      left: 0px;
   }

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

   #IMAGE165 {
      width: 470.526px;
      height: 447px;
      top: 167.696px;
      left: 364.737px;
   }

   #IMAGE165>.ladi-image>.ladi-image-background {
      width: 470.526px;
      height: 447px;
      top: 0px;
      left: 0px;
      background-image: url("../images/decor-prostanix-20210223071309.png");
   }

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

   #BOX166 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 0px;
   }

   #BOX166>.ladi-box {
      background-color: rgb(255, 249, 246);
      border-radius: 300px;
   }

   #IMAGE167 {
      width: 83px;
      height: 84px;
      top: 33px;
      left: 33.5px;
   }

   #IMAGE167>.ladi-image>.ladi-image-background {
      width: 83px;
      height: 84px;
      top: 0px;
      left: 0px;
      background-image: url("../images/f-20210219074719.png");
   }

   #GROUP168 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 166.5px;
   }

   #PARAGRAPH169 {
      width: 469px;
      top: 165px;
      left: 0px;
   }

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

   #PARAGRAPH170 {
      width: 323px;
      top: 207.304px;
      left: 73px;
   }

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

   #GROUP171 {
      width: 469px;
      height: 303.304px;
      top: 176.696px;
      left: -92.5px;
   }

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

   #BOX174 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 0px;
   }

   #BOX174>.ladi-box {
      background-color: rgb(255, 249, 246);
      border-radius: 300px;
   }

   #IMAGE175 {
      width: 79.1667px;
      height: 70px;
      top: 40px;
      left: 35.4166px;
   }

   #IMAGE175>.ladi-image>.ladi-image-background {
      width: 79.1667px;
      height: 70px;
      top: 0px;
      left: 0px;
      background-image: url("../images/x-20210219074719.png");
   }

   #GROUP173 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 166.5px;
   }

   #PARAGRAPH176 {
      width: 469px;
      top: 165px;
      left: 0px;
   }

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

   #PARAGRAPH177 {
      width: 323px;
      top: 207.304px;
      left: 73px;
   }

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

   #GROUP172 {
      width: 469px;
      height: 351.304px;
      top: 128.696px;
      left: 791px;
   }

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

   #BOX180 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 0px;
   }

   #BOX180>.ladi-box {
      background-color: rgb(255, 249, 246);
      border-radius: 300px;
   }

   #IMAGE181 {
      width: 34px;
      height: 84px;
      top: 27px;
      left: 58px;
   }

   #IMAGE181>.ladi-image>.ladi-image-background {
      width: 35px;
      height: 84px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack21-20210219074719.png");
   }

   #GROUP179 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 166.5px;
   }

   #PARAGRAPH182 {
      width: 469px;
      top: 165px;
      left: 0px;
   }

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

   #PARAGRAPH183 {
      width: 323px;
      top: 207.304px;
      left: 73px;
   }

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

   #GROUP178 {
      width: 469px;
      height: 375.304px;
      top: 490.696px;
      left: 791px;
   }

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

   #BOX186 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 0px;
   }

   #BOX186>.ladi-box {
      background-color: rgb(255, 249, 246);
      border-radius: 300px;
   }

   #IMAGE187 {
      width: 96px;
      height: 84px;
      top: 33px;
      left: 27px;
   }

   #IMAGE187>.ladi-image>.ladi-image-background {
      width: 96px;
      height: 84px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-packc-20210219074719.png");
   }

   #GROUP185 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 166.5px;
   }

   #PARAGRAPH188 {
      width: 469px;
      top: 165px;
      left: 0px;
   }

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

   #PARAGRAPH189 {
      width: 323px;
      top: 207.304px;
      left: 73px;
   }

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

   #GROUP184 {
      width: 469px;
      height: 351.304px;
      top: 551.696px;
      left: -11px;
   }

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

   #BOX192 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 0px;
   }

   #BOX192>.ladi-box {
      background-color: rgb(255, 249, 246);
      border-radius: 300px;
   }

   #IMAGE193 {
      width: 83px;
      height: 84px;
      top: 33px;
      left: 33.5px;
   }

   #IMAGE193>.ladi-image>.ladi-image-background {
      width: 83px;
      height: 84px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-packa-20210219074719.png");
   }

   #GROUP191 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 166.5px;
   }

   #PARAGRAPH194 {
      width: 469px;
      top: 165px;
      left: 0px;
   }

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

   #PARAGRAPH195 {
      width: 323px;
      top: 207.304px;
      left: 73px;
   }

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

   #GROUP190 {
      width: 469px;
      height: 351.304px;
      top: 647.696px;
      left: 408px;
   }

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

   #BOX198 {
      width: 1200px;
      height: 286.179px;
      top: 0px;
      left: 0px;
   }

   #BOX198>.ladi-box {
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(250, 81, 3);
      border-width: 4px;
      border-radius: 5px;
      filter: drop-shadow(rgb(180, 180, 180) 0px 3px 3px);
   }

   #PARAGRAPH199 {
      width: 475px;
      top: 21.367px;
      left: 726px;
   }

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

   #BOX200 {
      width: 346px;
      height: 85px;
      top: 0px;
      left: 0px;
   }

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

   #PARAGRAPH201 {
      width: 123px;
      top: 21.5px;
      left: 6px;
   }

   #PARAGRAPH201>.ladi-paragraph {
      text-decoration-line: line-through;
      -webkit-text-decoration-line: line-through;
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.2;
   }

   #BOX202 {
      width: 211px;
      height: 85px;
      top: 0px;
      left: 135px;
   }

   #BOX202>.ladi-box {
      background-color: rgb(201, 31, 23);
   }

   #PARAGRAPH203 {
      width: 211px;
      top: 18.5px;
      left: 135px;
   }

   #PARAGRAPH203>.ladi-paragraph {
      color: rgb(255, 249, 69);
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
   }

   #BUTTON_TEXT205 {
      width: 296px;
      top: 9px;
      left: 0px;
   }

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

   #BUTTON205 {
      width: 296.228px;
      height: 56px;
      top: 144.5px;
      left: 73px;
   }

   #BUTTON205>.ladi-button>.ladi-button-background {
      background: rgba(255, 75, 66, 1.0);
      background: -webkit-linear-gradient(180deg, rgba(255, 75, 66, 1.0), rgba(201, 31, 23, 1.0));
      background: linear-gradient(180deg, rgba(255, 75, 66, 1.0), rgba(201, 31, 23, 1.0));
   }

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

   #BUTTON205>.ladi-button:hover {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      border-color: rgb(137, 6, 0);
   }

   #BUTTON205>.ladi-button:hover .ladi-button-background {
      background-color: rgb(164, 0, 0);
      background-image: none;
   }

   #FORM_ITEM207 {
      width: 431.999px;
      height: 47.25px;
      top: 0px;
      left: 0px;
   }

   #FORM_ITEM208 {
      width: 431.999px;
      height: 47.25px;
      top: 60.75px;
      left: 0.000645px;
   }

   #FORM204 {
      width: 432px;
      height: 200.5px;
      top: 72.88px;
      left: 747.5px;
   }

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

   #FORM204 .ladi-form-item .ladi-form-control::placeholder,
   #FORM204 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""],
   #FORM204 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
      color: #000;
   }

   #FORM204 .ladi-form-item.ladi-form-checkbox {
      padding-left: 9px;
      padding-right: 9px;
   }

   #FORM204 .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%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
   }

   #FORM204 .ladi-form-item-container {
      border-style: solid;
      border-color: rgb(238, 238, 238);
      border-width: 1px;
      border-radius: 5px;
   }

   #PARAGRAPH209 {
      width: 212px;
      top: 208.089px;
      left: 17px;
   }

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

   #LINE210 {
      height: 40px;
      top: 208.089px;
      left: 233.889px;
   }

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

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

   #PARAGRAPH211 {
      width: 97px;
      top: 214.089px;
      left: 263.889px;
   }

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

   #PARAGRAPH212 {
      width: 212px;
      top: 254.179px;
      left: 17px;
   }

   #PARAGRAPH212>.ladi-paragraph {
      color: rgb(201, 31, 23);
      font-size: 16px;
      text-align: center;
      line-height: 1.2;
   }

   #GROUP197 {
      width: 1201px;
      height: 286.179px;
      top: 23.87px;
      left: 0px;
   }

   #GROUP213 {
      width: 320px;
      height: 57.96px;
      top: 14.74px;
      left: 880px;
   }

   #BOX215 {
      width: 242px;
      height: 57px;
      top: 0px;
      left: 78px;
   }

   #BOX215>.ladi-box {
      background-color: rgb(200, 31, 23);
   }

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

   #COUNTDOWN216 {
      width: 320px;
      height: 57px;
      top: 0.96px;
      left: 40px;
   }

   #COUNTDOWN216>.ladi-countdown {
      color: rgb(255, 249, 69);
      font-size: 40px;
      font-weight: bold;
      text-align: center;
   }

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

   #HEADLINE221 {
      width: 116px;
      top: 12.46px;
      left: 156px;
   }

   #HEADLINE221>.ladi-headline {
      color: rgb(255, 249, 69);
      font-size: 20px;
      line-height: 1.6;
   }

   #GROUP214 {
      width: 320px;
      height: 57.96px;
      top: 52.14px;
      left: 0px;
   }

   #GROUP222 {
      width: 346px;
      height: 85px;
      top: 107.367px;
      left: 17.39px;
   }

   #IMAGE223 {
      width: 313.684px;
      height: 298px;
      top: 0px;
      left: 396px;
   }

   #IMAGE223>.ladi-image>.ladi-image-background {
      width: 313.684px;
      height: 298px;
      top: 0px;
      left: 0px;
      background-image: url("../images/prostanix-20210219042128.png");
   }

   #IMAGE224 {
      width: 135.84px;
      height: 137.62px;
      top: 33px;
      left: 594px;
   }

   #IMAGE224>.ladi-image>.ladi-image-background {
      width: 135.84px;
      height: 137.62px;
      top: 0px;
      left: 0px;
      background-image: url("../images/tag-01-20200819100858.png");
   }

   #PARAGRAPH225 {
      width: 96px;
      top: 68px;
      left: 624px;
   }

   #PARAGRAPH225>.ladi-paragraph {
      font-family: "UTM Avo";
      color: rgb(201, 31, 23);
      font-size: 37px;
      line-height: 1.6;
   }

   #PARAGRAPH226 {
      width: 1200px;
      top: 10.57px;
      left: 0px;
   }

   #PARAGRAPH226>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 40px;
      text-align: center;
      line-height: 1.2;
   }

   #IMAGE227 {
      width: 486.751px;
      height: 441.342px;
      top: 95.68px;
      left: 78.155px;
   }

   #IMAGE227>.ladi-image>.ladi-image-background {
      width: 486.751px;
      height: 441.342px;
      top: 0px;
      left: 0px;
      background-image: url("../images/clinical-test-ironprost2-20210223071217.png");
   }

   #IMAGE228 {
      width: 489.937px;
      height: 441.342px;
      top: 95.68px;
      left: 631.906px;
   }

   #IMAGE228>.ladi-image>.ladi-image-background {
      width: 489.937px;
      height: 441.342px;
      top: 0px;
      left: 0px;
      background-image: url("../images/clinical-test-other1-20210223071222.png");
   }

   #PARAGRAPH229 {
      width: 800px;
      top: 616.351px;
      left: 190px;
   }

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

   #IMAGE231 {
      width: 213.906px;
      height: 210.137px;
      top: 311.246px;
      left: 505.047px;
   }

   #IMAGE231>.ladi-image>.ladi-image-background {
      width: 219.97px;
      height: 218.886px;
      top: 0px;
      left: 0px;
      background-image: url("../images/img1-20210222074447.png");
   }

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

   #PARAGRAPH232 {
      width: 316px;
      top: 0px;
      left: 28.5px;
   }

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

   #PARAGRAPH233 {
      width: 1200px;
      top: 24.747px;
      left: 0px;
   }

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

   #PARAGRAPH234 {
      width: 373px;
      top: 48px;
      left: 0px;
   }

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

   #GROUP235 {
      width: 373px;
      height: 188px;
      top: 156.895px;
      left: -19.5px;
   }

   #PARAGRAPH237 {
      width: 316px;
      top: 0px;
      left: 28.5px;
   }

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

   #PARAGRAPH238 {
      width: 373px;
      top: 48px;
      left: 0px;
   }

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

   #GROUP236 {
      width: 373px;
      height: 188px;
      top: 120.678px;
      left: 857.5px;
   }

   #IMAGE245 {
      width: 121px;
      height: 21px;
      top: 290.246px;
      left: 444.5px;
   }

   #IMAGE245>.ladi-image>.ladi-image-background {
      width: 121px;
      height: 21px;
      top: 0px;
      left: 0px;
      background-image: url("../images/arrow-dotted-20210219085427.png");
   }

   #IMAGE245>.ladi-image {
      transform: rotate(20deg);
      -webkit-transform: rotate(20deg);
   }

   #IMAGE247 {
      width: 121px;
      height: 21px;
      top: 464.032px;
      left: 481.5px;
   }

   #IMAGE247>.ladi-image>.ladi-image-background {
      width: 121px;
      height: 21px;
      top: 0px;
      left: 0px;
      background-image: url("../images/arrow-dotted-20210219085427.png");
   }

   #IMAGE247>.ladi-image {
      transform: rotate(48deg);
      -webkit-transform: rotate(48deg);
   }

   #PARAGRAPH249 {
      width: 316px;
      top: 0px;
      left: 66.5px;
   }

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

   #PARAGRAPH250 {
      width: 411px;
      top: 48px;
      left: 0px;
   }

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

   #GROUP248 {
      width: 411px;
      height: 272px;
      top: 356.895px;
      left: -26.5px;
   }

   #PARAGRAPH252 {
      width: 316px;
      top: 0px;
      left: 28.5px;
   }

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

   #PARAGRAPH253 {
      width: 373px;
      top: 48px;
      left: 0px;
   }

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

   #GROUP251 {
      width: 373px;
      height: 216px;
      top: 669.844px;
      left: -42.5px;
   }

   #PARAGRAPH255 {
      width: 316px;
      top: 0px;
      left: 28.5px;
   }

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

   #PARAGRAPH256 {
      width: 373px;
      top: 48px;
      left: 0px;
   }

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

   #GROUP254 {
      width: 373px;
      height: 216px;
      top: 395.032px;
      left: 818.5px;
   }

   #PARAGRAPH258 {
      width: 316px;
      top: 0px;
      left: 28.5px;
   }

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

   #PARAGRAPH259 {
      width: 373px;
      top: 48px;
      left: 0px;
   }

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

   #GROUP257 {
      width: 373px;
      height: 244px;
      top: 724.844px;
      left: 745.95px;
   }

   #IMAGE260 {
      width: 121px;
      height: 21px;
      top: 606.835px;
      left: 398.906px;
   }

   #IMAGE260>.ladi-image>.ladi-image-background {
      width: 121px;
      height: 21px;
      top: 0px;
      left: 0px;
      background-image: url("../images/arrow-dotted-20210219085427.png");
   }

   #IMAGE260>.ladi-image {
      transform: rotate(-75deg);
      -webkit-transform: rotate(-75deg);
   }

   #IMAGE261 {
      width: 121px;
      height: 21px;
      top: 405.246px;
      left: 588.378px;
   }

   #IMAGE261>.ladi-image>.ladi-image-background {
      width: 121px;
      height: 21px;
      top: 0px;
      left: 0px;
      background-image: url("../images/arrow-dotted-20210219085427.png");
   }

   #IMAGE261>.ladi-image {
      transform: rotate(221deg);
      -webkit-transform: rotate(221deg);
   }

   #IMAGE262 {
      width: 121px;
      height: 21px;
      top: 550.895px;
      left: 580.378px;
   }

   #IMAGE262>.ladi-image>.ladi-image-background {
      width: 121px;
      height: 21px;
      top: 0px;
      left: 0px;
      background-image: url("../images/arrow-dotted-20210219085427.png");
   }

   #IMAGE262>.ladi-image {
      transform: rotate(245deg);
      -webkit-transform: rotate(245deg);
   }

   #IMAGE263 {
      width: 160px;
      height: 153.389px;
      top: 795.302px;
      left: 474px;
   }

   #IMAGE263>.ladi-image>.ladi-image-background {
      width: 160px;
      height: 153.389px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icon6-20201012074835.png");
   }

   #SECTION264 {
      height: 488.9px;
   }

   #SECTION264>.ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("../images/bg-easy-20210219090838.jpg");
      background-position: center top;
      background-repeat: repeat;
   }

   #PARAGRAPH265 {
      width: 1200px;
      top: 36.621px;
      left: -53px;
   }

   #PARAGRAPH265>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 40px;
      text-align: center;
      line-height: 1.2;
   }

   #IMAGE266 {
      width: 171px;
      height: 159px;
      top: 0px;
      left: 78px;
   }

   #IMAGE266>.ladi-image>.ladi-image-background {
      width: 171px;
      height: 159px;
      top: 0px;
      left: 0px;
      background-image: url("../images/ok-20210219090453.png");
   }

   #PARAGRAPH267 {
      width: 279px;
      top: 166.5px;
      left: 0px;
   }

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

   #GROUP268 {
      width: 279px;
      height: 333.5px;
      top: 128.458px;
      left: 14.5px;
   }

   #IMAGE269 {
      width: 121px;
      height: 21px;
      top: 193.458px;
      left: 333.5px;
   }

   #IMAGE269>.ladi-image>.ladi-image-background {
      width: 121px;
      height: 21px;
      top: 0px;
      left: 0px;
      background-image: url("../images/arrow-dotted-20210219085427.png");
   }

   #IMAGE269.ladi-animation>.ladi-image {
      animation-name: shake;
      -webkit-animation-name: shake;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
   }

   #IMAGE271 {
      width: 171px;
      height: 159px;
      top: 0px;
      left: 78px;
   }

   #IMAGE271>.ladi-image>.ladi-image-background {
      width: 171px;
      height: 159px;
      top: 0px;
      left: 0px;
      background-image: url("../images/ok-20210219090453.png");
   }

   #PARAGRAPH272 {
      width: 279px;
      top: 166.5px;
      left: 0px;
   }

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

   #GROUP270 {
      width: 279px;
      height: 333.5px;
      top: 128.458px;
      left: 482.5px;
   }

   #IMAGE274 {
      width: 171px;
      height: 159px;
      top: 0px;
      left: 78px;
   }

   #IMAGE274>.ladi-image>.ladi-image-background {
      width: 171px;
      height: 159px;
      top: 0px;
      left: 0px;
      background-image: url("../images/ok-20210219090453.png");
   }

   #PARAGRAPH275 {
      width: 279px;
      top: 166.5px;
      left: 0px;
   }

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

   #GROUP273 {
      width: 279px;
      height: 266.5px;
      top: 128.458px;
      left: 882.5px;
   }

   #IMAGE276 {
      width: 121px;
      height: 21px;
      top: 193.458px;
      left: 776.5px;
   }

   #IMAGE276>.ladi-image>.ladi-image-background {
      width: 121px;
      height: 21px;
      top: 0px;
      left: 0px;
      background-image: url("../images/arrow-dotted-20210219085427.png");
   }

   #IMAGE276.ladi-animation>.ladi-image {
      animation-name: shake;
      -webkit-animation-name: shake;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
   }

   #SECTION277 {
      height: 512.9px;
   }

   #SECTION277>.ladi-section-background {
      background-color: rgb(250, 221, 210);
   }

   #IMAGE278 {
      width: 173px;
      height: 173px;
      top: 0px;
      left: 69px;
   }

   #IMAGE278>.ladi-image>.ladi-image-background {
      width: 173px;
      height: 173px;
      top: 0px;
      left: 0px;
      background-image: url("../images/e01-20210219090858.png");
   }

   #PARAGRAPH279 {
      width: 1200px;
      top: 31.663px;
      left: 0px;
   }

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

   #PARAGRAPH280 {
      width: 311px;
      top: 207.213px;
      left: 0px;
   }

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

   #GROUP281 {
      width: 311px;
      height: 283.213px;
      top: 143.34px;
      left: 46.75px;
   }

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

   #IMAGE283 {
      width: 173px;
      height: 173px;
      top: 0px;
      left: 69px;
   }

   #IMAGE283>.ladi-image>.ladi-image-background {
      width: 173px;
      height: 173px;
      top: 0px;
      left: 0px;
      background-image: url("../images/e02-20210219090858.png");
   }

   #PARAGRAPH284 {
      width: 311px;
      top: 207.213px;
      left: 0px;
   }

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

   #GROUP282 {
      width: 311px;
      height: 308.213px;
      top: 143.34px;
      left: 444.5px;
   }

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

   #IMAGE286 {
      width: 173px;
      height: 173px;
      top: 0px;
      left: 69px;
   }

   #IMAGE286>.ladi-image>.ladi-image-background {
      width: 173px;
      height: 173px;
      top: 0px;
      left: 0px;
      background-image: url("../images/e03-20210219090858.png");
   }

   #PARAGRAPH287 {
      width: 311px;
      top: 207.213px;
      left: 0px;
   }

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

   #GROUP285 {
      width: 311px;
      height: 308.213px;
      top: 143.34px;
      left: 842.25px;
   }

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

   #SECTION288 {
      height: 809.9px;
   }

   #SECTION288>.ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("../images/bg-future-20210219092025.jpg");
      background-position: center top;
      background-repeat: repeat;
   }

   #BOX291 {
      width: 1200px;
      height: 286.179px;
      top: 0px;
      left: 0px;
   }

   #BOX291>.ladi-box {
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(250, 81, 3);
      border-width: 4px;
      border-radius: 5px;
      filter: drop-shadow(rgb(180, 180, 180) 0px 3px 3px);
   }

   #PARAGRAPH292 {
      width: 444px;
      top: 25.367px;
      left: 741.39px;
   }

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

   #BOX294 {
      width: 346px;
      height: 85px;
      top: 0px;
      left: 0px;
   }

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

   #PARAGRAPH295 {
      width: 123px;
      top: 18.5px;
      left: 6px;
   }

   #PARAGRAPH295>.ladi-paragraph {
      text-decoration-line: line-through;
      -webkit-text-decoration-line: line-through;
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.2;
   }

   #BOX296 {
      width: 211px;
      height: 85px;
      top: 0px;
      left: 135px;
   }

   #BOX296>.ladi-box {
      background-color: rgb(201, 31, 23);
   }

   #PARAGRAPH297 {
      width: 216px;
      top: 18.5px;
      left: 129px;
   }

   #PARAGRAPH297>.ladi-paragraph {
      color: rgb(255, 249, 69);
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
   }

   #GROUP293 {
      width: 346px;
      height: 85px;
      top: 107.367px;
      left: 17.39px;
   }

   #BUTTON_TEXT299 {
      width: 230px;
      top: 9px;
      left: 0px;
   }

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

   #BUTTON299 {
      width: 287.999px;
      height: 56px;
      top: 130.5px;
      left: 69px;
   }

   #BUTTON299>.ladi-button>.ladi-button-background {
      background: rgba(255, 75, 66, 1.0);
      background: -webkit-linear-gradient(180deg, rgba(255, 75, 66, 1.0), rgba(201, 31, 23, 1.0));
      background: linear-gradient(180deg, rgba(255, 75, 66, 1.0), rgba(201, 31, 23, 1.0));
   }

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

   #BUTTON299>.ladi-button:hover {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      border-color: rgb(137, 6, 0);
   }

   #BUTTON299>.ladi-button:hover .ladi-button-background {
      background-color: rgb(164, 0, 0);
      background-image: none;
   }

   #FORM_ITEM301 {
      width: 419.999px;
      height: 47.25px;
      top: 0px;
      left: 0px;
   }

   #FORM_ITEM302 {
      width: 419.999px;
      height: 47.25px;
      top: 60.75px;
      left: 0.000627px;
   }

   #FORM298 {
      width: 420px;
      height: 196.5px;
      top: 82.88px;
      left: 765.39px;
   }

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

   #FORM298 .ladi-form-item .ladi-form-control::placeholder,
   #FORM298 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""],
   #FORM298 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
      color: #000;
   }

   #FORM298 .ladi-form-item.ladi-form-checkbox {
      padding-left: 9px;
      padding-right: 9px;
   }

   #FORM298 .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%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
   }

   #FORM298 .ladi-form-item-container {
      border-style: solid;
      border-color: rgb(238, 238, 238);
      border-width: 1px;
      border-radius: 5px;
   }

   #PARAGRAPH303 {
      width: 247px;
      top: 208.089px;
      left: 17px;
   }

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

   #LINE304 {
      height: 40px;
      top: 206.089px;
      left: 263.889px;
   }

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

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

   #PARAGRAPH305 {
      width: 97px;
      top: 214.089px;
      left: 263.889px;
   }

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

   #PARAGRAPH306 {
      width: 212px;
      top: 254.179px;
      left: 17px;
   }

   #PARAGRAPH306>.ladi-paragraph {
      color: rgb(201, 31, 23);
      font-size: 16px;
      text-align: center;
      line-height: 1.2;
   }

   #GROUP290 {
      width: 1200px;
      height: 286.179px;
      top: 23.87px;
      left: 0px;
   }

   #BOX308 {
      width: 242px;
      height: 57px;
      top: 0px;
      left: 78px;
   }

   #BOX308>.ladi-box {
      background-color: rgb(200, 31, 23);
   }

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

   #COUNTDOWN309 {
      width: 320px;
      height: 57px;
      top: 0.96px;
      left: 40px;
   }

   #COUNTDOWN309>.ladi-countdown {
      color: rgb(255, 249, 69);
      font-size: 40px;
      font-weight: bold;
      text-align: center;
   }

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

   #HEADLINE314 {
      width: 116px;
      top: 12.46px;
      left: 156px;
   }

   #HEADLINE314>.ladi-headline {
      color: rgb(255, 249, 69);
      font-size: 20px;
      line-height: 1.6;
   }

   #GROUP307 {
      width: 320px;
      height: 57.96px;
      top: 52.14px;
      left: 0px;
   }

   #IMAGE315 {
      width: 313.684px;
      height: 298px;
      top: 0px;
      left: 418px;
   }

   #IMAGE315>.ladi-image>.ladi-image-background {
      width: 313.684px;
      height: 298px;
      top: 0px;
      left: 0px;
      background-image: url("../images/prostanix-20210219042128.png");
   }

   #IMAGE316 {
      width: 135.84px;
      height: 137.62px;
      top: 0px;
      left: 0px;
   }

   #IMAGE316>.ladi-image>.ladi-image-background {
      width: 135.84px;
      height: 137.62px;
      top: 0px;
      left: 0px;
      background-image: url("../images/tag-01-20200819100858.png");
   }

   #PARAGRAPH317 {
      width: 96px;
      top: 34px;
      left: 30px;
   }

   #PARAGRAPH317>.ladi-paragraph {
      font-family: "UTM Avo";
      color: rgb(201, 31, 23);
      font-size: 37px;
      line-height: 1.6;
   }

   #SECTION289 {
      height: 410px;
   }

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

   #PARAGRAPH318 {
      width: 469px;
      top: 12.3174px;
      left: 20px;
   }

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

   #BOX319 {
      width: 562px;
      height: 426.889px;
      top: 0px;
      left: 0px;
   }

   #BOX319>.ladi-box {
      box-shadow: 0px 4px 20px -15px #000;
      -webkit-box-shadow: 0px 4px 20px -15px #000;
      background-color: rgb(255, 255, 255);
   }

   #PARAGRAPH320 {
      width: 469px;
      top: 91.354px;
      left: 20px;
   }

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

   #GROUP321 {
      width: 562px;
      height: 426.889px;
      top: 36.211px;
      left: 0px;
   }

   #PARAGRAPH323 {
      width: 469px;
      top: 17.1944px;
      left: 19px;
   }

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

   #BOX324 {
      width: 584px;
      height: 426.889px;
      top: 0px;
      left: 0px;
   }

   #BOX324>.ladi-box {
      box-shadow: 0px 4px 20px -15px #000;
      -webkit-box-shadow: 0px 4px 20px -15px #000;
      background-color: rgb(255, 255, 255);
   }

   #PARAGRAPH325 {
      width: 436px;
      top: 63.0462px;
      left: 19px;
   }

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

   #GROUP322 {
      width: 584px;
      height: 426.889px;
      top: 36.211px;
      left: 616px;
   }

   #IMAGE326 {
      width: 535.949px;
      height: 279.183px;
      top: 148.917px;
      left: 638.026px;
   }

   #IMAGE326>.ladi-image>.ladi-image-background {
      width: 535.949px;
      height: 279.183px;
      top: 0px;
      left: 0px;
      background-image: url("../images/so_do-20210304121336.png");
   }

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

   #SECTION327 {
      height: 599.9px;
   }

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

   #PARAGRAPH328 {
      width: 1200px;
      top: 28.86px;
      left: 0px;
   }

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

   #PARAGRAPH329 {
      width: 909px;
      top: 6px;
      left: 64px;
   }

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

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

   #IMAGE330 {
      width: 44px;
      height: 42px;
      top: 0px;
      left: 0px;
   }

   #IMAGE330>.ladi-image>.ladi-image-background {
      width: 44px;
      height: 42px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack2-20210219092134.png");
   }

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

   #GROUP331 {
      width: 973px;
      height: 42px;
      top: 106.86px;
      left: 0px;
   }

   #PARAGRAPH333 {
      width: 1123px;
      top: 5.5px;
      left: 64px;
   }

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

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

   #IMAGE334 {
      width: 44px;
      height: 42px;
      top: 0px;
      left: 0px;
   }

   #IMAGE334>.ladi-image>.ladi-image-background {
      width: 44px;
      height: 42px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack2-20210219092134.png");
   }

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

   #GROUP332 {
      width: 1187px;
      height: 42px;
      top: 181.693px;
      left: 0px;
   }

   #PARAGRAPH336 {
      width: 1051px;
      top: 6px;
      left: 64px;
   }

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

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

   #IMAGE337 {
      width: 44px;
      height: 42px;
      top: 0px;
      left: 0px;
   }

   #IMAGE337>.ladi-image>.ladi-image-background {
      width: 44px;
      height: 42px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack2-20210219092134.png");
   }

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

   #GROUP335 {
      width: 1115px;
      height: 78px;
      top: 392.36px;
      left: 0px;
   }

   #PARAGRAPH339 {
      width: 1136px;
      top: 6px;
      left: 64px;
   }

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

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

   #IMAGE340 {
      width: 44px;
      height: 42px;
      top: 0px;
      left: 0px;
   }

   #IMAGE340>.ladi-image>.ladi-image-background {
      width: 44px;
      height: 42px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack2-20210219092134.png");
   }

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

   #GROUP338 {
      width: 1200px;
      height: 78px;
      top: 503.193px;
      left: 0px;
   }

   #PARAGRAPH342 {
      width: 1051px;
      top: 0px;
      left: 64px;
   }

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

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

   #IMAGE343 {
      width: 44px;
      height: 42px;
      top: 0px;
      left: 0px;
   }

   #IMAGE343>.ladi-image>.ladi-image-background {
      width: 44px;
      height: 42px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack2-20210219092134.png");
   }

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

   #GROUP341 {
      width: 1115px;
      height: 62px;
      top: 606.027px;
      left: 0px;
   }

   #PARAGRAPH345 {
      width: 1136px;
      top: 0px;
      left: 64px;
   }

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

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

   #IMAGE346 {
      width: 44px;
      height: 42px;
      top: 0px;
      left: 0px;
   }

   #IMAGE346>.ladi-image>.ladi-image-background {
      width: 44px;
      height: 42px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack2-20210219092134.png");
   }

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

   #GROUP344 {
      width: 1200px;
      height: 62px;
      top: 707.86px;
      left: 0px;
   }

   #PARAGRAPH348 {
      width: 1126px;
      top: 11px;
      left: 64px;
   }

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

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

   #IMAGE349 {
      width: 44px;
      height: 42px;
      top: 0px;
      left: 0px;
   }

   #IMAGE349>.ladi-image>.ladi-image-background {
      width: 44px;
      height: 42px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack2-20210219092134.png");
   }

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

   #GROUP347 {
      width: 1189px;
      height: 42px;
      top: 276.527px;
      left: 0px;
   }

   #SECTION350 {
      height: 430.9px;
   }

   #SECTION350>.ladi-overlay {
      background-color: rgb(0, 0, 0);
      opacity: 0.5;
   }

   #SECTION350>.ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("../images/bg2-20200722035835.jpg");
      background-position: center center;
      background-repeat: repeat;
   }

   #PARAGRAPH351 {
      width: 1200px;
      top: 19.962px;
      left: 0px;
   }

   #PARAGRAPH351>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 40px;
      text-align: center;
      line-height: 1.2;
   }

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

   #IMAGE352>.ladi-image>.ladi-image-background {
      width: 180px;
      height: 180px;
      top: 0px;
      left: 0px;
      background-image: url("../images/t01-20210219092809.png");
   }

   #PARAGRAPH353 {
      width: 313px;
      top: 202.662px;
      left: 0px;
   }

   #PARAGRAPH353>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 20px;
      text-align: center;
      line-height: 1.2;
   }

   #PARAGRAPH354 {
      width: 300px;
      top: 268.662px;
      left: 6.5px;
   }

   #PARAGRAPH354>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 20px;
      text-align: center;
      line-height: 1.2;
   }

   #GROUP355 {
      width: 313px;
      height: 412.662px;
      top: 113.3px;
      left: 26px;
   }

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

   #IMAGE357>.ladi-image>.ladi-image-background {
      width: 180px;
      height: 180px;
      top: 0px;
      left: 0px;
      background-image: url("../images/t02-20210219092809.png");
   }

   #PARAGRAPH358 {
      width: 313px;
      top: 202.662px;
      left: 0px;
   }

   #PARAGRAPH358>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 20px;
      text-align: center;
      line-height: 1.2;
   }

   #PARAGRAPH359 {
      width: 300px;
      top: 268.662px;
      left: 6.5px;
   }

   #PARAGRAPH359>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 20px;
      text-align: center;
      line-height: 1.2;
   }

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

   #IMAGE361>.ladi-image>.ladi-image-background {
      width: 180px;
      height: 180px;
      top: 0px;
      left: 0px;
      background-image: url("../images/t03-20210219092809.png");
   }

   #PARAGRAPH362 {
      width: 313px;
      top: 202.662px;
      left: 0px;
   }

   #PARAGRAPH362>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 20px;
      text-align: center;
      line-height: 1.2;
   }

   #PARAGRAPH363 {
      width: 300px;
      top: 268.662px;
      left: 6.5px;
   }

   #PARAGRAPH363>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 20px;
      text-align: center;
      line-height: 1.2;
   }

   #GROUP360 {
      width: 313px;
      height: 388.662px;
      top: 113.3px;
      left: 861px;
   }

   #SECTION364 {
      height: 645.9px;
   }

   #SECTION364>.ladi-section-background {
      background-image: url("../images/bg-map-20210221181910.jpg");
      background-position: center top;
      background-repeat: no-repeat;
   }

   #SECTION365 {
      height: 114.9px;
   }

   #SECTION365>.ladi-section-background {
      background-color: rgb(9, 18, 10);
   }

   #IMAGE367 {
      width: 106.252px;
      height: 109px;
      top: 0px;
      left: 73.874px;
   }

   #IMAGE367>.ladi-image>.ladi-image-background {
      width: 106.252px;
      height: 109px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack3-20210221181117.png");
   }

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

   #PARAGRAPH368 {
      width: 256px;
      top: 132px;
      left: 0px;
   }

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

   #GROUP369 {
      width: 255px;
      height: 356px;
      top: 90.4499px;
      left: 0px;
   }

   #SHAPE370 {
      width: 110px;
      height: 110px;
      top: 104.45px;
      left: 229px;
   }

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

   #SHAPE370 svg:last-child {
      fill: rgba(255, 255, 255, 1.0);
   }

   #IMAGE372 {
      width: 116px;
      height: 112px;
      top: 0px;
      left: 69px;
   }

   #IMAGE372>.ladi-image>.ladi-image-background {
      width: 116px;
      height: 101.738px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack2-20210221181117.png");
   }

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

   #PARAGRAPH373 {
      width: 256px;
      top: 132px;
      left: 0px;
   }

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

   #GROUP371 {
      width: 255px;
      height: 260px;
      top: 90.4499px;
      left: 315.333px;
   }

   #IMAGE375 {
      width: 116px;
      height: 108px;
      top: 0px;
      left: 69px;
   }

   #IMAGE375>.ladi-image>.ladi-image-background {
      width: 116px;
      height: 101.738px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack1-20210221181117.png");
   }

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

   #PARAGRAPH376 {
      width: 256px;
      top: 132px;
      left: 0px;
   }

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

   #GROUP374 {
      width: 255px;
      height: 228px;
      top: 90.4499px;
      left: 630.667px;
   }

   #IMAGE378 {
      width: 116px;
      height: 108px;
      top: 0px;
      left: 69px;
   }

   #IMAGE378>.ladi-image>.ladi-image-background {
      width: 116px;
      height: 108px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack-20210221181117.png");
   }

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

   #PARAGRAPH379 {
      width: 256px;
      top: 132px;
      left: 0px;
   }

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

   #GROUP377 {
      width: 255px;
      height: 228px;
      top: 90.4499px;
      left: 946px;
   }

   #SHAPE380 {
      width: 110px;
      height: 110px;
      top: 104.45px;
      left: 545px;
   }

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

   #SHAPE380 svg:last-child {
      fill: rgba(255, 255, 255, 1.0);
   }

   #SHAPE381 {
      width: 110px;
      height: 110px;
      top: 104.45px;
      left: 861px;
   }

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

   #SHAPE381 svg:last-child {
      fill: rgba(255, 255, 255, 1.0);
   }

   #IMAGE382 {
      width: 1140.14px;
      height: 502.182px;
      top: 108.359px;
      left: 20.928px;
   }

   #IMAGE382>.ladi-image>.ladi-image-background {
      width: 1140.14px;
      height: 760.096px;
      top: -152.666px;
      left: 0px;
      background-image: url("../images/indonesian-map-20210222155935.png");
   }

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

   #PARAGRAPH383 {
      width: 1200px;
      top: 28.162px;
      left: 0px;
   }

   #PARAGRAPH383>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 40px;
      text-align: center;
      line-height: 1.2;
   }

   #IMAGE384 {
      width: 663.853px;
      height: 611.9px;
      top: 219px;
      left: -166.565px;
   }

   #IMAGE384>.ladi-image>.ladi-image-background {
      width: 663.853px;
      height: 611.9px;
      top: 0px;
      left: 0px;
      background-image: url("../images/men-ok-20210221183020.png");
   }

   #IMAGE386 {
      width: 606.84px;
      height: 559.348px;
      top: 195.552px;
      left: -146.783px;
   }

   #IMAGE386>.ladi-image>.ladi-image-background {
      width: 606.84px;
      height: 559.348px;
      top: 0px;
      left: 0px;
      background-image: url("../images/men-ok-20210221183020.png");
   }

   #PARAGRAPH387 {
      width: 1200px;
      top: 22.873px;
      left: 0px;
   }

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

   #BOX389 {
      width: 370.779px;
      height: 450.179px;
      top: 0px;
      left: 0px;
   }

   #BOX389>.ladi-box {
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(250, 81, 3);
      border-width: 4px;
      border-radius: 5px;
      filter: drop-shadow(rgb(180, 180, 180) 0px 3px 3px);
   }

   #PARAGRAPH390 {
      width: 347px;
      top: 12.7px;
      left: 12.39px;
   }

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

   #BOX391 {
      width: 346px;
      height: 61.5px;
      top: 81.867px;
      left: 12.39px;
   }

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

   #PARAGRAPH392 {
      width: 123px;
      top: 90.867px;
      left: 17.89px;
   }

   #PARAGRAPH392>.ladi-paragraph {
      text-decoration-line: line-through;
      -webkit-text-decoration-line: line-through;
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.2;
   }

   #BOX393 {
      width: 211px;
      height: 61.5px;
      top: 81.867px;
      left: 147.39px;
   }

   #BOX393>.ladi-box {
      background-color: rgb(201, 31, 23);
   }

   #PARAGRAPH394 {
      width: 213px;
      top: 90.867px;
      left: 146.39px;
   }

   #PARAGRAPH394>.ladi-paragraph {
      color: rgb(255, 249, 69);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
   }

   #BUTTON_TEXT396 {
      width: 250px;
      top: 9px;
      left: 0px;
   }

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

   #BUTTON396 {
      width: 229.714px;
      height: 56px;
      top: 166.5px;
      left: 56px;
   }

   #BUTTON396>.ladi-button>.ladi-button-background {
      background: rgba(255, 75, 66, 1.0);
      background: -webkit-linear-gradient(180deg, rgba(255, 75, 66, 1.0), rgba(201, 31, 23, 1.0));
      background: linear-gradient(180deg, rgba(255, 75, 66, 1.0), rgba(201, 31, 23, 1.0));
   }

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

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

   #BUTTON396>.ladi-button:hover {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      border-color: rgb(137, 6, 0);
   }

   #BUTTON396>.ladi-button:hover .ladi-button-background {
      background-color: rgb(164, 0, 0);
      background-image: none;
   }

   #FORM_ITEM398 {
      width: 335px;
      height: 47.25px;
      top: 0px;
      left: 0px;
   }

   #FORM_ITEM399 {
      width: 335px;
      height: 47.25px;
      top: 58.75px;
      left: 0.0005px;
   }

   #FORM395 {
      width: 335px;
      height: 222.5px;
      top: 163.867px;
      left: 18.39px;
   }

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

   #FORM395 .ladi-form-item .ladi-form-control::placeholder,
   #FORM395 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""],
   #FORM395 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
      color: #000;
   }

   #FORM395 .ladi-form-item.ladi-form-checkbox {
      padding-left: 9px;
      padding-right: 9px;
   }

   #FORM395 .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%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
   }

   #FORM395 .ladi-form-item-container {
      border-style: solid;
      border-color: rgb(238, 238, 238);
      border-width: 1px;
      border-radius: 5px;
   }

   #PARAGRAPH400 {
      width: 235px;
      top: 382.089px;
      left: 13.389px;
   }

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

   #LINE401 {
      height: 40px;
      top: 375.089px;
      left: 247.888px;
   }

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

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

   #PARAGRAPH402 {
      width: 97px;
      top: 382.089px;
      left: 247.888px;
   }

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

   #PARAGRAPH403 {
      width: 212px;
      top: 498.179px;
      left: 79.3895px;
   }

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

   #GROUP388 {
      width: 370.779px;
      height: 450.179px;
      top: 240.173px;
      left: 808.611px;
   }

   #IMAGE404 {
      width: 380px;
      height: 361px;
      top: 222.9px;
      left: 407px;
   }

   #IMAGE404>.ladi-image>.ladi-image-background {
      width: 380px;
      height: 361px;
      top: 0px;
      left: 0px;
      background-image: url("../images/prostanix-20210219042128.png");
   }

   #SECTION385 {
      height: 754.9px;
   }

   #SECTION385>.ladi-overlay {
      background-color: rgb(0, 0, 0);
      opacity: 0.6;
   }

   #SECTION385>.ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("../images/bg-20200803042908.jpg");
      background-position: center top;
      background-repeat: repeat;
   }

   #PARAGRAPH405 {
      width: 676px;
      top: 24px;
      left: 280.5px;
   }

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

   #PARAGRAPH406 {
      width: 1200px;
      top: 21.4499px;
      left: 0px;
   }

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

   #GROUP356 {
      width: 313px;
      height: 412.662px;
      top: 113.3px;
      left: 443.5px;
   }

   #IMAGE408 {
      width: 1049.78px;
      height: 590.5px;
      top: 80.4px;
      left: 288px;
      mix-blend-mode: screen;
      will-change: transform, opacity;
   }

   #IMAGE408>.ladi-image>.ladi-image-background {
      width: 1049.78px;
      height: 590.5px;
      top: 0px;
      left: 0px;
      background-image: url("../images/6032b21985bd3-20210221192023.jpg");
   }

   #PARAGRAPH409 {
      width: 343px;
      top: 644.352px;
      left: 822.501px;
   }

   #PARAGRAPH409>.ladi-paragraph {
      color: rgb(104, 0, 0);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
   }

   #PARAGRAPH410 {
      width: 407px;
      top: 572.871px;
      left: 415px;
   }

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

   #PARAGRAPH412 {
      width: 407px;
      top: 324px;
      left: 11px;
   }

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

   #PARAGRAPH413 {
      width: 369px;
      top: 324px;
      left: 34px;
   }

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

   #PARAGRAPH414 {
      width: 347px;
      top: 709.15px;
      left: 821.999px;
   }

   #PARAGRAPH414>.ladi-paragraph {
      color: rgb(104, 0, 0);
      font-size: 16px;
      text-align: center;
      line-height: 1.4;
   }

   #IMAGE415 {
      width: 76.6668px;
      height: 76.6666px;
      top: 3.3334px;
      left: 33.335px;
   }

   #IMAGE415>.ladi-image>.ladi-image-background {
      width: 76.6668px;
      height: 76.6666px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack5-20210221181117.png");
   }

   #IMAGE416 {
      width: 76.6668px;
      height: 77.3334px;
      top: 0px;
      left: 134.668px;
   }

   #IMAGE416>.ladi-image>.ladi-image-background {
      width: 76.6668px;
      height: 77.3334px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack4-20210221181117.png");
   }

   #IMAGE417 {
      width: 88.6665px;
      height: 70.6666px;
      top: 3.3334px;
      left: 0px;
   }

   #IMAGE417>.ladi-image>.ladi-image-background {
      width: 88.6665px;
      height: 70.6666px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack6-20210221181117.png");
   }

   #PARAGRAPH418 {
      width: 347px;
      top: 141.75px;
      left: 251.712px;
   }

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

   #IMAGE419 {
      width: 122.5px;
      height: 24.5px;
      top: 142px;
      left: 543.712px;
   }

   #IMAGE419>.ladi-image>.ladi-image-background {
      width: 122.5px;
      height: 24.5px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack1-20210222035743.png");
   }

   #GROUP420 {
      width: 666.212px;
      height: 166.75px;
      top: 637.15px;
      left: 497.288px;
   }

   #IMAGE422 {
      width: 72.8334px;
      height: 72.8333px;
      top: 13.1667px;
      left: 36.267px;
   }

   #IMAGE422>.ladi-image>.ladi-image-background {
      width: 72.8334px;
      height: 72.8333px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack5-20210221181117.png");
   }

   #IMAGE423 {
      width: 72.8334px;
      height: 73.4667px;
      top: 10px;
      left: 126.834px;
   }

   #IMAGE423>.ladi-image>.ladi-image-background {
      width: 72.8334px;
      height: 73.4667px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack4-20210221181117.png");
   }

   #IMAGE424 {
      width: 84.2334px;
      height: 67.1333px;
      top: 3.1667px;
      left: 0px;
   }

   #IMAGE424>.ladi-image>.ladi-image-background {
      width: 84.2334px;
      height: 67.1333px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack6-20210221181117.png");
   }

   #PARAGRAPH425 {
      width: 347px;
      top: 80.481px;
      left: 264px;
   }

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

   #IMAGE426 {
      width: 122.5px;
      height: 24.5px;
      top: 83.481px;
      left: 562px;
   }

   #IMAGE426>.ladi-image>.ladi-image-background {
      width: 122.5px;
      height: 24.5px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack1-20210222035743.png");
   }

   #GROUP421 {
      width: 684.5px;
      height: 107.981px;
      top: 623.871px;
      left: 481px;
   }

   #GROUP427 {
      width: 135.84px;
      height: 137.62px;
      top: 33px;
      left: 623px;
   }

   #IMAGE429 {
      width: 135.84px;
      height: 137.62px;
      top: 0px;
      left: 0px;
   }

   #IMAGE429>.ladi-image>.ladi-image-background {
      width: 135.84px;
      height: 137.62px;
      top: 0px;
      left: 0px;
      background-image: url("../images/tag-01-20200819100858.png");
   }

   #PARAGRAPH430 {
      width: 96px;
      top: 30px;
      left: 30px;
   }

   #PARAGRAPH430>.ladi-paragraph {
      font-family: "UTM Avo";
      color: rgb(201, 31, 23);
      font-size: 37px;
      line-height: 1.6;
   }

   #GROUP428 {
      width: 135.84px;
      height: 137.62px;
      top: 188px;
      left: 415px;
   }

   #IMAGE432 {
      width: 135.84px;
      height: 137.62px;
      top: 0px;
      left: 0px;
   }

   #IMAGE432>.ladi-image>.ladi-image-background {
      width: 135.84px;
      height: 137.62px;
      top: 0px;
      left: 0px;
      background-image: url("../images/tag-01-20200819100858.png");
   }

   #PARAGRAPH433 {
      width: 96px;
      top: 30px;
      left: 30px;
   }

   #PARAGRAPH433>.ladi-paragraph {
      font-family: "UTM Avo";
      color: rgb(201, 31, 23);
      font-size: 37px;
      line-height: 1.6;
   }

   #GROUP431 {
      width: 135.84px;
      height: 137.62px;
      top: 193px;
      left: 565.66px;
   }

   #PARAGRAPH436 {
      width: 373px;
      top: 234.246px;
      left: 425.5px;
   }

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

   #IMAGE16 {
      width: 197.116px;
      height: 44.1801px;
      top: 18.96px;
      left: 0px;
   }

   #IMAGE16>.ladi-image>.ladi-image-background {
      width: 197.116px;
      height: 44.1801px;
      top: 0px;
      left: 0px;
      background-image: url("../images/prostanix-02-20210223064806.png");
   }

   #BOX442 {
      width: 363px;
      height: 99.8929px;
      top: 5.36611px;
      left: 2.91853px;
   }

   #BOX442>.ladi-box {
      background-color: rgb(255, 236, 235);
      border-radius: 0px;
   }

   #PARAGRAPH443 {
      width: 327px;
      top: 63.6482px;
      left: 9.96873px;
   }

   #PARAGRAPH443>.ladi-paragraph {
      color: rgb(104, 0, 0);
      font-size: 19px;
      font-weight: bold;
      font-style: italic;
      line-height: 1.4;
   }

   #IMAGE444 {
      width: 56.7107px;
      height: 39.7322px;
      top: 0px;
      left: 0px;
   }

   #IMAGE444>.ladi-image>.ladi-image-background {
      width: 56.7107px;
      height: 39.7322px;
      top: 0px;
      left: 0px;
      background-image: url("../images/sdfsd-20200925020804.png");
   }

   #LINE445 {
      height: 33px;
      top: 60.3662px;
      left: 171.706px;
   }

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

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

   #HEADLINE446 {
      width: 228px;
      top: 5.36611px;
      left: 78.3223px;
   }

   #HEADLINE446>.ladi-headline {
      font-family: "Lobster", cursive;
      color: rgb(249, 12, 12);
      font-size: 31px;
      text-align: center;
      line-height: 1.6;
   }

   #GROUP441 {
      width: 365.919px;
      height: 105.259px;
      top: 0px;
      left: 0px;
   }

   #SHAPE447 {
      width: 27.246px;
      height: 27.246px;
      top: 62.0531px;
      left: 331px;
   }

   #SHAPE447 svg:last-child {
      fill: rgba(104, 0, 0, 1.0);
   }

   #SHAPE448 {
      width: 26.7204px;
      height: 25.246px;
      top: 62.0531px;
      left: 146.754px;
   }

   #SHAPE448 svg:last-child {
      fill: rgba(104, 0, 0, 1.0);
   }

   #GROUP440 {
      width: 365.919px;
      height: 105.259px;
      top: 219.953px;
      left: 810.5px;
   }

   #BOX451 {
      width: 363px;
      height: 99.8929px;
      top: 5.36611px;
      left: 2.91853px;
   }

   #BOX451>.ladi-box {
      background-color: rgb(255, 236, 235);
      border-radius: 0px;
   }

   #PARAGRAPH452 {
      width: 327px;
      top: 63.6482px;
      left: 9.96873px;
   }

   #PARAGRAPH452>.ladi-paragraph {
      color: rgb(104, 0, 0);
      font-size: 19px;
      font-weight: bold;
      font-style: italic;
      line-height: 1.4;
   }

   #IMAGE453 {
      width: 56.7107px;
      height: 39.7322px;
      top: 0px;
      left: 0px;
   }

   #IMAGE453>.ladi-image>.ladi-image-background {
      width: 56.7107px;
      height: 39.7322px;
      top: 0px;
      left: 0px;
      background-image: url("../images/sdfsd-20200925020804.png");
   }

   #LINE454 {
      height: 33px;
      top: 60.3662px;
      left: 171.706px;
   }

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

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

   #HEADLINE455 {
      width: 228px;
      top: 5.36611px;
      left: 78.3223px;
   }

   #HEADLINE455>.ladi-headline {
      font-family: "Lobster", cursive;
      color: rgb(249, 12, 12);
      font-size: 31px;
      text-align: center;
      line-height: 1.6;
   }

   #GROUP450 {
      width: 365.919px;
      height: 105.259px;
      top: 0px;
      left: 0px;
   }

   #SHAPE456 {
      width: 27.246px;
      height: 27.246px;
      top: 62.0531px;
      left: 331px;
   }

   #SHAPE456 svg:last-child {
      fill: rgba(104, 0, 0, 1.0);
   }

   #SHAPE457 {
      width: 26.7204px;
      height: 25.246px;
      top: 62.0531px;
      left: 146.754px;
   }

   #SHAPE457 svg:last-child {
      fill: rgba(104, 0, 0, 1.0);
   }

   #GROUP449 {
      width: 365.919px;
      height: 105.259px;
      top: 181px;
      left: 808.611px;
   }

   #FORM_ITEM458 {
      width: 25.499px;
      height: 35px;
      top: 132px;
      left: 35.499px;
      display: none !important;
   }

   #FORM_ITEM459 {
      width: 25.499px;
      height: 35px;
      top: 132px;
      left: 0px;
      display: none !important;
   }

   #FORM_ITEM460 {
      width: 25.499px;
      height: 35px;
      top: 132px;
      left: 70.998px;
      display: none !important;
   }

   #FORM_ITEM461 {
      width: 25.499px;
      height: 35px;
      top: 132px;
      left: 106.497px;
      display: none !important;
   }

   #FORM_ITEM462 {
      width: 25.499px;
      height: 35px;
      top: 132px;
      left: 141.996px;
      display: none !important;
   }

   #FORM_ITEM463 {
      width: 25.499px;
      height: 35px;
      top: 132px;
      left: 177.495px;
      display: none !important;
   }

   #FORM_ITEM464 {
      width: 25.499px;
      height: 35px;
      top: 132px;
      left: 212.994px;
      display: none !important;
   }

   #FORM_ITEM465 {
      width: 25.499px;
      height: 35px;
      top: 132px;
      left: 248.493px;
      display: none !important;
   }

   #FORM_ITEM466 {
      width: 23px;
      height: 35px;
      top: 118px;
      left: 231px;
      display: none !important;
   }

   #FORM_ITEM467 {
      width: 23px;
      height: 35px;
      top: 118px;
      left: 198px;
      display: none !important;
   }

   #FORM_ITEM468 {
      width: 23px;
      height: 35px;
      top: 118px;
      left: 165px;
      display: none !important;
   }

   #FORM_ITEM469 {
      width: 23px;
      height: 35px;
      top: 118px;
      left: 132px;
      display: none !important;
   }

   #FORM_ITEM470 {
      width: 23px;
      height: 35px;
      top: 118px;
      left: 0px;
      display: none !important;
   }

   #FORM_ITEM471 {
      width: 23px;
      height: 35px;
      top: 118px;
      left: 99px;
      display: none !important;
   }

   #FORM_ITEM472 {
      width: 23px;
      height: 35px;
      top: 118px;
      left: 66px;
      display: none !important;
   }

   #FORM_ITEM473 {
      width: 23px;
      height: 35px;
      top: 118px;
      left: 33px;
      display: none !important;
   }

   #FORM_ITEM474 {
      width: 27px;
      height: 35px;
      top: 118px;
      left: 259px;
      display: none !important;
   }

   #FORM_ITEM475 {
      width: 27px;
      height: 35px;
      top: 118px;
      left: 222px;
      display: none !important;
   }

   #FORM_ITEM476 {
      width: 27px;
      height: 35px;
      top: 118px;
      left: 185px;
      display: none !important;
   }

   #FORM_ITEM477 {
      width: 27px;
      height: 35px;
      top: 118px;
      left: 148px;
      display: none !important;
   }

   #FORM_ITEM478 {
      width: 27px;
      height: 35px;
      top: 118px;
      left: 111px;
      display: none !important;
   }

   #FORM_ITEM479 {
      width: 27px;
      height: 35px;
      top: 118px;
      left: 74px;
      display: none !important;
   }

   #FORM_ITEM480 {
      width: 27px;
      height: 35px;
      top: 118px;
      left: 37px;
      display: none !important;
   }

   #FORM_ITEM481 {
      width: 27px;
      height: 35px;
      top: 118px;
      left: 0px;
      display: none !important;
   }

   #FORM_ITEM482 {
      width: 23px;
      height: 35px;
      top: 116px;
      left: 0px;
      display: none !important;
   }

   #FORM_ITEM483 {
      width: 23px;
      height: 35px;
      top: 116px;
      left: 33px;
      display: none !important;
   }

   #FORM_ITEM484 {
      width: 23px;
      height: 35px;
      top: 116px;
      left: 66px;
      display: none !important;
   }

   #FORM_ITEM485 {
      width: 23px;
      height: 35px;
      top: 116px;
      left: 99px;
      display: none !important;
   }

   #FORM_ITEM486 {
      width: 23px;
      height: 35px;
      top: 116px;
      left: 132px;
      display: none !important;
   }

   #FORM_ITEM487 {
      width: 23px;
      height: 35px;
      top: 116px;
      left: 165px;
      display: none !important;
   }

   #FORM_ITEM488 {
      width: 23px;
      height: 35px;
      top: 116px;
      left: 198px;
      display: none !important;
   }

   #FORM_ITEM489 {
      width: 23px;
      height: 35px;
      top: 116px;
      left: 231px;
      display: none !important;
   }
}

@media (max-width: 767px) {
   #SECTION_POPUP {
      height: 0px;
   }

   #SECTION1 {
      height: 183.72px;
   }

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

   #SECTION2 {
      height: 1519.18px;
   }

   #SECTION2>.ladi-section-background {
      background-size: auto 100%;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("../images/bg-20201207092036.png");
      background-position: center top;
      background-repeat: repeat;
   }

   #SECTION3 {
      height: 1008.5px;
   }

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

   #SECTION4 {
      height: 2362px;
   }

   #SECTION4>.ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("../images/bg-hell-20210219072508.jpg");
      background-position: center top;
      background-repeat: repeat;
   }

   #SECTION5 {
      height: 847.5px;
   }

   #SECTION6 {
      height: 1525.52px;
   }

   #SECTION6>.ladi-section-background {
      background-color: rgb(9, 18, 10);
   }

   #SECTION7 {
      height: 1889.52px;
   }

   #SECTION7>.ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("../images/bg_why-20210219074028.jpg");
      background-position: center top;
      background-repeat: repeat;
   }

   #SECTION8 {
      height: 829.21px;
   }

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

   #SECTION9 {
      height: 1041.97px;
   }

   #SECTION10 {
      height: 1684.07px;
   }

   #SECTION10>.ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("../images/bg-formula-20210219085023.jpg");
      background-position: center top;
      background-repeat: repeat;
   }

   #SECTION11 {
      height: 1011.37px;
   }

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

   #PARAGRAPH12 {
      width: 147px;
      top: 0px;
      left: 46.5px;
   }

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

   #IMAGE14 {
      width: 32px;
      height: 43px;
      top: 1.9201px;
      left: 0px;
   }

   #IMAGE14>.ladi-image>.ladi-image-background {
      width: 32px;
      height: 43px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack-20210219042332.png");
   }

   #GROUP17 {
      width: 193.5px;
      height: 89px;
      top: 83.8401px;
      left: 10px;
   }

   #PARAGRAPH19 {
      width: 152px;
      top: 0px;
      left: 46.5px;
   }

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

   #IMAGE20 {
      width: 32px;
      height: 43px;
      top: 1.9201px;
      left: 0px;
   }

   #IMAGE20>.ladi-image>.ladi-image-background {
      width: 32px;
      height: 43px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack1-20210219042333.png");
   }

   #GROUP18 {
      width: 198.5px;
      height: 66px;
      top: 83.8401px;
      left: 215px;
   }

   #COUNTDOWN21 {
      width: 257px;
      height: 57px;
      top: 0px;
      left: 32px;
   }

   #COUNTDOWN21>.ladi-countdown {
      color: rgb(255, 249, 69);
      font-size: 28px;
      font-weight: bold;
      text-align: center;
   }

   #COUNTDOWN21>.ladi-countdown>.ladi-element {
      width: 25%;
      height: 100%;
   }

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

   #BOX26 {
      width: 175.269px;
      height: 47px;
      top: 4.27px;
      left: 72.257px;
   }

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

   #HEADLINE27 {
      width: 120px;
      top: 15px;
      left: 125.526px;
   }

   #HEADLINE27>.ladi-headline {
      color: rgb(255, 249, 69);
      font-size: 16px;
      line-height: 1.6;
   }

   #PARAGRAPH28 {
      width: 400px;
      top: 10px;
      left: 10px;
   }

   #PARAGRAPH28>.ladi-paragraph {
      color: rgb(104, 0, 0);
      font-size: 25px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
   }

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

   #IMAGE29 {
      width: 336.842px;
      height: 320px;
      top: 200.179px;
      left: 37px;
   }

   #IMAGE29>.ladi-image>.ladi-image-background {
      width: 336.842px;
      height: 320px;
      top: 0px;
      left: 0px;
      background-image: url("../images/decor-prostanix-20210223071309.png");
   }

   #BOX30 {
      width: 370.779px;
      height: 515.179px;
      top: 0px;
      left: 0px;
   }

   #BOX30>.ladi-box {
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(250, 81, 3);
      border-width: 4px;
      border-radius: 5px;
      filter: drop-shadow(rgb(180, 180, 180) 0px 3px 3px);
   }

   #PARAGRAPH32 {
      width: 356px;
      top: 17.7px;
      left: 7.1045px;
   }

   #PARAGRAPH32>.ladi-paragraph {
      color: rgb(104, 0, 0);
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
   }

   #BOX33 {
      width: 346px;
      height: 85px;
      top: 153.367px;
      left: 12.39px;
   }

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

   #PARAGRAPH34 {
      width: 123px;
      top: 169.867px;
      left: 12.39px;
   }

   #PARAGRAPH34>.ladi-paragraph {
      text-decoration-line: line-through;
      -webkit-text-decoration-line: line-through;
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.2;
   }

   #BOX35 {
      width: 227px;
      height: 85px;
      top: 153.367px;
      left: 131.39px;
   }

   #BOX35>.ladi-box {
      background-color: rgb(201, 31, 23);
   }

   #PARAGRAPH36 {
      width: 227px;
      top: 170.867px;
      left: 131.39px;
   }

   #PARAGRAPH36>.ladi-paragraph {
      color: rgb(255, 249, 69);
      font-size: 21px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
   }

   #FORM37 {
      width: 335px;
      height: 266.5px;
      top: 269.589px;
      left: 23.3895px;
   }

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

   #FORM37 .ladi-form-item .ladi-form-control::placeholder,
   #FORM37 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""],
   #FORM37 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
      color: #000;
   }


   #FORM37 .ladi-form-item.ladi-form-checkbox {
      padding-left: 9px;
      padding-right: 9px;
   }

   #FORM37 .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%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
   }

   #FORM37 .ladi-form-item-container {
      border-style: solid;
      border-color: rgb(238, 238, 238);
      border-width: 1px;
      border-radius: 5px;
   }

   #BUTTON38 {
      width: 229.714px;
      height: 56px;
      top: 145.5px;
      left: 52.643px;
   }

   #BUTTON38>.ladi-button>.ladi-button-background {
      background: rgba(255, 75, 66, 1.0);
      background: -webkit-linear-gradient(180deg, rgba(255, 75, 66, 1.0), rgba(201, 31, 23, 1.0));
      background: linear-gradient(180deg, rgba(255, 75, 66, 1.0), rgba(201, 31, 23, 1.0));
   }

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

   #BUTTON38>.ladi-button:hover {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      border-color: rgb(137, 6, 0);
   }

   #BUTTON38>.ladi-button:hover .ladi-button-background {
      background-color: rgb(164, 0, 0);
      background-image: none;
   }

   #BUTTON_TEXT38 {
      width: 230px;
      top: 9px;
      left: 0px;
   }

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

   #FORM_ITEM39 {
      width: 335px;
      height: 47.25px;
      top: 0px;
      left: 0px;
   }

   #FORM_ITEM41 {
      width: 335px;
      height: 47.25px;
      top: 60.75px;
      left: 0.0005px;
   }

   #PARAGRAPH43 {
      width: 212px;
      top: 509.089px;
      left: 0px;
   }

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

   #LINE44 {
      height: 40px;
      top: 509.089px;
      left: 216.889px;
   }

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

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

   #PARAGRAPH45 {
      width: 97px;
      top: 515.089px;
      left: 246.889px;
   }

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

   #PARAGRAPH46 {
      width: 267px;
      top: 651.179px;
      left: 46.39px;
   }

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

   #SECTION47 {
      height: 1162.13px;
   }

   #SECTION47>.ladi-section-background {
      background-color: rgb(9, 18, 10);
   }

   #SHAPE49 {
      width: 68px;
      height: 68px;
      top: 6px;
      left: 0px;
   }

   #SHAPE49 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH50 {
      width: 319px;
      top: 0px;
      left: 81.57px;
   }

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

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

   #GROUP48 {
      width: 400.57px;
      height: 74px;
      top: 203px;
      left: 10px;
   }

   #SHAPE55 {
      width: 68px;
      height: 68px;
      top: 6px;
      left: 0px;
   }

   #SHAPE55 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH56 {
      width: 316px;
      top: 0px;
      left: 81.57px;
   }

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

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

   #GROUP54 {
      width: 397.57px;
      height: 74px;
      top: 311px;
      left: 11.8669px;
   }

   #SHAPE61 {
      width: 68px;
      height: 68px;
      top: 6px;
      left: 0px;
   }

   #SHAPE61 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH62 {
      width: 317px;
      top: 0px;
      left: 81.57px;
   }

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

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

   #GROUP60 {
      width: 398.57px;
      height: 103px;
      top: 418px;
      left: 10px;
   }

   #SHAPE64 {
      width: 68px;
      height: 68px;
      top: 6px;
      left: 0px;
   }

   #SHAPE64 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH65 {
      width: 317px;
      top: 0px;
      left: 81.57px;
   }

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

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

   #GROUP63 {
      width: 398.57px;
      height: 74px;
      top: 543px;
      left: 11.8669px;
   }

   #PARAGRAPH66 {
      width: 400px;
      top: 10px;
      left: 10px;
   }

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

   #GROUP67 {
      width: 370.779px;
      height: 515.179px;
      top: 827px;
      left: 24.8955px;
   }

   #BOX68 {
      width: 400px;
      height: 1112.13px;
      top: 11px;
      left: 10.652px;
   }

   #BOX68>.ladi-box {
      box-shadow: 0px 15px 20px -15px #000;
      -webkit-box-shadow: 0px 15px 20px -15px #000;
      background-color: rgb(255, 255, 255);
      border-radius: 20px;
   }

   #PARAGRAPH69 {
      width: 373px;
      top: 27.127px;
      left: 24.6519px;
   }

   #PARAGRAPH69>.ladi-paragraph {
      color: rgb(201, 31, 23);
      font-size: 25px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
   }

   #IMAGE70 {
      width: 257.448px;
      height: 403.778px;
      top: 705.35px;
      left: 504.552px;
   }

   #IMAGE70>.ladi-image>.ladi-image-background {
      width: 719.23px;
      height: 403.778px;
      top: -0.000188px;
      left: -461.782px;
      background-image: url("../images/bg-test-block-20210219070442.jpg");
   }

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

   #SHAPE71 {
      width: 28.0188px;
      height: 37.7316px;
      top: 0px;
      left: 0px;
   }

   #SHAPE71:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE71 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH72 {
      width: 368px;
      top: 195.127px;
      left: 24.6519px;
   }

   #PARAGRAPH72>.ladi-paragraph {
      color: rgb(45, 153, 60);
      font-size: 20px;
      text-align: center;
      line-height: 1.2;
   }

   #PARAGRAPH73 {
      width: 340px;
      top: -4.3658px;
      left: 45.3038px;
      margin-bottom: 10px;
   }

   #PARAGRAPH73>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP74 {
      width: 415.304px;
      height: 37.7316px;
      top: 284.127px;
      left: 26.0001px;
   }

   #SHAPE88 {
      width: 28.0188px;
      height: 37.7316px;
      top: 0px;
      left: 0px;
   }

   #SHAPE88:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE88 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH89 {
      width: 370px;
      top: 7.3658px;
      left: 45.3038px;
   }

   #PARAGRAPH89>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP87 {
      width: 415.304px;
      height: 37.7316px;
      top: 407.529px;
      left: 26.0001px;
   }

   #SHAPE91 {
      width: 28.0188px;
      height: 37.7316px;
      top: 0px;
      left: 0px;
   }

   #SHAPE91:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE91 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH92 {
      width: 370px;
      top: 7.3658px;
      left: 45.3038px;
   }

   #PARAGRAPH92>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP90 {
      width: 415.304px;
      height: 37.7316px;
      top: 523.566px;
      left: 26.0001px;
   }

   #SHAPE94 {
      width: 28.0188px;
      height: 37.7316px;
      top: 0px;
      left: 0px;
   }

   #SHAPE94:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE94 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH95 {
      width: 370px;
      top: 7.3658px;
      left: 45.3038px;
   }

   #PARAGRAPH95>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP93 {
      width: 415.304px;
      height: 37.7316px;
      top: 630.334px;
      left: 26.0001px;
   }

   #SHAPE97 {
      width: 28.0188px;
      height: 37.7316px;
      top: 0px;
      left: 0px;
   }

   #SHAPE97:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE97 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH98 {
      width: 371px;
      top: 7.3658px;
      left: 45.3038px;
   }

   #PARAGRAPH98>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP96 {
      width: 416.304px;
      height: 79.3658px;
      top: 737.102px;
      left: 26.0001px;
   }

   #SHAPE100 {
      width: 28.0188px;
      height: 37.7316px;
      top: 4.6342px;
      left: 0px;
   }

   #SHAPE100:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE100 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH101 {
      width: 324px;
      top: 0px;
      left: 45.3038px;
   }

   #PARAGRAPH101>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP99 {
      width: 369.304px;
      height: 47px;
      top: 860.504px;
      left: 26.0001px;
   }

   #SHAPE103 {
      width: 28.0188px;
      height: 37.7316px;
      top: 4.6342px;
      left: 0px;
   }

   #SHAPE103:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE103 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH104 {
      width: 334px;
      top: 0px;
      left: 45.3038px;
   }

   #PARAGRAPH104>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP102 {
      width: 379.304px;
      height: 47px;
      top: 341.194px;
      left: 26.0001px;
   }

   #SHAPE106 {
      width: 28.0188px;
      height: 37.7316px;
      top: 4.6342px;
      left: 0px;
   }

   #SHAPE106:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE106 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH107 {
      width: 339px;
      top: 0px;
      left: 45.3038px;
   }

   #PARAGRAPH107>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP105 {
      width: 384.304px;
      height: 47px;
      top: 460.913px;
      left: 26.0001px;
   }

   #SHAPE109 {
      width: 28.0188px;
      height: 37.7316px;
      top: 0px;
      left: 0px;
   }

   #SHAPE109:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE109 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH110 {
      width: 371px;
      top: 0px;
      left: 45.3038px;
   }

   #PARAGRAPH110>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP108 {
      width: 416.304px;
      height: 48px;
      top: 574.95px;
      left: 26.0001px;
   }

   #SHAPE112 {
      width: 28.0188px;
      height: 37.7316px;
      top: 0px;
      left: 0px;
   }

   #SHAPE112:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE112 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH113 {
      width: 337px;
      top: -1.3658px;
      left: 45.3038px;
   }

   #PARAGRAPH113>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP111 {
      width: 416.304px;
      height: 55.3658px;
      top: 683.718px;
      left: 26.0001px;
   }

   #SHAPE115 {
      width: 28.0188px;
      height: 37.7316px;
      top: 4.6342px;
      left: 0px;
   }

   #SHAPE115:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE115 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH116 {
      width: 327px;
      top: 0px;
      left: 45.3038px;
   }

   #PARAGRAPH116>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP114 {
      width: 372.304px;
      height: 47px;
      top: 803.169px;
      left: 26.0001px;
   }

   #SHAPE118 {
      width: 28.0188px;
      height: 37.7316px;
      top: 4.6342px;
      left: 0px;
   }

   #SHAPE118:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE118 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH119 {
      width: 371px;
      top: 0px;
      left: 45.3038px;
   }

   #PARAGRAPH119>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP117 {
      width: 416.304px;
      height: 96px;
      top: 923.157px;
      left: 26.0001px;
   }

   #SHAPE121 {
      width: 28.0188px;
      height: 37.7316px;
      top: 0px;
      left: 0px;
   }

   #SHAPE121:hover>.ladi-shape svg:last-child {
      fill: rgba(46, 153, 61, 1.0);
   }

   #SHAPE121 svg:last-child {
      fill: rgba(201, 31, 23, 1.0);
   }

   #PARAGRAPH122 {
      width: 324px;
      top: 4.3658px;
      left: 45.3038px;
   }

   #PARAGRAPH122>.ladi-paragraph {
      color: rgb(36, 36, 36);
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
   }

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

   #GROUP120 {
      width: 369.304px;
      height: 37.7316px;
      top: 1007.81px;
      left: 24.5px;
   }

   #BUTTON123 {
      width: 246.198px;
      height: 53.1696px;
      top: 1096.54px;
      left: 87.553px;
   }

   #BUTTON123>.ladi-button>.ladi-button-background {
      background: #e52d27;
      background: -webkit-linear-gradient(180deg, #e52d27, #b31217);
      background: linear-gradient(180deg, #e52d27, #b31217);
   }

   #BUTTON123>.ladi-button {
      border-radius: 7px;
   }

   #BUTTON123.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_TEXT123 {
      width: 298px;
      top: 9px;
      left: 0px;
   }

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

   #PARAGRAPH124 {
      width: 400px;
      top: 10px;
      left: 10px;
   }

   #PARAGRAPH124>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 29px;
      text-align: center;
      line-height: 1.2;
   }

   #IMAGE125 {
      width: 199px;
      height: 199px;
      top: 0px;
      left: 86px;
   }

   #IMAGE125>.ladi-image>.ladi-image-background {
      width: 199px;
      height: 199px;
      top: 0px;
      left: 0px;
      background-image: url("../images/h01-20210219071944.png");
   }

   #PARAGRAPH126 {
      width: 282px;
      top: 220.5px;
      left: 44.5px;
   }

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

   #PARAGRAPH127 {
      width: 371px;
      top: 261.5px;
      left: 0px;
   }

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

   #GROUP128 {
      width: 371px;
      height: 372.5px;
      top: 158px;
      left: 24.5px;
   }

   #IMAGE142 {
      width: 199px;
      height: 199px;
      top: 0px;
      left: 86px;
   }

   #IMAGE142>.ladi-image>.ladi-image-background {
      width: 199px;
      height: 199px;
      top: 0px;
      left: 0px;
      background-image: url("../images/h02-20210219071944.png");
   }

   #PARAGRAPH143 {
      width: 282px;
      top: 220.5px;
      left: 44.5px;
   }

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

   #PARAGRAPH144 {
      width: 371px;
      top: 261.5px;
      left: 0px;
   }

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

   #GROUP141 {
      width: 371px;
      height: 400.5px;
      top: 577px;
      left: 24.5px;
   }

   #IMAGE146 {
      width: 199px;
      height: 199px;
      top: 0px;
      left: 86px;
   }

   #IMAGE146>.ladi-image>.ladi-image-background {
      width: 199px;
      height: 199px;
      top: 0px;
      left: 0px;
      background-image: url("../images/h03-20210219071944.png");
   }

   #PARAGRAPH147 {
      width: 282px;
      top: 220.5px;
      left: 44.5px;
   }

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

   #PARAGRAPH148 {
      width: 371px;
      top: 297.5px;
      left: 0px;
   }

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

   #GROUP145 {
      width: 371px;
      height: 344.5px;
      top: 1035.75px;
      left: 24.5px;
   }

   #IMAGE150 {
      width: 199px;
      height: 199px;
      top: 0px;
      left: 86px;
   }

   #IMAGE150>.ladi-image>.ladi-image-background {
      width: 199px;
      height: 199px;
      top: 0px;
      left: 0px;
      background-image: url("../images/h04-20210219071944.png");
   }

   #PARAGRAPH151 {
      width: 371px;
      top: 220.5px;
      left: 0px;
   }

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

   #PARAGRAPH152 {
      width: 371px;
      top: 289.5px;
      left: 0px;
   }

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

   #GROUP149 {
      width: 371px;
      height: 372.5px;
      top: 1454.25px;
      left: 19.5px;
   }

   #IMAGE154 {
      width: 199px;
      height: 199px;
      top: 0px;
      left: 86px;
   }

   #IMAGE154>.ladi-image>.ladi-image-background {
      width: 199px;
      height: 199px;
      top: 0px;
      left: 0px;
      background-image: url("../images/h05-20210219071944.png");
   }

   #PARAGRAPH155 {
      width: 371px;
      top: 220.5px;
      left: 0px;
   }

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

   #PARAGRAPH156 {
      width: 371px;
      top: 289.5px;
      left: 0px;
   }

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

   #GROUP153 {
      width: 371px;
      height: 401.5px;
      top: 1893.5px;
      left: 19.5px;
   }

   #PARAGRAPH157 {
      width: 400px;
      top: 10px;
      left: 10px;
   }

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

   #PARAGRAPH158 {
      width: 400px;
      top: 243px;
      left: 10px;
   }

   #PARAGRAPH158>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 24px;
      text-align: left;
      line-height: 1.2;
   }

   #PARAGRAPH159 {
      width: 400px;
      top: 770px;
      left: 5px;
   }

   #PARAGRAPH159>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 22px;
      text-align: center;
      line-height: 1.2;
   }

   #PARAGRAPH160 {
      width: 400px;
      top: 63px;
      left: 10px;
   }

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

   #BOX161 {
      width: 400px;
      height: 1163.15px;
      top: 310.37px;
      left: 10px;
   }

   #BOX161>.ladi-box {
      box-shadow: 0px 15px 20px -15px #000;
      -webkit-box-shadow: 0px 15px 20px -15px #000;
      background-color: rgb(255, 255, 255);
      border-radius: 20px;
   }

   #PARAGRAPH162 {
      width: 376px;
      top: 331.685px;
      left: 22px;
   }

   #PARAGRAPH162>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 23px;
      text-align: center;
      line-height: 1.4;
   }

   #IMAGE163 {
      width: 312.41px;
      height: 341.371px;
      top: 1132.15px;
      left: 53.795px;
   }

   #IMAGE163>.ladi-image>.ladi-image-background {
      width: 312.41px;
      height: 341.371px;
      top: 0px;
      left: 0px;
      background-image: url("../images/doc-20210219073727.png");
   }

   #PARAGRAPH164 {
      width: 400px;
      top: 10px;
      left: 10px;
   }

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

   #IMAGE165 {
      width: 313.684px;
      height: 298px;
      top: 753.608px;
      left: -448.842px;
   }

   #IMAGE165>.ladi-image>.ladi-image-background {
      width: 313.684px;
      height: 298px;
      top: 0px;
      left: 0px;
      background-image: url("../images/decor-prostanix-20210223071309.png");
   }

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

   #BOX166 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 0px;
   }

   #BOX166>.ladi-box {
      background-color: rgb(255, 249, 246);
      border-radius: 300px;
   }

   #IMAGE167 {
      width: 83px;
      height: 84px;
      top: 33px;
      left: 33.5px;
   }

   #IMAGE167>.ladi-image>.ladi-image-background {
      width: 83px;
      height: 84px;
      top: 0px;
      left: 0px;
      background-image: url("../images/f-20210219074719.png");
   }

   #GROUP168 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 159.5px;
   }

   #PARAGRAPH169 {
      width: 469px;
      top: 165px;
      left: 0px;
   }

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

   #PARAGRAPH170 {
      width: 396px;
      top: 207.304px;
      left: 36.5px;
   }

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

   #GROUP171 {
      width: 469px;
      height: 270.304px;
      top: 110px;
      left: -25.5px;
   }

   #BOX174 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 0px;
   }

   #BOX174>.ladi-box {
      background-color: rgb(255, 249, 246);
      border-radius: 300px;
   }

   #IMAGE175 {
      width: 79.1667px;
      height: 70px;
      top: 40px;
      left: 35.4166px;
   }

   #IMAGE175>.ladi-image>.ladi-image-background {
      width: 79.1667px;
      height: 70px;
      top: 0px;
      left: 0px;
      background-image: url("../images/x-20210219074719.png");
   }

   #GROUP173 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 126.5px;
   }

   #PARAGRAPH176 {
      width: 409px;
      top: 163px;
      left: 0px;
   }

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

   #PARAGRAPH177 {
      width: 396px;
      top: 247.304px;
      left: 7px;
   }

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

   #GROUP172 {
      width: 409px;
      height: 331.304px;
      top: 444px;
      left: 5.5px;
   }

   #BOX180 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 0px;
   }

   #BOX180>.ladi-box {
      background-color: rgb(255, 249, 246);
      border-radius: 300px;
   }

   #IMAGE181 {
      width: 34px;
      height: 84px;
      top: 27px;
      left: 58px;
   }

   #IMAGE181>.ladi-image>.ladi-image-background {
      width: 35px;
      height: 84px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack21-20210219074719.png");
   }

   #GROUP179 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 159.5px;
   }

   #PARAGRAPH182 {
      width: 469px;
      top: 165px;
      left: 0px;
   }

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

   #PARAGRAPH183 {
      width: 398px;
      top: 207.304px;
      left: 37px;
   }

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

   #GROUP178 {
      width: 469px;
      height: 313.304px;
      top: 1163.61px;
      left: -23.5px;
   }

   #BOX186 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 0px;
   }

   #BOX186>.ladi-box {
      background-color: rgb(255, 249, 246);
      border-radius: 300px;
   }

   #IMAGE187 {
      width: 96px;
      height: 84px;
      top: 33px;
      left: 27px;
   }

   #IMAGE187>.ladi-image>.ladi-image-background {
      width: 96px;
      height: 84px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-packc-20210219074719.png");
   }

   #GROUP185 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 166.5px;
   }

   #PARAGRAPH188 {
      width: 469px;
      top: 165px;
      left: 0px;
   }

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

   #PARAGRAPH189 {
      width: 396px;
      top: 207.304px;
      left: 38px;
   }

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

   #GROUP184 {
      width: 469px;
      height: 270.304px;
      top: 1536.91px;
      left: -29.5px;
   }

   #BOX192 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 0px;
   }

   #BOX192>.ladi-box {
      background-color: rgb(255, 249, 246);
      border-radius: 300px;
   }

   #IMAGE193 {
      width: 83px;
      height: 84px;
      top: 33px;
      left: 33.5px;
   }

   #IMAGE193>.ladi-image>.ladi-image-background {
      width: 83px;
      height: 84px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-packa-20210219074719.png");
   }

   #GROUP191 {
      width: 150px;
      height: 150px;
      top: 0px;
      left: 159.5px;
   }

   #PARAGRAPH194 {
      width: 469px;
      top: 165px;
      left: 0px;
   }

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

   #PARAGRAPH195 {
      width: 392px;
      top: 207.304px;
      left: 38.5px;
   }

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

   #GROUP190 {
      width: 469px;
      height: 270.304px;
      top: 822.455px;
      left: -29.5px;
   }

   #BOX198 {
      width: 402px;
      height: 780.179px;
      top: 0px;
      left: 63.61px;
   }

   #BOX198>.ladi-box {
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(250, 81, 3);
      border-width: 4px;
      border-radius: 5px;
      filter: drop-shadow(rgb(180, 180, 180) 0px 3px 3px);
   }

   #PARAGRAPH199 {
      width: 509px;
      top: 216.263px;
      left: 0px;
   }

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

   #BOX200 {
      width: 370.86px;
      height: 88.3389px;
      top: 0px;
      left: 0px;
   }

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

   #PARAGRAPH201 {
      width: 132px;
      top: 23.1694px;
      left: 0px;
   }

   #PARAGRAPH201>.ladi-paragraph {
      text-decoration-line: line-through;
      -webkit-text-decoration-line: line-through;
      color: rgb(0, 0, 0);
      font-size: 18px;
      text-align: center;
      line-height: 1.2;
   }

   #BOX202 {
      width: 242.16px;
      height: 88.3389px;
      top: 0px;
      left: 128.7px;
   }

   #BOX202>.ladi-box {
      background-color: rgb(201, 31, 23);
   }

   #PARAGRAPH203 {
      width: 231px;
      top: 16.1694px;
      left: 135.032px;
   }

   #PARAGRAPH203>.ladi-paragraph {
      color: rgb(255, 249, 69);
      font-size: 23px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
   }

   #BUTTON_TEXT205 {
      width: 229px;
      top: 9.35354px;
      left: 0px;
   }

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

   #BUTTON205 {
      width: 229.714px;
      height: 58.1998px;
      top: 132.312px;
      left: 55px;
   }

   #BUTTON205>.ladi-button>.ladi-button-background {
      background: rgba(255, 75, 66, 1.0);
      background: -webkit-linear-gradient(180deg, rgba(255, 75, 66, 1.0), rgba(201, 31, 23, 1.0));
      background: linear-gradient(180deg, rgba(255, 75, 66, 1.0), rgba(201, 31, 23, 1.0));
   }

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

   #BUTTON205>.ladi-button:hover {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      border-color: rgb(137, 6, 0);
   }

   #BUTTON205>.ladi-button:hover .ladi-button-background {
      background-color: rgb(164, 0, 0);
      background-image: none;
   }

   #FORM_ITEM207 {
      width: 335px;
      height: 49.1061px;
      top: 0px;
      left: 0px;
   }

   #FORM_ITEM208 {
      width: 335px;
      height: 49.1061px;
      top: 63.1364px;
      left: 0.0005px;
   }

   #FORM204 {
      width: 335px;
      height: 190.512px;
      top: 261.442px;
      left: 97.1097px;
   }

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

   #FORM204 .ladi-form-item .ladi-form-control::placeholder,
   #FORM204 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""],
   #FORM204 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
      color: #000;
   }

  

   #FORM204 .ladi-form-item.ladi-form-checkbox {
      padding-left: 9px;
      padding-right: 9px;
   }

   #FORM204 .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%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
   }

   #FORM204 .ladi-form-item-container {
      border-style: solid;
      border-color: rgb(238, 238, 238);
      border-width: 1px;
      border-radius: 5px;
   }

   #PARAGRAPH209 {
      width: 231px;
      top: 485.437px;
      left: 74.36px;
   }

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

   #LINE210 {
      height: 41px;
      top: 485.437px;
      left: 309.249px;
   }

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

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

   #PARAGRAPH211 {
      width: 97px;
      top: 491.673px;
      left: 339.249px;
   }

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

   #PARAGRAPH212 {
      width: 212px;
      top: 533.337px;
      left: 92.36px;
   }

   #PARAGRAPH212>.ladi-paragraph {
      color: rgb(201, 31, 23);
      font-size: 16px;
      text-align: center;
      line-height: 1.2;
   }

   #GROUP197 {
      width: 509px;
      height: 820.179px;
      top: 5px;
      left: -54.305px;
   }

   #GROUP213 {
      width: 257px;
      height: 57px;
      top: 7.8801px;
      left: 167px;
   }

   #BOX215 {
      width: 242px;
      height: 57px;
      top: 0px;
      left: 78px;
   }

   #BOX215>.ladi-box {
      background-color: rgb(200, 31, 23);
   }

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

   #COUNTDOWN216 {
      width: 320px;
      height: 57px;
      top: 0.96px;
      left: 40px;
   }

   #COUNTDOWN216>.ladi-countdown {
      color: rgb(255, 249, 69);
      font-size: 40px;
      font-weight: bold;
      text-align: center;
   }

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

   #HEADLINE221 {
      width: 116px;
      top: 12.46px;
      left: 156px;
   }

   #HEADLINE221>.ladi-headline {
      color: rgb(255, 249, 69);
      font-size: 20px;
      line-height: 1.6;
   }

   #GROUP214 {
      width: 320px;
      height: 57.96px;
      top: 26.179px;
      left: 20px;

   }

   #GROUP222 {
      width: 370.86px;
      height: 88.3389px;
      top: 103.27px;
      left: 79.18px;
   }

   #IMAGE223 {
      width: 309.474px;
      height: 294px;
      top: 451.179px;
      left: 71.774px;
   }

   #IMAGE223>.ladi-image>.ladi-image-background {
      width: 309.474px;
      height: 294px;
      top: 0px;
      left: 0px;
      background-image: url("../images/prostanix-20210219042128.png");
   }

   #IMAGE224 {
      width: 135.84px;
      height: 137.62px;
      top: 471.176px;
      left: 29px;
   }

   #IMAGE224>.ladi-image>.ladi-image-background {
      width: 135.84px;
      height: 137.62px;
      top: 0px;
      left: 0px;
      background-image: url("../images/tag-01-20200819100858.png");
   }

   #PARAGRAPH225 {
      width: 96px;
      top: 503.486px;
      left: 61.92px;
   }

   #PARAGRAPH225>.ladi-paragraph {
      font-family: "UTM Avo";
      color: rgb(201, 31, 23);
      font-size: 37px;
      line-height: 1.6;
   }

   #PARAGRAPH226 {
      width: 400px;
      top: 10px;
      left: 10px;
   }

   #PARAGRAPH226>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 30px;
      text-align: center;
      line-height: 1.2;
   }

   #IMAGE227 {
      width: 400px;
      height: 362.684px;
      top: 91px;
      left: 10px;
   }

   #IMAGE227>.ladi-image>.ladi-image-background {
      width: 400px;
      height: 362.684px;
      top: 0px;
      left: 0px;
      background-image: url("../images/clinical-test-ironprost2-20210223071217.png");
   }

   #IMAGE228 {
      width: 400px;
      height: 360.326px;
      top: 463.684px;
      left: 10px;
   }

   #IMAGE228>.ladi-image>.ladi-image-background {
      width: 400px;
      height: 360.326px;
      top: 0px;
      left: 0px;
      background-image: url("../images/clinical-test-other1-20210223071222.png");
   }

   #PARAGRAPH229 {
      width: 283px;
      top: 849.104px;
      left: 10px;
   }

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

   #IMAGE231 {
      width: 241.032px;
      height: 236.785px;
      top: 210.919px;
      left: 89.484px;
   }

   #IMAGE231>.ladi-image>.ladi-image-background {
      width: 241.032px;
      height: 239.844px;
      top: -3.05942px;
      left: 0px;
      background-image: url("../images/img1-20210222074447.png");
   }

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

   #PARAGRAPH232 {
      width: 316px;
      top: 0px;
      left: 28.5px;
   }

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

   #PARAGRAPH233 {
      width: 400px;
      top: 10px;
      left: 10px;
   }

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

   #PARAGRAPH234 {
      width: 397px;
      top: 33px;
      left: 0px;
   }

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

   #GROUP235 {
      width: 397px;
      height: 161px;
      top: 705px;
      left: 11.5px;
   }

   #PARAGRAPH237 {
      width: 316px;
      top: 0px;
      left: 28.5px;
   }

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

   #PARAGRAPH238 {
      width: 373px;
      top: 37px;
      left: 0px;
   }

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

   #GROUP236 {
      width: 373px;
      height: 165px;
      top: 524.352px;
      left: 23.5px;
   }

   #IMAGE245 {
      width: 80.6667px;
      height: 14px;
      top: 701.23px;
      left: 635.394px;
   }

   #IMAGE245>.ladi-image>.ladi-image-background {
      width: 80.6667px;
      height: 14px;
      top: 0px;
      left: 0px;
      background-image: url("../images/arrow-dotted-20210219085427.png");
   }

   #IMAGE245>.ladi-image {
      transform: rotate(20deg);
      -webkit-transform: rotate(20deg);
   }

   #IMAGE247 {
      width: 63.381px;
      height: 11px;
      top: 633.221px;
      left: 591.119px;
   }

   #IMAGE247>.ladi-image>.ladi-image-background {
      width: 63.381px;
      height: 11px;
      top: 0px;
      left: 0px;
      background-image: url("../images/arrow-dotted-20210219085427.png");
   }

   #IMAGE247>.ladi-image {
      transform: rotate(48deg);
      -webkit-transform: rotate(48deg);
   }

   #PARAGRAPH249 {
      width: 316px;
      top: 0px;
      left: 66.5px;
   }

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

   #PARAGRAPH250 {
      width: 411px;
      top: 37px;
      left: 0px;
   }

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

   #GROUP248 {
      width: 411px;
      height: 165px;
      top: 846.511px;
      left: 4.5px;
   }

   #PARAGRAPH252 {
      width: 316px;
      top: 0px;
      left: 28.5px;
   }

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

   #PARAGRAPH253 {
      width: 373px;
      top: 37px;
      left: 0px;
   }

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

   #GROUP251 {
      width: 373px;
      height: 190px;
      top: 1461.21px;
      left: 23.5px;
   }

   #PARAGRAPH255 {
      width: 316px;
      top: 0px;
      left: 40.5px;
   }

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

   #PARAGRAPH256 {
      width: 398px;
      top: 35px;
      left: 0px;
   }

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

   #GROUP254 {
      width: 398px;
      height: 163px;
      top: 1055.21px;
      left: 11.5px;
   }

   #PARAGRAPH258 {
      width: 316px;
      top: 0px;
      left: 29px;
   }

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

   #PARAGRAPH259 {
      width: 373px;
      top: 28px;
      left: 0px;
   }

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

   #GROUP257 {
      width: 373px;
      height: 156px;
      top: 1252.79px;
      left: 23.5px;
   }

   #IMAGE260 {
      width: 63.3809px;
      height: 9px;
      top: 524.352px;
      left: 638.12px;
   }

   #IMAGE260>.ladi-image>.ladi-image-background {
      width: 63.3809px;
      height: 11px;
      top: 0px;
      left: 0px;
      background-image: url("../images/arrow-dotted-20210219085427.png");
   }

   #IMAGE260>.ladi-image {
      transform: rotate(-75deg);
      -webkit-transform: rotate(-75deg);
   }

   #IMAGE261 {
      width: 121px;
      height: 21px;
      top: 1141.21px;
      left: 535.5px;
   }

   #IMAGE261>.ladi-image>.ladi-image-background {
      width: 121px;
      height: 21px;
      top: 0px;
      left: 0px;
      background-image: url("../images/arrow-dotted-20210219085427.png");
   }

   #IMAGE261>.ladi-image {
      transform: rotate(221deg);
      -webkit-transform: rotate(221deg);
   }

   #IMAGE262 {
      width: 121px;
      height: 21px;
      top: 1197.21px;
      left: 529.5px;
   }

   #IMAGE262>.ladi-image>.ladi-image-background {
      width: 121px;
      height: 21px;
      top: 0px;
      left: 0px;
      background-image: url("../images/arrow-dotted-20210219085427.png");
   }

   #IMAGE262>.ladi-image {
      transform: rotate(245deg);
      -webkit-transform: rotate(245deg);
   }

   #IMAGE263 {
      width: 160px;
      height: 134px;
      top: 739.087px;
      left: 489px;
   }

   #IMAGE263>.ladi-image>.ladi-image-background {
      width: 160px;
      height: 134px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icon6-20201012074835.png");
   }

   #SECTION264 {
      height: 1061.5px;
   }

   #SECTION264>.ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("../images/bg-easy-20210219090838.jpg");
      background-position: center top;
      background-repeat: repeat;
   }

   #PARAGRAPH265 {
      width: 400px;
      top: 10px;
      left: 10px;
   }

   #PARAGRAPH265>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 30px;
      text-align: center;
      line-height: 1.2;
   }

   #IMAGE266 {
      width: 171px;
      height: 159px;
      top: 0px;
      left: 126px;
   }

   #IMAGE266>.ladi-image>.ladi-image-background {
      width: 171px;
      height: 159px;
      top: 0px;
      left: 0px;
      background-image: url("../images/ok-20210219090453.png");
   }

   #PARAGRAPH267 {
      width: 372px;
      top: 166.5px;
      left: 0px;
   }

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

   #GROUP268 {
      width: 372px;
      height: 266.5px;
      top: 95px;
      left: 25px;
   }

   #IMAGE269 {
      width: 121px;
      height: 21px;
      top: 769px;
      left: -178.5px;
   }

   #IMAGE269>.ladi-image>.ladi-image-background {
      width: 121px;
      height: 21px;
      top: 0px;
      left: 0px;
      background-image: url("../images/arrow-dotted-20210219085427.png");
   }

   #IMAGE269.ladi-animation>.ladi-image {
      animation-name: shake;
      -webkit-animation-name: shake;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: 1;
      -webkit-animation-iteration-count: 1;
   }

   #IMAGE271 {
      width: 171px;
      height: 159px;
      top: 0px;
      left: 132px;
   }

   #IMAGE271>.ladi-image>.ladi-image-background {
      width: 171px;
      height: 159px;
      top: 0px;
      left: 0px;
      background-image: url("../images/ok-20210219090453.png");
   }

   #PARAGRAPH272 {
      width: 388px;
      top: 166.5px;
      left: 0px;
   }

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

   #GROUP270 {
      width: 388px;
      height: 266.5px;
      top: 715px;
      left: 17px;
   }

   #IMAGE274 {
      width: 171px;
      height: 159px;
      top: 0px;
      left: 126px;
   }

   #IMAGE274>.ladi-image>.ladi-image-background {
      width: 171px;
      height: 159px;
      top: 0px;
      left: 0px;
      background-image: url("../images/ok-20210219090453.png");
   }

   #PARAGRAPH275 {
      width: 378px;
      top: 166.5px;
      left: 0px;
   }

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

   #GROUP273 {
      width: 378px;
      height: 266.5px;
      top: 405px;
      left: 22px;
   }

   #IMAGE276 {
      width: 121px;
      height: 21px;
      top: 752px;
      left: 529.5px;
   }

   #IMAGE276>.ladi-image>.ladi-image-background {
      width: 121px;
      height: 21px;
      top: 0px;
      left: 0px;
      background-image: url("../images/arrow-dotted-20210219085427.png");
   }

   #IMAGE276.ladi-animation>.ladi-image {
      animation-name: shake;
      -webkit-animation-name: shake;
      animation-delay: 0s;
      -webkit-animation-delay: 0s;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      animation-iteration-count: 1;
      -webkit-animation-iteration-count: 1;
   }

   #SECTION277 {
      height: 813.01px;
   }

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

   #IMAGE278 {
      width: 173px;
      height: 173px;
      top: 0px;
      left: 69px;
   }

   #IMAGE278>.ladi-image>.ladi-image-background {
      width: 173px;
      height: 173px;
      top: 0px;
      left: 0px;
      background-image: url("../images/e01-20210219090858.png");
   }

   #PARAGRAPH279 {
      width: 400px;
      top: 20px;
      left: 11px;
   }

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

   #PARAGRAPH280 {
      width: 311px;
      top: 207.213px;
      left: 0px;
   }

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

   #GROUP281 {
      width: 311px;
      height: 284.213px;
      top: 92px;
      left: 55.5px;
   }

   #IMAGE283 {
      width: 173px;
      height: 173px;
      top: 0px;
      left: 69px;
   }

   #IMAGE283>.ladi-image>.ladi-image-background {
      width: 173px;
      height: 173px;
      top: 0px;
      left: 0px;
      background-image: url("../images/e02-20210219090858.png");
   }

   #PARAGRAPH284 {
      width: 311px;
      top: 207.213px;
      left: 0px;
   }

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

   #GROUP282 {
      width: 311px;
      height: 284.213px;
      top: 711.426px;
      left: 54.5px;
   }

   #IMAGE286 {
      width: 173px;
      height: 173px;
      top: 0px;
      left: 69px;
   }

   #IMAGE286>.ladi-image>.ladi-image-background {
      width: 173px;
      height: 173px;
      top: 0px;
      left: 0px;
      background-image: url("../images/e03-20210219090858.png");
   }

   #PARAGRAPH287 {
      width: 311px;
      top: 207.213px;
      left: 0px;
   }

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

   #GROUP285 {
      width: 311px;
      height: 284.213px;
      top: 401.713px;
      left: 54.5px;
   }

   #SECTION288 {
      height: 753.865px;
   }

   #SECTION288>.ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("../images/bg-future-20210219092025.jpg");
      background-position: center top;
      background-repeat: repeat;
   }

   #BOX291 {
      width: 402px;
      height: 780.179px;
      top: 0px;
      left: 0px;
   }

   #BOX291>.ladi-box {
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(250, 81, 3);
      border-width: 4px;
      border-radius: 5px;
      filter: drop-shadow(rgb(180, 180, 180) 0px 3px 3px);
   }

   #PARAGRAPH292 {
      width: 397px;
      top: 208.442px;
      left: 5px;
   }

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

   #BOX294 {
      width: 346px;
      height: 88.3389px;
      top: 0px;
      left: 0px;
   }

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

   #PARAGRAPH295 {
      width: 122px;
      top: 23.991px;
      left: 7px;
   }

   #PARAGRAPH295>.ladi-paragraph {
      text-decoration-line: line-through;
      -webkit-text-decoration-line: line-through;
      color: rgb(0, 0, 0);
      font-size: 19px;
      text-align: center;
      line-height: 1.2;
   }

   #BOX296 {
      width: 236px;
      height: 88.3389px;
      top: 0px;
      left: 135px;
   }

   #BOX296>.ladi-box {
      background-color: rgb(201, 31, 23);
   }

   #PARAGRAPH297 {
      width: 240px;
      top: 19.1694px;
      left: 133px;
   }

   #PARAGRAPH297>.ladi-paragraph {
      color: rgb(255, 249, 69);
      font-size: 21px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
   }

   #GROUP293 {
      width: 373px;
      height: 88.3389px;
      top: 102.27px;
      left: 16.25px;
   }

   #BUTTON_TEXT299 {
      width: 229px;
      top: 9.35354px;
      left: 0px;
   }

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

   #BUTTON299 {
      width: 229.714px;
      height: 58.1998px;
      top: 144.312px;
      left: 55px;
   }

   #BUTTON299>.ladi-button>.ladi-button-background {
      background: rgba(255, 75, 66, 1.0);
      background: -webkit-linear-gradient(180deg, rgba(255, 75, 66, 1.0), rgba(201, 31, 23, 1.0));
      background: linear-gradient(180deg, rgba(255, 75, 66, 1.0), rgba(201, 31, 23, 1.0));
   }

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

   #BUTTON299>.ladi-button:hover {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      border-color: rgb(137, 6, 0);
   }

   #BUTTON299>.ladi-button:hover .ladi-button-background {
      background-color: rgb(164, 0, 0);
      background-image: none;
   }

   #FORM_ITEM301 {
      width: 335px;
      height: 49.1061px;
      top: 0px;
      left: 0px;
   }

   #FORM_ITEM302 {
      width: 335px;
      height: 49.1061px;
      top: 63.1364px;
      left: 0.0005px;
   }

   #FORM298 {
      width: 335px;
      height: 202.512px;
      top: 267.442px;
      left: 33.1947px;
   }

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

   #FORM298 .ladi-form-item .ladi-form-control::placeholder,
   #FORM298 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""],
   #FORM298 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
      color: #000;
   }

 

   #FORM298 .ladi-form-item.ladi-form-checkbox {
      padding-left: 9px;
      padding-right: 9px;
   }

   #FORM298 .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%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
   }

   #FORM298 .ladi-form-item-container {
      border-style: solid;
      border-color: rgb(238, 238, 238);
      border-width: 1px;
      border-radius: 5px;
   }

   #PARAGRAPH303 {
      width: 279px;
      top: 485.437px;
      left: 12.75px;
   }

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

   #LINE304 {
      height: 41px;
      top: 485.437px;
      left: 283.639px;
   }

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

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

   #PARAGRAPH305 {
      width: 97px;
      top: 491.673px;
      left: 275.639px;
   }

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

   #PARAGRAPH306 {
      width: 212px;
      top: 533.337px;
      left: 28.75px;
   }

   #PARAGRAPH306>.ladi-paragraph {
      color: rgb(201, 31, 23);
      font-size: 16px;
      text-align: center;
      line-height: 1.2;
   }

   #GROUP290 {
      width: 402px;
      height: 820.179px;
      top: 5px;
      left: 9.305px;
   }

   #BOX308 {
      width: 242px;
      height: 57px;
      top: 0px;
      left: 78px;
   }

   #BOX308>.ladi-box {
      background-color: rgb(200, 31, 23);
   }

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

   #COUNTDOWN309 {
      width: 320px;
      height: 57px;
      top: 0.96px;
      left: 40px;
   }

   #COUNTDOWN309>.ladi-countdown {
      color: rgb(255, 249, 69);
      font-size: 40px;
      font-weight: bold;
      text-align: center;
   }

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

   #HEADLINE314 {
      width: 116px;
      top: 12.46px;
      left: 156px;
   }

   #HEADLINE314>.ladi-headline {
      color: rgb(255, 249, 69);
      font-size: 20px;
      line-height: 1.6;
   }

   #GROUP307 {
      width: 320px;
      height: 57.96px;
      top: 26.179px;
      left: 20px;
   }

   #IMAGE315 {
      width: 309.474px;
      height: 294px;
      top: 451.179px;
      left: 71.774px;
   }

   #IMAGE315>.ladi-image>.ladi-image-background {
      width: 309.474px;
      height: 294px;
      top: 0px;
      left: 0px;
      background-image: url("../images/prostanix-20210219042128.png");
   }

   #IMAGE316 {
      width: 135.84px;
      height: 137.62px;
      top: 0px;
      left: 0px;
   }

   #IMAGE316>.ladi-image>.ladi-image-background {
      width: 135.84px;
      height: 137.62px;
      top: 0px;
      left: 0px;
      background-image: url("../images/tag-01-20200819100858.png");
   }

   #PARAGRAPH317 {
      width: 96px;
      top: 32.31px;
      left: 32.92px;
   }

   #PARAGRAPH317>.ladi-paragraph {
      font-family: "UTM Avo";
      color: rgb(201, 31, 23);
      font-size: 37px;
      line-height: 1.6;
   }

   #SECTION289 {
      height: 808.14px;
   }

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

   #PARAGRAPH318 {
      width: 383px;
      top: 12.3174px;
      left: 12px;
   }

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

   #BOX319 {
      width: 402px;
      height: 393.889px;
      top: 0px;
      left: 0px;
   }

   #BOX319>.ladi-box {
      box-shadow: 0px 4px 20px -15px #000;
      -webkit-box-shadow: 0px 4px 20px -15px #000;
      background-color: rgb(255, 255, 255);
   }

   #PARAGRAPH320 {
      width: 382px;
      top: 74.354px;
      left: 12px;
   }

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

   #GROUP321 {
      width: 402px;
      height: 378.889px;
      top: 13px;
      left: 8px;
   }

   #PARAGRAPH323 {
      width: 381px;
      top: 17.1944px;
      left: 19px;
   }

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

   #BOX324 {
      width: 405px;
      height: 389.889px;
      top: 8px;
      left: 0px;
   }

   #BOX324>.ladi-box {
      box-shadow: 0px 4px 20px -15px #000;
      -webkit-box-shadow: 0px 4px 20px -15px #000;
      background-color: rgb(255, 255, 255);
   }

   #PARAGRAPH325 {
      width: 370px;
      top: 63.0462px;
      left: 19px;
   }

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

   #GROUP322 {
      width: 405px;
      height: 389.889px;
      top: 409.254px;
      left: 8px;
   }

   #IMAGE326 {
      width: 395.612px;
      height: 207.082px;
      top: 565.669px;
      left: 14.3875px;
   }

   #IMAGE326>.ladi-image>.ladi-image-background {
      width: 395.612px;
      height: 207.082px;
      top: 0px;
      left: 0px;
      background-image: url("../images/so_do-20210304121336.png");
   }

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

   #SECTION327 {
      height: 1431.85px;
   }

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

   #PARAGRAPH328 {
      width: 391px;
      top: 17px;
      left: 14.5px;
   }

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

   #PARAGRAPH329 {
      width: 356px;
      top: 6.10465px;
      left: 50.6047px;
   }

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

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

   #IMAGE330 {
      width: 34.7907px;
      height: 33.2093px;
      top: 0px;
      left: 0px;
   }

   #IMAGE330>.ladi-image>.ladi-image-background {
      width: 34.7907px;
      height: 33.2093px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack2-20210219092134.png");
   }

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

   #GROUP331 {
      width: 406.605px;
      height: 33.2093px;
      top: 148.227px;
      left: 7.19765px;
   }

   #PARAGRAPH333 {
      width: 350px;
      top: 0px;
      left: 50.6046px;
   }

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

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

   #IMAGE334 {
      width: 34.7907px;
      height: 33.2093px;
      top: 0.39535px;
      left: 0px;
   }

   #IMAGE334>.ladi-image>.ladi-image-background {
      width: 34.7907px;
      height: 33.2093px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack2-20210219092134.png");
   }

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

   #GROUP332 {
      width: 400.605px;
      height: 42px;
      top: 218.76px;
      left: 8.19775px;
   }

   #PARAGRAPH336 {
      width: 350px;
      top: 4.74419px;
      left: 50.6047px;
   }

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

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

   #IMAGE337 {
      width: 34.7907px;
      height: 33.2093px;
      top: 0px;
      left: 0px;
   }

   #IMAGE337>.ladi-image>.ladi-image-background {
      width: 34.7907px;
      height: 33.2093px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack2-20210219092134.png");
   }

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

   #GROUP335 {
      width: 400.605px;
      height: 51.7442px;
      top: 370.408px;
      left: 8.1977px;
   }

   #PARAGRAPH339 {
      width: 353px;
      top: 0px;
      left: 50.6046px;
   }

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

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

   #IMAGE340 {
      width: 34.7907px;
      height: 33.2093px;
      top: 4.39535px;
      left: 0px;
   }

   #IMAGE340>.ladi-image>.ladi-image-background {
      width: 34.7907px;
      height: 33.2093px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack2-20210219092134.png");
   }

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

   #GROUP338 {
      width: 403.605px;
      height: 42px;
      top: 462.476px;
      left: 10px;
   }

   #PARAGRAPH342 {
      width: 337px;
      top: 0px;
      left: 50.6047px;
   }

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

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

   #IMAGE343 {
      width: 34.7907px;
      height: 33.2093px;
      top: 4.39535px;
      left: 0px;
   }

   #IMAGE343>.ladi-image>.ladi-image-background {
      width: 34.7907px;
      height: 33.2093px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack2-20210219092134.png");
   }

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

   #GROUP341 {
      width: 387.605px;
      height: 42px;
      top: 535.8px;
      left: 8.1977px;
   }

   #PARAGRAPH345 {
      width: 353px;
      top: 0px;
      left: 50.6046px;
   }

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

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

   #IMAGE346 {
      width: 34.7907px;
      height: 33.2093px;
      top: 4.39535px;
      left: 0px;
   }

   #IMAGE346>.ladi-image>.ladi-image-background {
      width: 34.7907px;
      height: 33.2093px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack2-20210219092134.png");
   }

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

   #GROUP344 {
      width: 403.605px;
      height: 42px;
      top: 627.123px;
      left: 8.1977px;
   }

   #PARAGRAPH348 {
      width: 350px;
      top: 0px;
      left: 50.6046px;
   }

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

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

   #IMAGE349 {
      width: 34.7907px;
      height: 33.2093px;
      top: 4.39535px;
      left: 0px;
   }

   #IMAGE349>.ladi-image>.ladi-image-background {
      width: 34.7907px;
      height: 33.2093px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack2-20210219092134.png");
   }

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

   #GROUP347 {
      width: 400.605px;
      height: 42px;
      top: 296.084px;
      left: 8.19775px;
   }

   #SECTION350 {
      height: 1073.87px;
   }

   #SECTION350>.ladi-section-background {
      background-size: auto 100%;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("../images/bg2-20200722035835.jpg");
      background-position: center top;
      background-repeat: repeat;
   }

   #PARAGRAPH351 {
      width: 400px;
      top: 10px;
      left: 10px;
   }

   #PARAGRAPH351>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 30px;
      text-align: center;
      line-height: 1.2;
   }

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

   #IMAGE352>.ladi-image>.ladi-image-background {
      width: 180px;
      height: 180px;
      top: 0px;
      left: 0px;
      background-image: url("../images/t01-20210219092809.png");
   }

   #PARAGRAPH353 {
      width: 313px;
      top: 202.662px;
      left: 0px;
   }

   #PARAGRAPH353>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 20px;
      text-align: center;
      line-height: 1.2;
   }

   #PARAGRAPH354 {
      width: 300px;
      top: 268.662px;
      left: 6.5px;
   }

   #PARAGRAPH354>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 20px;
      text-align: center;
      line-height: 1.2;
   }

   #GROUP355 {
      width: 313px;
      height: 361.662px;
      top: 120px;
      left: 53.3023px;
   }

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

   #IMAGE357>.ladi-image>.ladi-image-background {
      width: 180px;
      height: 180px;
      top: 0px;
      left: 0px;
      background-image: url("../images/t02-20210219092809.png");
   }

   #PARAGRAPH358 {
      width: 313px;
      top: 202.662px;
      left: 0px;
   }

   #PARAGRAPH358>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 20px;
      text-align: center;
      line-height: 1.2;
   }

   #PARAGRAPH359 {
      width: 300px;
      top: 268.662px;
      left: 6.5px;
   }

   #PARAGRAPH359>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 20px;
      text-align: center;
      line-height: 1.2;
   }

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

   #IMAGE361>.ladi-image>.ladi-image-background {
      width: 180px;
      height: 180px;
      top: 0px;
      left: 0px;
      background-image: url("../images/t03-20210219092809.png");
   }

   #PARAGRAPH362 {
      width: 313px;
      top: 202.662px;
      left: 0px;
   }

   #PARAGRAPH362>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 20px;
      text-align: center;
      line-height: 1.2;
   }

   #PARAGRAPH363 {
      width: 300px;
      top: 268.662px;
      left: 6.5px;
   }

   #PARAGRAPH363>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 20px;
      text-align: center;
      line-height: 1.2;
   }

   #GROUP360 {
      width: 313px;
      height: 361.662px;
      top: 583.162px;
      left: 53.5px;
   }

   #SECTION364 {
      height: 629px;
   }

   #SECTION365 {
      height: 120.865px;
   }

   #SECTION365>.ladi-section-background {
      background-color: rgb(9, 18, 10);
   }

   #IMAGE367 {
      width: 106.252px;
      height: 109px;
      top: 0px;
      left: 124.874px;
   }

   #IMAGE367>.ladi-image>.ladi-image-background {
      width: 106.252px;
      height: 109px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack3-20210221181117.png");
   }

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

   #PARAGRAPH368 {
      width: 364px;
      top: 132px;
      left: 0px;
   }

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

   #GROUP369 {
      width: 364px;
      height: 225px;
      top: 98px;
      left: 28px;
   }

   #SHAPE370 {
      width: 110px;
      height: 110px;
      top: 362px;
      left: 579px;
   }

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

   #SHAPE370 svg:last-child {
      fill: rgba(255, 255, 255, 1.0);
   }

   #IMAGE372 {
      width: 116px;
      height: 112px;
      top: 20px;
      left: 115.5px;
   }

   #IMAGE372>.ladi-image>.ladi-image-background {
      width: 116px;
      height: 101.738px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack2-20210221181117.png");
   }

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

   #PARAGRAPH373 {
      width: 347px;
      top: 132px;
      left: 0px;
   }

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

   #GROUP371 {
      width: 347px;
      height: 194px;
      top: 361.667px;
      left: 36.5px;
   }

   #IMAGE375 {
      width: 116px;
      height: 112px;
      top: 0px;
      left: 119px;
   }

   #IMAGE375>.ladi-image>.ladi-image-background {
      width: 116px;
      height: 112px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack1-20210221181117.png");
   }

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

   #PARAGRAPH376 {
      width: 357px;
      top: 132px;
      left: 0px;
   }

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

   #GROUP374 {
      width: 357px;
      height: 194px;
      top: 594.333px;
      left: 31.5px;
   }

   #IMAGE378 {
      width: 116px;
      height: 108px;
      top: 0px;
      left: 114px;
   }

   #IMAGE378>.ladi-image>.ladi-image-background {
      width: 116px;
      height: 108px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack-20210221181117.png");
   }

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

   #PARAGRAPH379 {
      width: 360px;
      top: 132px;
      left: 0px;
   }

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

   #GROUP377 {
      width: 360px;
      height: 225px;
      top: 827px;
      left: 30px;
   }

   #SHAPE380 {
      width: 110px;
      height: 110px;
      top: 602px;
      left: 579px;
   }

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

   #SHAPE380 svg:last-child {
      fill: rgba(255, 255, 255, 1.0);
   }

   #SHAPE381 {
      width: 110px;
      height: 110px;
      top: 482px;
      left: 579px;
   }

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

   #SHAPE381 svg:last-child {
      fill: rgba(255, 255, 255, 1.0);
   }

   #IMAGE382 {
      width: 420px;
      height: 502.182px;
      top: 99px;
      left: 0px;
   }

   #IMAGE382>.ladi-image>.ladi-image-background {
      width: 753.272px;
      height: 502.182px;
      top: 0px;
      left: -260.521px;
      background-image: url("../images/indonesian-map-20210222155935.png");
   }

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

   #PARAGRAPH383 {
      width: 400px;
      top: 10px;
      left: 10px;
   }

   #PARAGRAPH383>.ladi-paragraph {
      color: rgb(9, 18, 10);
      font-size: 30px;
      text-align: center;
      line-height: 1.2;
   }

   #IMAGE384 {
      width: 368.16px;
      height: 339.348px;
      top: 494.652px;
      left: 25.92px;
   }

   #IMAGE384>.ladi-image>.ladi-image-background {
      width: 368.16px;
      height: 339.348px;
      top: 0px;
      left: 0px;
      background-image: url("../images/men-ok-20210221183020.png");
   }

   #IMAGE386 {
      width: 368.16px;
      height: 339.348px;
      top: 456.135px;
      left:26px;
   }

   #IMAGE386>.ladi-image>.ladi-image-background {
      width: 368.16px;
      height: 339.348px;
      top: 0px;
      left: 0px;
      background-image: url("../images/men-ok-20210221183020.png");
   }

   #PARAGRAPH387 {
      width: 400px;
      top: 26px;
      left: 10px;
   }

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

   #BOX389 {
      width: 370.779px;
      height: 550.179px;
      top: 600px;
      left: 0px;
   }

   #BOX389>.ladi-box {
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(250, 81, 3);
      border-width: 4px;
      border-radius: 5px;
      filter: drop-shadow(rgb(180, 180, 180) 0px 3px 3px);
   }

   #PARAGRAPH390 {
      width: 347px;
      top: 648.7px;
      left: 17.89px;
   }

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

   #BOX391 {
      width: 346px;
      height: 85px;
      top: 781.367px;
      left: 12.39px;
   }

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

   #PARAGRAPH392 {
      width: 119px;
      top: 803.867px;
      left: 12.39px;
   }

   #PARAGRAPH392>.ladi-paragraph {
      text-decoration-line: line-through;
      -webkit-text-decoration-line: line-through;
      color: rgb(0, 0, 0);
      font-size: 17px;
      text-align: center;
      line-height: 1.2;
   }

   #BOX393 {
      width: 223px;
      height: 85px;
      top: 781.367px;
      left: 135.39px;
   }

   #BOX393>.ladi-box {
      background-color: rgb(201, 31, 23);
   }

   #PARAGRAPH394 {
      width: 224px;
      top: 799.867px;
      left: 135.39px;
   }

   #PARAGRAPH394>.ladi-paragraph {
      color: rgb(255, 249, 69);
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
   }

   #BUTTON_TEXT396 {
      width: 249px;
      top: 9px;
      left: 0px;
   }

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

   #BUTTON396 {
      width: 249.714px;
      height: 56px;
      top: 134px;
      left: 42.6425px;
   }

   #BUTTON396>.ladi-button>.ladi-button-background {
      background: rgba(255, 75, 66, 1.0);
      background: -webkit-linear-gradient(180deg, rgba(255, 75, 66, 1.0), rgba(201, 31, 23, 1.0));
      background: linear-gradient(180deg, rgba(255, 75, 66, 1.0), rgba(201, 31, 23, 1.0));
   }

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

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

   #BUTTON396>.ladi-button:hover {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      border-color: rgb(137, 6, 0);
   }

   #BUTTON396>.ladi-button:hover .ladi-button-background {
      background-color: rgb(164, 0, 0);
      background-image: none;
   }

   #FORM_ITEM398 {
      width: 335px;
      height: 47.25px;
      top: 0px;
      left: 0px;
   }

   #FORM_ITEM399 {
      width: 335px;
      height: 47.25px;
      top: 60.75px;
      left: 0.0005px;
   }

   #FORM395 {
      width: 335px;
      height: 160px;
      top: 925.589px;
      left: 17.89px;
   }

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

   #FORM395 .ladi-form-item .ladi-form-control::placeholder,
   #FORM395 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""],
   #FORM395 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
      color: #000;
   }

   

   #FORM395 .ladi-form-item.ladi-form-checkbox {
      padding-left: 9px;
      padding-right: 9px;
   }

   #FORM395 .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%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
   }

   #FORM395 .ladi-form-item-container {
      border-style: solid;
      border-color: rgb(238, 238, 238);
      border-width: 1px;
      border-radius: 5px;
   }

   #PARAGRAPH400 {
      width: 251px;
      top: 517.089px;
      left: 5px;
   }

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

   #LINE401 {
      height: 40px;
      top: 517.089px;
      left: 246.889px;
   }

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

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

   #PARAGRAPH402 {
      width: 97px;
      top: 523.089px;
      left: 246.889px;
   }

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

   #PARAGRAPH403 {
      width: 212px;
      top: 660.179px;
      left: 79.39px;
   }

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

   #GROUP388 {
      width: 370.779px;
      height: 754.179px;
      top: 193px;
      left: 24.6105px;
   }

   #IMAGE404 {
      width: 346.316px;
      height: 329px;
      top: 120.14px;
      left: 50%;
      transform: translate(-50%);
   }

   #IMAGE404>.ladi-image>.ladi-image-background {
      width: 346.316px;
      height: 329px;
      top: 0px;
      left: 0px;
      background-image: url("../images/prostanix-20210219042128.png");
   }

   #SECTION385 {
      height: 1652.18px;
   }

   #SECTION385>.ladi-overlay {
      background-color: rgb(0, 0, 0);
      opacity: 0.4;
   }

   #SECTION385>.ladi-section-background {
      background-size: auto 100%;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("../images/bg-20200803042908.jpg");
      background-position: right top;
      background-repeat: repeat;
   }

   #PARAGRAPH405 {
      width: 407px;
      top: 18.9325px;
      left: 6.5px;
   }

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

   #PARAGRAPH406 {
      width: 400px;
      top: 28.2767px;
      left: 10px;
   }

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

   #GROUP356 {
      width: 313px;
      height: 361.662px;
      top: 994.324px;
      left: 53.3023px;
   }

   #IMAGE408 {
      width: 640.889px;
      height: 360.5px;
      top: 648px;
      left: -128px;
      mix-blend-mode: screen;
      will-change: transform, opacity;
   }

   #IMAGE408>.ladi-image>.ladi-image-background {
      width: 640.889px;
      height: 360.5px;
      top: 0px;
      left: 0px;
      background-image: url("../images/6032b21985bd3-20210221192023.jpg");
   }

   #PARAGRAPH409 {
      width: 347px;
      top: 882.09px;
      left: 35.578px;
   }

   #PARAGRAPH409>.ladi-paragraph {
      color: rgb(104, 0, 0);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
   }

   #PARAGRAPH410 {
      width: 407px;
      top: 1529.14px;
      left: 6.5px;
   }

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

   #PARAGRAPH412 {
      width: 402px;
      top: 890.845px;
      left: 8px;
   }

   #PARAGRAPH412>.ladi-paragraph {
      color: rgb(104, 0, 0);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
   }

   #PARAGRAPH413 {
      width: 400px;
      top: 896.194px;
      left: 10px;
   }

   #PARAGRAPH413>.ladi-paragraph {
      color: rgb(104, 0, 0);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
   }

   #PARAGRAPH414 {
      width: 347px;
      top: 1510.54px;
      left: 37.1519px;
   }

   #PARAGRAPH414>.ladi-paragraph {
      color: rgb(104, 0, 0);
      font-size: 16px;
      text-align: center;
      line-height: 1.2;
   }

   #IMAGE415 {
      width: 115px;
      height: 115px;
    position: relative;
    margin-right: 20px;
   }

   #IMAGE415>.ladi-image>.ladi-image-background {
      width: 115px;
      height: 115px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack5-20210221181117.png");
   }

   #IMAGE416 {
      width: 115px;
      height: 116px;
      position: relative;
    
   }

   #IMAGE416>.ladi-image>.ladi-image-background {
      width: 115px;
      height: 116px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack4-20210221181117.png");
   }

   #IMAGE417 {
      width: 133px;
      height: 106px;
      top: 48.99px;
      left: 0px;
   }

   #IMAGE417>.ladi-image>.ladi-image-background {
      width: 133px;
      height: 106px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack6-20210221181117.png");
   }

   #PARAGRAPH418 {
      width: 347px;
      top: 3px;
      left: 16.3605px;
   }

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

   #IMAGE419 {
      width: 122.5px;
      height: 24.5px;
      top: 0px;
      left: 242.75px;
   }

   #IMAGE419>.ladi-image>.ladi-image-background {
      width: 122.5px;
      height: 24.5px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack1-20210222035743.png");
   }

   #GROUP420 {

      height: 164.99px;
      top: 1337.79px;
      margin: 0 auto;
      width: 100%;
   
   }
   #GROUP420 .ladi-group {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: row;
   margin: 0 auto;
   width: 100%;
   }

   #IMAGE422 {
      width: 115px;
      height: 115px;
      position: relative;
      margin-right: 20px;
   }

   #IMAGE422>.ladi-image>.ladi-image-background {
      width: 115px;
      height: 115px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack5-20210221181117.png");
   }

   #IMAGE423 {
      width: 115px;
      height: 116px;
      position: relative;
   }

   #IMAGE423>.ladi-image>.ladi-image-background {
      width: 115px;
      height: 116px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack4-20210221181117.png");
   }

   #IMAGE424 {
      width: 133px;
      height: 106px;
      top: 48.99px;
      left: 0px;
   }

   #IMAGE424>.ladi-image>.ladi-image-background {
      width: 133px;
      height: 106px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack6-20210221181117.png");
   }

   #PARAGRAPH425 {
      width: 347px;
      top: 3px;
      left: 16.3605px;
   }

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

   #IMAGE426 {
      width: 122.5px;
      height: 24.5px;
      top: 0px;
      left: 242.75px;
   }

   #IMAGE426>.ladi-image>.ladi-image-background {
      width: 122.5px;
      height: 24.5px;
      top: 0px;
      left: 0px;
      background-image: url("../images/icons-pack1-20210222035743.png");
   }

   #GROUP421 {
      width: 396.07px;
      height: 164.99px;
      top: 1344.36px;
      left: 11.623px;
   }
   #GROUP421 .ladi-group {
   display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
    width: 100%;
   }
   #GROUP427 {
      width: 135.84px;
      height: 137.62px;
      top: 491.176px;
      left: 29px;
   }

   #IMAGE429 {
      width: 113.137px;
      height: 114.62px;
      top: 0px;
      left: 0px;
   }

   #IMAGE429>.ladi-image>.ladi-image-background {
      width: 113.137px;
      height: 114.62px;
      top: 0px;
      left: 0px;
      background-image: url("../images/tag-01-20200819100858.png");
   }

   #PARAGRAPH430 {
      width: 80px;
      top: 26.9101px;
      left: 27.4181px;
   }

   #PARAGRAPH430>.ladi-paragraph {
      font-family: "UTM Avo";
      color: rgb(201, 31, 23);
      font-size: 30px;
      line-height: 1.6;
   }

   #GROUP428 {
      width: 113.137px;
      height: 114.62px;
      top: 141.44px;
      left: 156.601px;
   }

   #IMAGE432 {
      width: 113.137px;
      height: 114.62px;
      top: 0px;
      left: 0px;
   }

   #IMAGE432>.ladi-image>.ladi-image-background {
      width: 113.137px;
      height: 114.62px;
      top: 0px;
      left: 0px;
      background-image: url("../images/tag-01-20200819100858.png");
   }

   #PARAGRAPH433 {
      width: 80px;
      top: 26.9101px;
      left: 27.4181px;
   }

   #PARAGRAPH433>.ladi-paragraph {
      font-family: "UTM Avo";
      color: rgb(201, 31, 23);
      font-size: 30px;
      line-height: 1.6;
   }

   #GROUP431 {
      width: 113.137px;
      height: 114.62px;
      top: 200.179px;
      left: 288px;
   }

   #PARAGRAPH436 {
      width: 373px;
      top: 474px;
      left: 23.5px;
   }

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

   #IMAGE16 {
      width: 160.918px;
      height: 36.0642px;
      top: 18.04px;
      left: 19px;
   }

   #IMAGE16>.ladi-image>.ladi-image-background {
      width: 160.918px;
      height: 36.0642px;
      top: 0px;
      left: 0px;
      background-image: url("../images/prostanix-02-20210223064806.png");
   }

   #BOX442 {
      width: 345.542px;
      height: 135.781px;
      top: 3.968px;
      left: 57.17px;
   }

   #BOX442>.ladi-box {
      opacity: 0.34;
      background-color: rgb(250, 212, 210);
      border-radius: 0px;
   }

   #PARAGRAPH443 {
      width: 294px;
      top: 60.749px;
      left: 100.059px;
   }

   #PARAGRAPH443>.ladi-paragraph {
      color: rgb(104, 0, 0);
      font-size: 27px;
      font-weight: bold;
      font-style: italic;
      text-align: left;
      line-height: 1.4;
   }

   #IMAGE444 {
      width: 64.0094px;
      height: 46.114px;
      top: 0px;
      left: 53.0958px;
   }

   #IMAGE444>.ladi-image>.ladi-image-background {
      width: 64.0094px;
      height: 46.114px;
      top: 0px;
      left: 0px;
      background-image: url("../images/sdfsd-20200925020804.png");
   }

   #LINE445 {
      height: 63px;
      top: 45.171px;
      left: 0px;
   }

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

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

   #HEADLINE446 {
      width: 229px;
      top: 0px;
      left: 128.559px;
   }

   #HEADLINE446>.ladi-headline {
      font-family: "Lobster", cursive;
      color: rgb(249, 12, 12);
      font-size: 35px;
      text-align: center;
      line-height: 1.6;
   }

   #GROUP441 {
      width: 402.712px;
      height: 139.749px;
      top: 0px;
      left: 0px;
   }

   #SHAPE447 {
      width: 26.246px;
      height: 26.246px;
      top: 104.66px;
      left: 323.749px;
   }

   #SHAPE447 svg:last-child {
      fill: rgba(104, 0, 0, 1.0);
   }

   #SHAPE448 {
      width: 30.246px;
      height: 30.246px;
      top: 65.2045px;
      left: 323.749px;
   }

   #SHAPE448 svg:last-child {
      fill: rgba(104, 0, 0, 1.0);
   }

   #GROUP440 {
      width: 402.712px;
      height: 139.749px;
      top: 925.5px;
      left: -18.356px;
   }

   #BOX451 {
      width: 345.542px;
      height: 135.781px;
      top: 3.968px;
      left: 4.0742px;
   }

   #BOX451>.ladi-box {
      opacity: 0.34;
      background-color: rgb(250, 212, 210);
      border-radius: 0px;
   }

   #PARAGRAPH452 {
      width: 294px;
      top: 60.749px;
      left: 46.9632px;
   }

   #PARAGRAPH452>.ladi-paragraph {
      color: rgb(104, 0, 0);
      font-size: 27px;
      font-weight: bold;
      font-style: italic;
      text-align: left;
      line-height: 1.4;
   }

   #IMAGE453 {
      width: 64.0094px;
      height: 46.114px;
      top: 0px;
      left: 0px;
   }

   #IMAGE453>.ladi-image>.ladi-image-background {
      width: 64.0094px;
      height: 46.114px;
      top: 0px;
      left: 0px;
      background-image: url("../images/sdfsd-20200925020804.png");
   }

   #LINE454 {
      height: 63px;
      top: 70.249px;
      left: 252.904px;
   }

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

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

   #HEADLINE455 {
      width: 229px;
      top: 0px;
      left: 75.4632px;
   }

   #HEADLINE455>.ladi-headline {
      font-family: "Lobster", cursive;
      color: rgb(249, 12, 12);
      font-size: 35px;
      text-align: center;
      line-height: 1.6;
   }

   #GROUP450 {
      width: 349.616px;
      height: 139.749px;
      top: 0px;
      left: 0px;
   }

   #SHAPE456 {
      width: 27.2458px;
      height: 27.2458px;
      top: 104.66px;
      left: 273.653px;
   }

   #SHAPE456 svg:last-child {
      fill: rgba(104, 0, 0, 1.0);
   }

   #SHAPE457 {
      width: 30.246px;
      height: 30.246px;
      top: 65.2045px;
      left: 270.653px;
   }

   #SHAPE457 svg:last-child {
      fill: rgba(104, 0, 0, 1.0);
   }

   #GROUP449 {
      width: 349.616px;
      height: 139.749px;
      top: 299.294px;
      left: 32.7398px;
   }

   #FORM_ITEM458 {
      width: 25.499px;
      height: 35px;
      top: 118px;
      left: 0px;
      display: none !important;
   }

   #FORM_ITEM459 {
      width: 25.499px;
      height: 35px;
      top: 118px;
      left: 35.499px;
      display: none !important;
   }

   #FORM_ITEM460 {
      width: 25.499px;
      height: 35px;
      top: 118px;
      left: 70.998px;
      display: none !important;
   }

   #FORM_ITEM461 {
      width: 25.499px;
      height: 35px;
      top: 118px;
      left: 106.497px;
      display: none !important;
   }

   #FORM_ITEM462 {
      width: 25.499px;
      height: 35px;
      top: 118px;
      left: 141.996px;
      display: none !important;
   }

   #FORM_ITEM463 {
      width: 25.499px;
      height: 35px;
      top: 118px;
      left: 177.495px;
      display: none !important;
   }

   #FORM_ITEM464 {
      width: 25.499px;
      height: 35px;
      top: 118px;
      left: 212.994px;
      display: none !important;
   }

   #FORM_ITEM465 {
      width: 25.499px;
      height: 35px;
      top: 118px;
      left: 247.493px;
      display: none !important;
   }

   #FORM_ITEM466 {
      width: 23px;
      height: 35px;
      top: 122.243px;
      left: 0px;
      display: none !important;
   }

   #FORM_ITEM467 {
      width: 23px;
      height: 35px;
      top: 122.243px;
      left: 33px;
      display: none !important;
   }

   #FORM_ITEM468 {
      width: 23px;
      height: 35px;
      top: 122.243px;
      left: 66px;
      display: none !important;
   }

   #FORM_ITEM469 {
      width: 23px;
      height: 35px;
      top: 122.243px;
      left: 99px;
      display: none !important;
   }

   #FORM_ITEM470 {
      width: 23px;
      height: 35px;
      top: 122.243px;
      left: 132px;
      display: none !important;
   }

   #FORM_ITEM471 {
      width: 23px;
      height: 35px;
      top: 122.243px;
      left: 165px;
      display: none !important;
   }

   #FORM_ITEM472 {
      width: 23px;
      height: 35px;
      top: 122.243px;
      left: 198px;
      display: none !important;
   }

   #FORM_ITEM473 {
      width: 23px;
      height: 35px;
      top: 122.243px;
      left: 231px;
      display: none !important;
   }

   #FORM_ITEM474 {
      width: 27px;
      height: 35px;
      top: 122.243px;
      left: 0px;
      display: none !important;
   }

   #FORM_ITEM475 {
      width: 27px;
      height: 35px;
      top: 122.243px;
      left: 37px;
      display: none !important;
   }

   #FORM_ITEM476 {
      width: 27px;
      height: 35px;
      top: 122.243px;
      left: 74px;
      display: none !important;
   }

   #FORM_ITEM477 {
      width: 27px;
      height: 35px;
      top: 122.243px;
      left: 111px;
      display: none !important;
   }

   #FORM_ITEM478 {
      width: 27px;
      height: 35px;
      top: 122.243px;
      left: 148px;
      display: none !important;
   }

   #FORM_ITEM479 {
      width: 27px;
      height: 35px;
      top: 122.243px;
      left: 185px;
      display: none !important;
   }

   #FORM_ITEM480 {
      width: 27px;
      height: 35px;
      top: 122.243px;
      left: 222px;
      display: none !important;
   }

   #FORM_ITEM481 {
      width: 27px;
      height: 35px;
      top: 122.243px;
      left: 259px;
      display: none !important;
   }

   #FORM_ITEM482 {
      width: 23px;
      height: 35px;
      top: 118px;
      left: 0px;
      display: none !important;
   }

   #FORM_ITEM483 {
      width: 23px;
      height: 35px;
      top: 118px;
      left: 33px;
      display: none !important;
   }

   #FORM_ITEM484 {
      width: 23px;
      height: 35px;
      top: 118px;
      left: 66px;
      display: none !important;
   }

   #FORM_ITEM485 {
      width: 23px;
      height: 35px;
      top: 118px;
      left: 99px;
      display: none !important;
   }

   #FORM_ITEM486 {
      width: 23px;
      height: 35px;
      top: 118px;
      left: 132px;
      display: none !important;
   }

   #FORM_ITEM487 {
      width: 23px;
      height: 35px;
      top: 118px;
      left: 165px;
      display: none !important;
   }

   #FORM_ITEM488 {
      width: 23px;
      height: 35px;
      top: 118px;
      left: 198px;
      display: none !important;
   }

   #FORM_ITEM489 {
      width: 23px;
      height: 35px;
      top: 118px;
      left: 231px;
      display: none !important;
   }
}

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

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

@font-face {
   font-family: 'UTM Avo';
   src: url('../fonts/UTMAvoBold.eot');
   src: url('../fonts/UTMAvoBold.eot#iefix') format('embedded-opentype'),
       url('../fonts/UTMAvoBold.woff2') format('woff2'),
       url('../fonts/UTMAvoBold.woff') format('woff'),
       url('../fonts/UTMAvoBold.ttf') format('truetype'),
       url('../images/UTMAvoBold.svg#UTMAvoBold') format('svg');
   font-weight: bold;
   font-style: normal;
   font-display: swap;
}


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

form .input-wrapper label {
   display: none;
   pointer-events: none;
 }
 
 form .input-wrapper {
   position: relative;
   margin-bottom: 20px;
 }
 
 form .input-wrapper .error {
   border: 1px solid red!important;
   border-radius: 5px;
   padding-top: 6px!important;
 }
 
 form .input-wrapper .error+label {
   width: 100%;
   height: 100%;
   color: red;
   display: block !important;
   font-size: 11px;
   line-height: 17px;
   position: absolute;
   top: 0;
   left: 10px;
   text-align: left!important;
 }
 
 form .input-wrapper .error+label:before,
 form .input-wrapper .error+label:after {
   content: "";
   position: absolute;
   right: 30px;
   top: 50%;
   width: 3px;
   height: 21px;
   background-color: red
 }
 
 form .input-wrapper .error+label:before {
   -webkit-transform: translate(0, -50%) rotate(135deg);
   transform: translate(0, -50%) rotate(135deg)
 }
 
 form .input-wrapper .error+label:after {
   -webkit-transform: translate(0, -50%) rotate(45deg);
   transform: translate(0, -50%) rotate(45deg)
 }

 #COUNTDOWN_ITEM23
 {
    left:10px;
 }
 #COUNTDOWN_ITEM218,
 #COUNTDOWN_ITEM311 {
    left: 15px;
 }
 #COUNTDOWN_ITEM25
  {
   right: 10px;
 }
 #COUNTDOWN_ITEM220,
 #COUNTDOWN_ITEM313 {
    right: 15px;
 }