/****新增中间人员名单*****/
#demo {
	overflow:hidden;
	height:180px;
	width:100%;
	position:relative;
	text-align: center;
	margin:auto;
	
}
.cjwz{
    width: 30%;
}
#demo1 {
	height:auto;
	text-align:left;
}
#demo2 {
	height:auto;
	text-align:left;
}
#demo1 li {
	list-style-type:none;
	height:35px;
	line-height:35px;
	text-align:left;
	text-indent:15px;
	vertical-align:middle;
}
#demo1 li img {
	width:30px;
	border-radius:50%;
	vertical-align:middle;
}
#demo2 li {
	list-style-type:none;
	height:35px;
	line-height:35px;
	text-align:left;
	text-indent:15px;
	vertical-align:middle;
}
#demo2 li img {
	width:30px;
	border-radius:50%;
	vertical-align:middle;
}

.goi-dau-tu-intro3 {margin-bottom:10px;}
.shipin {width:100%;height:480px;}
.btn {width:100%;height:60px;background:linear-gradient(315deg,#89d8d3 0%,#03c8a8 74%);border:none;border-radius:10px;font-family:'Lato',sans-serif;font-weight:500;font-size:22px;color:#fff;box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),7px 7px 20px 0px rgba(0,0,0,.1),4px 4px 5px 0px rgba(0,0,0,.1);outline:none;position:relative;z-index:0;margin-bottom:5px;}
.btn::before {position:absolute;content:'';left:0;bottom:0;width:100%;height:0;transition:all 0.3s ease;border-radius:10px;background:linear-gradient(315deg,#4dccc6 0%,#96e4df 74%);z-index:-1;}
.btn:hover::before {top:0;height:100%;}
.btn:active {top:2px;}

/*********/
.img-inner .imgs {
    border-radius: 15px;
    padding: 8px;
  }
  .sha-nn-group .sha-body .w-cta a {
    background: #b30909b3 !important;
    color: white !important;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
  }
  .sha-nu-doanh-nhan .sha-body .w-cta a:hover {
    box-shadow: none;
  }
  .bg-intro3a {
    padding: 50px 0;
    background-color: #ec6565b3;
    border-radius: 15px;
}
  @media (min-width: 1400px) {
    .container {
      max-width: 1200px !important;
    }
  }
  
  .head-banner {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    margin-top: 30px;
  }
  .content-bn {
    padding: 100px 0;
  }
  .banner-title {
    display: block;
    padding-bottom: 30px;
  }
  .banner-title .title {
    font-size: 55px;
    color: #b30909b3;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
  }
  .head-banner .link-bn {
    text-decoration: none;
    color: rgb(45, 62, 80);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    background: rgb(241, 198, 17);
    padding: 15px 35px;
    border-radius: 15px;
  }
  .head-banner .link-bn:hover {
    background-color: rgb(45, 62, 80);
    color: #fff;
  }
  .content-text-bn {
    margin-top: 30px;
    padding: 20px;
    background: rgba(5, 31, 77, 1);
    background: -webkit-linear-gradient(
      90deg,
      #b30909b3,
      rgb(135 147 169)
    );
    background: linear-gradient(
   90deg, #b30909b3, #b309097a );
  }
  .content-text-bn .s-content {
    color: #fff;
  }
  .t-cta {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
  .t-cta-text {
    font-family: "Montserrat", sans-serif;
    color: #b30909b3;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .bg-intro3 {
    padding: 50px 0;
    background-color: #b30909b3;
    border-radius: 15px;
  }
  .sha-nu-doanh-nhan .sha-body .w-title h2 {
    color: #b30909b3 !important;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    line-height: 1.2;
  }
  
  .sha-nu-doanh-nhan .sha-body .we-goi .w-title {
    text-align: center;
    margin-bottom: 0;
    padding-top: 0px;
  }
  .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: -0.1s;
    top: 22px;
    left: 62px;
  }
  .ladi-loading div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
  }
  .ladi-loading div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
  }
  .ladi-loading div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
  }
  .ladi-loading div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
  }
  .ladi-loading div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
  }
  .ladi-loading div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
  }
  .ladi-loading div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
  }
  .ladi-loading div:nth-child(10) {
    animation-delay: -0.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, 0.3);
  }
  .ladipage-message .ladipage-message-box {
    width: 400px;
    max-width: calc(100% - 50px);
    height: 160px;
    border: 1px solid rgba(0, 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, 0.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%;
    min-height: 100vh;
    overflow: hidden;
    background: #fff;
  }
  .ladi-section {
    margin: 0 auto;
    position: relative;
  }
  .ladi-section .ladi-section-arrow-down {
    position: absolute;
    width: 36px;
    height: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: url(../image/ladi-icons.svg)
      rgba(255, 255, 255, 0.2) no-repeat;
    background-position: 4px;
    cursor: pointer;
    z-index: 90000040;
  }
  .ladi-section.ladi-section-readmore {
    transition: height 350ms linear 0s;
  }
  .ladi-section .ladi-section-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
  }
  .ladi-container {
    position: relative;
    margin: 0 auto;
    height: 100%;
  }
  .ladi-element {
    position: absolute;
  }
  .ladi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
  }
  .ladi-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .ladi-carousel .ladi-carousel-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    transition: left 350ms ease-in-out;
  }
  .ladi-carousel .ladi-carousel-arrow {
    position: absolute;
    width: 30px;
    height: 36px;
    top: calc(50% - 18px);
    background: url(../image/ladi-icons.svg)
      rgba(255, 255, 255, 0.2) no-repeat;
    cursor: pointer;
    z-index: 90000040;
  }
  .ladi-carousel .ladi-carousel-arrow-left {
    left: 5px;
    background-position: -28px;
  }
  .ladi-carousel .ladi-carousel-arrow-right {
    right: 5px;
    background-position: -52px;
  }
  .ladi-gallery {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .ladi-gallery .ladi-gallery-view {
    position: absolute;
    overflow: hidden;
  }
  .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    transition: transform 0.5s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video {
    cursor: pointer;
  }
  .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: url(../image/ladipage-play.svg) no-repeat
      center center;
    background-size: contain;
    pointer-events: none;
    cursor: pointer;
  }
  .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.next,
  .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.prev,
  .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.next.left,
  .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.prev.right,
  .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .ladi-gallery .ladi-gallery-view > .next,
  .ladi-gallery .ladi-gallery-view > .prev,
  .ladi-gallery .ladi-gallery-view > .selected {
    display: block;
  }
  .ladi-gallery .ladi-gallery-view > .selected {
    left: 0;
  }
  .ladi-gallery .ladi-gallery-view > .next,
  .ladi-gallery .ladi-gallery-view > .prev {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .ladi-gallery .ladi-gallery-view > .next {
    left: 100%;
  }
  .ladi-gallery .ladi-gallery-view > .prev {
    left: -100%;
  }
  .ladi-gallery .ladi-gallery-view > .next.left,
  .ladi-gallery .ladi-gallery-view > .prev.right {
    left: 0;
  }
  .ladi-gallery .ladi-gallery-view > .selected.left {
    left: -100%;
  }
  .ladi-gallery .ladi-gallery-view > .selected.right {
    left: 100%;
  }
  .ladi-gallery .ladi-gallery-control {
    position: absolute;
    overflow: hidden;
  }
  .ladi-gallery.ladi-gallery-top .ladi-gallery-view {
    width: 100%;
  }
  .ladi-gallery.ladi-gallery-top .ladi-gallery-control {
    top: 0;
    width: 100%;
  }
  .ladi-gallery.ladi-gallery-bottom .ladi-gallery-view {
    top: 0;
    width: 100%;
  }
  .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control {
    width: 100%;
    bottom: 0;
  }
  .ladi-gallery.ladi-gallery-left .ladi-gallery-view {
    height: 100%;
  }
  .ladi-gallery.ladi-gallery-left .ladi-gallery-control {
    height: 100%;
  }
  .ladi-gallery.ladi-gallery-right .ladi-gallery-view {
    height: 100%;
  }
  .ladi-gallery.ladi-gallery-right .ladi-gallery-control {
    height: 100%;
    right: 0;
  }
  .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow {
    position: absolute;
    width: 30px;
    height: 36px;
    top: calc(50% - 18px);
    background: url(../image/ladi-icons.svg)
      rgba(255, 255, 255, 0.2) no-repeat;
    cursor: pointer;
    z-index: 90000040;
  }
  .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
    left: 5px;
    background-position: -28px;
  }
  .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
    right: 5px;
    background-position: -52px;
  }
  .ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
    position: absolute;
    background: url(../image/ladi-icons.svg)
      rgba(255, 255, 255, 0.2) no-repeat;
    cursor: pointer;
    z-index: 90000040;
  }
  .ladi-gallery.ladi-gallery-bottom
    .ladi-gallery-control
    .ladi-gallery-control-arrow,
  .ladi-gallery.ladi-gallery-top
    .ladi-gallery-control
    .ladi-gallery-control-arrow {
    top: calc(50% - 18px);
    width: 30px;
    height: 36px;
  }
  .ladi-gallery.ladi-gallery-top
    .ladi-gallery-control
    .ladi-gallery-control-arrow-left {
    left: 0;
    background-position: -28px;
    transform: scale(0.6);
  }
  .ladi-gallery.ladi-gallery-top
    .ladi-gallery-control
    .ladi-gallery-control-arrow-right {
    right: 0;
    background-position: -52px;
    transform: scale(0.6);
  }
  .ladi-gallery.ladi-gallery-bottom
    .ladi-gallery-control
    .ladi-gallery-control-arrow-left {
    left: 0;
    background-position: -28px;
    transform: scale(0.6);
  }
  .ladi-gallery.ladi-gallery-bottom
    .ladi-gallery-control
    .ladi-gallery-control-arrow-right {
    right: 0;
    background-position: -52px;
    transform: scale(0.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(0.6);
  }
  .ladi-gallery.ladi-gallery-left
    .ladi-gallery-control
    .ladi-gallery-control-arrow-right {
    bottom: 0;
    background-position: 3px;
    transform: scale(0.6);
  }
  .ladi-gallery.ladi-gallery-right
    .ladi-gallery-control
    .ladi-gallery-control-arrow-left {
    top: 0;
    background-position: -77px;
    transform: scale(0.6);
  }
  .ladi-gallery.ladi-gallery-right
    .ladi-gallery-control
    .ladi-gallery-control-arrow-right {
    bottom: 0;
    background-position: 3px;
    transform: scale(0.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: -webkit-inline-flex;
    display: inline-flex;
    left: 0;
    transition: left 150ms ease-in-out;
  }
  .ladi-gallery.ladi-gallery-bottom
    .ladi-gallery-control
    .ladi-gallery-control-box {
    display: -webkit-inline-flex;
    display: inline-flex;
    left: 0;
    transition: left 150ms ease-in-out;
  }
  .ladi-gallery.ladi-gallery-left
    .ladi-gallery-control
    .ladi-gallery-control-box {
    display: inline-grid;
    top: 0;
    transition: top 150ms ease-in-out;
  }
  .ladi-gallery.ladi-gallery-right
    .ladi-gallery-control
    .ladi-gallery-control-box {
    display: inline-grid;
    top: 0;
    transition: top 150ms ease-in-out;
  }
  .ladi-gallery
    .ladi-gallery-control
    .ladi-gallery-control-box
    .ladi-gallery-control-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    position: relative;
    cursor: pointer;
    filter: invert(15%);
  }
  .ladi-gallery
    .ladi-gallery-control
    .ladi-gallery-control-box
    .ladi-gallery-control-item.play-video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url(../image/ladipage-play.svg) no-repeat
      center center;
    background-size: contain;
    pointer-events: none;
    cursor: pointer;
  }
  .ladi-gallery
    .ladi-gallery-control
    .ladi-gallery-control-box
    .ladi-gallery-control-item:hover {
    filter: none;
  }
  .ladi-gallery
    .ladi-gallery-control
    .ladi-gallery-control-box
    .ladi-gallery-control-item.selected {
    filter: none;
  }
  .ladi-gallery
    .ladi-gallery-control
    .ladi-gallery-control-box
    .ladi-gallery-control-item:last-child {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .ladi-table {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .ladi-table table {
    width: 100%;
  }
  .ladi-table table td {
    vertical-align: middle;
  }
  .ladi-table tbody td {
    word-break: break-word;
  }
  .ladi-table table td img {
    cursor: pointer;
    width: 100%;
  }
  .ladi-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .ladi-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .ladi-frame .ladi-frame-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
  }
  .ladi-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .ladi-banner .ladi-banner-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
  }
  #SECTION_POPUP .ladi-container {
    z-index: 90000070;
  }
  #SECTION_POPUP .ladi-container > .ladi-element {
    z-index: 90000070;
    position: fixed;
    display: none;
  }
  #SECTION_POPUP .ladi-container > .ladi-element.hide-visibility {
    display: block !important;
    visibility: hidden !important;
  }
  #SECTION_POPUP .popup-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    z-index: 9000000080;
    background: url(../image/ladi-icons.svg)
      rgba(255, 255, 255, 0.2) no-repeat;
    background-position: -108px;
    cursor: pointer;
    display: none;
  }
  .ladi-popup {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .ladi-popup .ladi-popup-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
  }
  .ladi-countdown {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .ladi-countdown .ladi-countdown-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    display: table;
    pointer-events: none;
  }
  .ladi-countdown .ladi-countdown-text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-decoration: inherit;
    display: table;
    pointer-events: none;
  }
  .ladi-countdown .ladi-countdown-text span {
    display: table-cell;
    vertical-align: middle;
  }
  .ladi-countdown > .ladi-element {
    text-decoration: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    position: relative;
    display: inline-block;
  }
  .ladi-countdown > .ladi-element:last-child {
    margin-right: 0 !important;
  }
  .ladi-button {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: -10px;
    left: -6px;
  }
  .ladi-button:active {
    transform: translateY(2px);
    transition: transform 0.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;
  }
  .ladi-collection .ladi-collection-content .ladi-collection-page {
    float: left;
  }
  .ladi-collection .ladi-collection-arrow {
    position: absolute;
    width: 30px;
    height: 36px;
    top: calc(50% - 18px);
    background: url(../image/ladi-icons.svg)
      rgba(255, 255, 255, 0.2) no-repeat;
    cursor: pointer;
    z-index: 90000040;
  }
  .ladi-collection .ladi-collection-arrow-left {
    left: 5px;
    background-position: -28px;
  }
  .ladi-collection .ladi-collection-arrow-right {
    right: 5px;
    background-position: -52px;
  }
  .ladi-collection .ladi-collection-button-next {
    position: absolute;
    width: 36px;
    height: 30px;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: auto;
    background: url(../image/ladi-icons.svg)
      rgba(255, 255, 255, 0.2) no-repeat;
    background-position: 4px;
    cursor: pointer;
    z-index: 90000040;
  }
  .ladi-form {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .ladi-form > .ladi-element {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
  }
  .ladi-form .ladi-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 0.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, 0.9);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 20px;
  }
  .ladi-cart .ladi-cart-quantity {
    width: 70px;
    vertical-align: middle;
    text-align: center;
  }
  .ladi-cart .ladi-cart-quantity-content {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .ladi-cart .ladi-cart-quantity input {
    width: 24px;
    text-align: center;
    height: 22px;
    -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 0.2s linear;
  }
  .ladi-cart .ladi-cart-quantity button span {
    font-size: 18px;
    position: relative;
    left: 0.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 0.2s linear;
  }
  .ladi-cart .ladi-cart-action button span {
    font-size: 13px;
    position: relative;
    top: 0.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-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, 0.5);
  }
  .lightbox-screen .lightbox-close {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9000000090;
    background: url(../image/ladi-icons.svg)
      rgba(255, 255, 255, 0.2) no-repeat;
    background-position: -108px;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    cursor: pointer;
  }
  .lightbox-screen .lightbox-hidden {
    display: none;
  }
  .ladi-animation-hidden {
    visibility: hidden !important;
  }
  
  .ladi-list-paragraph ul li.ladi-lazyload:before {
    background-image: none !important;
  }
  .ladi-cart-number {
    position: absolute;
    top: -2px;
    right: -7px;
    background: #f36e36;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    border-radius: 100%;
  }
  .ladi-form-quantity {
    display: -webkit-inline-flex;
    display: inline-flex;
    border-color: inherit;
  }
  .ladi-form
    > .ladi-element
    .ladi-form-item-container
    .ladi-form-item.ladi-form-quantity
    .ladi-form-control {
    text-align: center;
    pointer-events: none;
    -moz-appearance: textfield;
    width: calc(100% - 45px);
    padding: 0;
    min-width: 24px;
    border-top: 1px hidden;
    border-bottom: 1px hidden;
    border-color: inherit;
  }
  .ladi-form
    > .ladi-element
    .ladi-form-item-container
    .ladi-form-item.ladi-form-quantity
    input::-webkit-inner-spin-button,
  .ladi-form
    > .ladi-element
    .ladi-form-item-container
    .ladi-form-item.ladi-form-quantity
    input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .ladi-form-quantity button {
    border: 1px hidden;
    border-color: inherit;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 100%;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  .ladi-form-quantity button span {
    font-size: 18px;
    position: relative;
    left: 0.5px;
  }
  .ladi-form-quantity button:first-child span {
    top: -1.2px;
  }
  .ladi-form [data-variant="true"] select option[disabled] {
    background: #fff;
    color: #b8b8b8 !important;
  }
  .ladi-story-page-progress-bar {
    width: 100%;
    height: 25px;
    position: fixed;
    top: 0;
    left: 0;
  }
  .ladi-story-page-progress-bar-item {
    height: 100%;
    width: 100%;
    display: block;
    float: left;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
  }
  .ladi-story-page-progress-bar-item:before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    width: 100%;
    height: 4px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .ladi-story-page-progress-bar-item.active:before {
    background: #fff;
  }
  .ladi-story-page-progress-bar-item span {
    background: #fff;
    border-radius: 10px;
    height: 4px;
    display: block;
    margin: auto 0;
    top: 0;
    bottom: 0;
    position: absolute;
    transition: width 0.3s linear;
    width: 0%;
  }
  @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 0.3s ease-in-out;
    }
    .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
      transition: transform 0.3s ease-in-out;
    }
  }
  .ladi-notify-transition {
    transition: top 0.5s ease-in-out, bottom 0.5s ease-in-out,
      opacity 0.5s ease-in-out;
  }
  .ladi-notify {
    padding: 5px;
    box-shadow: 0 0 1px rgba(64, 64, 64, 0.3), 0 8px 50px rgba(64, 64, 64, 0.05);
    border-radius: 40px;
    color: rgba(64, 64, 64, 1);
    background: rgba(250, 250, 250, 0.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: 0.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, 0.6), 0 8px 50px rgba(64, 64, 64, 0.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 0.3s ease-in-out;
    -webkit-transition: transform 0.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(0.25, 0.1, 0, 1);
    -webkit-transition: transform 7s cubic-bezier(0.25, 0.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, 0.5) 1px 0 2px;
  }
  @media (min-width: 768px) {
    .ladi-section .ladi-container {
      width: 960px;
    }
  }
  @media (max-width: 767px) {
    .ladi-section .ladi-container {
      width: 420px;
    }
  }
  body {
    font-family: "Open Sans", sans-serif;
  }
  @media (min-width: 768px) {
    #SECTION_POPUP {
      height: 0px;
    }
    #HEADLINE7 {
      width: 490px;
      top: 38px;
      left: 235px;
    }
    #HEADLINE7 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(1, 53, 102);
      font-size: 36px;
      text-align: center;
      line-height: 1;
      text-shadow: rgb(0, 0, 0) 1px 2px 3px;
    }
    #BOX25 {
      width: 223px;
      height: 224px;
      top: 0px;
      left: 0px;
    }
    #BOX25 > .ladi-box {
      box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      -webkit-box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(1, 53, 102);
      border-width: 1px;
    }
    #BOX25 > .ladi-box:hover {
      background-color: rgb(163, 156, 244);
      background-image: none;
    }
    #IMAGE26 {
      width: 218px;
      height: 146.655px;
      top: 2.00897px;
      left: 2px;
    }
    #IMAGE26 > .ladi-image > .ladi-image-background {
      width: 220.576px;
      height: 146.655px;
      top: 0px;
      left: -1.28777px;
    }
    #HEADLINE27 {
      width: 194px;
      top: 171.767px;
      left: 15px;
    }
    #HEADLINE27 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(33, 33, 33);
      font-size: 18px;
      text-align: left;
      line-height: 1.2;
    }
    #BOX29 {
      width: 223px;
      height: 224px;
      top: 0px;
      left: 0px;
    }
    #BOX29 > .ladi-box {
      box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      -webkit-box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(1, 53, 102);
      border-width: 1px;
    }
    #BOX29 > .ladi-box:hover {
      background-color: rgb(163, 156, 244);
      background-image: none;
    }
    #IMAGE30 {
      width: 218px;
      height: 148.544px;
      top: 2.03484px;
      left: 2px;
    }
    #IMAGE30 > .ladi-image > .ladi-image-background {
      width: 220.576px;
      height: 148.544px;
      top: 0px;
      left: -1.28777px;
    }
    #BOX33 {
      width: 223px;
      height: 224px;
      top: 0px;
      left: 0px;
    }
    #BOX33 > .ladi-box {
      box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      -webkit-box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(1, 53, 102);
      border-width: 1px;
    }
    #BOX33 > .ladi-box:hover {
      background-color: rgb(163, 156, 244);
      background-image: none;
    }
    #IMAGE34 {
      width: 218px;
      height: 146px;
      top: 2px;
      left: 2px;
    }
    #IMAGE34 > .ladi-image > .ladi-image-background {
      width: 220.576px;
      height: 146px;
      top: 0px;
      left: -1.28777px;
    }
    #HEADLINE35 {
      width: 194px;
      top: 171px;
      left: 15px;
    }
    #HEADLINE35 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(33, 33, 33);
      font-size: 18px;
      text-align: left;
      line-height: 1.2;
    }
    #BOX9 {
      width: 223px;
      height: 224px;
      top: 0px;
      left: 0px;
    }
    #BOX9 > .ladi-box {
      box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      -webkit-box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(1, 53, 102);
      border-width: 1px;
    }
    #BOX9 > .ladi-box:hover {
      background-color: rgb(163, 156, 244);
      background-image: none;
    }
    #IMAGE10 {
      width: 218px;
      height: 145.279px;
      top: 1.99012px;
      left: 2px;
    }
    #IMAGE10 > .ladi-image > .ladi-image-background {
      width: 220.576px;
      height: 149.17px;
      top: 0px;
      left: -1.28777px;
    }
    #HEADLINE11 {
      width: 194px;
      top: 170.155px;
      left: 15px;
    }
    #HEADLINE11 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(33, 33, 33);
      font-size: 18px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE128 {
      width: 490px;
      top: 46px;
      left: 240.5px;
    }
    #HEADLINE128 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(255, 255, 255);
      font-size: 36px;
      text-align: center;
      line-height: 1;
      text-shadow: rgb(0, 0, 0) 1px 2px 3px;
    }
    #BOX202 {
      width: 164px;
      height: 164px;
      top: 99px;
      left: 74px;
    }
    #BOX202 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
  
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: rgb(238, 238, 238);
      border-width: 5px;
      border-radius: 110px;
    }
    #PARAGRAPH203 {
      width: 301px;
      top: 347px;
      left: 0px;
    }
    #PARAGRAPH203 > .ladi-paragraph {
      font-family: "Open Sans", sans-serif;
      color: rgb(66, 66, 66);
      font-size: 13px;
      font-weight: bold;
      font-style: italic;
      text-align: center;
      line-height: 1.4;
    }
    #HEADLINE204 {
      width: 292px;
      top: 462px;
      left: 2px;
    }
    #HEADLINE204 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(66, 66, 66);
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 1px;
      line-height: 1.2;
    }
    #HEADLINE205 {
      width: 297px;
      top: 484px;
      left: 1px;
    }
    #HEADLINE205 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(66, 66, 66);
      font-size: 12px;
      text-align: center;
      letter-spacing: 0px;
      line-height: 1.2;
    }
    #SHAPE206 {
      width: 35px;
      height: 35px;
      top: 287px;
      left: 137px;
    }
    #SHAPE206 svg:last-child {
      fill: rgba(131, 213, 58, 0.93);
    }
    #BOX214 {
      width: 164px;
      height: 164px;
      top: 99px;
      left: 402.156px;
    }
    #BOX214 > .ladi-box {
      background-size: 100%;
      background-attachment: scroll;
      background-origin: content-box;
  
      background-position: left center;
      background-repeat: repeat;
      border-style: solid;
      border-color: rgb(238, 238, 238);
      border-width: 5px;
      border-radius: 110px;
    }
    #PARAGRAPH215 {
      width: 301px;
      top: 347px;
      left: 320.156px;
    }
    #PARAGRAPH215 > .ladi-paragraph {
      font-family: "Open Sans", sans-serif;
      color: rgb(66, 66, 66);
      font-size: 13px;
      font-weight: bold;
      font-style: italic;
      text-align: center;
      line-height: 1.4;
    }
    #HEADLINE216 {
      width: 285px;
      top: 462px;
      left: 328.156px;
    }
    #HEADLINE216 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(66, 66, 66);
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 1px;
      line-height: 1.2;
    }
    #HEADLINE217 {
      width: 288px;
      top: 484px;
      left: 330.156px;
    }
    #HEADLINE217 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(66, 66, 66);
      font-size: 12px;
      text-align: center;
      letter-spacing: 0px;
      line-height: 1.2;
    }
    #SHAPE218 {
      width: 35px;
      height: 35px;
      top: 287px;
      left: 457.156px;
    }
    #SHAPE218 svg:last-child {
      fill: rgba(131, 213, 58, 0.93);
    }
    #IMAGE240 {
      width: 137.609px;
      height: 185px;
      top: 26px;
      left: 7px;
    }
    #IMAGE240 > .ladi-image > .ladi-image-background {
      width: 138.609px;
      height: 185px;
      top: 0px;
      left: 0px;
      background-size: 100%;
    }
    #HEADLINE241 {
      width: 309px;
      top: 128px;
      left: 157px;
    }
    #HEADLINE241 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(255, 255, 255);
      font-size: 16px;
      text-align: left;
      line-height: 1.2;
    }
    #LINE242 {
      width: 470px;
      top: 217px;
      left: 26px;
    }
    #LINE242 > .ladi-line > .ladi-line-container {
      border-top: 1px solid rgba(255, 255, 255, 0.06);
      border-right: 1px solid rgba(255, 255, 255, 0.06);
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      border-left: 0px !important;
    }
    #LINE242 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #HEADLINE243 {
      width: 467px;
      top: 85px;
      left: 496px;
    }
    #HEADLINE243 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
      text-shadow: rgb(0, 0, 0) 1px 2px 3px;
    }
    #HEADLINE252 {
      width: 322px;
      top: 156px;
      left: 157px;
    }
    #HEADLINE252 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(145, 145, 145);
      font-size: 13px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP263 {
      width: 223px;
      height: 224px;
      top: 172px;
      left: 247px;
    }
    #GROUP263.ladi-animation > .ladi-group {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 0.5s;
      -webkit-animation-delay: 0.5s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: 1;
      -webkit-animation-iteration-count: 1;
    }
    #GROUP264 {
      width: 223px;
      height: 224px;
      top: 172px;
      left: 737px;
    }
    #GROUP264.ladi-animation > .ladi-group {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 01.5s;
      -webkit-animation-delay: 01.5s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: 1;
      -webkit-animation-iteration-count: 1;
    }
    #GROUP265 {
      width: 223px;
      height: 224px;
      top: 172px;
      left: 491px;
    }
    #GROUP265.ladi-animation > .ladi-group {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 1.2s;
      -webkit-animation-delay: 1.2s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: 1;
      -webkit-animation-iteration-count: 1;
    }
    #GROUP266 {
      width: 223px;
      height: 224px;
      top: 172px;
      left: 0px;
    }
    #GROUP266.ladi-animation > .ladi-group {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 0.3s;
      -webkit-animation-delay: 0.3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: 1;
      -webkit-animation-iteration-count: 1;
    }
    #HEADLINE284 {
      width: 293px;
      top: 1246.6px;
      left: 84.6645px;
    }
    #HEADLINE284 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(25, 217, 47);
      font-size: 21px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
    }
    #BOX286 {
      width: 461.624px;
      height: 353.02px;
      top: 1320.6px;
      left: 0px;
    }
    #BOX286 > .ladi-box {
      box-shadow: 0px 1px 0px 0px rgba(189, 189, 189, 1);
      -webkit-box-shadow: 0px 1px 0px 0px rgba(189, 189, 189, 1);
      border-style: solid;
      border-color: rgba(204, 204, 204, 0.76);
      border-width: 1px;
    }
    #PARAGRAPH288 {
      width: 420px;
      top: 1452.12px;
      left: 23.312px;
    }
    #PARAGRAPH288 > .ladi-paragraph {
      font-family: "Open Sans", sans-serif;
      color: rgb(3, 144, 225);
      font-size: 14px;
      font-weight: bold;
      font-style: italic;
      text-align: left;
      line-height: 1.4;
    }
    #HEADLINE292 {
      width: 333px;
      top: 1246.6px;
      left: 562.336px;
    }
    #HEADLINE292 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(202, 13, 12);
      font-size: 21px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
    }
    #BOX294 {
      width: 462.329px;
      height: 353.02px;
      top: 1320.6px;
      left: 497.671px;
    }
    #BOX294 > .ladi-box {
      box-shadow: 0px 1px 0px 0px rgba(189, 189, 189, 1);
      -webkit-box-shadow: 0px 1px 0px 0px rgba(189, 189, 189, 1);
      border-style: solid;
      border-color: rgba(204, 204, 204, 0.76);
      border-width: 1px;
    }
    #PARAGRAPH296 {
      width: 416px;
      top: 1460.27px;
      left: 528.934px;
    }
    #PARAGRAPH296 > .ladi-paragraph {
      font-family: "Open Sans", sans-serif;
      color: rgb(0, 139, 211);
      font-size: 14px;
      font-weight: bold;
      font-style: italic;
      text-align: left;
      line-height: 1.4;
    }
    #HEADLINE307 {
      width: 150px;
      top: 83.667px;
      left: 405px;
    }
    #HEADLINE307 > .ladi-headline {
      color: rgb(255, 77, 0);
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
      text-shadow: rgb(0, 0, 0) 1px 2px 3px;
    }
    #HEADLINE31 {
      width: 194px;
      top: 173.979px;
      left: 15px;
    }
    #HEADLINE31 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(33, 33, 33);
      font-size: 18px;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE310 {
      width: 645px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE310 > .ladi-headline {
      color: rgb(255, 77, 0);
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
      text-shadow: rgb(0, 0, 0) 1px 2px 3px;
    }
    #LINE311 {
      width: 75px;
      top: 128.667px;
      left: 442.5px;
    }
    #LINE311 > .ladi-line > .ladi-line-container {
      border-top: 2px solid rgb(255, 77, 0);
      border-right: 2px solid rgb(255, 77, 0);
      border-bottom: 2px solid rgb(255, 77, 0);
      border-left: 0px !important;
    }
    #LINE311 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #LINE312 {
      width: 75px;
      top: 45px;
      left: 285px;
    }
    #LINE312 > .ladi-line > .ladi-line-container {
      border-top: 2px solid rgb(255, 77, 0);
      border-right: 2px solid rgb(255, 77, 0);
      border-bottom: 2px solid rgb(255, 77, 0);
      border-left: 0px !important;
    }
    #LINE312 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #BOX314 {
      width: 284px;
      height: 224px;
      top: 0px;
      left: 0px;
    }
    #BOX314 > .ladi-box {
      box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      -webkit-box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(1, 53, 102);
      border-width: 1px;
    }
    #BOX314 > .ladi-box:hover {
      background-color: rgb(163, 156, 244);
    }
    #IMAGE315 {
      width: 277.632px;
      height: 145.279px;
      top: 1.99012px;
      left: 2.54709px;
    }
    #IMAGE315 > .ladi-image > .ladi-image-background {
      width: 278.92px;
      height: 149.17px;
      top: 0px;
      left: -1.28777px;
    }
    #HEADLINE316 {
      width: 247px;
      top: 170.155px;
      left: 19.1031px;
    }
    #HEADLINE316 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(33, 33, 33);
      font-size: 18px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP313 {
      width: 284px;
      height: 224px;
      top: 0px;
      left: 0px;
    }
    #GROUP313.ladi-animation > .ladi-group {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 0.5s;
      -webkit-animation-delay: 0.5s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: 1;
      -webkit-animation-iteration-count: 1;
    }
    #BOX318 {
      width: 284px;
      height: 224px;
      top: 0px;
      left: 0px;
    }
    #BOX318 > .ladi-box {
      box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      -webkit-box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(1, 53, 102);
      border-width: 1px;
    }
    #BOX318 > .ladi-box:hover {
      background-color: rgb(163, 156, 244);
      background-image: none;
    }
    #IMAGE319 {
      width: 277.632px;
      height: 145.279px;
      top: 1.99012px;
      left: 2.54708px;
    }
    #IMAGE319 > .ladi-image > .ladi-image-background {
      width: 278.92px;
      height: 149.17px;
      top: 0px;
      left: -1.28777px;
    }
    #HEADLINE320 {
      width: 246px;
      top: 170.155px;
      left: 19.1032px;
    }
    #HEADLINE320 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(33, 33, 33);
      font-size: 18px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP317 {
      width: 284px;
      height: 224px;
      top: 0px;
      left: 384px;
    }
    #GROUP317.ladi-animation > .ladi-group {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: 1;
      -webkit-animation-iteration-count: 1;
    }
    #GROUP321 {
      width: 668px;
      height: 224px;
      top: 526px;
      left: 146px;
    }
    #HEADLINE322 {
      width: 506px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE322 > .ladi-headline {
      color: rgb(255, 77, 0);
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
      text-shadow: rgb(0, 0, 0) 1px 2px 3px;
    }
    #LINE323 {
      width: 75px;
      top: 45px;
      left: 215.5px;
    }
    #LINE323 > .ladi-line > .ladi-line-container {
      border-top: 2px solid rgb(255, 77, 0);
      border-right: 2px solid rgb(255, 77, 0);
      border-bottom: 2px solid rgb(255, 77, 0);
      border-left: 0px !important;
    }
    #LINE323 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #BOX326 {
      width: 284px;
      height: 224px;
      top: 0px;
      left: 0px;
    }
    #BOX326 > .ladi-box {
      box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      -webkit-box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(1, 53, 102);
      border-width: 1px;
    }
    #BOX326 > .ladi-box:hover {
      background-color: rgb(163, 156, 244);
    }
    #IMAGE327 {
      width: 277.632px;
      height: 145.279px;
      top: 1.99012px;
      left: 2.54709px;
    }
    #IMAGE327 > .ladi-image > .ladi-image-background {
      width: 278.92px;
      height: 149.17px;
      top: 0px;
      left: -1.28777px;
    }
    #HEADLINE328 {
      width: 247px;
      top: 170.155px;
      left: 19.1031px;
    }
    #HEADLINE328 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(33, 33, 33);
      font-size: 18px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP325 {
      width: 284px;
      height: 224px;
      top: 898px;
      left: 14px;
    }
    #GROUP325.ladi-animation > .ladi-group {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 0.3s;
      -webkit-animation-delay: 0.3s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: 1;
      -webkit-animation-iteration-count: 1;
    }
    #BOX330 {
      width: 284px;
      height: 224px;
      top: 0px;
      left: 0px;
    }
    #BOX330 > .ladi-box {
      box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      -webkit-box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(1, 53, 102);
      border-width: 1px;
    }
    #BOX330 > .ladi-box:hover {
      background-color: rgb(163, 156, 244);
      background-image: none;
    }
    #IMAGE331 {
      width: 277.632px;
      height: 145.279px;
      top: 2px;
      left: 3.2872px;
    }
    #IMAGE331 > .ladi-image > .ladi-image-background {
      width: 278.92px;
      height: 149.17px;
      top: 0px;
      left: -1.28777px;
    }
    #HEADLINE332 {
      width: 246px;
      top: 170.155px;
      left: 19.1032px;
    }
    #HEADLINE332 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(33, 33, 33);
      font-size: 18px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP329 {
      width: 284px;
      height: 224px;
      top: 898px;
      left: 654px;
    }
    #GROUP329.ladi-animation > .ladi-group {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 0.9s;
      -webkit-animation-delay: 0.9s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: 1;
      -webkit-animation-iteration-count: 1;
    }
    #BOX339 {
      width: 284px;
      height: 224px;
      top: 0px;
      left: 0px;
    }
    #BOX339 > .ladi-box {
      box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      -webkit-box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(1, 53, 102);
      border-width: 1px;
    }
    #BOX339 > .ladi-box:hover {
      background-color: rgb(163, 156, 244);
      background-image: none;
    }
    #IMAGE340 {
      width: 277.632px;
      height: 145.279px;
      top: 3px;
      left: 3.2872px;
    }
    #IMAGE340 > .ladi-image > .ladi-image-background {
      width: 278.92px;
      height: 185.947px;
      top: -40.6677px;
      left: -1.288px;
    }
    #HEADLINE341 {
      width: 246px;
      top: 170.155px;
      left: 19.1032px;
    }
    #HEADLINE341 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(33, 33, 33);
      font-size: 18px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP338 {
      width: 284px;
      height: 224px;
      top: 898px;
      left: 338px;
    }
    #GROUP338.ladi-animation > .ladi-group {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 0.6s;
      -webkit-animation-delay: 0.6s;
    }
    #BOX651 {
      width: 639.373px;
      height: 216.366px;
      top: 0px;
      left: 0px;
    }
    #BOX651 > .ladi-box {
      background-color: rgb(22, 53, 107);
    }
    #BOX652 {
      width: 319.687px;
      height: 216.366px;
      top: 100px;
      left: 639.373px;
    }
    #BOX652 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: center top;
      background-repeat: repeat;
    }
    #PARAGRAPH654 {
      width: 517px;
      top: 110.63px;
      left: 22.345px;
    }
    #PARAGRAPH654 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #SHAPE655 {
      width: 60px;
      height: 60px;
      top: 0px;
      left: 0px;
    }
    #SHAPE655 svg:last-child {
      fill: rgba(13, 98, 242, 0.1);
    }
    #HEADLINE656 {
      width: 330px;
      top: 24.63px;
      left: 22.345px;
    }
    #HEADLINE656 > .ladi-headline {
      color: rgb(234, 242, 255);
      font-size: 30px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP653 {
      width: 539.345px;
      height: 154.63px;
      top: 14px;
      left: 48.372px;
    }
    #BOX659 {
      width: 319.687px;
      height: 268.634px;
      top: 318.071px;
      left: 320.156px;
    }
    #BOX659 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: center top;
      background-repeat: repeat;
    }
    #PARAGRAPH660 {
      width: 271px;
      top: 446.138px;
      left: 344.5px;
    }
    #PARAGRAPH660 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #PARAGRAPH662 {
      width: 221px;
      top: 0px;
      left: 53.088px;
    }
    #PARAGRAPH662 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.4;
    }
    #SHAPE663 {
      width: 40px;
      height: 40px;
      top: 4.734px;
      left: 0px;
    }
    #SHAPE663 svg:last-child {
      fill: rgba(217, 235, 255, 1);
    }
    #GROUP661 {
      width: 274.088px;
      height: 74px;
      top: 355.404px;
      left: 344.969px;
    }
    #BOX665 {
      width: 319.687px;
      height: 268.634px;
      top: 0px;
      left: 0px;
    }
    #BOX665 > .ladi-box {
      box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: center top;
      background-repeat: repeat;
    }
    #PARAGRAPH666 {
      width: 271px;
      top: 128.817px;
      left: 24.3437px;
    }
    #PARAGRAPH666 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #PARAGRAPH668 {
      width: 253px;
      top: 0px;
      left: 42.6608px;
    }
    #PARAGRAPH668 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.4;
    }
    #SHAPE669 {
      width: 32.816px;
      height: 40px;
      top: 3.167px;
      left: 0px;
    }
    #SHAPE669 svg:last-child {
      fill: rgba(217, 235, 255, 1);
    }
    #GROUP667 {
      width: 295.661px;
      height: 49px;
      top: 37.333px;
      left: 24.3435px;
    }
    #GROUP664 {
      width: 320.004px;
      height: 268.634px;
      top: 316.366px;
      left: 0px;
    }
    #BOX671 {
      width: 319.687px;
      height: 268.634px;
      top: 0px;
      left: 0px;
    }
    #BOX671 > .ladi-box {
      box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: center top;
      background-repeat: repeat;
    }
    #PARAGRAPH672 {
      width: 271px;
      top: 124.067px;
      left: 24.3435px;
    }
    #PARAGRAPH672 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #PARAGRAPH674 {
      width: 231px;
      top: 0px;
      left: 51px;
    }
    #PARAGRAPH674 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 18px;
      font-weight: bold;
      line-height: 1.4;
    }
    #SHAPE675 {
      width: 40px;
      height: 40px;
      top: 6.734px;
      left: 0px;
    }
    #SHAPE675 svg:last-child {
      fill: rgba(217, 235, 255, 1);
    }
    #GROUP673 {
      width: 282px;
      height: 74px;
      top: 37.333px;
      left: 24.343px;
    }
    #GROUP670 {
      width: 319.687px;
      height: 278.067px;
      top: 318.071px;
      left: 639.374px;
    }
    #GROUP684 {
      width: 450.98px;
      height: 164.5px;
      top: 234px;
      left: 7px;
    }
    #HEADLINE685 {
      width: 448px;
      top: 0px;
      left: 2.98018px;
    }
    #HEADLINE685 > .ladi-headline {
      color: rgb(255, 78, 1);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.4;
      text-shadow: rgb(0, 0, 0) 1px 2px 3px;
    }
    #GROUP689 {
      width: 322.782px;
      height: 22.5469px;
      top: 75.286px;
      left: 3.04555px;
    }
    #SHAPE690 {
      width: 22.3979px;
      height: 22.5469px;
      top: 0px;
      left: 0px;
    }
    #SHAPE690 svg:last-child {
      fill: rgba(255, 255, 255, 1);
    }
    #HEADLINE691 {
      width: 290px;
      top: 2px;
      left: 32.7819px;
    }
    #HEADLINE691 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      text-align: left;
      line-height: 1.4;
    }
    #GROUP692 {
      width: 322.782px;
      height: 22.5469px;
      top: 108.62px;
      left: 3.04555px;
    }
    #SHAPE693 {
      width: 22.3979px;
      height: 22.5469px;
      top: 0px;
      left: 0px;
    }
    #SHAPE693 svg:last-child {
      fill: rgba(255, 255, 255, 1);
    }
    #HEADLINE694 {
      width: 290px;
      top: 2px;
      left: 32.7819px;
    }
    #HEADLINE694 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      text-align: left;
      line-height: 1.4;
    }
    #GROUP695 {
      width: 324.769px;
      height: 22.5469px;
      top: 141.953px;
      left: 0px;
    }
    #SHAPE696 {
      width: 28.609px;
      height: 22.5469px;
      top: 0px;
      left: 0px;
    }
    #SHAPE696 svg:last-child {
      fill: rgba(255, 255, 255, 1);
    }
    #HEADLINE697 {
      width: 290px;
      top: 3px;
      left: 34.7687px;
    }
    #HEADLINE697 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      text-align: left;
      line-height: 1.4;
    }
    #GROUP713 {
      width: 506px;
      height: 63px;
      top: 801.167px;
      left: 227px;
    }
    #GROUP714 {
      width: 645px;
      height: 63px;
      top: 444.167px;
      left: 157.5px;
    }
    #GROUP719 {
      width: 639.373px;
      height: 216.366px;
      top: 100px;
      left: 0px;
    }
    #BOX722 {
      width: 424.285px;
      height: 263.506px;
      top: 56.2501px;
      left: 0px;
    }
    #BOX722 > .ladi-box {
      opacity: 0;
      background-color: rgba(253, 251, 251, 0);
      border-style: solid;
      border-color: rgba(255, 93, 46, 0.4);
      border-width: 2px;
      border-radius: 999px;
    }
    #BOX724 {
      width: 692.857px;
      height: 430.304px;
      top: 0px;
      left: 0px;
    }
    #BOX724 > .ladi-box {
      background: #154290;
      background: -webkit-linear-gradient(180deg, #154290, #051e4d);
      background: linear-gradient(180deg, #154290, #051e4d);
      border-radius: 999px;
    }
    #SHAPE725 {
      width: 378.572px;
      height: 235.114px;
      top: 105.58px;
      left: 157.143px;
    }
    #SHAPE725 svg:last-child {
      fill: rgba(255, 255, 255, 0.1);
    }
    #HEADLINE726 {
      width: 431px;
      top: 71.8653px;
      left: 130.714px;
    }
    #HEADLINE726 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.4;
    }
    #SHAPE734 {
      width: 395.217px;
      height: 395.217px;
      top: 158.4px;
      left: -277px;
    }
    #SHAPE734 svg:last-child {
      fill: rgba(235, 243, 255, 0.3);
    }
    #SHAPE737 {
      width: 165.622px;
      height: 15.234px;
      top: 93.017px;
      left: 118.171px;
    }
    #SHAPE737 svg:last-child {
      fill: rgba(255, 93, 45, 1);
    }
    #HEADLINE738 {
      width: 311px;
      top: 33.017px;
      left: 91.1711px;
    }
    #HEADLINE738 > .ladi-headline {
      color: rgb(5, 31, 77);
      font-size: 25px;
      font-weight: bold;
      line-height: 1.2;
    }
    #SHAPE739 {
      width: 75.1711px;
      height: 70px;
      top: 28.017px;
      left: 10px;
    }
    #SHAPE739 svg:last-child {
      fill: rgba(22, 67, 145, 0.2);
    }
    #LIST_PARAGRAPH740 {
      width: 945px;
      top: 128.8px;
      left: 15.0835px;
    }
    #LIST_PARAGRAPH740 > .ladi-list-paragraph {
      color: rgb(5, 31, 77);
      font-size: 14px;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH740 ul li {
      padding-bottom: 10px;
      padding-left: 28px;
    }
    #LIST_PARAGRAPH740 ul li:before {
      content: "";
      width: 18px;
      height: 18px;
      top: 5px;
    }
    #GROUP742 {
      width: 379.999px;
      height: 236.001px;
      top: 83.7541px;
      left: 8.57141px;
    }
    #BOX743 {
      width: 379.999px;
      height: 236.001px;
      top: 0px;
      left: 0px;
    }
    #BOX743 > .ladi-box {
      background-color: rgb(234, 242, 255);
      border-radius: 999px;
    }
    #HEADLINE744 {
      width: 318px;
      top: 70.276px;
      left: 31.0713px;
    }
    #HEADLINE744 > .ladi-headline {
      color: rgb(255, 93, 45);
      font-size: 30px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE745 {
      width: 179px;
      top: 50.7571px;
      left: 100.714px;
    }
    #HEADLINE745 > .ladi-headline {
      text-decoration-line: line-through;
      -webkit-text-decoration-line: line-through;
      color: rgb(5, 31, 77);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP746 {
      width: 305.714px;
      height: 64.7228px;
      top: 122.547px;
      left: 50.7142px;
    }
    #GROUP747 {
      width: 305.714px;
      height: 56.8265px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE748 {
      width: 305px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE748 > .ladi-headline {
      color: rgb(5, 31, 77);
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #COUNTDOWN749 {
      width: 290.809px;
      height: 44.9899px;
      top: 11.8366px;
      left: 7.10306px;
    }
    #COUNTDOWN749 > .ladi-countdown {
      color: rgb(5, 31, 77);
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0px;
    }
    #COUNTDOWN749 > .ladi-countdown > .ladi-element {
      width: 25%;
      height: 100%;
    }
    #GROUP754 {
      width: 301.302px;
      height: 16.8572px;
      top: 47.8656px;
      left: 0px;
    }
    #HEADLINE755 {
      width: 88px;
      top: 0px;
      left: 75.2513px;
    }
    #HEADLINE755 > .ladi-headline {
      color: rgb(5, 31, 77);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE756 {
      width: 88px;
      top: 0px;
      left: 149.937px;
    }
    #HEADLINE756 > .ladi-headline {
      color: rgb(5, 31, 77);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE757 {
      width: 88px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE757 > .ladi-headline {
      color: rgb(5, 31, 77);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE758 {
      width: 88px;
      top: 0px;
      left: 214.159px;
    }
    #HEADLINE758 > .ladi-headline {
      color: rgb(5, 31, 77);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP761 {
      width: 692.857px;
      height: 430.304px;
      top: 783.801px;
      left: 100px;
    }
    #GROUP762 {
      width: 424.285px;
      height: 319.756px;
      top: 882.636px;
      left: 0px;
    }
    #BOX803 {
      width: 164px;
      height: 164px;
      top: 99px;
      left: 741px;
    }
    #BOX803 > .ladi-box {
      background-size: 100%;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: left center;
      background-repeat: repeat;
      border-style: solid;
      border-color: rgb(238, 238, 238);
      border-width: 5px;
      border-radius: 110px;
    }
    #PARAGRAPH804 {
      width: 301px;
      top: 347px;
      left: 659px;
    }
    #PARAGRAPH804 > .ladi-paragraph {
      font-family: "Open Sans", sans-serif;
      color: rgb(66, 66, 66);
      font-size: 13px;
      text-align: center;
      line-height: 1.4;
    }
    #HEADLINE805 {
      width: 285px;
      top: 462px;
      left: 667px;
    }
    #HEADLINE805 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(66, 66, 66);
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 1px;
      line-height: 1.2;
    }
    #HEADLINE806 {
      width: 288px;
      top: 484px;
      left: 669px;
    }
    #HEADLINE806 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(66, 66, 66);
      font-size: 12px;
      text-align: center;
      letter-spacing: 0px;
      line-height: 1.2;
    }
    #SHAPE807 {
      width: 35px;
      height: 35px;
      top: 287px;
      left: 796px;
    }
    #SHAPE807 svg:last-child {
      fill: rgba(131, 213, 58, 0.93);
    }
    #HEADLINE808 {
      width: 447px;
      top: 19px;
      left: 247.156px;
    }
    #HEADLINE808 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE814 {
      width: 877px;
      top: 641.617px;
      left: 36.2917px;
    }
    #HEADLINE814 > .ladi-headline {
      color: rgb(15, 14, 14);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE814.ladi-animation > .ladi-headline {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
      animation-duration: 8s;
      -webkit-animation-duration: 8s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #HEADLINE815 {
      width: 877px;
      top: 681.617px;
      left: 31.8752px;
    }
    #HEADLINE815 > .ladi-headline {
      color: rgb(49, 3, 197);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE816 {
      width: 877px;
      top: 717.617px;
      left: 65.2917px;
    }
    #HEADLINE816 > .ladi-headline {
      color: rgb(49, 3, 197);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE828 {
      width: 663px;
      top: 544.617px;
      left: 151.5px;
    }
    #HEADLINE828 > .ladi-headline {
      color: rgb(180, 14, 22);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #IMAGE833 {
      width: 267.145px;
      height: 122.077px;
      top: 1320.6px;
      left: 606.671px;
    }
    #IMAGE833 > .ladi-image > .ladi-image-background {
      width: 267.145px;
      height: 139.077px;
      top: 0px;
      left: 0px;
    }
    #IMAGE833 > .ladi-image {
      -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20163.6%20150%22%20class%3D%22%22%3E%3Cpath%20d%3D%22M143.3%2C42.1A36.2%2C36.2%2C0%2C0%2C0%2C88.7%2C14a24.8%2C24.8%2C0%2C0%2C0-46.9%2C8%2C51.9%2C51.9%2C0%2C0%2C0%2C7.2%2C102.7%2C51.9%2C51.9%2C0%2C0%2C0%2C96.4-26.5c0-.4%2C0-.8%2C0-1.2a29.2%2C29.2%2C0%2C0%2C0-2-54.9Z%22%20transform%3D%22translate(0%200)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
        0% 0% / 100% 100%;
    }
    #IMAGE836 {
      width: 308.906px;
      height: 114.667px;
      top: 1320.6px;
      left: 68.4741px;
    }
    #IMAGE836 > .ladi-image > .ladi-image-background {
      width: 308.906px;
      height: 215.5px;
      top: -51px;
      left: 0px;
    }
    #IMAGE836 > .ladi-image {
      -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20163.6%20150%22%20class%3D%22%22%3E%3Cpath%20d%3D%22M143.3%2C42.1A36.2%2C36.2%2C0%2C0%2C0%2C88.7%2C14a24.8%2C24.8%2C0%2C0%2C0-46.9%2C8%2C51.9%2C51.9%2C0%2C0%2C0%2C7.2%2C102.7%2C51.9%2C51.9%2C0%2C0%2C0%2C96.4-26.5c0-.4%2C0-.8%2C0-1.2a29.2%2C29.2%2C0%2C0%2C0-2-54.9Z%22%20transform%3D%22translate(0%200)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
        0% 0% / 100% 100%;
    }
    #HTML_CODE842 {
      width: 80.2px;
      height: 50.125px;
      top: 326px;
      left: 496px;
    }
    #HTML_CODE844 {
      width: 193.6px;
      height: 121px;
      top: 411.08px;
      left: 7px;
    }
    #SHAPE741 {
      width: 122.857px;
      height: 76.3014px;
      top: 0px;
      left: 194.285px;
    }
    #SHAPE741 > .ladi-shape {
      opacity: 0;
    }
    #SHAPE741 svg:last-child {
      fill: rgba(5, 31, 78, 0.2);
    }
    #HTML_CODE921 {
      width: 447.6px;
      height: 186px;
      top: 919.182px;
      left: 225px;
    }
    #HTML_CODE922 {
      width: 447.6px;
      height: 186px;
      top: 120px;
      left: 496px;
    }
    #HEADLINE822 {
      width: 88px;
      top: 671.617px;
      left: 563.875px;
    }
    #HEADLINE822 > .ladi-headline {
      color: rgb(15, 14, 14);
      font-size: 26px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE822.ladi-animation > .ladi-headline {
      animation-name: flash;
      -webkit-animation-name: flash;
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
      animation-duration: 4s;
      -webkit-animation-duration: 4s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #GROUP1207 {
      width: 960px;
      height: 410.271px;
      top: 610px;
      left: 0px;
    }
    #BOX1208 {
      width: 960px;
      height: 410.271px;
      top: 0px;
      left: 0px;
    }
    #BOX1208 > .ladi-box {
      background-color: rgb(249, 249, 249);
    }
    #HEADLINE1209 {
      width: 334px;
      top: 12.679px;
      left: 590px;
    }
    #HEADLINE1209 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(0, 0, 0);
      font-size: 16px;
      text-align: left;
      line-height: 1.6;
    }
    #HEADLINE1210 {
      width: 334px;
      top: 193.656px;
      left: 590px;
    }
    #HEADLINE1210 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(212, 6, 6);
      font-size: 38px;
      font-weight: bold;
      text-align: left;
      line-height: 1.6;
    }
    #HEADLINE1211 {
      width: 334px;
      top: 253.656px;
      left: 590px;
    }
    #HEADLINE1211 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(0, 0, 0);
      font-size: 16px;
      text-align: left;
      line-height: 1.6;
    }
    #HEADLINE1212 {
      width: 334px;
      top: 98.116px;
      left: 590px;
    }
    #HEADLINE1212 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(0, 0, 0);
      font-size: 16px;
      text-align: left;
      line-height: 1.6;
    }
    #BUTTON1213 {
      width: 160px;
      height: 40px;
      top: 348.289px;
      left: 590px;
    }
    #BUTTON1213 > .ladi-button > .ladi-button-background {
      background-color: rgb(36, 36, 36);
    }
    #BUTTON1213 > .ladi-button {
      border-radius: 20px;
    }
    #BUTTON_TEXT1213 {
      width: 339px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1213 > .ladi-headline {
      color: rgb(241, 197, 16);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON1215 {
      width: 160px;
      height: 40px;
      top: 348.289px;
      left: 764px;
    }
    #BUTTON1215 > .ladi-button > .ladi-button-background {
      background-color: rgb(241, 197, 16);
    }
    #BUTTON1215 > .ladi-button {
      border-radius: 20px;
    }
    #BUTTON_TEXT1215 {
      width: 339px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1215 > .ladi-headline {
      color: rgb(36, 36, 36);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #IMAGE1217 {
      width: 534.773px;
      height: 410.271px;
      top: 610px;
      left: 0px;
    }
    #IMAGE1217 > .ladi-image > .ladi-image-background {
      width: 534.773px;
      height: 410.271px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1217 > .ladi-image {
      border-radius: 20px;
    }
    #HEADLINE1227 {
      width: 814px;
      top: 182.136px;
      left: 71.3125px;
    }
    #HEADLINE1227 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(0, 0, 0);
      font-size: 16px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1228 {
      width: 879px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1228 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(212, 6, 6);
      font-size: 38px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1228.ladi-animation > .ladi-headline {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
      animation-duration: 2s;
      -webkit-animation-duration: 2s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #HEADLINE1229 {
      width: 357px;
      top: 0px;
      left: 70.312px;
    }
    #HEADLINE1229 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(0, 0, 0);
      font-size: 16px;
      font-style: italic;
      text-align: left;
      line-height: 1.4;
    }
    #IMAGE1232 {
      width: 48px;
      height: 48px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1232 > .ladi-image > .ladi-image-background {
      width: 48px;
      height: 48px;
      top: 0px;
      left: 0px;
    }
    #GROUP1233 {
      width: 427.312px;
      height: 109px;
      top: 50px;
      left: 26.867px;
    }
    #HEADLINE1236 {
      width: 357px;
      top: 0px;
      left: 70.312px;
    }
    #HEADLINE1236 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(0, 0, 0);
      font-size: 16px;
      font-style: italic;
      text-align: left;
      line-height: 1.4;
    }
    #IMAGE1237 {
      width: 48px;
      height: 48px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1237 > .ladi-image > .ladi-image-background {
      width: 48px;
      height: 48px;
      top: 0px;
      left: 0px;
    }
    #GROUP1235 {
      width: 427.312px;
      height: 131px;
      top: 568.485px;
      left: 29.0225px;
    }
    #HEADLINE1240 {
      width: 357px;
      top: 0px;
      left: 70.312px;
    }
    #HEADLINE1240 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(0, 0, 0);
      font-size: 16px;
      font-style: italic;
      text-align: left;
      line-height: 1.4;
    }
    #IMAGE1241 {
      width: 48px;
      height: 48px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1241 > .ladi-image > .ladi-image-background {
      width: 48px;
      height: 48px;
      top: 0px;
      left: 0px;
    }
    #GROUP1239 {
      width: 427.312px;
      height: 131px;
      top: 406.197px;
      left: 26.867px;
    }
    #IMAGE1242 {
      width: 455.658px;
      height: 433.576px;
      top: 50px;
      left: 478.225px;
    }
    #IMAGE1242 > .ladi-image > .ladi-image-background {
      width: 656.501px;
      height: 438.009px;
      top: -0.433px;
      left: -200.843px;
      background-image: url("https://soicauchotso.net/wp-content/themes/theme_mau/css/theme/frontend/images/dau-tu-sinh-loi-2021-20210213070907.jpg");
    }
    #IMAGE1242 > .ladi-image {
      border-radius: 20px;
    }
    #HEADLINE1245 {
      width: 960px;
      top: 25px;
      left: 0.375px;
    }
    #HEADLINE1245 > .ladi-headline {
      font-family: "Montserrat", sans-serif;
      color: rgb(14, 13, 13);
      font-size: 40px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0px;
      line-height: 1.2;
    }
    #SECTION1247 {
      height: 470px;
    }
    #SECTION1247 > .ladi-section-background {
      background-color: rgba(235, 243, 255, 0.5);
    }
    #GROUP1248 {
      width: 609px;
      height: 96px;
      top: 40.667px;
      left: 175.5px;
    }
    #SHAPE1249 {
      width: 70px;
      height: 70px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1249 svg:last-child {
      fill: rgba(242, 67, 13, 0.2);
    }
    #HEADLINE1250 {
      width: 582px;
      top: 12px;
      left: 27px;
    }
    #HEADLINE1250 > .ladi-headline {
      color: rgb(5, 31, 77);
      font-size: 35px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP1251 {
      width: 282.668px;
      height: 227.491px;
      top: 175.082px;
      left: 13.065px;
    }
    #BOX1252 {
      width: 282.668px;
      height: 188.483px;
      top: 39.0078px;
      left: 0px;
    }
    #BOX1252 > .ladi-box {
      box-shadow: 0px 5px 0px 0px rgba(7, 58, 145, 1);
      -webkit-box-shadow: 0px 5px 0px 0px rgba(7, 58, 145, 1);
      background-color: rgb(255, 255, 255);
      border-radius: 0px;
    }
    #BOX1253 {
      width: 70.2142px;
      height: 70.2142px;
      top: 0px;
      left: 106.227px;
    }
    #BOX1253 > .ladi-box {
      background-color: rgb(7, 58, 145);
      border-radius: 129px;
    }
    #SHAPE1254 {
      width: 43.2087px;
      height: 43.2088px;
      top: 13.5027px;
      left: 119.73px;
    }
    #SHAPE1254 svg:last-child {
      fill: rgba(255, 255, 255, 1);
    }
    #HEADLINE1255 {
      width: 254px;
      top: 77.0894px;
      left: 14.6074px;
    }
    #HEADLINE1255 > .ladi-headline {
      color: rgb(7, 58, 145);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1256 {
      width: 282.668px;
      height: 227.491px;
      top: 175.082px;
      left: 338.666px;
    }
    #BOX1257 {
      width: 282.668px;
      height: 188.483px;
      top: 39.0078px;
      left: 0px;
    }
    #BOX1257 > .ladi-box {
      box-shadow: 0px 5px 0px 0px rgba(7, 58, 145, 1);
      -webkit-box-shadow: 0px 5px 0px 0px rgba(7, 58, 145, 1);
      background-color: rgb(255, 255, 255);
      border-radius: 0px;
    }
    #BOX1258 {
      width: 70.2142px;
      height: 70.2142px;
      top: 0px;
      left: 106.227px;
    }
    #BOX1258 > .ladi-box {
      background-color: rgb(7, 58, 145);
      border-radius: 129px;
    }
    #SHAPE1259 {
      width: 34.4256px;
      height: 43.2088px;
      top: 13.5027px;
      left: 124.122px;
    }
    #SHAPE1259 svg:last-child {
      fill: rgba(255, 255, 255, 1);
    }
    #HEADLINE1260 {
      width: 254px;
      top: 94.6555px;
      left: 14.6074px;
    }
    #HEADLINE1260 > .ladi-headline {
      color: rgb(7, 58, 145);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1261 {
      width: 282.668px;
      height: 236.44px;
      top: 175.082px;
      left: 664.267px;
    }
    #BOX1262 {
      width: 282.668px;
      height: 188.484px;
      top: 39.008px;
      left: 0px;
    }
    #BOX1262 > .ladi-box {
      box-shadow: 0px 5px 0px 0px rgba(7, 58, 145, 1);
      -webkit-box-shadow: 0px 5px 0px 0px rgba(7, 58, 145, 1);
      background-color: rgb(255, 255, 255);
      border-radius: 0px;
    }
    #BOX1263 {
      width: 70.2142px;
      height: 70.2144px;
      top: 0px;
      left: 106.227px;
    }
    #BOX1263 > .ladi-box {
      background-color: rgb(7, 58, 145);
      border-radius: 129px;
    }
    #SHAPE1264 {
      width: 34.4256px;
      height: 43.2089px;
      top: 13.5027px;
      left: 124.122px;
    }
    #SHAPE1264 svg:last-child {
      fill: rgba(255, 255, 255, 1);
    }
    #HEADLINE1265 {
      width: 254px;
      top: 94.6559px;
      left: 14.6074px;
    }
    #HEADLINE1265 > .ladi-headline {
      color: rgb(7, 58, 145);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BOX1267 {
      width: 725.721px;
      height: 462px;
      top: 326.6px;
      left: -210px;
    }
    #BOX1267 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: center top;
      background-repeat: repeat;
    }
    #GROUP1268 {
      width: 405.733px;
      height: 146px;
      top: 140.6px;
      left: 552.267px;
    }
    #SHAPE1269 {
      width: 118px;
      height: 118px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1269 svg:last-child {
      fill: rgba(255, 255, 255, 0.1);
    }
    #HEADLINE1270 {
      width: 350px;
      top: 56px;
      left: 55.733px;
    }
    #HEADLINE1270 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 25px;
      font-weight: bold;
      line-height: 1.2;
    }
    #PARAGRAPH1271 {
      width: 350px;
      top: 304.6px;
      left: 610px;
    }
    #PARAGRAPH1271 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      line-height: 1.6;
    }
    #PARAGRAPH1272 {
      width: 350px;
      top: 382.6px;
      left: 610px;
    }
    #PARAGRAPH1272 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 14px;
      line-height: 1.6;
    }
    #GROUP1273 {
      width: 222px;
      height: 218px;
      top: 51.6px;
      left: 169px;
    }
    #BOX1274 {
      width: 200px;
      height: 200px;
      top: 18px;
      left: 22px;
    }
    #BOX1274 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: center top;
      background-repeat: repeat;
    }
    #SHAPE1275 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1275 svg:last-child {
      fill: rgba(255, 255, 255, 0.2);
    }
    #GROUP1276 {
      width: 71.2942px;
      height: 21px;
      top: 248.6px;
      left: 438.853px;
    }
    #SHAPE1277 {
      width: 39.1472px;
      height: 20px;
      top: 0px;
      left: 32.147px;
    }
    #SHAPE1277 svg:last-child {
      fill: rgba(241, 199, 19, 1);
    }
    #SHAPE1278 {
      width: 39.1472px;
      height: 20px;
      top: 1px;
      left: 0px;
    }
    #SHAPE1278 svg:last-child {
      fill: rgba(241, 198, 18, 1);
    }
    #VIDEO1279 {
      width: 421px;
      height: 253.399px;
      top: 535.201px;
      left: 539px;
    }
    #VIDEO1279 > .ladi-video > .ladi-video-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: center center;
      background-repeat: no-repeat;
    }
    #SHAPE1279 {
      width: 60px;
      height: 60px;
      top: 96.6995px;
      left: 180.5px;
    }
    #SHAPE1279 svg:last-child {
      fill: rgba(0, 0, 0, 0.5);
    }
    #GROUP1282 {
      width: 559.353px;
      height: 210px;
      top: 212.526px;
      left: -16px;
    }
    #BOX1283 {
      width: 393.055px;
      height: 62.9735px;
      top: 142.545px;
      left: 0px;
    }
    #BOX1283 > .ladi-box {
      background-color: rgb(234, 242, 254);
    }
    #BOX1284 {
      width: 492.444px;
      height: 62.9735px;
      top: 73.8469px;
      left: 0px;
    }
    #BOX1284 > .ladi-box {
      background-color: rgb(234, 242, 254);
    }
    #BOX1285 {
      width: 531.199px;
      height: 62.9735px;
      top: 5.33815px;
      left: 0px;
    }
    #BOX1285 > .ladi-box {
      background-color: rgb(234, 242, 254);
    }
    #HEADLINE1286 {
      width: 538px;
      top: 0px;
      left: 21.3526px;
    }
    #HEADLINE1286 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(45, 62, 80);
      font-size: 59px;
      font-weight: bold;
      letter-spacing: 0px;
      line-height: 1.2;
    }
    #BOX1287 {
      width: 572.5px;
      height: 192px;
      top: 418.044px;
      left: 594.5px;
    }
    #BOX1287 > .ladi-box {
      background: rgba(5, 31, 77, 1);
      background: -webkit-linear-gradient(
        90deg,
        rgba(5, 31, 77, 1),
        rgba(255, 255, 255, 0.3)
      );
      background: linear-gradient(
        90deg,
        rgba(5, 31, 77, 1),
        rgba(255, 255, 255, 0.3)
      );
    }
    #LIST_PARAGRAPH1288 {
      width: 316px;
      top: 483.136px;
      left: 623.5px;
    }
    #LIST_PARAGRAPH1288 > .ladi-list-paragraph {
      color: rgb(249, 249, 249);
      font-size: 18px;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH1288 ul li {
      padding-left: 20px;
    }
    #LIST_PARAGRAPH1288 ul li:before {
      content: counter(linum, disc);
      font-size: 40px;
      top: -20px;
    }
    #HEADLINE1289 {
      width: 316px;
      top: 432.136px;
      left: 623.5px;
    }
    #HEADLINE1289 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #BOX1290 {
      width: 155px;
      height: 155px;
      top: 40px;
      left: 40px;
    }
    #BOX1290 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: center top;
      background-repeat: repeat;
    }
    #BUTTON1291 {
      width: 167px;
      height: 40px;
      top: 477.526px;
      left: 0px;
    }
    #BUTTON1291 > .ladi-button > .ladi-button-background {
      background-color: rgb(241, 198, 17);
    }
    #BUTTON1291 > .ladi-button {
      border-style: solid;
      border-color: rgb(255, 255, 255);
      border-width: 1px;
      border-radius: 100px;
    }
    #BUTTON1291 > .ladi-button:hover .ladi-button-background {
      background-color: rgb(244, 64, 37);
      background-image: none;
    }
    #BUTTON_TEXT1291 {
      width: 165px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1291 > .ladi-headline {
      color: rgb(45, 62, 80);
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON_TEXT1291 > .ladi-headline:hover {
      color: rgb(255, 255, 255);
    }
    #Heading {
      height: 752.9px;
    }
    #Heading > .ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-image: url("https://soicauchotso.net/wp-content/themes/theme_mau/css/theme/frontend/images/R38l-GpI20210126041324.jpg");
      background-position: center center;
      background-repeat: repeat;
    }
    #Reasoning {
      height: 1050px;
    }
    #Reasoning > .ladi-section-background {
      background-color: rgb(255, 255, 255);
    }
    #AboutUs {
      height: 845.9px;
    }
    #AboutUs > .ladi-section-background {
      background-color: rgb(5, 31, 77);
    }
    #OurIndustry {
      min-height: 500px;
    }
    #OurIndustry > .ladi-section-background {
      background-color: rgba(255, 255, 255, 0.75);
    }
    #ContactForm {
      min-height: 1289.62px;
    }
    #ContactForm > .ladi-section-background {
      background-color: rgb(255, 255, 255);
    }
    #Testimonial {
      height: 582.8px;
    }
    #Testimonial > .ladi-overlay {
      background-color: rgba(255, 255, 255, 0.51);
    }
    #Testimonial > .ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: left top;
      background-repeat: no-repeat;
    }
    #News {
      height: 667px;
    }
    #News > .ladi-overlay {
      background-color: rgba(0, 0, 0, 0.25);
    }
    #News > .ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: left top;
      background-repeat: no-repeat;
    }
    #Footer {
      height: 481px;
    }
    #Footer > .ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: left top;
      background-repeat: no-repeat;
      opacity: 0.77;
    }
    #IMAGE1293 {
      width: 622.667px;
      height: 26px;
      top: 48px;
      left: 242.125px;
    }
    #IMAGE1293 > .ladi-image > .ladi-image-background {
      width: 622.667px;
      height: 32.4101px;
      top: 0px;
      left: 0px;
    }
    #GROUP1294 {
      width: 879px;
      height: 74px;
      top: 463.197px;
      left: -929.688px;
      display: none !important;
    }
    #HEADLINE1298 {
      width: 960px;
      top: 167px;
      left: 840px;
      display: none !important;
    }
    #HEADLINE1298 > .ladi-headline {
      font-family: "Montserrat", sans-serif;
      color: rgb(14, 13, 13);
      font-size: 40px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0px;
      line-height: 1.2;
    }
    #HEADLINE1299 {
      width: 960px;
      top: 105px;
      left: 679px;
      display: none !important;
    }
    #HEADLINE1299 > .ladi-headline {
      font-family: "Montserrat", sans-serif;
      color: rgb(14, 13, 13);
      font-size: 40px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0px;
      line-height: 1.2;
    }
    #HEADLINE1300 {
      width: 960px;
      top: 58px;
      left: 895px;
      display: none !important;
    }
    #HEADLINE1300 > .ladi-headline {
      font-family: "Montserrat", sans-serif;
      color: rgb(14, 13, 13);
      font-size: 40px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0px;
      line-height: 1.2;
    }
    #HEADLINE1302 {
      width: 879px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1302 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(212, 6, 6);
      font-size: 38px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1302.ladi-animation > .ladi-headline {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
      animation-duration: 2s;
      -webkit-animation-duration: 2s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE1303 {
      width: 622.667px;
      height: 26px;
      top: 48px;
      left: 242.125px;
    }
    #IMAGE1303 > .ladi-image > .ladi-image-background {
      width: 622.667px;
      height: 32.4101px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1303 > .ladi-image {
      transform: perspective(1000px) rotateX(-64deg);
      -webkit-transform: perspective(1000px) rotateX(-64deg);
    }
    #GROUP1301 {
      width: 879px;
      height: 74px;
      top: 500px;
      left: 38.8125px;
    }
    #IMAGE1520 {
      width: 415.342px;
      height: 402.001px;
      top: 0px;
      left: 305.105px;
    }
    #IMAGE1520 > .ladi-image > .ladi-overlay {
      background: rgba(45, 62, 80, 0.4);
      background: -webkit-linear-gradient(
        180deg,
        rgba(45, 62, 80, 0.4),
        rgba(45, 64, 80, 1)
      );
      background: linear-gradient(
        180deg,
        rgba(45, 62, 80, 0.4),
        rgba(45, 64, 80, 1)
      );
      opacity: 0.83;
    }
    #IMAGE1520 > .ladi-image > .ladi-image-background {
      width: 605.366px;
      height: 402.001px;
      top: 0px;
      left: -124px;
    }
    #IMAGE1521 {
      width: 305.105px;
      height: 171.622px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1521 > .ladi-image > .ladi-image-background {
      width: 305.105px;
      height: 171.622px;
      top: 0px;
      left: 0px;
    }
    #HTML_CODE1522 {
      width: 398px;
      height: 233.438px;
      top: 115.437px;
      left: 313.776px;
    }
    #IMAGE1523 {
      width: 142.292px;
      height: 129.218px;
      top: -6px;
      left: 577.708px;
    }
    #IMAGE1523 > .ladi-image > .ladi-image-background {
      width: 142.292px;
      height: 129.218px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1523 > .ladi-image {
      transform: rotate(6deg);
      -webkit-transform: rotate(6deg);
    }
    #IMAGE1524 {
      width: 129.218px;
      height: 129.218px;
      top: -6px;
      left: 313.776px;
    }
    #IMAGE1524 > .ladi-image > .ladi-image-background {
      width: 129.218px;
      height: 129.218px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1525 {
      width: 102px;
      top: 227px;
      left: 14.5525px;
    }
    #HEADLINE1525 > .ladi-headline {
      color: rgb(212, 6, 6);
      font-size: 25px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: left;
      line-height: 1.2;
    }
    #HEADLINE1525.ladi-animation > .ladi-headline {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #HEADLINE1526 {
      width: 276px;
      top: 257px;
      left: 14.5525px;
    }
    #HEADLINE1526 > .ladi-headline {
      color: rgb(44, 62, 80);
      font-size: 25px;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1.6;
    }
    #PARAGRAPH1527 {
      width: 276px;
      top: 304.875px;
      left: 14.5525px;
    }
    #PARAGRAPH1527 > .ladi-paragraph {
      color: rgb(84, 84, 84);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #CF_popup {
      width: 719.373px;
      height: 402px;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      margin: auto;
    }
    #CF_popup > .ladi-popup > .ladi-popup-background {
      background-color: rgb(255, 255, 255);
    }
    #SECTION1544 {
      height: 540px;
    }
    #SECTION1544 > .ladi-section-background {
      background-color: rgb(22, 54, 107);
    }
    #IMAGE1545 {
      width: 960px;
      height: 540px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1545 > .ladi-image > .ladi-image-background {
      width: 960px;
      height: 540px;
      top: 0px;
      left: 0px;
      background-image: url("https://soicauchotso.net/wp-content/themes/theme_mau/css/theme/frontend/images/blue-diamond-lang-tri-an-thang-05-2021-20210511102205.jpg");
    }
    #HTML_CODE1546 {
      width: 128px;
      height: 80px;
      top: 397px;
      left: 25px;
    }
    #POPUP1555 {
      width: 720px;
      height: 866px;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      margin: auto;
    }
    #POPUP1555 > .ladi-popup > .ladi-popup-background {
      background-color: rgb(255, 255, 255);
    }
    #IMAGE1556 {
      width: 720px;
      height: 404.873px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1556 > .ladi-image > .ladi-image-background {
      width: 720px;
      height: 404.873px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1557 {
      width: 650px;
      top: 422.457px;
      left: 35px;
    }
    #HEADLINE1557 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1565 {
      width: 539px;
      top: 511.957px;
      left: 90.5px;
    }
    #HEADLINE1565 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #HTML_CODE1566 {
      width: 539px;
      height: 35.005px;
      top: 470.457px;
      left: 90.5px;
    }
    #HTML_CODE1567 {
      width: 601px;
      height: 233.438px;
      top: 577.142px;
      left: 59.5px;
    }
    #SECTION1568 {
      height: 1865px;
    }
    #SECTION1568 > .ladi-section-background {
      background-color: rgba(235, 243, 255, 0.4);
    }
    #GROUP1569 {
      width: 322.5px;
      height: 486.115px;
      top: 801.121px;
      left: 612.621px;
    }
    #BOX1570 {
      width: 300px;
      height: 486.115px;
      top: 0px;
      left: 22.5px;
    }
    #BOX1570 > .ladi-box {
      box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      -webkit-box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      background-color: rgb(255, 255, 255);
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1571 {
      width: 300px;
      height: 89px;
      top: 290.705px;
      left: 22.4995px;
    }
    #BOX1572 {
      width: 300px;
      height: 89px;
      top: 0px;
      left: 0px;
    }
    #BOX1572 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1573 {
      width: 225px;
      top: 12px;
      left: 37.5px;
    }
    #HEADLINE1573 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #BOX1574 {
      width: 300px;
      height: 119.705px;
      top: 0px;
      left: 22.5px;
    }
    #BOX1574 > .ladi-box {
      background-color: rgb(234, 242, 255);
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1575 {
      width: 300px;
      height: 57px;
      top: 176.705px;
      left: 22.5px;
    }
    #BOX1576 {
      width: 300px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1576 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1577 {
      width: 225px;
      top: 7.5px;
      left: 37.5px;
    }
    #HEADLINE1577 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1578 {
      width: 105px;
      height: 82px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1579 {
      width: 82px;
      height: 82px;
      top: 0px;
      left: 23px;
    }
    #SHAPE1579 svg:last-child {
      fill: rgba(242, 67, 13, 1);
    }
    #HEADLINE1580 {
      width: 98px;
      top: 8px;
      left: 0px;
    }
    #HEADLINE1580 > .ladi-headline {
      transform: rotate(-44deg);
      -webkit-transform: rotate(-44deg);
      color: rgb(255, 255, 255);
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1581 {
      width: 300px;
      height: 57px;
      top: 233.705px;
      left: 22.4995px;
    }
    #BOX1582 {
      width: 300px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1582 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1583 {
      width: 225px;
      top: 6.5px;
      left: 37.5px;
    }
    #HEADLINE1583 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON1584 {
      width: 189.655px;
      height: 40px;
      top: 402.41px;
      left: 77.672px;
    }
    #BUTTON1584 > .ladi-button > .ladi-button-background {
      background-color: rgb(212, 6, 6);
    }
    #BUTTON1584 > .ladi-button {
      border-color: rgb(255, 94, 47);
      border-width: 1px;
      border-radius: 194px;
    }
    #BUTTON_TEXT1584 {
      width: 124px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1584 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1586 {
      width: 214px;
      height: 80px;
      top: 39.705px;
      left: 65.5px;
    }
    #HEADLINE1587 {
      width: 87px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1587 > .ladi-headline {
      color: rgb(44, 62, 80);
      font-size: 50px;
      text-align: right;
      line-height: 1.6;
    }
    #HEADLINE1588 {
      width: 127px;
      top: 29px;
      left: 87px;
    }
    #HEADLINE1588 > .ladi-headline {
      color: rgb(44, 62, 80);
      font-size: 25px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1589 {
      width: 300px;
      height: 57px;
      top: 119.705px;
      left: 22.5px;
    }
    #BOX1590 {
      width: 300px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1590 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1591 {
      width: 225px;
      top: 6.5px;
      left: 37.5px;
    }
    #HEADLINE1591 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1592 {
      width: 324px;
      height: 486.115px;
      top: 252px;
      left: 612.246px;
    }
    #BOX1593 {
      width: 300px;
      height: 486.115px;
      top: 0px;
      left: 22.5px;
    }
    #BOX1593 > .ladi-box {
      box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      -webkit-box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      background-color: rgb(255, 255, 255);
      border-radius: 14px;
    }
    #GROUP1594 {
      width: 300px;
      height: 89px;
      top: 290.705px;
      left: 22.5px;
    }
    #BOX1595 {
      width: 300px;
      height: 89px;
      top: 0px;
      left: 0px;
    }
    #BOX1595 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1596 {
      width: 225px;
      top: 12px;
      left: 37.5px;
    }
    #HEADLINE1596 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #BOX1597 {
      width: 300px;
      height: 119.705px;
      top: 0px;
      left: 22.5px;
    }
    #BOX1597 > .ladi-box {
      background-color: rgb(234, 242, 255);
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1598 {
      width: 300px;
      height: 57px;
      top: 176.705px;
      left: 24px;
    }
    #BOX1599 {
      width: 300px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1599 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1600 {
      width: 225px;
      top: 8.75px;
      left: 37.5px;
    }
    #HEADLINE1600 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1601 {
      width: 105px;
      height: 82px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1602 {
      width: 82px;
      height: 82px;
      top: 0px;
      left: 23px;
    }
    #SHAPE1602 svg:last-child {
      fill: rgba(242, 67, 13, 1);
    }
    #HEADLINE1603 {
      width: 98px;
      top: 8px;
      left: 0px;
    }
    #HEADLINE1603 > .ladi-headline {
      transform: rotate(-44deg);
      -webkit-transform: rotate(-44deg);
      color: rgb(255, 255, 255);
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1604 {
      width: 300px;
      height: 57px;
      top: 119.705px;
      left: 22.5px;
    }
    #BOX1605 {
      width: 300px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1605 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1606 {
      width: 225px;
      top: 6.5px;
      left: 37.5px;
    }
    #HEADLINE1606 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1607 {
      width: 300px;
      height: 57px;
      top: 233.705px;
      left: 22.5px;
    }
    #BOX1608 {
      width: 300px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1608 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1609 {
      width: 225px;
      top: 6.5px;
      left: 37.5px;
    }
    #HEADLINE1609 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON1610 {
      width: 189.655px;
      height: 40px;
      top: 400.41px;
      left: 77.6725px;
    }
    #BUTTON1610 > .ladi-button > .ladi-button-background {
      background-color: rgb(212, 6, 6);
    }
    #BUTTON1610 > .ladi-button {
      border-color: rgb(255, 94, 47);
      border-width: 1px;
      border-radius: 194px;
    }
    #BUTTON_TEXT1610 {
      width: 124px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1610 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1612 {
      width: 189px;
      height: 80px;
      top: 39.705px;
      left: 79.5px;
    }
    #HEADLINE1613 {
      width: 62px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1613 > .ladi-headline {
      color: rgb(44, 62, 80);
      font-size: 50px;
      text-align: right;
      line-height: 1.6;
    }
    #HEADLINE1614 {
      width: 127px;
      top: 29px;
      left: 62px;
    }
    #HEADLINE1614 > .ladi-headline {
      color: rgb(44, 62, 80);
      font-size: 25px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1615 {
      width: 405px;
      height: 95px;
      top: 53.3px;
      left: 43px;
    }
    #SHAPE1616 {
      width: 70px;
      height: 70px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1616 svg:last-child {
      fill: rgba(242, 67, 13, 0.2);
    }
    #HEADLINE1617 {
      width: 378px;
      top: 11px;
      left: 27px;
    }
    #HEADLINE1617 > .ladi-headline {
      color: rgb(5, 31, 77);
      font-size: 35px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH1618 {
      width: 491px;
      top: 68.3px;
      left: 436.625px;
    }
    #PARAGRAPH1618 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: right;
      line-height: 1.6;
    }
    #GROUP1619 {
      width: 322.5px;
      height: 486.115px;
      top: 252px;
      left: 18.246px;
    }
    #BOX1620 {
      width: 300px;
      height: 486.115px;
      top: 0px;
      left: 22.5px;
    }
    #BOX1620 > .ladi-box {
      box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      -webkit-box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      background-color: rgb(255, 255, 255);
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1621 {
      width: 300px;
      height: 89px;
      top: 290.705px;
      left: 22.4995px;
    }
    #BOX1622 {
      width: 300px;
      height: 89px;
      top: 0px;
      left: 0px;
    }
    #BOX1622 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1623 {
      width: 225px;
      top: 12px;
      left: 37.5px;
    }
    #HEADLINE1623 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #BOX1624 {
      width: 300px;
      height: 119.705px;
      top: 0px;
      left: 22.5px;
    }
    #BOX1624 > .ladi-box {
      background-color: rgb(234, 242, 255);
      border-top-left-radius: 14px;
    }
    #GROUP1625 {
      width: 300px;
      height: 57px;
      top: 176.705px;
      left: 22.5px;
    }
    #BOX1626 {
      width: 300px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1626 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1627 {
      width: 225px;
      top: 7.5px;
      left: 37.5px;
    }
    #HEADLINE1627 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1628 {
      width: 105px;
      height: 82px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1629 {
      width: 82px;
      height: 82px;
      top: 0px;
      left: 23px;
    }
    #SHAPE1629 svg:last-child {
      fill: rgba(242, 67, 13, 1);
    }
    #HEADLINE1630 {
      width: 98px;
      top: 8px;
      left: 0px;
    }
    #HEADLINE1630 > .ladi-headline {
      transform: rotate(-44deg);
      -webkit-transform: rotate(-44deg);
      color: rgb(255, 255, 255);
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1631 {
      width: 300px;
      height: 57px;
      top: 233.705px;
      left: 22.4995px;
    }
    #BOX1632 {
      width: 300px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1632 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1633 {
      width: 225px;
      top: 6.5px;
      left: 37.5px;
    }
    #HEADLINE1633 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #BUTTON1634 {
      width: 189.655px;
      height: 40px;
      top: 402.41px;
      left: 77.672px;
    }
    #BUTTON1634 > .ladi-button > .ladi-button-background {
      background-color: rgb(212, 6, 6);
    }
    #BUTTON1634 > .ladi-button {
      border-color: rgb(255, 94, 47);
      border-width: 1px;
      border-radius: 194px;
    }
    #BUTTON_TEXT1634 {
      width: 124px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1634 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1636 {
      width: 189px;
      height: 80px;
      top: 39.705px;
      left: 66.75px;
    }
    #HEADLINE1637 {
      width: 62px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1637 > .ladi-headline {
      color: rgb(44, 62, 80);
      font-size: 50px;
      text-align: right;
      line-height: 1.6;
    }
    #HEADLINE1638 {
      width: 127px;
      top: 29px;
      left: 62px;
    }
    #HEADLINE1638 > .ladi-headline {
      color: rgb(44, 62, 80);
      font-size: 25px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1639 {
      width: 300px;
      height: 57px;
      top: 119.705px;
      left: 22.5px;
    }
    #BOX1640 {
      width: 300px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1640 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1641 {
      width: 225px;
      top: 6.5px;
      left: 37.5px;
    }
    #HEADLINE1641 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1642 {
      width: 322.5px;
      height: 486.115px;
      top: 226px;
      left: 315.246px;
    }
    #BOX1643 {
      width: 300px;
      height: 486.115px;
      top: 0px;
      left: 22.5px;
    }
    #BOX1643 > .ladi-box {
      box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      -webkit-box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      background-color: rgb(255, 255, 255);
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1644 {
      width: 300px;
      height: 89px;
      top: 290.705px;
      left: 22.5px;
    }
    #BOX1645 {
      width: 300px;
      height: 89px;
      top: 0px;
      left: 0px;
    }
    #BOX1645 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1646 {
      width: 225px;
      top: 12px;
      left: 37.5px;
    }
    #HEADLINE1646 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #BOX1647 {
      width: 300px;
      height: 119.705px;
      top: 0px;
      left: 22.5px;
    }
    #BOX1647 > .ladi-box {
      background: rgba(7, 58, 145, 1);
      background: -webkit-linear-gradient(
        180deg,
        rgba(7, 58, 145, 1),
        rgba(5, 31, 77, 1)
      );
      background: linear-gradient(
        180deg,
        rgba(7, 58, 145, 1),
        rgba(5, 31, 77, 1)
      );
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1648 {
      width: 300px;
      height: 57px;
      top: 176.705px;
      left: 22.5px;
    }
    #BOX1649 {
      width: 300px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1649 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1650 {
      width: 225px;
      top: 8.5px;
      left: 37.5px;
    }
    #HEADLINE1650 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1651 {
      width: 105px;
      height: 82px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1652 {
      width: 82px;
      height: 82px;
      top: 0px;
      left: 23px;
    }
    #SHAPE1652 svg:last-child {
      fill: rgba(242, 67, 13, 1);
    }
    #HEADLINE1653 {
      width: 98px;
      top: 8px;
      left: 0px;
    }
    #HEADLINE1653 > .ladi-headline {
      transform: rotate(-44deg);
      -webkit-transform: rotate(-44deg);
      color: rgb(255, 255, 255);
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1654 {
      width: 300px;
      height: 57px;
      top: 119.705px;
      left: 22.5px;
    }
    #BOX1655 {
      width: 300px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1655 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1656 {
      width: 225px;
      top: 6.5px;
      left: 37.5px;
    }
    #HEADLINE1656 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1657 {
      width: 300px;
      height: 57px;
      top: 233.705px;
      left: 22.5px;
    }
    #BOX1658 {
      width: 300px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1658 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1659 {
      width: 225px;
      top: 6.5px;
      left: 37.5px;
    }
    #HEADLINE1659 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON1660 {
      width: 189.655px;
      height: 40px;
      top: 409.41px;
      left: 79.5px;
    }
    #BUTTON1660 > .ladi-button > .ladi-button-background {
      background-color: rgb(212, 6, 6);
    }
    #BUTTON1660 > .ladi-button {
      border-color: rgb(255, 94, 47);
      border-width: 1px;
      border-radius: 194px;
    }
    #BUTTON_TEXT1660 {
      width: 124px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1660 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1662 {
      width: 189px;
      height: 80px;
      top: 39.705px;
      left: 78px;
    }
    #HEADLINE1663 {
      width: 62px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1663 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 50px;
      text-align: right;
      line-height: 1.6;
    }
    #HEADLINE1664 {
      width: 127px;
      top: 29px;
      left: 62px;
    }
    #HEADLINE1664 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 25px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1665 {
      width: 322.5px;
      height: 486.115px;
      top: 801.121px;
      left: 17.871px;
    }
    #BOX1666 {
      width: 300px;
      height: 486.115px;
      top: 0px;
      left: 22.5px;
    }
    #BOX1666 > .ladi-box {
      box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      -webkit-box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      background-color: rgb(255, 255, 255);
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1667 {
      width: 300px;
      height: 89px;
      top: 290.705px;
      left: 22.4995px;
    }
    #BOX1668 {
      width: 300px;
      height: 89px;
      top: 0px;
      left: 0px;
    }
    #BOX1668 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1669 {
      width: 225px;
      top: 12px;
      left: 37.5px;
    }
    #HEADLINE1669 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #BOX1670 {
      width: 300px;
      height: 119.705px;
      top: 0px;
      left: 22.5px;
    }
    #BOX1670 > .ladi-box {
      background-color: rgb(234, 242, 255);
      border-top-left-radius: 14px;
    }
    #GROUP1671 {
      width: 300px;
      height: 57px;
      top: 176.705px;
      left: 22.5px;
    }
    #BOX1672 {
      width: 300px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1672 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1673 {
      width: 225px;
      top: 7.5px;
      left: 37.5px;
    }
    #HEADLINE1673 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1674 {
      width: 105px;
      height: 82px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1675 {
      width: 82px;
      height: 82px;
      top: 0px;
      left: 23px;
    }
    #SHAPE1675 svg:last-child {
      fill: rgba(242, 67, 13, 1);
    }
    #HEADLINE1676 {
      width: 98px;
      top: 8px;
      left: 0px;
    }
    #HEADLINE1676 > .ladi-headline {
      transform: rotate(-44deg);
      -webkit-transform: rotate(-44deg);
      color: rgb(255, 255, 255);
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1677 {
      width: 300px;
      height: 57px;
      top: 233.705px;
      left: 22.4995px;
    }
    #BOX1678 {
      width: 300px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1678 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1679 {
      width: 225px;
      top: 6.5px;
      left: 37.5px;
    }
    #HEADLINE1679 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON1680 {
      width: 189.655px;
      height: 40px;
      top: 402.41px;
      left: 77.672px;
    }
    #BUTTON1680 > .ladi-button > .ladi-button-background {
      background-color: rgb(212, 6, 6);
    }
    #BUTTON1680 > .ladi-button {
      border-color: rgb(255, 94, 47);
      border-width: 1px;
      border-radius: 194px;
    }
    #BUTTON_TEXT1680 {
      width: 124px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1680 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1682 {
      width: 214px;
      height: 80px;
      top: 39.705px;
      left: 65.4995px;
    }
    #HEADLINE1683 {
      width: 87px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1683 > .ladi-headline {
      color: rgb(44, 62, 80);
      font-size: 50px;
      text-align: right;
      line-height: 1.6;
    }
    #HEADLINE1684 {
      width: 127px;
      top: 29px;
      left: 87px;
    }
    #HEADLINE1684 > .ladi-headline {
      color: rgb(44, 62, 80);
      font-size: 25px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1685 {
      width: 300px;
      height: 57px;
      top: 119.705px;
      left: 22.5px;
    }
    #BOX1686 {
      width: 300px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1686 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1687 {
      width: 225px;
      top: 6.5px;
      left: 37.5px;
    }
    #HEADLINE1687 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1688 {
      width: 322.5px;
      height: 486.115px;
      top: 773.769px;
      left: 314.871px;
    }
    #BOX1689 {
      width: 300px;
      height: 486.115px;
      top: 0px;
      left: 22.5px;
    }
    #BOX1689 > .ladi-box {
      box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      -webkit-box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      background-color: rgb(255, 255, 255);
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1690 {
      width: 300px;
      height: 89px;
      top: 290.705px;
      left: 22.5px;
    }
    #BOX1691 {
      width: 300px;
      height: 89px;
      top: 0px;
      left: 0px;
    }
    #BOX1691 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1692 {
      width: 225px;
      top: 12px;
      left: 37.5px;
    }
    #HEADLINE1692 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #BOX1693 {
      width: 300px;
      height: 119.705px;
      top: 0px;
      left: 22.5px;
    }
    #BOX1693 > .ladi-box {
      background: rgba(7, 58, 145, 1);
      background: -webkit-linear-gradient(
        180deg,
        rgba(7, 58, 145, 1),
        rgba(5, 31, 77, 1)
      );
      background: linear-gradient(
        180deg,
        rgba(7, 58, 145, 1),
        rgba(5, 31, 77, 1)
      );
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1694 {
      width: 300px;
      height: 57px;
      top: 176.705px;
      left: 22.5px;
    }
    #BOX1695 {
      width: 300px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1695 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1696 {
      width: 225px;
      top: 8.5px;
      left: 37.5px;
    }
    #HEADLINE1696 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1697 {
      width: 105px;
      height: 82px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1698 {
      width: 82px;
      height: 82px;
      top: 0px;
      left: 23px;
    }
    #SHAPE1698 svg:last-child {
      fill: rgba(242, 67, 13, 1);
    }
    #HEADLINE1699 {
      width: 98px;
      top: 8px;
      left: 0px;
    }
    #HEADLINE1699 > .ladi-headline {
      transform: rotate(-44deg);
      -webkit-transform: rotate(-44deg);
      color: rgb(255, 255, 255);
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1700 {
      width: 300px;
      height: 57px;
      top: 119.705px;
      left: 22.5px;
    }
    #BOX1701 {
      width: 300px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1701 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1702 {
      width: 225px;
      top: 6.5px;
      left: 37.5px;
    }
    #HEADLINE1702 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1703 {
      width: 300px;
      height: 57px;
      top: 233.705px;
      left: 22.5px;
    }
    #BOX1704 {
      width: 300px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1704 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1705 {
      width: 225px;
      top: 6.5px;
      left: 37.5px;
    }
    #HEADLINE1705 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON1706 {
      width: 189.655px;
      height: 40px;
      top: 409.41px;
      left: 79.5px;
    }
    #BUTTON1706 > .ladi-button > .ladi-button-background {
      background-color: rgb(212, 6, 6);
    }
    #BUTTON1706 > .ladi-button {
      border-color: rgb(255, 94, 47);
      border-width: 1px;
      border-radius: 194px;
    }
    #BUTTON_TEXT1706 {
      width: 124px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1706 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1708 {
      width: 213px;
      height: 80px;
      top: 39.705px;
      left: 66px;
    }
    #HEADLINE1709 {
      width: 86px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1709 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 50px;
      text-align: right;
      line-height: 1.6;
    }
    #HEADLINE1710 {
      width: 127px;
      top: 29px;
      left: 86px;
    }
    #HEADLINE1710 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 25px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1711 {
      width: 474.539px;
      height: 446.115px;
      top: 1340.26px;
      left: 12.121px;
    }
    #BOX1712 {
      width: 447.943px;
      height: 446.115px;
      top: 0px;
      left: 26.5957px;
    }
    #BOX1712 > .ladi-box {
      box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      -webkit-box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      background-color: rgb(255, 255, 255);
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1713 {
      width: 447.943px;
      height: 60px;
      top: 290.705px;
      left: 26.595px;
    }
    #BOX1714 {
      width: 447.943px;
      height: 60px;
      top: 0px;
      left: 0px;
    }
    #BOX1714 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1715 {
      width: 335px;
      top: 8.08989px;
      left: 55.993px;
    }
    #HEADLINE1715 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #BOX1716 {
      width: 447.943px;
      height: 119.705px;
      top: 0px;
      left: 26.5957px;
    }
    #BOX1716 > .ladi-box {
      background-color: rgb(234, 242, 255);
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1717 {
      width: 447.943px;
      height: 57px;
      top: 176.705px;
      left: 26.5957px;
    }
    #BOX1718 {
      width: 447.943px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1718 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1719 {
      width: 335px;
      top: 7.5px;
      left: 55.993px;
    }
    #HEADLINE1719 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1720 {
      width: 109.155px;
      height: 82px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1721 {
      width: 85.2451px;
      height: 82px;
      top: 0px;
      left: 23.9102px;
    }
    #SHAPE1721 svg:last-child {
      fill: rgba(242, 67, 13, 1);
    }
    #HEADLINE1722 {
      width: 102px;
      top: 8px;
      left: 0px;
    }
    #HEADLINE1722 > .ladi-headline {
      transform: rotate(-44deg);
      -webkit-transform: rotate(-44deg);
      color: rgb(255, 255, 255);
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1723 {
      width: 447.943px;
      height: 57px;
      top: 233.705px;
      left: 26.595px;
    }
    #BOX1724 {
      width: 447.943px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1724 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1725 {
      width: 335px;
      top: 6.5px;
      left: 55.993px;
    }
    #HEADLINE1725 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON1726 {
      width: 283.183px;
      height: 40px;
      top: 361.41px;
      left: 109.155px;
    }
    #BUTTON1726 > .ladi-button > .ladi-button-background {
      background-color: rgb(212, 6, 6);
    }
    #BUTTON1726 > .ladi-button {
      border-color: rgb(255, 94, 47);
      border-width: 1px;
      border-radius: 194px;
    }
    #BUTTON_TEXT1726 {
      width: 124px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1726 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1728 {
      width: 319.533px;
      height: 80px;
      top: 39.705px;
      left: 81.8421px;
    }
    #HEADLINE1729 {
      width: 129px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1729 > .ladi-headline {
      color: rgb(44, 62, 80);
      font-size: 50px;
      text-align: right;
      line-height: 1.6;
    }
    #HEADLINE1730 {
      width: 189px;
      top: 29px;
      left: 129.904px;
    }
    #HEADLINE1730 > .ladi-headline {
      color: rgb(44, 62, 80);
      font-size: 25px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1731 {
      width: 447.943px;
      height: 57px;
      top: 119.705px;
      left: 26.5957px;
    }
    #BOX1732 {
      width: 447.943px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1732 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1733 {
      width: 335px;
      top: 6.5px;
      left: 55.993px;
    }
    #HEADLINE1733 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1734 {
      width: 473.031px;
      height: 446.115px;
      top: 1325.44px;
      left: 462.09px;
    }
    #BOX1735 {
      width: 447.942px;
      height: 446.115px;
      top: 0px;
      left: 25.0887px;
    }
    #BOX1735 > .ladi-box {
      box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      -webkit-box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      background-color: rgb(255, 255, 255);
      border-top-right-radius: 14px;
      border-bottom-left-radius: 14px;
    }
    #GROUP1736 {
      width: 447.942px;
      height: 66px;
      top: 290.705px;
      left: 25.0887px;
    }
    #BOX1737 {
      width: 447.942px;
      height: 66px;
      top: 0px;
      left: 0px;
    }
    #BOX1737 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1738 {
      width: 335px;
      top: 12px;
      left: 55.9928px;
    }
    #HEADLINE1738 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #BOX1739 {
      width: 447.942px;
      height: 119.705px;
      top: 0px;
      left: 25.0887px;
    }
    #BOX1739 > .ladi-box {
      background: rgba(7, 58, 145, 1);
      background: -webkit-linear-gradient(
        180deg,
        rgba(7, 58, 145, 1),
        rgba(5, 31, 77, 1)
      );
      background: linear-gradient(
        180deg,
        rgba(7, 58, 145, 1),
        rgba(5, 31, 77, 1)
      );
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1740 {
      width: 447.942px;
      height: 57px;
      top: 176.705px;
      left: 25.0887px;
    }
    #BOX1741 {
      width: 447.942px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1741 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1742 {
      width: 335px;
      top: 8.5px;
      left: 55.9928px;
    }
    #HEADLINE1742 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1743 {
      width: 109.779px;
      height: 82px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1744 {
      width: 85.7322px;
      height: 82px;
      top: 0px;
      left: 24.0468px;
    }
    #SHAPE1744 svg:last-child {
      fill: rgba(242, 67, 13, 1);
    }
    #HEADLINE1745 {
      width: 102px;
      top: 8px;
      left: 0px;
    }
    #HEADLINE1745 > .ladi-headline {
      transform: rotate(-44deg);
      -webkit-transform: rotate(-44deg);
      color: rgb(255, 255, 255);
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1746 {
      width: 447.942px;
      height: 57px;
      top: 119.705px;
      left: 25.0887px;
    }
    #BOX1747 {
      width: 447.942px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1747 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1748 {
      width: 335px;
      top: 6.5px;
      left: 55.9928px;
    }
    #HEADLINE1748 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1749 {
      width: 447.942px;
      height: 57px;
      top: 233.705px;
      left: 25.0887px;
    }
    #BOX1750 {
      width: 447.942px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1750 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1751 {
      width: 335px;
      top: 6.5px;
      left: 55.9928px;
    }
    #HEADLINE1751 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON1752 {
      width: 283.182px;
      height: 40px;
      top: 367.41px;
      left: 115.197px;
    }
    #BUTTON1752 > .ladi-button > .ladi-button-background {
      background-color: rgb(212, 6, 6);
    }
    #BUTTON1752 > .ladi-button {
      border-color: rgb(255, 94, 47);
      border-width: 1px;
      border-radius: 194px;
    }
    #BUTTON_TEXT1752 {
      width: 284px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1752 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1754 {
      width: 411.478px;
      height: 80px;
      top: 39.705px;
      left: 43.0066px;
    }
    #HEADLINE1755 {
      width: 222px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1755 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 50px;
      text-align: right;
      line-height: 1.6;
    }
    #HEADLINE1756 {
      width: 189px;
      top: 29px;
      left: 222.478px;
    }
    #HEADLINE1756 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 25px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1757 {
      width: 206.153px;
      height: 34.7543px;
      top: 696.246px;
      left: 686.044px;
    }
    #SHAPE1758 {
      width: 28.1541px;
      height: 34.7543px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1758.ladi-animation > .ladi-shape {
      animation-name: bounce;
      -webkit-animation-name: bounce;
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE1758 svg:last-child {
      fill: rgba(212, 6, 6, 1);
    }
    #HEADLINE1759 {
      width: 166px;
      top: 7.754px;
      left: 40.153px;
    }
    #HEADLINE1759 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1760 {
      width: 206.153px;
      height: 34.7543px;
      top: 1246.48px;
      left: 86.0445px;
    }
    #SHAPE1761 {
      width: 28.1541px;
      height: 34.7543px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1761.ladi-animation > .ladi-shape {
      animation-name: bounce;
      -webkit-animation-name: bounce;
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE1761 svg:last-child {
      fill: rgba(212, 6, 6, 1);
    }
    #HEADLINE1762 {
      width: 166px;
      top: 7.754px;
      left: 40.153px;
    }
    #HEADLINE1762 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1763 {
      width: 228.153px;
      height: 34.7543px;
      top: 1219.23px;
      left: 378.093px;
    }
    #SHAPE1764 {
      width: 28.1541px;
      height: 34.7543px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1764.ladi-animation > .ladi-shape {
      animation-name: bounce;
      -webkit-animation-name: bounce;
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE1764 svg:last-child {
      fill: rgba(212, 6, 6, 1);
    }
    #HEADLINE1765 {
      width: 188px;
      top: 7.754px;
      left: 40.153px;
    }
    #HEADLINE1765 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1766 {
      width: 227.153px;
      height: 34.7543px;
      top: 1246.48px;
      left: 675.544px;
    }
    #SHAPE1767 {
      width: 28.1541px;
      height: 34.7543px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1767.ladi-animation > .ladi-shape {
      animation-name: bounce;
      -webkit-animation-name: bounce;
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE1767 svg:last-child {
      fill: rgba(212, 6, 6, 1);
    }
    #HEADLINE1768 {
      width: 187px;
      top: 7.754px;
      left: 40.153px;
    }
    #HEADLINE1768 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1769 {
      width: 227.153px;
      height: 34.7543px;
      top: 1745.62px;
      left: 150.94px;
    }
    #SHAPE1770 {
      width: 28.1541px;
      height: 34.7543px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1770.ladi-animation > .ladi-shape {
      animation-name: bounce;
      -webkit-animation-name: bounce;
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE1770 svg:last-child {
      fill: rgba(212, 6, 6, 1);
    }
    #HEADLINE1771 {
      width: 187px;
      top: 7.754px;
      left: 40.153px;
    }
    #HEADLINE1771 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1772 {
      width: 227.153px;
      height: 34.7543px;
      top: 1730.8px;
      left: 606.246px;
    }
    #SHAPE1773 {
      width: 28.1541px;
      height: 34.7543px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1773.ladi-animation > .ladi-shape {
      animation-name: bounce;
      -webkit-animation-name: bounce;
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE1773 svg:last-child {
      fill: rgba(212, 6, 6, 1);
    }
    #HEADLINE1774 {
      width: 187px;
      top: 7.754px;
      left: 40.153px;
    }
    #HEADLINE1774 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #SECTION1775 {
      height: 601.9px;
    }
    #SECTION1775 > .ladi-section-background {
      background-color: rgb(44, 62, 80);
    }
    #GROUP1776 {
      width: 769.375px;
      height: 67px;
      top: 45.6px;
      left: 95.3125px;
    }
    #HEADLINE1777 {
      width: 759px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1777 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 35px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      line-height: 1.2;
    }
    #HEADLINE1778 {
      width: 759px;
      top: 43px;
      left: 10.375px;
    }
    #HEADLINE1778 > .ladi-headline {
      color: rgb(5, 31, 77);
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
    }
    #GROUP1779 {
      width: 455.594px;
      height: 377px;
      top: 157.45px;
      left: 12.121px;
    }
    #FRAME1780 {
      width: 455.594px;
      height: 377px;
      top: 0px;
      left: 0px;
    }
    #FRAME1780 > .ladi-frame > .ladi-frame-background {
      background-color: rgb(255, 255, 255);
    }
    #FRAME1780 > .ladi-frame {
      box-shadow: 0px 15px 20px -20px #000;
      -webkit-box-shadow: 0px 15px 20px -20px #000;
    }
    #SHAPE1781 {
      width: 600px;
      height: 437.318px;
      top: -305.155px;
      left: -72.203px;
    }
    #SHAPE1781 svg:last-child {
      fill: url("#SHAPE1781_desktop_gradient");
    }
    #LIST_PARAGRAPH1782 {
      width: 426px;
      top: 158.275px;
      left: 14.797px;
    }
    #LIST_PARAGRAPH1782 > .ladi-list-paragraph {
      color: rgb(0, 0, 0);
      font-size: 14px;
      line-height: 1.4;
    }
    #LIST_PARAGRAPH1782 ul li {
      padding-bottom: 10px;
      padding-left: 28px;
    }
    #LIST_PARAGRAPH1782 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%20205.6%20205.6%22%20fill%3D%22rgba(5%2C%2031%2C%2077%2C%201.0)%22%3E%3Cpath%20d%3D%22M58.6%2C143.6a17.8%2C17.8%2C0%2C0%2C1-25.2%2C0h0L5.2%2C115.4a17.8%2C17.8%2C0%2C0%2C1%2C0-25.2h0L33.4%2C62a17.8%2C17.8%2C0%2C0%2C1%2C25.2%2C0h0L86.8%2C90.2a17.8%2C17.8%2C0%2C0%2C1%2C0%2C25.2h0ZM90.2%2C86.8a17.8%2C17.8%2C0%2C0%2C0%2C25.2%2C0h0l28.2-28.2a17.8%2C17.8%2C0%2C0%2C0%2C0-25.2h0L115.4%2C5.2a17.8%2C17.8%2C0%2C0%2C0-25.2%2C0h0L62%2C33.4a17.8%2C17.8%2C0%2C0%2C0%2C0%2C25.2h0Zm25.2%2C32a17.8%2C17.8%2C0%2C0%2C0-25.2%2C0h0L62%2C147a17.8%2C17.8%2C0%2C0%2C0%2C0%2C25.2h0l28.2%2C28.2a17.8%2C17.8%2C0%2C0%2C0%2C25.2%2C0h0l28.2-28.2a17.8%2C17.8%2C0%2C0%2C0%2C0-25.2h0Zm85-28.6L172.2%2C62A17.8%2C17.8%2C0%2C0%2C0%2C147%2C62h0L118.8%2C90.2a17.8%2C17.8%2C0%2C0%2C0%2C0%2C25.2h0L147%2C143.6a17.8%2C17.8%2C0%2C0%2C0%2C25.2%2C0h0l28.2-28.2a17.8%2C17.8%2C0%2C0%2C0%2C0-25.2Z%22%20transform%3D%22translate(0)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
      width: 14px;
      height: 14px;
      top: 5px;
    }
    #BUTTON1783 {
      width: 283.183px;
      height: 40px;
      top: 296.414px;
      left: 86.2055px;
    }
    #BUTTON1783 > .ladi-button > .ladi-button-background {
      background-color: rgb(212, 6, 6);
    }
    #BUTTON1783 > .ladi-button {
      border-color: rgb(255, 94, 47);
      border-width: 1px;
      border-radius: 194px;
    }
    #BUTTON_TEXT1783 {
      width: 245px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1783 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1785 {
      width: 411px;
      height: 80px;
      top: 10.78px;
      left: 22.297px;
    }
    #HEADLINE1786 {
      width: 222px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1786 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 50px;
      text-align: right;
      line-height: 1.6;
    }
    #HEADLINE1787 {
      width: 189px;
      top: 30px;
      left: 222px;
    }
    #HEADLINE1787 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 25px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1788 {
      width: 455.594px;
      height: 377px;
      top: 157.45px;
      left: 492.285px;
    }
    #FRAME1789 {
      width: 455.594px;
      height: 377px;
      top: 0px;
      left: 0px;
    }
    #FRAME1789 > .ladi-frame > .ladi-frame-background {
      background-color: rgb(255, 255, 255);
    }
    #FRAME1789 > .ladi-frame {
      box-shadow: 0px 15px 20px -20px #000;
      -webkit-box-shadow: 0px 15px 20px -20px #000;
    }
    #SHAPE1790 {
      width: 600px;
      height: 437.318px;
      top: -305.155px;
      left: -72.203px;
    }
    #SHAPE1790 svg:last-child {
      fill: url("#SHAPE1790_desktop_gradient");
    }
    #LIST_PARAGRAPH1791 {
      width: 426px;
      top: 158.275px;
      left: 14.797px;
    }
    #LIST_PARAGRAPH1791 > .ladi-list-paragraph {
      color: rgb(0, 0, 0);
      font-size: 14px;
      line-height: 1.4;
    }
    #LIST_PARAGRAPH1791 ul li {
      padding-bottom: 10px;
      padding-left: 28px;
    }
    #LIST_PARAGRAPH1791 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%20205.6%20205.6%22%20fill%3D%22rgba(5%2C%2031%2C%2077%2C%201.0)%22%3E%3Cpath%20d%3D%22M58.6%2C143.6a17.8%2C17.8%2C0%2C0%2C1-25.2%2C0h0L5.2%2C115.4a17.8%2C17.8%2C0%2C0%2C1%2C0-25.2h0L33.4%2C62a17.8%2C17.8%2C0%2C0%2C1%2C25.2%2C0h0L86.8%2C90.2a17.8%2C17.8%2C0%2C0%2C1%2C0%2C25.2h0ZM90.2%2C86.8a17.8%2C17.8%2C0%2C0%2C0%2C25.2%2C0h0l28.2-28.2a17.8%2C17.8%2C0%2C0%2C0%2C0-25.2h0L115.4%2C5.2a17.8%2C17.8%2C0%2C0%2C0-25.2%2C0h0L62%2C33.4a17.8%2C17.8%2C0%2C0%2C0%2C0%2C25.2h0Zm25.2%2C32a17.8%2C17.8%2C0%2C0%2C0-25.2%2C0h0L62%2C147a17.8%2C17.8%2C0%2C0%2C0%2C0%2C25.2h0l28.2%2C28.2a17.8%2C17.8%2C0%2C0%2C0%2C25.2%2C0h0l28.2-28.2a17.8%2C17.8%2C0%2C0%2C0%2C0-25.2h0Zm85-28.6L172.2%2C62A17.8%2C17.8%2C0%2C0%2C0%2C147%2C62h0L118.8%2C90.2a17.8%2C17.8%2C0%2C0%2C0%2C0%2C25.2h0L147%2C143.6a17.8%2C17.8%2C0%2C0%2C0%2C25.2%2C0h0l28.2-28.2a17.8%2C17.8%2C0%2C0%2C0%2C0-25.2Z%22%20transform%3D%22translate(0)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
      width: 14px;
      height: 14px;
      top: 5px;
    }
    #BUTTON1792 {
      width: 283.183px;
      height: 40px;
      top: 296.414px;
      left: 86.2055px;
    }
    #BUTTON1792 > .ladi-button > .ladi-button-background {
      background-color: rgb(212, 6, 6);
    }
    #BUTTON1792 > .ladi-button {
      border-color: rgb(255, 94, 47);
      border-width: 1px;
      border-radius: 194px;
    }
    #BUTTON_TEXT1792 {
      width: 245px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1792 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1794 {
      width: 411px;
      height: 80px;
      top: 10.78px;
      left: 22.297px;
    }
    #HEADLINE1795 {
      width: 222px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1795 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 50px;
      text-align: right;
      line-height: 1.6;
    }
    #HEADLINE1796 {
      width: 189px;
      top: 30px;
      left: 222px;
    }
    #HEADLINE1796 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 25px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1797 {
      width: 227.153px;
      height: 34.7543px;
      top: 494px;
      left: 126.341px;
    }
    #SHAPE1798 {
      width: 28.1541px;
      height: 34.7543px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1798.ladi-animation > .ladi-shape {
      animation-name: bounce;
      -webkit-animation-name: bounce;
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE1798 svg:last-child {
      fill: rgba(212, 6, 6, 1);
    }
    #HEADLINE1799 {
      width: 187px;
      top: 7.754px;
      left: 40.153px;
    }
    #HEADLINE1799 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1800 {
      width: 227.153px;
      height: 34.7543px;
      top: 494px;
      left: 606.506px;
    }
    #SHAPE1801 {
      width: 28.1541px;
      height: 34.7543px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1801.ladi-animation > .ladi-shape {
      animation-name: bounce;
      -webkit-animation-name: bounce;
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE1801 svg:last-child {
      fill: rgba(212, 6, 6, 1);
    }
    #HEADLINE1802 {
      width: 187px;
      top: 7.754px;
      left: 40.153px;
    }
    #HEADLINE1802 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #POPUP1803 {
      width: 720px;
      height: 1010px;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      margin: auto;
    }
    #POPUP1803 > .ladi-popup > .ladi-popup-background {
      background-color: rgb(255, 255, 255);
    }
    #IMAGE1804 {
      width: 720px;
      height: 404.873px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1804 > .ladi-image > .ladi-image-background {
      width: 720px;
      height: 404.873px;
      top: 0px;
      left: 0px;
      background-image: url("https://soicauchotso.net/wp-content/themes/theme_mau/css/images/blue-diamond-lang-tri-an-thang-05-2021-20210511102205.jpg");
    }
    #HEADLINE1805 {
      width: 650px;
      top: 432.457px;
      left: 35px;
    }
    #HEADLINE1805 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1806 {
      width: 610px;
      top: 559.957px;
      left: 55.4px;
    }
    #HEADLINE1806 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 16px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #HTML_CODE1807 {
      width: 539px;
      height: 35.005px;
      top: 518.952px;
      left: 90.7px;
    }
    #HTML_CODE1808 {
      width: 609.6px;
      height: 350px;
      top: 622.861px;
      left: 55.4px;
    }
  }
  @media (max-width: 767px) {
    #SECTION_POPUP {
      height: 0px;
    }
    #HEADLINE7 {
      width: 355px;
      top: 20px;
      left: 32.5px;
    }
    #HEADLINE7 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(1, 53, 102);
      font-size: 30px;
      text-align: center;
      line-height: 1.2;
      text-shadow: rgb(0, 0, 0) 1px 2px 3px;
    }
    #BOX25 {
      width: 144.99px;
      height: 141.132px;
      top: 0px;
      left: 0px;
    }
    #BOX25 > .ladi-box {
      box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      -webkit-box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(1, 53, 102);
      border-width: 1px;
    }
    #BOX25 > .ladi-box:hover {
      background-color: rgb(163, 156, 244);
      background-image: none;
    }
    #IMAGE26 {
      width: 142.045px;
      height: 98.2501px;
      top: 1.34589px;
      left: 1.30316px;
    }
    #IMAGE26 > .ladi-image > .ladi-image-background {
      width: 143.723px;
      height: 98.2501px;
      top: 0px;
      left: -0.839088px;
    }
    #HEADLINE27 {
      width: 127px;
      top: 114.422px;
      left: 9.44794px;
    }
    #HEADLINE27 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(33, 33, 33);
      font-size: 16px;
      text-align: left;
      line-height: 1.4;
    }
    #BOX29 {
      width: 144.051px;
      height: 141.467px;
      top: 0px;
      left: 0px;
    }
    #BOX29 > .ladi-box {
      box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      -webkit-box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(1, 53, 102);
      border-width: 1px;
    }
    #BOX29 > .ladi-box:hover {
      background-color: rgb(163, 156, 244);
      background-image: none;
    }
    #IMAGE30 {
      width: 141.467px;
      height: 94.744px;
      top: 1.29786px;
      left: 1.29786px;
    }
    #IMAGE30 > .ladi-image > .ladi-image-background {
      width: 143.138px;
      height: 94.744px;
      top: 0px;
      left: -0.835674px;
    }
    #BOX33 {
      width: 144.594px;
      height: 142px;
      top: 0px;
      left: 0px;
    }
    #BOX33 > .ladi-box {
      box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      -webkit-box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(1, 53, 102);
      border-width: 1px;
    }
    #BOX33 > .ladi-box:hover {
      background-color: rgb(163, 156, 244);
      background-image: none;
    }
    #IMAGE34 {
      width: 141.352px;
      height: 94.6667px;
      top: 1.2968px;
      left: 1.29681px;
    }
    #IMAGE34 > .ladi-image > .ladi-image-background {
      width: 143.022px;
      height: 94.6667px;
      top: 0px;
      left: -0.834995px;
    }
    #HEADLINE35 {
      width: 126px;
      top: 110.877px;
      left: 9.72605px;
    }
    #HEADLINE35 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(33, 33, 33);
      font-size: 16px;
      text-align: left;
      line-height: 1.4;
    }
    #BOX9 {
      width: 144.234px;
      height: 141px;
      top: 0px;
      left: 0px;
    }
    #BOX9 > .ladi-box {
      box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      -webkit-box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(1, 53, 102);
      border-width: 1px;
    }
    #BOX9 > .ladi-box:hover {
      background-color: rgb(163, 156, 244);
      background-image: none;
    }
    #IMAGE10 {
      width: 141px;
      height: 94.4312px;
      top: 1.29358px;
      left: 1.29358px;
    }
    #IMAGE10 > .ladi-image > .ladi-image-background {
      width: 142.666px;
      height: 94.4312px;
      top: 0px;
      left: -0.832915px;
    }
    #HEADLINE11 {
      width: 125px;
      top: 110.601px;
      left: 9.70184px;
    }
    #HEADLINE11 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(33, 33, 33);
      font-size: 16px;
      text-align: left;
      line-height: 1.4;
    }
    #HEADLINE128 {
      width: 355px;
      top: 20px;
      left: 32.5px;
    }
    #HEADLINE128 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(255, 255, 255);
      font-size: 30px;
      text-align: center;
      line-height: 1.2;
      text-shadow: rgb(0, 0, 0) 1px 2px 3px;
    }
    #BOX202 {
      width: 164px;
      height: 164px;
      top: 71px;
      left: 138.5px;
    }
    #BOX202 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: center top;
      background-repeat: repeat;
      border-style: solid;
      border-color: rgb(238, 238, 238);
      border-width: 5px;
      border-radius: 110px;
    }
    #PARAGRAPH203 {
      width: 378px;
      top: 283px;
      left: 31.5px;
    }
    #PARAGRAPH203 > .ladi-paragraph {
      font-family: "Open Sans", sans-serif;
      color: rgb(66, 66, 66);
      font-size: 13px;
      font-weight: bold;
      font-style: italic;
      text-align: center;
      line-height: 1.2;
    }
    #HEADLINE204 {
      width: 292px;
      top: 356px;
      left: 66.5715px;
    }
    #HEADLINE204 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(66, 66, 66);
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 1px;
      line-height: 1.2;
    }
    #HEADLINE205 {
      width: 297px;
      top: 379px;
      left: 68.5715px;
    }
    #HEADLINE205 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(66, 66, 66);
      font-size: 12px;
      text-align: center;
      letter-spacing: 0px;
      line-height: 1.2;
    }
    #SHAPE206 {
      width: 35px;
      height: 35px;
      top: 241px;
      left: 206.5px;
    }
    #SHAPE206 svg:last-child {
      fill: rgba(131, 213, 58, 0.93);
    }
    #BOX214 {
      width: 170.772px;
      height: 164px;
      top: 436px;
      left: 127.261px;
    }
    #BOX214 > .ladi-box {
      background-size: 100%;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: left center;
      background-repeat: repeat;
      border-style: solid;
      border-color: rgb(238, 238, 238);
      border-width: 5px;
      border-radius: 110px;
    }
    #PARAGRAPH215 {
      width: 378px;
      top: 658px;
      left: 23.647px;
    }
    #PARAGRAPH215 > .ladi-paragraph {
      font-family: "Open Sans", sans-serif;
      color: rgb(66, 66, 66);
      font-size: 13px;
      font-weight: bold;
      font-style: italic;
      text-align: center;
      line-height: 1.2;
    }
    #HEADLINE216 {
      width: 359px;
      top: 743px;
      left: 30.3893px;
    }
    #HEADLINE216 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(66, 66, 66);
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 1px;
      line-height: 1.2;
    }
    #HEADLINE217 {
      width: 362px;
      top: 765px;
      left: 32.9043px;
    }
    #HEADLINE217 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(66, 66, 66);
      font-size: 12px;
      text-align: center;
      letter-spacing: 0px;
      line-height: 1.2;
    }
    #SHAPE218 {
      width: 44.0136px;
      height: 35px;
      top: 613px;
      left: 195.065px;
    }
    #SHAPE218 svg:last-child {
      fill: rgba(131, 213, 58, 0.93);
    }
    #IMAGE240 {
      width: 103.213px;
      height: 138px;
      top: 44px;
      left: 143.394px;
    }
    #IMAGE240 > .ladi-image > .ladi-image-background {
      width: 103.213px;
      height: 138px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE241 {
      width: 309px;
      top: 209px;
      left: 40.5px;
    }
    #HEADLINE241 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(255, 255, 255);
      font-size: 16px;
      text-align: center;
      line-height: 1.2;
    }
    #LINE242 {
      width: 300px;
      top: 439px;
      left: 117px;
    }
    #LINE242 > .ladi-line > .ladi-line-container {
      border-top: 1px solid rgba(255, 255, 255, 0.06);
      border-right: 1px solid rgba(255, 255, 255, 0.06);
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      border-left: 0px !important;
    }
    #LINE242 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #HEADLINE243 {
      width: 355px;
      top: 517.5px;
      left: 30.9676px;
    }
    #HEADLINE243 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(255, 255, 255);
      font-size: 17px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
      text-shadow: rgb(0, 0, 0) 1px 2px 3px;
    }
    #HEADLINE252 {
      width: 303px;
      top: 246px;
      left: 43.5px;
    }
    #HEADLINE252 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(145, 145, 145);
      font-size: 13px;
      text-align: center;
      line-height: 1.4;
    }
    #GROUP263 {
      width: 144.99px;
      height: 141.132px;
      top: 367px;
      left: 32.5px;
    }
    #GROUP264 {
      width: 144.051px;
      height: 141.467px;
      top: 367px;
      left: 243.449px;
    }
    #GROUP265 {
      width: 144.594px;
      height: 142px;
      top: 175.766px;
      left: 243.177px;
    }
    #GROUP266 {
      width: 144.234px;
      height: 141px;
      top: 175.766px;
      left: 32.5px;
    }
    #HEADLINE284 {
      width: 292px;
      top: 1822px;
      left: 70.439px;
    }
    #HEADLINE284 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(25, 217, 47);
      font-size: 15px;
      font-weight: bold;
      text-align: center;
      line-height: 1.4;
    }
    #BOX286 {
      width: 417.022px;
      height: 328.489px;
      top: 1882.67px;
      left: -0.0005px;
    }
    #BOX286 > .ladi-box {
      box-shadow: 0px 1px 0px 0px rgba(189, 189, 189, 1);
      -webkit-box-shadow: 0px 1px 0px 0px rgba(189, 189, 189, 1);
      border-style: solid;
      border-color: rgba(204, 204, 204, 0.76);
      border-width: 1px;
    }
    #PARAGRAPH288 {
      width: 368px;
      top: 2020.67px;
      left: 24.5105px;
    }
    #PARAGRAPH288 > .ladi-paragraph {
      font-family: "Open Sans", sans-serif;
      color: rgb(3, 144, 225);
      font-size: 12px;
      font-weight: bold;
      font-style: italic;
      text-align: center;
      line-height: 1.4;
    }
    #HEADLINE292 {
      width: 253px;
      top: 2229px;
      left: 95.439px;
    }
    #HEADLINE292 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(202, 13, 12);
      font-size: 15px;
      font-weight: bold;
      text-align: center;
      line-height: 1.4;
    }
    #BOX294 {
      width: 418.158px;
      height: 330.02px;
      top: 2282px;
      left: 1.4315px;
    }
    #BOX294 > .ladi-box {
      box-shadow: 0px 1px 0px 0px rgba(189, 189, 189, 1);
      -webkit-box-shadow: 0px 1px 0px 0px rgba(189, 189, 189, 1);
      border-style: solid;
      border-color: rgba(204, 204, 204, 0.76);
      border-width: 1px;
    }
    #PARAGRAPH296 {
      width: 388px;
      top: 2426.81px;
      left: 15.2368px;
    }
    #PARAGRAPH296 > .ladi-paragraph {
      font-family: "Open Sans", sans-serif;
      color: rgb(0, 139, 211);
      font-size: 12px;
      font-weight: bold;
      font-style: italic;
      text-align: center;
      line-height: 1.4;
    }
    #HEADLINE307 {
      width: 150px;
      top: 102px;
      left: 135px;
    }
    #HEADLINE307 > .ladi-headline {
      color: rgb(255, 77, 0);
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
      text-shadow: rgb(0, 0, 0) 1px 2px 3px;
    }
    #HEADLINE31 {
      width: 126px;
      top: 110.967px;
      left: 9.73396px;
    }
    #HEADLINE31 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(33, 33, 33);
      font-size: 16px;
      text-align: left;
      line-height: 1.4;
    }
    #HEADLINE310 {
      width: 436px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE310 > .ladi-headline {
      color: rgb(255, 77, 0);
      font-size: 19px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
      text-shadow: rgb(0, 0, 0) 1px 2px 3px;
    }
    #LINE311 {
      width: 75px;
      top: 127px;
      left: 172.5px;
    }
    #LINE311 > .ladi-line > .ladi-line-container {
      border-top: 2px solid rgb(255, 77, 0);
      border-right: 2px solid rgb(255, 77, 0);
      border-bottom: 2px solid rgb(255, 77, 0);
      border-left: 0px !important;
    }
    #LINE311 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #LINE312 {
      width: 75px;
      top: 30px;
      left: 185.5px;
    }
    #LINE312 > .ladi-line > .ladi-line-container {
      border-top: 2px solid rgb(255, 77, 0);
      border-right: 2px solid rgb(255, 77, 0);
      border-bottom: 2px solid rgb(255, 77, 0);
      border-left: 0px !important;
    }
    #LINE312 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #BOX314 {
      width: 171.161px;
      height: 135px;
      top: 0px;
      left: 0px;
    }
    #BOX314 > .ladi-box {
      box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      -webkit-box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(1, 53, 102);
      border-width: 1px;
    }
    #BOX314 > .ladi-box:hover {
      background-color: rgb(163, 156, 244);
      background-image: none;
    }
    #IMAGE315 {
      width: 167.323px;
      height: 87.5565px;
      top: 1.1994px;
      left: 1.53508px;
    }
    #IMAGE315 > .ladi-image > .ladi-image-background {
      width: 168.099px;
      height: 89.9015px;
      top: 0px;
      left: -0.776112px;
    }
    #HEADLINE316 {
      width: 149px;
      top: 102.549px;
      left: 11.513px;
    }
    #HEADLINE316 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(33, 33, 33);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP313 {
      width: 171.161px;
      height: 135px;
      top: 0px;
      left: 0px;
    }
    #BOX318 {
      width: 171.161px;
      height: 135px;
      top: 0px;
      left: 0px;
    }
    #BOX318 > .ladi-box {
      box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      -webkit-box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(1, 53, 102);
      border-width: 1px;
    }
    #BOX318 > .ladi-box:hover {
      background-color: rgb(163, 156, 244);
      background-image: none;
    }
    #IMAGE319 {
      width: 167.323px;
      height: 87.5565px;
      top: 1.1994px;
      left: 1.53507px;
    }
    #IMAGE319 > .ladi-image > .ladi-image-background {
      width: 168.099px;
      height: 89.9015px;
      top: 0px;
      left: -0.776112px;
    }
    #HEADLINE320 {
      width: 148px;
      top: 102.549px;
      left: 11.5131px;
    }
    #HEADLINE320 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(33, 33, 33);
      font-size: 12px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP317 {
      width: 171.161px;
      height: 135px;
      top: 0px;
      left: 220.428px;
    }
    #GROUP321 {
      width: 391.589px;
      height: 135px;
      top: 621px;
      left: 14.7055px;
    }
    #HEADLINE322 {
      width: 400px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE322 > .ladi-headline {
      color: rgb(255, 77, 0);
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
      text-shadow: rgb(0, 0, 0) 1px 2px 3px;
    }
    #LINE323 {
      width: 75px;
      top: 55px;
      left: 162.5px;
    }
    #LINE323 > .ladi-line > .ladi-line-container {
      border-top: 2px solid rgb(255, 77, 0);
      border-right: 2px solid rgb(255, 77, 0);
      border-bottom: 2px solid rgb(255, 77, 0);
      border-left: 0px !important;
    }
    #LINE323 > .ladi-line {
      width: 100%;
      padding: 8px 0px;
    }
    #BOX326 {
      width: 284px;
      height: 224px;
      top: 0px;
      left: 0px;
    }
    #BOX326 > .ladi-box {
      box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      -webkit-box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(1, 53, 102);
      border-width: 1px;
    }
    #BOX326 > .ladi-box:hover {
      background-color: rgb(163, 156, 244);
      background-image: none;
    }
    #IMAGE327 {
      width: 277.632px;
      height: 145.279px;
      top: 1.99012px;
      left: 2.54709px;
    }
    #IMAGE327 > .ladi-image > .ladi-image-background {
      width: 278.92px;
      height: 149.17px;
      top: 0px;
      left: -1.28777px;
    }
    #HEADLINE328 {
      width: 247px;
      top: 170.155px;
      left: 19.1031px;
    }
    #HEADLINE328 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(33, 33, 33);
      font-size: 18px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP325 {
      width: 284px;
      height: 224px;
      top: 928px;
      left: 68px;
    }
    #BOX330 {
      width: 284px;
      height: 224px;
      top: 0px;
      left: 0px;
    }
    #BOX330 > .ladi-box {
      box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      -webkit-box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(1, 53, 102);
      border-width: 1px;
    }
    #BOX330 > .ladi-box:hover {
      background-color: rgb(163, 156, 244);
      background-image: none;
    }
    #IMAGE331 {
      width: 277.632px;
      height: 145.279px;
      top: 2px;
      left: 3.2872px;
    }
    #IMAGE331 > .ladi-image > .ladi-image-background {
      width: 278.92px;
      height: 149.17px;
      top: 0px;
      left: -1.28777px;
    }
    #HEADLINE332 {
      width: 246px;
      top: 170.155px;
      left: 19.1032px;
    }
    #HEADLINE332 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(33, 33, 33);
      font-size: 18px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP329 {
      width: 284px;
      height: 224px;
      top: 1513px;
      left: 69.049px;
    }
    #BOX339 {
      width: 284px;
      height: 224px;
      top: 0px;
      left: 0px;
    }
    #BOX339 > .ladi-box {
      box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      -webkit-box-shadow: 15px 20px 20px -20px rgba(14, 13, 13, 1);
      background-color: rgb(255, 255, 255);
      border-style: solid;
      border-color: rgb(1, 53, 102);
      border-width: 1px;
    }
    #BOX339 > .ladi-box:hover {
      background-color: rgb(163, 156, 244);
      background-image: none;
    }
    #IMAGE340 {
      width: 277.632px;
      height: 145.279px;
      top: 3px;
      left: 3.2872px;
    }
    #IMAGE340 > .ladi-image > .ladi-image-background {
      width: 278.92px;
      height: 185.947px;
      top: -40.6677px;
      left: -1.288px;
    }
    #HEADLINE341 {
      width: 246px;
      top: 170.155px;
      left: 19.1032px;
    }
    #HEADLINE341 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(33, 33, 33);
      font-size: 18px;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP338 {
      width: 284px;
      height: 224px;
      top: 1222px;
      left: 68px;
    }
    #BOX651 {
      width: 405.897px;
      height: 118.632px;
      top: 0px;
      left: 0px;
    }
    #BOX651 > .ladi-box {
      background-color: rgb(22, 53, 107);
    }
    #BOX652 {
      width: 85.947px;
      height: 118.632px;
      top: 84px;
      left: 328.419px;
    }
    #BOX652 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: center top;
      background-repeat: repeat;
    }
    #PARAGRAPH654 {
      width: 270px;
      top: 60.6576px;
      left: 13.6616px;
    }
    #PARAGRAPH654 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 10px;
      text-align: left;
      line-height: 1.6;
    }
    #SHAPE655 {
      width: 36.6835px;
      height: 32.8977px;
      top: 0px;
      left: 0px;
    }
    #SHAPE655 svg:last-child {
      fill: rgba(13, 98, 242, 0.1);
    }
    #HEADLINE656 {
      width: 202px;
      top: 13.5045px;
      left: 13.6616px;
    }
    #HEADLINE656 > .ladi-headline {
      color: rgb(234, 242, 255);
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #GROUP653 {
      width: 283.662px;
      height: 92.6576px;
      top: 7.6761px;
      left: 29.5743px;
    }
    #BOX659 {
      width: 202.95px;
      height: 147.29px;
      top: 203.567px;
      left: 211.715px;
    }
    #BOX659 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: center top;
      background-repeat: repeat;
    }
    #PARAGRAPH660 {
      width: 171px;
      top: 273.785px;
      left: 227.169px;
    }
    #PARAGRAPH660 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 9px;
      text-align: left;
      line-height: 1.6;
    }
    #PARAGRAPH662 {
      width: 140px;
      top: 0px;
      left: 33.7023px;
    }
    #PARAGRAPH662 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 12px;
      font-weight: bold;
      line-height: 1.4;
    }
    #SHAPE663 {
      width: 25.3936px;
      height: 21.9317px;
      top: 2.59562px;
      left: 0px;
    }
    #SHAPE663 svg:last-child {
      fill: rgba(217, 235, 255, 1);
    }
    #GROUP661 {
      width: 173.72px;
      height: 41.2387px;
      top: 224.036px;
      left: 227.467px;
    }
    #BOX665 {
      width: 202.951px;
      height: 147.29px;
      top: 0px;
      left: 0px;
    }
    #BOX665 > .ladi-box {
      box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: center top;
      background-repeat: repeat;
    }
    #PARAGRAPH666 {
      width: 171px;
      top: 70.6296px;
      left: 15.4543px;
    }
    #PARAGRAPH666 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 9px;
      text-align: left;
      line-height: 1.6;
    }
    #PARAGRAPH668 {
      width: 161px;
      top: 0px;
      left: 27.0826px;
    }
    #PARAGRAPH668 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 12px;
      font-weight: bold;
      line-height: 1.4;
    }
    #SHAPE669 {
      width: 20.8328px;
      height: 21.9316px;
      top: 1.73644px;
      left: 0px;
    }
    #SHAPE669 svg:last-child {
      fill: rgba(217, 235, 255, 1);
    }
    #GROUP667 {
      width: 187.696px;
      height: 26.8663px;
      top: 20.4694px;
      left: 15.4542px;
    }
    #GROUP664 {
      width: 203.151px;
      height: 147.29px;
      top: 202.632px;
      left: 8.469px;
    }
    #BOX671 {
      width: 202.95px;
      height: 147.29px;
      top: 0px;
      left: 0px;
    }
    #BOX671 > .ladi-box {
      box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: center top;
      background-repeat: repeat;
    }
    #PARAGRAPH672 {
      width: 171px;
      top: 68.0249px;
      left: 15.4543px;
    }
    #PARAGRAPH672 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 9px;
      text-align: left;
      line-height: 1.6;
    }
    #PARAGRAPH674 {
      width: 147px;
      top: 0px;
      left: 32.3767px;
    }
    #PARAGRAPH674 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 12px;
      font-weight: bold;
      line-height: 1.4;
    }
    #SHAPE675 {
      width: 25.3934px;
      height: 21.9318px;
      top: 3.69221px;
      left: 0px;
    }
    #SHAPE675 svg:last-child {
      fill: rgba(217, 235, 255, 1);
    }
    #GROUP673 {
      width: 179.024px;
      height: 40.5737px;
      top: 20.4694px;
      left: 15.4539px;
    }
    #GROUP670 {
      width: 202.95px;
      height: 152.025px;
      top: 350.857px;
      left: 8.469px;
    }
    #GROUP684 {
      width: 328.066px;
      height: 187.5px;
      top: 300px;
      left: 30.9676px;
    }
    #HEADLINE685 {
      width: 325px;
      top: 0px;
      left: 3.06581px;
    }
    #HEADLINE685 > .ladi-headline {
      color: rgb(255, 78, 1);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.4;
      text-shadow: rgb(0, 0, 0) 1px 2px 3px;
    }
    #GROUP689 {
      width: 325px;
      height: 22.5469px;
      top: 98.286px;
      left: 3.06581px;
    }
    #SHAPE690 {
      width: 22.5469px;
      height: 22.5469px;
      top: 0px;
      left: 0px;
    }
    #SHAPE690 svg:last-child {
      fill: rgba(255, 255, 255, 1);
    }
    #HEADLINE691 {
      width: 292px;
      top: 2px;
      left: 33px;
    }
    #HEADLINE691 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      text-align: left;
      line-height: 1.4;
    }
    #GROUP692 {
      width: 325px;
      height: 22.5469px;
      top: 131.62px;
      left: 3.06581px;
    }
    #SHAPE693 {
      width: 22.5469px;
      height: 22.5469px;
      top: 0px;
      left: 0px;
    }
    #SHAPE693 svg:last-child {
      fill: rgba(255, 255, 255, 1);
    }
    #HEADLINE694 {
      width: 292px;
      top: 2px;
      left: 33px;
    }
    #HEADLINE694 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      text-align: left;
      line-height: 1.4;
    }
    #GROUP695 {
      width: 327px;
      height: 22.5469px;
      top: 164.953px;
      left: 0px;
    }
    #SHAPE696 {
      width: 28.7993px;
      height: 22.5469px;
      top: 0px;
      left: 0px;
    }
    #SHAPE696 svg:last-child {
      fill: rgba(255, 255, 255, 1);
    }
    #HEADLINE697 {
      width: 292px;
      top: 3px;
      left: 35px;
    }
    #HEADLINE697 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      text-align: left;
      line-height: 1.4;
    }
    #GROUP713 {
      width: 400px;
      height: 73px;
      top: 821px;
      left: 10px;
    }
    #GROUP714 {
      width: 436px;
      height: 48px;
      top: 555px;
      left: -5px;
    }
    #GROUP719 {
      width: 405.897px;
      height: 118.632px;
      top: 84px;
      left: 8.469px;
    }
    #BOX722 {
      width: 273.724px;
      height: 273.724px;
      top: 0px;
      left: 0px;
    }
    #BOX722 > .ladi-box {
      opacity: 0;
      background-color: rgba(253, 251, 251, 0);
      border-style: solid;
      border-color: rgba(255, 93, 46, 0.4);
      border-width: 2px;
      border-radius: 999px;
    }
    #BOX724 {
      width: 396px;
      height: 396px;
      top: 0px;
      left: 0px;
    }
    #BOX724 > .ladi-box {
      background: #154290;
      background: -webkit-linear-gradient(180deg, #154290, #051e4d);
      background: linear-gradient(180deg, #154290, #051e4d);
      border-radius: 999px;
    }
    #SHAPE725 {
      width: 265px;
      height: 265px;
      top: 44px;
      left: 71.565px;
    }
    #SHAPE725 svg:last-child {
      fill: rgba(255, 255, 255, 0.1);
    }
    #HEADLINE726 {
      width: 302px;
      top: 60px;
      left: 47.065px;
    }
    #HEADLINE726 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.4;
    }
    #SHAPE734 {
      width: 395.217px;
      height: 395.217px;
      top: -9px;
      left: -494.717px;
    }
    #SHAPE734 svg:last-child {
      fill: rgba(235, 243, 255, 0.3);
    }
    #SHAPE737 {
      width: 176.262px;
      height: 15.234px;
      top: 86.383px;
      left: 95.217px;
    }
    #SHAPE737 svg:last-child {
      fill: rgba(255, 93, 45, 1);
    }
    #HEADLINE738 {
      width: 318px;
      top: 30.383px;
      left: 78.266px;
    }
    #HEADLINE738 > .ladi-headline {
      color: rgb(5, 31, 77);
      font-size: 24px;
      font-weight: bold;
      line-height: 1.2;
    }
    #SHAPE739 {
      width: 53.483px;
      height: 53.483px;
      top: 37.283px;
      left: 23.734px;
    }
    #SHAPE739 svg:last-child {
      fill: rgba(22, 67, 145, 0.2);
    }
    #LIST_PARAGRAPH740 {
      width: 370px;
      top: 134px;
      left: 0;
    }
    #LIST_PARAGRAPH740 > .ladi-list-paragraph {
      color: rgb(5, 31, 77);
      font-size: 14px;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH740 ul li {
      padding-bottom: 10px;
      padding-left: 28px;
    }
    #LIST_PARAGRAPH740 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%20205.6%20205.6%22%20fill%3D%22rgba(5%2C%2031%2C%2077%2C%201.0)%22%3E%3Cpath%20d%3D%22M58.6%2C143.6a17.8%2C17.8%2C0%2C0%2C1-25.2%2C0h0L5.2%2C115.4a17.8%2C17.8%2C0%2C0%2C1%2C0-25.2h0L33.4%2C62a17.8%2C17.8%2C0%2C0%2C1%2C25.2%2C0h0L86.8%2C90.2a17.8%2C17.8%2C0%2C0%2C1%2C0%2C25.2h0ZM90.2%2C86.8a17.8%2C17.8%2C0%2C0%2C0%2C25.2%2C0h0l28.2-28.2a17.8%2C17.8%2C0%2C0%2C0%2C0-25.2h0L115.4%2C5.2a17.8%2C17.8%2C0%2C0%2C0-25.2%2C0h0L62%2C33.4a17.8%2C17.8%2C0%2C0%2C0%2C0%2C25.2h0Zm25.2%2C32a17.8%2C17.8%2C0%2C0%2C0-25.2%2C0h0L62%2C147a17.8%2C17.8%2C0%2C0%2C0%2C0%2C25.2h0l28.2%2C28.2a17.8%2C17.8%2C0%2C0%2C0%2C25.2%2C0h0l28.2-28.2a17.8%2C17.8%2C0%2C0%2C0%2C0-25.2h0Zm85-28.6L172.2%2C62A17.8%2C17.8%2C0%2C0%2C0%2C147%2C62h0L118.8%2C90.2a17.8%2C17.8%2C0%2C0%2C0%2C0%2C25.2h0L147%2C143.6a17.8%2C17.8%2C0%2C0%2C0%2C25.2%2C0h0l28.2-28.2a17.8%2C17.8%2C0%2C0%2C0%2C0-25.2Z%22%20transform%3D%22translate(0)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
      width: 18px;
      height: 18px;
      top: 5px;
    }
    #GROUP742 {
      width: 245.154px;
      height: 245.154px;
      top: 48.8464px;
      left: 18.8934px;
    }
    #BOX743 {
      width: 245.154px;
      height: 245.154px;
      top: 0px;
      left: 0px;
    }
    #BOX743 > .ladi-box {
      background-color: rgb(234, 242, 255);
      border-radius: 999px;
    }
    #HEADLINE744 {
      width: 165px;
      top: 90.7257px;
      left: 40.077px;
    }
    #HEADLINE744 > .ladi-headline {
      color: rgb(255, 93, 45);
      font-size: 20px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE745 {
      width: 135px;
      top: 68.7257px;
      left: 55.077px;
    }
    #HEADLINE745 > .ladi-headline {
      text-decoration-line: line-through;
      -webkit-text-decoration-line: line-through;
      color: rgb(5, 31, 77);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP746 {
      width: 197.229px;
      height: 67.233px;
      top: 127.301px;
      left: 32.7179px;
    }
    #GROUP747 {
      width: 197.229px;
      height: 59.0305px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE748 {
      width: 197px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE748 > .ladi-headline {
      color: rgb(5, 31, 77);
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #COUNTDOWN749 {
      width: 187.614px;
      height: 46.735px;
      top: 12.2956px;
      left: 4.58247px;
    }
    #COUNTDOWN749 > .ladi-countdown {
      color: rgb(5, 31, 77);
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0px;
    }
    #COUNTDOWN749 > .ladi-countdown > .ladi-element {
      width: 25%;
      height: 100%;
    }
    #GROUP754 {
      width: 194.383px;
      height: 17.511px;
      top: 49.722px;
      left: 0px;
    }
    #HEADLINE755 {
      width: 56px;
      top: 0px;
      left: 48.5479px;
    }
    #HEADLINE755 > .ladi-headline {
      color: rgb(5, 31, 77);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE756 {
      width: 56px;
      top: 0px;
      left: 96.7307px;
    }
    #HEADLINE756 > .ladi-headline {
      color: rgb(5, 31, 77);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE757 {
      width: 56px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE757 > .ladi-headline {
      color: rgb(5, 31, 77);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE758 {
      width: 56px;
      top: 0px;
      left: 138.163px;
    }
    #HEADLINE758 > .ladi-headline {
      color: rgb(5, 31, 77);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP761 {
      width: 396px;
      height: 396px;
      top: 1398px;
      left: 12.0715px;
    }
    #GROUP762 {
      width: 273.724px;
      height: 294px;
      top: 1143.72px;
      left: -31.862px;
    }
    #BOX803 {
      width: 164px;
      height: 164px;
      top: 825px;
      left: 137.404px;
    }
    #BOX803 > .ladi-box {
      background-size: 100%;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: left center;
      background-repeat: repeat;
      border-style: solid;
      border-color: rgb(238, 238, 238);
      border-width: 5px;
      border-radius: 110px;
    }
    #PARAGRAPH804 {
      width: 393px;
      top: 1051px;
      left: 16.147px;
    }
    #PARAGRAPH804 > .ladi-paragraph {
      font-family: "Open Sans", sans-serif;
      color: rgb(66, 66, 66);
      font-size: 13px;
      text-align: center;
      line-height: 1.2;
    }
    #HEADLINE805 {
      width: 372px;
      top: 1131px;
      left: 30.3897px;
    }
    #HEADLINE805 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(66, 66, 66);
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 1px;
      line-height: 1.2;
    }
    #HEADLINE806 {
      width: 376px;
      top: 1153px;
      left: 33.0011px;
    }
    #HEADLINE806 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(66, 66, 66);
      font-size: 12px;
      text-align: center;
      letter-spacing: 0px;
      line-height: 1.2;
    }
    #SHAPE807 {
      width: 45.6977px;
      height: 35px;
      top: 1003px;
      left: 200.278px;
    }
    #SHAPE807 svg:last-child {
      fill: rgba(131, 213, 58, 0.93);
    }
    #HEADLINE808 {
      width: 306px;
      top: 16px;
      left: 92.5px;
    }
    #HEADLINE808 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #HEADLINE814 {
      width: 400px;
      top: 1037.22px;
      left: 4.5px;
    }
    #HEADLINE814 > .ladi-headline {
      color: rgb(15, 14, 14);
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE814.ladi-animation > .ladi-headline {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
      animation-duration: 8s;
      -webkit-animation-duration: 8s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #HEADLINE815 {
      width: 400px;
      top: 1101.22px;
      left: -38px;
    }
    #HEADLINE815 > .ladi-headline {
      color: rgb(49, 3, 197);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE816 {
      width: 400px;
      top: 1143.72px;
      left: 10px;
    }
    #HEADLINE816 > .ladi-headline {
      color: rgb(49, 3, 197);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE828 {
      width: 400px;
      top: 949.217px;
      left: 4.5px;
    }
    #HEADLINE828 > .ladi-headline {
      color: rgb(180, 14, 22);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #IMAGE833 {
      width: 241.622px;
      height: 126.572px;
      top: 2282px;
      left: 100.017px;
    }
    #IMAGE833 > .ladi-image > .ladi-image-background {
      width: 267.145px;
      height: 139.077px;
      top: 0px;
      left: 0px;
    }
    #IMAGE833 > .ladi-image {
      -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20163.6%20150%22%20class%3D%22%22%3E%3Cpath%20d%3D%22M143.3%2C42.1A36.2%2C36.2%2C0%2C0%2C0%2C88.7%2C14a24.8%2C24.8%2C0%2C0%2C0-46.9%2C8%2C51.9%2C51.9%2C0%2C0%2C0%2C7.2%2C102.7%2C51.9%2C51.9%2C0%2C0%2C0%2C96.4-26.5c0-.4%2C0-.8%2C0-1.2a29.2%2C29.2%2C0%2C0%2C0-2-54.9Z%22%20transform%3D%22translate(0%200)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
        0% 0% / 100% 100%;
    }
    #IMAGE836 {
      width: 275.477px;
      height: 114.667px;
      top: 1890px;
      left: 95.439px;
    }
    #IMAGE836 > .ladi-image > .ladi-image-background {
      width: 300.477px;
      height: 215.5px;
      top: -51px;
      left: 0px;
    }
    #IMAGE836 > .ladi-image {
      -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20163.6%20150%22%20class%3D%22%22%3E%3Cpath%20d%3D%22M143.3%2C42.1A36.2%2C36.2%2C0%2C0%2C0%2C88.7%2C14a24.8%2C24.8%2C0%2C0%2C0-46.9%2C8%2C51.9%2C51.9%2C0%2C0%2C0%2C7.2%2C102.7%2C51.9%2C51.9%2C0%2C0%2C0%2C96.4-26.5c0-.4%2C0-.8%2C0-1.2a29.2%2C29.2%2C0%2C0%2C0-2-54.9Z%22%20transform%3D%22translate(0%200)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
        0% 0% / 100% 100%;
    }
    #HTML_CODE842 {
      width: 72px;
      height: 45px;
      top: 802.5px;
      left: 239.1px;
    }
    #HTML_CODE844 {
      width: 72px;
      height: 45px;
      top: 802.5px;
      left: 100px;
    }
    #SHAPE741 {
      width: 79.2602px;
      height: 79.2602px;
      top: 188.934px;
      left: 0px;
    }
    #SHAPE741 > .ladi-shape {
      opacity: 0;
    }
    #SHAPE741 svg:last-child {
      fill: rgba(5, 31, 78, 0.2);
    }
    #HTML_CODE921 {
      width: 293.964px;
      height: 214px;
      top: 1510.72px;
      left: 66.5845px;
    }
    #HTML_CODE922 {
      width: 293.964px;
      height: 214px;
      top: 558.165px;
      left: 61.4856px;
    }
    #HEADLINE822 {
      width: 88px;
      top: 1093.22px;
      left: 262px;
    }
    #HEADLINE822 > .ladi-headline {
      color: rgb(15, 14, 14);
      font-size: 26px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE822.ladi-animation > .ladi-headline {
      animation-name: flash;
      -webkit-animation-name: flash;
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
      animation-duration: 4s;
      -webkit-animation-duration: 4s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #GROUP1207 {
      width: 420px;
      height: 845.082px;
      top: 1103.92px;
      left: 0px;
    }
    #BOX1208 {
      width: 420px;
      height: 845.082px;
      top: 0px;
      left: 0px;
    }
    #BOX1208 > .ladi-box {
      background-color: rgb(249, 249, 249);
    }
    #HEADLINE1209 {
      width: 328px;
      top: 287.818px;
      left: 46px;
    }
    #HEADLINE1209 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(0, 0, 0);
      font-size: 16px;
      text-align: left;
      line-height: 1.6;
    }
    #HEADLINE1210 {
      width: 328px;
      top: 511.538px;
      left: 46px;
    }
    #HEADLINE1210 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(212, 6, 6);
      font-size: 38px;
      font-weight: bold;
      text-align: left;
      line-height: 1.6;
    }
    #HEADLINE1211 {
      width: 339px;
      top: 589.408px;
      left: 46px;
    }
    #HEADLINE1211 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(0, 0, 0);
      font-size: 16px;
      text-align: left;
      line-height: 1.6;
    }
    #HEADLINE1212 {
      width: 328px;
      top: 380.378px;
      left: 46px;
    }
    #HEADLINE1212 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(0, 0, 0);
      font-size: 16px;
      text-align: left;
      line-height: 1.6;
    }
    #BUTTON1213 {
      width: 339px;
      height: 46.9005px;
      top: 691.798px;
      left: 46px;
    }
    #BUTTON1213 > .ladi-button > .ladi-button-background {
      background-color: rgb(36, 36, 36);
    }
    #BUTTON1213 > .ladi-button {
      border-radius: 20px;
    }
    #BUTTON_TEXT1213 {
      width: 160px;
      top: 10.5526px;
      left: 0px;
    }
    #BUTTON_TEXT1213 > .ladi-headline {
      color: rgb(241, 197, 16);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON1215 {
      width: 339px;
      height: 46.9005px;
      top: 761.298px;
      left: 46px;
    }
    #BUTTON1215 > .ladi-button > .ladi-button-background {
      background-color: rgb(241, 197, 16);
    }
    #BUTTON1215 > .ladi-button {
      border-radius: 20px;
    }
    #BUTTON_TEXT1215 {
      width: 160px;
      top: 10.5526px;
      left: 0px;
    }
    #BUTTON_TEXT1215 > .ladi-headline {
      color: rgb(36, 36, 36);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #IMAGE1217 {
      width: 420px;
      height: 322.219px;
      top: 768.7px;
      left: -512px;
      display: none !important;
    }
    #IMAGE1217 > .ladi-image > .ladi-image-background {
      width: 420px;
      height: 322.219px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1217 > .ladi-image {
      border-radius: 20px;
    }
    #HEADLINE1227 {
      width: 383px;
      top: 177px;
      left: 18.5px;
    }
    #HEADLINE1227 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(0, 0, 0);
      font-size: 15px;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1228 {
      width: 387px;
      top: 0px;
      left: 8px;
    }
    #HEADLINE1228 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(212, 6, 6);
      font-size: 38px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
    }
    #HEADLINE1228.ladi-animation > .ladi-headline {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
      animation-duration: 2s;
      -webkit-animation-duration: 2s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #HEADLINE1229 {
      width: 332px;
      top: 0px;
      left: 65.2112px;
    }
    #HEADLINE1229 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(0, 0, 0);
      font-size: 16px;
      font-style: italic;
      text-align: left;
      line-height: 1.4;
    }
    #IMAGE1232 {
      width: 44.5178px;
      height: 48px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1232 > .ladi-image > .ladi-image-background {
      width: 48px;
      height: 48px;
      top: 0px;
      left: 0px;
    }
    #GROUP1233 {
      width: 397.211px;
      height: 109px;
      top: 308px;
      left: 12.7891px;
    }
    #HEADLINE1236 {
      width: 332px;
      top: 0px;
      left: 65.2112px;
    }
    #HEADLINE1236 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(0, 0, 0);
      font-size: 16px;
      font-style: italic;
      text-align: left;
      line-height: 1.4;
    }
    #IMAGE1237 {
      width: 44.5178px;
      height: 48px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1237 > .ladi-image > .ladi-image-background {
      width: 48px;
      height: 48px;
      top: 0px;
      left: 0px;
    }
    #GROUP1235 {
      width: 397.211px;
      height: 65px;
      top: 656px;
      left: 11.3947px;
    }
    #HEADLINE1240 {
      width: 332px;
      top: 0px;
      left: 65.2112px;
    }
    #HEADLINE1240 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(0, 0, 0);
      font-size: 16px;
      font-style: italic;
      text-align: left;
      line-height: 1.4;
    }
    #IMAGE1241 {
      width: 44.5178px;
      height: 48px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1241 > .ladi-image > .ladi-image-background {
      width: 48px;
      height: 48px;
      top: 0px;
      left: 0px;
    }
    #GROUP1239 {
      width: 397.211px;
      height: 109px;
      top: 482px;
      left: 12.7889px;
    }
    #IMAGE1242 {
      width: 420px;
      height: 322.219px;
      top: 1048px;
      left: 1.3947px;
    }
    #IMAGE1242 > .ladi-image > .ladi-image-background {
      width: 420px;
      height: 322.219px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1242 > .ladi-image {
      border-radius: 20px;
    }
    #HEADLINE1245 {
      width: 400px;
      top: 47px;
      left: -490.605px;
      display: none !important;
    }
    #HEADLINE1245 > .ladi-headline {
      font-family: "Montserrat", sans-serif;
      color: rgb(14, 13, 13);
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0px;
      line-height: 1.2;
    }
    #SECTION1247 {
      height: 935.44px;
    }
    #SECTION1247 > .ladi-section-background {
      background-color: rgba(235, 243, 255, 0.5);
    }
    #GROUP1248 {
      width: 355.144px;
      height: 159px;
      top: 49px;
      left: 54.8556px;
    }
    #SHAPE1249 {
      width: 66.4444px;
      height: 70px;
      top: 0px;
      left: 288.7px;
    }
    #SHAPE1249 > .ladi-shape {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
    }
    #SHAPE1249 svg:last-child {
      fill: rgba(242, 67, 13, 0.2);
    }
    #HEADLINE1250 {
      width: 317px;
      top: 17px;
      left: 0px;
    }
    #HEADLINE1250 > .ladi-headline {
      color: rgb(5, 31, 77);
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
    }
    #GROUP1251 {
      width: 240.644px;
      height: 193.67px;
      top: 255px;
      left: 89.6786px;
    }
    #BOX1252 {
      width: 240.644px;
      height: 160.462px;
      top: 33.2085px;
      left: 0px;
    }
    #BOX1252 > .ladi-box {
      box-shadow: 0px 5px 0px 0px rgba(7, 58, 145, 1);
      -webkit-box-shadow: 0px 5px 0px 0px rgba(7, 58, 145, 1);
      background-color: rgb(255, 255, 255);
      border-radius: 0px;
    }
    #BOX1253 {
      width: 59.7756px;
      height: 59.7755px;
      top: 0px;
      left: 90.4342px;
    }
    #BOX1253 > .ladi-box {
      background-color: rgb(7, 58, 145);
      border-radius: 129px;
    }
    #SHAPE1254 {
      width: 36.7848px;
      height: 36.7849px;
      top: 11.4953px;
      left: 101.93px;
    }
    #SHAPE1254 svg:last-child {
      fill: rgba(255, 255, 255, 1);
    }
    #HEADLINE1255 {
      width: 216px;
      top: 65.6285px;
      left: 12.4357px;
    }
    #HEADLINE1255 > .ladi-headline {
      color: rgb(7, 58, 145);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1256 {
      width: 240.644px;
      height: 193.67px;
      top: 474.942px;
      left: 89.6786px;
    }
    #BOX1257 {
      width: 240.644px;
      height: 160.462px;
      top: 33.2085px;
      left: 0px;
    }
    #BOX1257 > .ladi-box {
      box-shadow: 0px 5px 0px 0px rgba(7, 58, 145, 1);
      -webkit-box-shadow: 0px 5px 0px 0px rgba(7, 58, 145, 1);
      background-color: rgb(255, 255, 255);
      border-radius: 0px;
    }
    #BOX1258 {
      width: 59.7756px;
      height: 59.7754px;
      top: 0px;
      left: 90.4342px;
    }
    #BOX1258 > .ladi-box {
      background-color: rgb(7, 58, 145);
      border-radius: 129px;
    }
    #SHAPE1259 {
      width: 29.3075px;
      height: 36.7849px;
      top: 11.4953px;
      left: 105.669px;
    }
    #SHAPE1259 svg:last-child {
      fill: rgba(255, 255, 255, 1);
    }
    #HEADLINE1260 {
      width: 216px;
      top: 80.5829px;
      left: 12.4357px;
    }
    #HEADLINE1260 > .ladi-headline {
      color: rgb(7, 58, 145);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1261 {
      width: 240.644px;
      height: 201.289px;
      top: 694.885px;
      left: 89.6786px;
    }
    #BOX1262 {
      width: 240.644px;
      height: 160.463px;
      top: 33.2088px;
      left: 0px;
    }
    #BOX1262 > .ladi-box {
      box-shadow: 0px 5px 0px 0px rgba(7, 58, 145, 1);
      -webkit-box-shadow: 0px 5px 0px 0px rgba(7, 58, 145, 1);
      background-color: rgb(255, 255, 255);
      border-radius: 0px;
    }
    #BOX1263 {
      width: 59.7756px;
      height: 59.7758px;
      top: 0px;
      left: 90.4342px;
    }
    #BOX1263 > .ladi-box {
      background-color: rgb(7, 58, 145);
      border-radius: 129px;
    }
    #SHAPE1264 {
      width: 29.3075px;
      height: 36.7851px;
      top: 11.4953px;
      left: 105.669px;
    }
    #SHAPE1264 svg:last-child {
      fill: rgba(255, 255, 255, 1);
    }
    #HEADLINE1265 {
      width: 216px;
      top: 80.5836px;
      left: 12.4357px;
    }
    #HEADLINE1265 > .ladi-headline {
      color: rgb(7, 58, 145);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #BOX1267 {
      width: 420px;
      height: 267.375px;
      top: 619px;
      left: 0.321px;
    }
    #BOX1267 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
  
      background-position: center top;
      background-repeat: repeat;
    }
    #GROUP1268 {
      width: 301.733px;
      height: 206px;
      top: 10px;
      left: 124.144px;
    }
    #SHAPE1269 {
      width: 118px;
      height: 118px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1269 svg:last-child {
      fill: rgba(255, 255, 255, 0.1);
    }
    #HEADLINE1270 {
      width: 246px;
      top: 56px;
      left: 55.733px;
    }
    #HEADLINE1270 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 25px;
      font-weight: bold;
      line-height: 1.2;
    }
    #PARAGRAPH1271 {
      width: 379px;
      top: 244px;
      left: 20px;
    }
    #PARAGRAPH1271 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      text-align: justify;
      line-height: 1.6;
    }
    #PARAGRAPH1272 {
      width: 379px;
      top: 297px;
      left: 20px;
    }
    #PARAGRAPH1272 > .ladi-paragraph {
      color: rgb(255, 255, 255);
      font-size: 14px;
      text-align: justify;
      line-height: 1.6;
    }
    #GROUP1273 {
      width: 163px;
      height: 172px;
      top: 49px;
      left: 10px;
    }
    #BOX1274 {
      width: 163px;
      height: 163px;
      top: 9px;
      left: 0px;
    }
    #BOX1274 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: center top;
      background-repeat: repeat;
    }
    #SHAPE1275 {
      width: 80px;
      height: 80px;
      top: 0px;
      left: 6px;
    }
    #SHAPE1275 svg:last-child {
      fill: rgba(255, 255, 255, 0.2);
    }
    #GROUP1276 {
      width: 71.2942px;
      height: 21px;
      top: 200px;
      left: 322.4px;
    }
    #SHAPE1277 {
      width: 39.1472px;
      height: 20px;
      top: 0px;
      left: 32.147px;
    }
    #SHAPE1277 svg:last-child {
      fill: rgba(241, 199, 19, 1);
    }
    #SHAPE1278 {
      width: 39.1472px;
      height: 20px;
      top: 1px;
      left: 0px;
    }
    #SHAPE1278 svg:last-child {
      fill: rgba(241, 198, 18, 1);
    }
    #VIDEO1279 {
      width: 400px;
      height: 225px;
      top: 394px;
      left: 10px;
    }
    #VIDEO1279 > .ladi-video > .ladi-video-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: center center;
      background-repeat: no-repeat;
    }
    #SHAPE1279 {
      width: 60px;
      height: 60px;
      top: 82.5px;
      left: 170px;
    }
    #SHAPE1279 svg:last-child {
      fill: rgba(0, 0, 0, 0.5);
    }
    #GROUP1282 {
      width: 419px;
      height: 154px;
      top: 54.251px;
      left: 0.5px;
    }
    #BOX1283 {
      width: 296.025px;
      height: 47.1875px;
      top: 106.812px;
      left: 0px;
    }
    #BOX1283 > .ladi-box {
      background-color: rgb(234, 242, 254);
    }
    #BOX1284 {
      width: 364.5px;
      height: 47.1875px;
      top: 55.3352px;
      left: 0px;
    }
    #BOX1284 > .ladi-box {
      background-color: rgb(234, 242, 254);
    }
    #BOX1285 {
      width: 398.04px;
      height: 47.1875px;
      top: 4px;
      left: 0px;
    }
    #BOX1285 > .ladi-box {
      background-color: rgb(234, 242, 254);
    }
    #HEADLINE1286 {
      width: 403px;
      top: 0px;
      left: 16px;
    }
    #HEADLINE1286 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(45, 62, 80);
      font-size: 42px;
      font-weight: bold;
      letter-spacing: 0px;
      line-height: 1.2;
    }
    #BOX1287 {
      width: 400px;
      height: 364.148px;
      top: 225.251px;
      left: 10px;
    }
    #BOX1287 > .ladi-box {
      background: rgba(5, 31, 77, 1);
      background: -webkit-linear-gradient(
        90deg,
        rgba(5, 31, 77, 1),
        rgba(255, 255, 255, 0.3)
      );
      background: linear-gradient(
        90deg,
        rgba(5, 31, 77, 1),
        rgba(255, 255, 255, 0.3)
      );
    }
    #LIST_PARAGRAPH1288 {
      width: 316px;
      top: 429.399px;
      left: 52.0001px;
    }
    #LIST_PARAGRAPH1288 > .ladi-list-paragraph {
      color: rgb(249, 249, 249);
      font-size: 18px;
      line-height: 1.6;
    }
    #LIST_PARAGRAPH1288 ul li {
      padding-left: 20px;
    }
    #LIST_PARAGRAPH1288 ul li:before {
      content: counter(linum, disc);
      font-size: 40px;
      top: -20px;
    }
    #HEADLINE1289 {
      width: 316px;
      top: 369.399px;
      left: 52px;
    }
    #HEADLINE1289 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
    }
    #BOX1290 {
      width: 131.749px;
      height: 131.749px;
      top: 237.65px;
      left: 23px;
    }
    #BOX1290 > .ladi-box {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: center top;
      background-repeat: repeat;
    }
    #BUTTON1291 {
      width: 167px;
      height: 40px;
      top: 564.399px;
      left: 126.5px;
    }
    #BUTTON1291 > .ladi-button > .ladi-button-background {
      background-color: rgb(241, 198, 17);
    }
    #BUTTON1291 > .ladi-button {
      border-style: solid;
      border-color: rgb(255, 255, 255);
      border-width: 1px;
      border-radius: 100px;
    }
    #BUTTON1291 > .ladi-button:hover .ladi-button-background {
      background-color: rgb(244, 64, 37);
      background-image: none;
    }
    #BUTTON_TEXT1291 {
      width: 165px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1291 > .ladi-headline {
      color: rgb(45, 62, 80);
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON_TEXT1291 > .ladi-headline:hover {
      color: rgb(255, 255, 255);
    }
    #Heading {
      height: 659.9px;
    }
    #Heading > .ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
      background-position: center center;
      background-repeat: repeat;
    }
    #Reasoning {
      height: 1949px;
    }
    #Reasoning > .ladi-section-background {
      background-color: rgb(255, 255, 255);
    }
    #AboutUs {
      height: 886.375px;
    }
    #AboutUs > .ladi-section-background {
      background-color: rgb(5, 31, 77);
    }
    #OurIndustry {
      height: 1778.02px;
    }
    #OurIndustry > .ladi-section-background {
      background-color: rgba(255, 255, 255, 0.75);
    }
    #ContactForm {
      height: 2612.02px;
    }
    #ContactForm > .ladi-section-background {
      background-color: rgb(255, 255, 255);
    }
    #Testimonial {
      height: 1199px;
    }
    #Testimonial > .ladi-overlay {
      background-color: rgba(255, 255, 255, 0.51);
    }
    #Testimonial > .ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
  
      background-position: left top;
      background-repeat: no-repeat;
    }
    #News {
      height: 667px;
    }
    #News > .ladi-overlay {
      background-color: rgba(0, 0, 0, 0.25);
    }
    #News > .ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
  
      background-position: left top;
      background-repeat: no-repeat;
    }
    #Footer {
      height: 847.5px;
    }
    #Footer > .ladi-section-background {
      background-size: cover;
      background-attachment: scroll;
      background-origin: content-box;
  
      background-position: left top;
      background-repeat: no-repeat;
      opacity: 0.77;
    }
    #IMAGE1293 {
      width: 402.821px;
      height: 20px;
      top: 143px;
      left: 0px;
    }
    #IMAGE1293 > .ladi-image > .ladi-image-background {
      width: 402.821px;
      height: 20px;
      top: 0px;
      left: 0px;
    }
    #GROUP1294 {
      width: 402.821px;
      height: 163px;
      top: 839.5px;
      left: 8.5898px;
    }
    #HEADLINE1298 {
      width: 400px;
      top: 39.6454px;
      left: 8.6059px;
    }
    #HEADLINE1298 > .ladi-headline {
      font-family: "Montserrat", sans-serif;
      color: rgb(14, 13, 13);
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0px;
      line-height: 1.2;
    }
    #HEADLINE1299 {
      width: 400px;
      top: 72.6454px;
      left: 11.3947px;
    }
    #HEADLINE1299 > .ladi-headline {
      font-family: "Montserrat", sans-serif;
      color: rgb(14, 13, 13);
      font-size: 43px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0px;
      line-height: 1.2;
    }
    #HEADLINE1300 {
      width: 400px;
      top: 123.645px;
      left: 10.0003px;
    }
    #HEADLINE1300 > .ladi-headline {
      font-family: "Montserrat", sans-serif;
      color: rgb(14, 13, 13);
      font-size: 21px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0px;
      line-height: 1.2;
    }
    #HEADLINE1302 {
      width: 879px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1302 > .ladi-headline {
      font-family: "Open Sans", sans-serif;
      color: rgb(212, 6, 6);
      font-size: 38px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1302.ladi-animation > .ladi-headline {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
      animation-duration: 2s;
      -webkit-animation-duration: 2s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #IMAGE1303 {
      width: 622.667px;
      height: 26px;
      top: 48px;
      left: 242.125px;
    }
    #IMAGE1303 > .ladi-image > .ladi-image-background {
      width: 622.667px;
      height: 32.4101px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1303 > .ladi-image {
      transform: perspective(1000px) rotateX(-64deg);
      -webkit-transform: perspective(1000px) rotateX(-64deg);
    }
    #GROUP1301 {
      width: 879px;
      height: 74px;
      top: 578.5px;
      left: -1041.5px;
      display: none !important;
    }
    #IMAGE1520 {
      width: 400px;
      height: 594.001px;
      top: 225px;
      left: 0px;
    }
    #IMAGE1520 > .ladi-image > .ladi-overlay {
      background: rgba(45, 62, 80, 0.4);
      background: -webkit-linear-gradient(
        180deg,
        rgba(45, 62, 80, 0.4),
        rgba(45, 64, 80, 1)
      );
      background: linear-gradient(
        180deg,
        rgba(45, 62, 80, 0.4),
        rgba(45, 64, 80, 1)
      );
      opacity: 0.83;
    }
    #IMAGE1520 > .ladi-image > .ladi-image-background {
      width: 415.342px;
      height: 594.001px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1521 {
      width: 400px;
      height: 225px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1521 > .ladi-image > .ladi-image-background {
      width: 400px;
      height: 225px;
      top: 0px;
      left: 0px;
    }
    #HTML_CODE1522 {
      width: 300px;
      height: 273px;
      top: 501.438px;
      left: 51.6142px;
    }
    #IMAGE1523 {
      width: 104.198px;
      height: 94.624px;
      top: 250.297px;
      left: 70px;
    }
    #IMAGE1523 > .ladi-image > .ladi-image-background {
      width: 104.198px;
      height: 94.624px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1523 > .ladi-image {
      transform: rotate(6deg);
      -webkit-transform: rotate(6deg);
    }
    #IMAGE1524 {
      width: 129.218px;
      height: 129.218px;
      top: 233px;
      left: 174.198px;
    }
    #IMAGE1524 > .ladi-image > .ladi-image-background {
      width: 129.218px;
      height: 129.218px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1525 {
      width: 276px;
      top: 348.921px;
      left: 63.6142px;
    }
    #HEADLINE1525 > .ladi-headline {
      color: rgb(212, 6, 6);
      font-size: 30px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      line-height: 1.2;
    }
    #HEADLINE1525.ladi-animation > .ladi-headline {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #HEADLINE1526 {
      width: 276px;
      top: 383.921px;
      left: 62px;
    }
    #HEADLINE1526 > .ladi-headline {
      color: rgb(249, 249, 249);
      font-size: 25px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      line-height: 1.6;
    }
    #PARAGRAPH1527 {
      width: 292px;
      top: 433.861px;
      left: 54px;
    }
    #PARAGRAPH1527 > .ladi-paragraph {
      color: rgb(228, 228, 228);
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
    }
    #CF_popup {
      width: 400px;
      height: 816px;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      margin: auto;
    }
    #CF_popup > .ladi-popup > .ladi-popup-background {
      background-color: rgb(255, 255, 255);
    }
    #SECTION1544 {
      height: 236.25px;
    }
    #SECTION1544 > .ladi-section-background {
      background-color: rgb(7, 58, 145);
    }
    #IMAGE1545 {
      width: 420px;
      height: 236.25px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1545 > .ladi-image > .ladi-image-background {
      width: 420px;
      height: 236.25px;
      top: 0px;
      left: 0px;
      background-image: url("https://soicauchotso.net/wp-content/themes/theme_mau/css/theme/frontend/images/blue-diamond-lang-tri-an-thang-05-2021-20210511102205.jpg");
    }
    #HTML_CODE1546 {
      width: 128px;
      height: 80px;
      top: 107px;
      left: 44.01px;
    }
    #POPUP1555 {
      width: 320px;
      height: 785px;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      margin: auto;
    }
    #POPUP1555 > .ladi-popup > .ladi-popup-background {
      background-color: rgb(255, 255, 255);
    }
    #IMAGE1556 {
      width: 320px;
      height: 179.944px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1556 > .ladi-image > .ladi-image-background {
      width: 320px;
      height: 179.944px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1557 {
      width: 236px;
      top: 192.457px;
      left: 41.5004px;
    }
    #HEADLINE1557 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1565 {
      width: 261px;
      top: 326px;
      left: 29.5px;
    }
    #HEADLINE1565 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #HTML_CODE1566 {
      width: 261px;
      height: 42px;
      top: 259px;
      left: 29.5px;
    }
    #HTML_CODE1567 {
      width: 300px;
      height: 273px;
      top: 412px;
      left: 9.50041px;
    }
    #SECTION1568 {
      height: 2235.26px;
    }
    #SECTION1568 > .ladi-section-background {
      background-color: rgba(235, 243, 255, 0.4);
    }
    #GROUP1569 {
      width: 219.562px;
      height: 448.115px;
      top: 1202.08px;
      left: 186.235px;
    }
    #BOX1570 {
      width: 195.833px;
      height: 448.115px;
      top: 0px;
      left: 22.6875px;
    }
    #BOX1570 > .ladi-box {
      box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      -webkit-box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      background-color: rgb(255, 255, 255);
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1571 {
      width: 195.833px;
      height: 89px;
      top: 289.5px;
      left: 22.7502px;
    }
    #BOX1572 {
      width: 195.833px;
      height: 89px;
      top: 0px;
      left: 0px;
    }
    #BOX1572 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1573 {
      width: 183px;
      top: 12px;
      left: 8.5704px;
    }
    #HEADLINE1573 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #BOX1574 {
      width: 195.833px;
      height: 119.705px;
      top: 0px;
      left: 22.687px;
    }
    #BOX1574 > .ladi-box {
      background-color: rgb(234, 242, 255);
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1575 {
      width: 197.791px;
      height: 57px;
      top: 175.5px;
      left: 21.7712px;
    }
    #BOX1576 {
      width: 197.791px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1576 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1577 {
      width: 183px;
      top: 9.5px;
      left: 7.3955px;
    }
    #HEADLINE1577 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1578 {
      width: 100.278px;
      height: 73px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1579 {
      width: 78.3123px;
      height: 73px;
      top: 0px;
      left: 21.9657px;
    }
    #SHAPE1579 svg:last-child {
      fill: rgba(242, 67, 13, 1);
    }
    #HEADLINE1580 {
      width: 94px;
      top: 7.12195px;
      left: 0px;
    }
    #HEADLINE1580 > .ladi-headline {
      transform: rotate(-44deg);
      -webkit-transform: rotate(-44deg);
      color: rgb(255, 255, 255);
      font-size: 10px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1581 {
      width: 195.833px;
      height: 57px;
      top: 232.5px;
      left: 22.7502px;
    }
    #BOX1582 {
      width: 195.833px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1582 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1583 {
      width: 183px;
      top: 6.5px;
      left: 8.5704px;
    }
    #HEADLINE1583 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON1584 {
      width: 108.328px;
      height: 26px;
      top: 387.41px;
      left: 66.4395px;
    }
    #BUTTON1584 > .ladi-button > .ladi-button-background {
      background-color: rgb(212, 6, 6);
    }
    #BUTTON1584 > .ladi-button {
      border-color: rgb(255, 94, 47);
      border-width: 1px;
      border-radius: 194px;
    }
    #BUTTON_TEXT1584 {
      width: 108px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1584 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1586 {
      width: 156px;
      height: 80px;
      top: 39.705px;
      left: 42.6035px;
    }
    #HEADLINE1587 {
      width: 86px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1587 > .ladi-headline {
      color: rgb(44, 62, 80);
      font-size: 50px;
      text-align: right;
      line-height: 1.6;
    }
    #HEADLINE1588 {
      width: 70px;
      top: 43px;
      left: 86px;
    }
    #HEADLINE1588 > .ladi-headline {
      color: rgb(44, 62, 80);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1589 {
      width: 195.833px;
      height: 57px;
      top: 119.705px;
      left: 22.6875px;
    }
    #BOX1590 {
      width: 195.833px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1590 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1591 {
      width: 183px;
      top: 6.5px;
      left: 8.5704px;
    }
    #HEADLINE1591 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1592 {
      width: 247.765px;
      height: 448.115px;
      top: 726.115px;
      left: -8.5618px;
    }
    #BOX1593 {
      width: 195.833px;
      height: 448.115px;
      top: 0px;
      left: 22.6875px;
    }
    #BOX1593 > .ladi-box {
      box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      -webkit-box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      background-color: rgb(255, 255, 255);
      border-radius: 14px;
    }
    #GROUP1594 {
      width: 195.833px;
      height: 89px;
      top: 289.5px;
      left: 22.7502px;
    }
    #BOX1595 {
      width: 195.833px;
      height: 89px;
      top: 0px;
      left: 0px;
    }
    #BOX1595 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1596 {
      width: 183px;
      top: 12px;
      left: 8.5704px;
    }
    #HEADLINE1596 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #BOX1597 {
      width: 195.833px;
      height: 119.705px;
      top: 0px;
      left: 22.687px;
    }
    #BOX1597 > .ladi-box {
      background-color: rgb(234, 242, 255);
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1598 {
      width: 197.791px;
      height: 57px;
      top: 175.5px;
      left: 21.7712px;
    }
    #BOX1599 {
      width: 197.791px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1599 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1600 {
      width: 183px;
      top: 9.5px;
      left: 7.3955px;
    }
    #HEADLINE1600 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1601 {
      width: 100.278px;
      height: 73px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1602 {
      width: 78.3123px;
      height: 73px;
      top: 0px;
      left: 21.9657px;
    }
    #SHAPE1602 svg:last-child {
      fill: rgba(242, 67, 13, 1);
    }
    #HEADLINE1603 {
      width: 94px;
      top: 7.12195px;
      left: 0px;
    }
    #HEADLINE1603 > .ladi-headline {
      transform: rotate(-44deg);
      -webkit-transform: rotate(-44deg);
      color: rgb(255, 255, 255);
      font-size: 10px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1604 {
      width: 195.833px;
      height: 57px;
      top: 119.705px;
      left: 22.6875px;
    }
    #BOX1605 {
      width: 195.833px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1605 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1606 {
      width: 183px;
      top: 6.5px;
      left: 8.5704px;
    }
    #HEADLINE1606 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1607 {
      width: 195.833px;
      height: 57px;
      top: 232.5px;
      left: 22.7502px;
    }
    #BOX1608 {
      width: 195.833px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1608 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1609 {
      width: 183px;
      top: 6.5px;
      left: 8.5704px;
    }
    #HEADLINE1609 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON1610 {
      width: 108.328px;
      height: 26px;
      top: 389.41px;
      left: 66.5027px;
    }
    #BUTTON1610 > .ladi-button > .ladi-button-background {
      background-color: rgb(212, 6, 6);
    }
    #BUTTON1610 > .ladi-button {
      border-color: rgb(255, 94, 47);
      border-width: 1px;
      border-radius: 194px;
    }
    #BUTTON_TEXT1610 {
      width: 108px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1610 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1612 {
      width: 189px;
      height: 80px;
      top: 26.3px;
      left: 58.7652px;
    }
    #HEADLINE1613 {
      width: 62px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1613 > .ladi-headline {
      color: rgb(44, 62, 80);
      font-size: 50px;
      text-align: right;
      line-height: 1.6;
    }
    #HEADLINE1614 {
      width: 127px;
      top: 43px;
      left: 62px;
    }
    #HEADLINE1614 > .ladi-headline {
      color: rgb(44, 62, 80);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1615 {
      width: 405px;
      height: 96px;
      top: 25px;
      left: 18px;
    }
    #SHAPE1616 {
      width: 70px;
      height: 70px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1616 svg:last-child {
      fill: rgba(242, 67, 13, 0.2);
    }
    #HEADLINE1617 {
      width: 378px;
      top: 24px;
      left: 27px;
    }
    #HEADLINE1617 > .ladi-headline {
      color: rgb(5, 31, 77);
      font-size: 30px;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
    }
    #PARAGRAPH1618 {
      width: 389px;
      top: 139px;
      left: 15.5px;
    }
    #PARAGRAPH1618 > .ladi-paragraph {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1619 {
      width: 247.765px;
      height: 448.115px;
      top: 238px;
      left: -9.562px;
    }
    #BOX1620 {
      width: 195.833px;
      height: 448.115px;
      top: 0px;
      left: 22.6875px;
    }
    #BOX1620 > .ladi-box {
      box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      -webkit-box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      background-color: rgb(255, 255, 255);
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1621 {
      width: 195.833px;
      height: 89px;
      top: 289.5px;
      left: 22.7502px;
    }
    #BOX1622 {
      width: 195.833px;
      height: 89px;
      top: 0px;
      left: 0px;
    }
    #BOX1622 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1623 {
      width: 183px;
      top: 12px;
      left: 8.5704px;
    }
    #HEADLINE1623 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #BOX1624 {
      width: 195.833px;
      height: 119.705px;
      top: 0px;
      left: 22.687px;
    }
    #BOX1624 > .ladi-box {
      background-color: rgb(234, 242, 255);
      border-top-left-radius: 14px;
    }
    #GROUP1625 {
      width: 197.791px;
      height: 57px;
      top: 175.5px;
      left: 21.7712px;
    }
    #BOX1626 {
      width: 197.791px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1626 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1627 {
      width: 183px;
      top: 9.5px;
      left: 7.3955px;
    }
    #HEADLINE1627 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1628 {
      width: 100.278px;
      height: 73px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1629 {
      width: 78.3123px;
      height: 73px;
      top: 0px;
      left: 21.9657px;
    }
    #SHAPE1629 svg:last-child {
      fill: rgba(242, 67, 13, 1);
    }
    #HEADLINE1630 {
      width: 94px;
      top: 7.12195px;
      left: 0px;
    }
    #HEADLINE1630 > .ladi-headline {
      transform: rotate(-44deg);
      -webkit-transform: rotate(-44deg);
      color: rgb(255, 255, 255);
      font-size: 10px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1631 {
      width: 195.833px;
      height: 57px;
      top: 232.5px;
      left: 22.7502px;
    }
    #BOX1632 {
      width: 195.833px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1632 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1633 {
      width: 183px;
      top: 6.5px;
      left: 8.5704px;
    }
    #HEADLINE1633 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON1634 {
      width: 108.328px;
      height: 26px;
      top: 386.41px;
      left: 66.5027px;
    }
    #BUTTON1634 > .ladi-button > .ladi-button-background {
      background-color: rgb(212, 6, 6);
    }
    #BUTTON1634 > .ladi-button {
      border-color: rgb(255, 94, 47);
      border-width: 1px;
      border-radius: 194px;
    }
    #BUTTON_TEXT1634 {
      width: 108px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1634 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1636 {
      width: 189px;
      height: 80px;
      top: 26.3px;
      left: 58.7652px;
    }
    #HEADLINE1637 {
      width: 62px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1637 > .ladi-headline {
      color: rgb(44, 62, 80);
      font-size: 50px;
      text-align: right;
      line-height: 1.6;
    }
    #HEADLINE1638 {
      width: 127px;
      top: 43px;
      left: 62px;
    }
    #HEADLINE1638 > .ladi-headline {
      color: rgb(44, 62, 80);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1639 {
      width: 195.833px;
      height: 57px;
      top: 119.705px;
      left: 22.6875px;
    }
    #BOX1640 {
      width: 195.833px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1640 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1641 {
      width: 183px;
      top: 6.5px;
      left: 8.5704px;
    }
    #HEADLINE1641 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1642 {
      width: 247.765px;
      height: 448.115px;
      top: 225.23px;
      left: 185.235px;
    }
    #BOX1643 {
      width: 195.833px;
      height: 448.115px;
      top: 0px;
      left: 22.6875px;
    }
    #BOX1643 > .ladi-box {
      box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      -webkit-box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      background-color: rgb(255, 255, 255);
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1644 {
      width: 195.833px;
      height: 89px;
      top: 289.5px;
      left: 22.7502px;
    }
    #BOX1645 {
      width: 195.833px;
      height: 89px;
      top: 0px;
      left: 0px;
    }
    #BOX1645 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1646 {
      width: 183px;
      top: 12px;
      left: 8.5704px;
    }
    #HEADLINE1646 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #BOX1647 {
      width: 195.833px;
      height: 119.705px;
      top: 0px;
      left: 22.687px;
    }
    #BOX1647 > .ladi-box {
      background: rgba(7, 58, 145, 1);
      background: -webkit-linear-gradient(
        180deg,
        rgba(7, 58, 145, 1),
        rgba(5, 31, 77, 1)
      );
      background: linear-gradient(
        180deg,
        rgba(7, 58, 145, 1),
        rgba(5, 31, 77, 1)
      );
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1648 {
      width: 197.791px;
      height: 57px;
      top: 175.5px;
      left: 21.7712px;
    }
    #BOX1649 {
      width: 197.791px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1649 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1650 {
      width: 183px;
      top: 9.5px;
      left: 7.3955px;
    }
    #HEADLINE1650 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1651 {
      width: 100.278px;
      height: 73px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1652 {
      width: 78.3123px;
      height: 73px;
      top: 0px;
      left: 21.9657px;
    }
    #SHAPE1652 svg:last-child {
      fill: rgba(242, 67, 13, 1);
    }
    #HEADLINE1653 {
      width: 94px;
      top: 7.12195px;
      left: 0px;
    }
    #HEADLINE1653 > .ladi-headline {
      transform: rotate(-44deg);
      -webkit-transform: rotate(-44deg);
      color: rgb(255, 255, 255);
      font-size: 10px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1654 {
      width: 195.833px;
      height: 57px;
      top: 119.705px;
      left: 22.6875px;
    }
    #BOX1655 {
      width: 195.833px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1655 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1656 {
      width: 183px;
      top: 6.5px;
      left: 8.5704px;
    }
    #HEADLINE1656 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1657 {
      width: 195.833px;
      height: 57px;
      top: 232.5px;
      left: 22.7502px;
    }
    #BOX1658 {
      width: 195.833px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1658 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1659 {
      width: 183px;
      top: 6.5px;
      left: 8.5704px;
    }
    #HEADLINE1659 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON1660 {
      width: 108.328px;
      height: 26px;
      top: 386.41px;
      left: 69.7186px;
    }
    #BUTTON1660 > .ladi-button > .ladi-button-background {
      background-color: rgb(212, 6, 6);
    }
    #BUTTON1660 > .ladi-button {
      border-color: rgb(255, 94, 47);
      border-width: 1px;
      border-radius: 194px;
    }
    #BUTTON_TEXT1660 {
      width: 108px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1660 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1662 {
      width: 189px;
      height: 80px;
      top: 26.3px;
      left: 58.7652px;
    }
    #HEADLINE1663 {
      width: 62px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1663 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 50px;
      text-align: right;
      line-height: 1.6;
    }
    #HEADLINE1664 {
      width: 127px;
      top: 43px;
      left: 62px;
    }
    #HEADLINE1664 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1665 {
      width: 219.562px;
      height: 448.115px;
      top: 714.115px;
      left: 186.235px;
    }
    #BOX1666 {
      width: 195.833px;
      height: 448.115px;
      top: 0px;
      left: 22.6875px;
    }
    #BOX1666 > .ladi-box {
      box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      -webkit-box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      background-color: rgb(255, 255, 255);
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1667 {
      width: 195.833px;
      height: 89px;
      top: 289.5px;
      left: 22.7502px;
    }
    #BOX1668 {
      width: 195.833px;
      height: 89px;
      top: 0px;
      left: 0px;
    }
    #BOX1668 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1669 {
      width: 183px;
      top: 12px;
      left: 8.5704px;
    }
    #HEADLINE1669 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #BOX1670 {
      width: 195.833px;
      height: 119.705px;
      top: 0px;
      left: 22.687px;
    }
    #BOX1670 > .ladi-box {
      background-color: rgb(234, 242, 255);
      border-top-left-radius: 14px;
    }
    #GROUP1671 {
      width: 197.791px;
      height: 57px;
      top: 175.5px;
      left: 21.7712px;
    }
    #BOX1672 {
      width: 197.791px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1672 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1673 {
      width: 183px;
      top: 9.5px;
      left: 7.3955px;
    }
    #HEADLINE1673 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1674 {
      width: 100.278px;
      height: 73px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1675 {
      width: 78.3123px;
      height: 73px;
      top: 0px;
      left: 21.9657px;
    }
    #SHAPE1675 svg:last-child {
      fill: rgba(242, 67, 13, 1);
    }
    #HEADLINE1676 {
      width: 94px;
      top: 7.12195px;
      left: 0px;
    }
    #HEADLINE1676 > .ladi-headline {
      transform: rotate(-44deg);
      -webkit-transform: rotate(-44deg);
      color: rgb(255, 255, 255);
      font-size: 10px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1677 {
      width: 195.833px;
      height: 57px;
      top: 232.5px;
      left: 22.7502px;
    }
    #BOX1678 {
      width: 195.833px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1678 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1679 {
      width: 183px;
      top: 6.5px;
      left: 8.5704px;
    }
    #HEADLINE1679 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON1680 {
      width: 108.328px;
      height: 26px;
      top: 387.41px;
      left: 66.5027px;
    }
    #BUTTON1680 > .ladi-button > .ladi-button-background {
      background-color: rgb(212, 6, 6);
    }
    #BUTTON1680 > .ladi-button {
      border-color: rgb(255, 94, 47);
      border-width: 1px;
      border-radius: 194px;
    }
    #BUTTON_TEXT1680 {
      width: 108px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1680 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1682 {
      width: 158px;
      height: 80px;
      top: 28.3px;
      left: 41.6035px;
    }
    #HEADLINE1683 {
      width: 86px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1683 > .ladi-headline {
      color: rgb(44, 62, 80);
      font-size: 50px;
      text-align: right;
      line-height: 1.6;
    }
    #HEADLINE1684 {
      width: 72px;
      top: 43px;
      left: 86px;
    }
    #HEADLINE1684 > .ladi-headline {
      color: rgb(44, 62, 80);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1685 {
      width: 195.833px;
      height: 57px;
      top: 119.705px;
      left: 22.6875px;
    }
    #BOX1686 {
      width: 195.833px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1686 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1687 {
      width: 183px;
      top: 6.5px;
      left: 8.5704px;
    }
    #HEADLINE1687 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1688 {
      width: 219.562px;
      height: 448.115px;
      top: 1215.08px;
      left: -7.8828px;
    }
    #BOX1689 {
      width: 195.833px;
      height: 448.115px;
      top: 0px;
      left: 22.6875px;
    }
    #BOX1689 > .ladi-box {
      box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      -webkit-box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      background-color: rgb(255, 255, 255);
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1690 {
      width: 195.833px;
      height: 89px;
      top: 289.5px;
      left: 22.7502px;
    }
    #BOX1691 {
      width: 195.833px;
      height: 89px;
      top: 0px;
      left: 0px;
    }
    #BOX1691 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1692 {
      width: 183px;
      top: 12px;
      left: 8.5704px;
    }
    #HEADLINE1692 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #BOX1693 {
      width: 195.833px;
      height: 119.705px;
      top: 0px;
      left: 22.687px;
    }
    #BOX1693 > .ladi-box {
      background: rgba(7, 58, 145, 1);
      background: -webkit-linear-gradient(
        180deg,
        rgba(7, 58, 145, 1),
        rgba(5, 31, 77, 1)
      );
      background: linear-gradient(
        180deg,
        rgba(7, 58, 145, 1),
        rgba(5, 31, 77, 1)
      );
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1694 {
      width: 197.791px;
      height: 57px;
      top: 175.5px;
      left: 21.7712px;
    }
    #BOX1695 {
      width: 197.791px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1695 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1696 {
      width: 183px;
      top: 9.5px;
      left: 7.3955px;
    }
    #HEADLINE1696 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1697 {
      width: 100.278px;
      height: 73px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1698 {
      width: 78.3123px;
      height: 73px;
      top: 0px;
      left: 21.9657px;
    }
    #SHAPE1698 svg:last-child {
      fill: rgba(242, 67, 13, 1);
    }
    #HEADLINE1699 {
      width: 94px;
      top: 7.12195px;
      left: 0px;
    }
    #HEADLINE1699 > .ladi-headline {
      transform: rotate(-44deg);
      -webkit-transform: rotate(-44deg);
      color: rgb(255, 255, 255);
      font-size: 10px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1700 {
      width: 195.833px;
      height: 57px;
      top: 119.705px;
      left: 22.6875px;
    }
    #BOX1701 {
      width: 195.833px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1701 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1702 {
      width: 183px;
      top: 6.5px;
      left: 8.5704px;
    }
    #HEADLINE1702 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1703 {
      width: 195.833px;
      height: 57px;
      top: 232.5px;
      left: 22.7502px;
    }
    #BOX1704 {
      width: 195.833px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1704 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1705 {
      width: 183px;
      top: 6.5px;
      left: 8.5704px;
    }
    #HEADLINE1705 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON1706 {
      width: 108.328px;
      height: 26px;
      top: 389.41px;
      left: 66.4395px;
    }
    #BUTTON1706 > .ladi-button > .ladi-button-background {
      background-color: rgb(212, 6, 6);
    }
    #BUTTON1706 > .ladi-button {
      border-color: rgb(255, 94, 47);
      border-width: 1px;
      border-radius: 194px;
    }
    #BUTTON_TEXT1706 {
      width: 108px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1706 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1708 {
      width: 159px;
      height: 80px;
      top: 39.705px;
      left: 41.1667px;
    }
    #HEADLINE1709 {
      width: 89px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1709 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 50px;
      text-align: right;
      line-height: 1.6;
    }
    #HEADLINE1710 {
      width: 70px;
      top: 42px;
      left: 89px;
    }
    #HEADLINE1710 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1711 {
      width: 220.562px;
      height: 448.115px;
      top: 1719.32px;
      left: -7.8828px;
    }
    #BOX1712 {
      width: 195.833px;
      height: 448.115px;
      top: 0px;
      left: 23.6875px;
    }
    #BOX1712 > .ladi-box {
      box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      -webkit-box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      background-color: rgb(255, 255, 255);
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1713 {
      width: 195.833px;
      height: 89px;
      top: 289.5px;
      left: 23.7502px;
    }
    #BOX1714 {
      width: 195.833px;
      height: 89px;
      top: 0px;
      left: 0px;
    }
    #BOX1714 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1715 {
      width: 183px;
      top: 12px;
      left: 8.5704px;
    }
    #HEADLINE1715 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #BOX1716 {
      width: 195.833px;
      height: 119.705px;
      top: 0px;
      left: 23.687px;
    }
    #BOX1716 > .ladi-box {
      background-color: rgb(234, 242, 255);
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1717 {
      width: 197.791px;
      height: 57px;
      top: 175.5px;
      left: 22.7712px;
    }
    #BOX1718 {
      width: 197.791px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1718 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1719 {
      width: 183px;
      top: 9.5px;
      left: 7.3955px;
    }
    #HEADLINE1719 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1720 {
      width: 101.278px;
      height: 54px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1721 {
      width: 78.3123px;
      height: 54px;
      top: 0px;
      left: 22.9657px;
    }
    #SHAPE1721 svg:last-child {
      fill: rgba(242, 67, 13, 1);
    }
    #HEADLINE1722 {
      width: 94px;
      top: 2.12195px;
      left: 0px;
    }
    #HEADLINE1722 > .ladi-headline {
      transform: rotate(-32deg);
      -webkit-transform: rotate(-32deg);
      color: rgb(255, 255, 255);
      font-size: 10px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1723 {
      width: 195.833px;
      height: 57px;
      top: 232.5px;
      left: 23.7502px;
    }
    #BOX1724 {
      width: 195.833px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1724 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1725 {
      width: 183px;
      top: 6.5px;
      left: 8.5704px;
    }
    #HEADLINE1725 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON1726 {
      width: 108.328px;
      height: 26px;
      top: 388.41px;
      left: 67.5027px;
    }
    #BUTTON1726 > .ladi-button > .ladi-button-background {
      background-color: rgb(212, 6, 6);
    }
    #BUTTON1726 > .ladi-button {
      border-color: rgb(255, 94, 47);
      border-width: 1px;
      border-radius: 194px;
    }
    #BUTTON_TEXT1726 {
      width: 108px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1726 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1728 {
      width: 158px;
      height: 80px;
      top: 39.705px;
      left: 42.604px;
    }
    #HEADLINE1729 {
      width: 86px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1729 > .ladi-headline {
      color: rgb(44, 62, 80);
      font-size: 50px;
      text-align: right;
      line-height: 1.6;
    }
    #HEADLINE1730 {
      width: 72px;
      top: 43px;
      left: 86px;
    }
    #HEADLINE1730 > .ladi-headline {
      color: rgb(44, 62, 80);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1731 {
      width: 195.833px;
      height: 57px;
      top: 119.705px;
      left: 23.6875px;
    }
    #BOX1732 {
      width: 195.833px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1732 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1733 {
      width: 183px;
      top: 6.5px;
      left: 8.5704px;
    }
    #HEADLINE1733 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1734 {
      width: 224.75px;
      height: 448.115px;
      top: 1701.2px;
      left: 183.235px;
    }
    #BOX1735 {
      width: 195.833px;
      height: 448.115px;
      top: 0px;
      left: 26.6875px;
    }
    #BOX1735 > .ladi-box {
      box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      -webkit-box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.7);
      background-color: rgb(255, 255, 255);
      border-top-right-radius: 14px;
      border-bottom-left-radius: 14px;
    }
    #GROUP1736 {
      width: 195.833px;
      height: 89px;
      top: 289.5px;
      left: 26.7502px;
    }
    #BOX1737 {
      width: 195.833px;
      height: 89px;
      top: 0px;
      left: 0px;
    }
    #BOX1737 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1738 {
      width: 183px;
      top: 12px;
      left: 8.5704px;
    }
    #HEADLINE1738 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #BOX1739 {
      width: 195.833px;
      height: 119.705px;
      top: 0px;
      left: 26.687px;
    }
    #BOX1739 > .ladi-box {
      background: rgba(7, 58, 145, 1);
      background: -webkit-linear-gradient(
        180deg,
        rgba(7, 58, 145, 1),
        rgba(5, 31, 77, 1)
      );
      background: linear-gradient(
        180deg,
        rgba(7, 58, 145, 1),
        rgba(5, 31, 77, 1)
      );
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
    }
    #GROUP1740 {
      width: 197.791px;
      height: 57px;
      top: 175.5px;
      left: 25.7712px;
    }
    #BOX1741 {
      width: 197.791px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1741 > .ladi-box {
      background-color: rgba(236, 244, 255, 0.6);
    }
    #HEADLINE1742 {
      width: 183px;
      top: 9.5px;
      left: 7.3955px;
    }
    #HEADLINE1742 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1743 {
      width: 104.278px;
      height: 53px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1744 {
      width: 78.3123px;
      height: 53px;
      top: 0px;
      left: 25.9657px;
    }
    #SHAPE1744 svg:last-child {
      fill: rgba(242, 67, 13, 1);
    }
    #HEADLINE1745 {
      width: 94px;
      top: 1.17073px;
      left: 0px;
    }
    #HEADLINE1745 > .ladi-headline {
      transform: rotate(-32deg);
      -webkit-transform: rotate(-32deg);
      color: rgb(255, 255, 255);
      font-size: 10px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1746 {
      width: 195.833px;
      height: 57px;
      top: 119.705px;
      left: 26.6875px;
    }
    #BOX1747 {
      width: 195.833px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1747 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1748 {
      width: 183px;
      top: 6.5px;
      left: 8.5704px;
    }
    #HEADLINE1748 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1749 {
      width: 195.833px;
      height: 57px;
      top: 232.5px;
      left: 26.7502px;
    }
    #BOX1750 {
      width: 195.833px;
      height: 57px;
      top: 0px;
      left: 0px;
    }
    #BOX1750 > .ladi-box {
      background-color: rgb(255, 255, 255);
    }
    #HEADLINE1751 {
      width: 183px;
      top: 6.5px;
      left: 8.5704px;
    }
    #HEADLINE1751 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    #BUTTON1752 {
      width: 108.328px;
      height: 26px;
      top: 387.41px;
      left: 71.5862px;
    }
    #BUTTON1752 > .ladi-button > .ladi-button-background {
      background-color: rgb(212, 6, 6);
    }
    #BUTTON1752 > .ladi-button {
      border-color: rgb(255, 94, 47);
      border-width: 1px;
      border-radius: 194px;
    }
    #BUTTON_TEXT1752 {
      width: 108px;
      top: 9px;
      left: 0px;
    }
    #BUTTON_TEXT1752 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1754 {
      width: 198px;
      height: 80px;
      top: 39.705px;
      left: 26.7502px;
    }
    #HEADLINE1755 {
      width: 89px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1755 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 50px;
      text-align: right;
      line-height: 1.6;
    }
    #HEADLINE1756 {
      width: 70px;
      top: 43px;
      left: 128px;
    }
    #HEADLINE1756 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1757 {
      width: 190.153px;
      height: 20.7543px;
      top: 1147.35px;
      left: 25.2443px;
    }
    #SHAPE1758 {
      width: 16.8128px;
      height: 20.7543px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1758.ladi-animation > .ladi-shape {
      animation-name: bounce;
      -webkit-animation-name: bounce;
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE1758 svg:last-child {
      fill: rgba(212, 6, 6, 1);
    }
    #HEADLINE1759 {
      width: 166px;
      top: 0px;
      left: 24.153px;
    }
    #HEADLINE1759 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1760 {
      width: 190.153px;
      height: 20.7543px;
      top: 1135.8px;
      left: 222.923px;
    }
    #SHAPE1761 {
      width: 16.8128px;
      height: 20.7543px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1761.ladi-animation > .ladi-shape {
      animation-name: bounce;
      -webkit-animation-name: bounce;
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE1761 svg:last-child {
      fill: rgba(212, 6, 6, 1);
    }
    #HEADLINE1762 {
      width: 166px;
      top: 0px;
      left: 24.153px;
    }
    #HEADLINE1762 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1763 {
      width: 190.153px;
      height: 20.7543px;
      top: 1634.62px;
      left: 26.2443px;
    }
    #SHAPE1764 {
      width: 16.8128px;
      height: 20.7543px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1764.ladi-animation > .ladi-shape {
      animation-name: bounce;
      -webkit-animation-name: bounce;
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE1764 svg:last-child {
      fill: rgba(212, 6, 6, 1);
    }
    #HEADLINE1765 {
      width: 166px;
      top: 0px;
      left: 24.153px;
    }
    #HEADLINE1765 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1766 {
      width: 190.153px;
      height: 20.7543px;
      top: 1619.07px;
      left: 223.832px;
    }
    #SHAPE1767 {
      width: 16.8128px;
      height: 20.7543px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1767.ladi-animation > .ladi-shape {
      animation-name: bounce;
      -webkit-animation-name: bounce;
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE1767 svg:last-child {
      fill: rgba(212, 6, 6, 1);
    }
    #HEADLINE1768 {
      width: 166px;
      top: 0px;
      left: 24.153px;
    }
    #HEADLINE1768 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1769 {
      width: 190.153px;
      height: 20.7543px;
      top: 2141.18px;
      left: 26.2443px;
    }
    #SHAPE1770 {
      width: 16.8128px;
      height: 20.7543px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1770.ladi-animation > .ladi-shape {
      animation-name: bounce;
      -webkit-animation-name: bounce;
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE1770 svg:last-child {
      fill: rgba(212, 6, 6, 1);
    }
    #HEADLINE1771 {
      width: 166px;
      top: 0px;
      left: 24.153px;
    }
    #HEADLINE1771 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1772 {
      width: 190.153px;
      height: 20.7543px;
      top: 2120.43px;
      left: 223.832px;
    }
    #SHAPE1773 {
      width: 16.8128px;
      height: 20.7543px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1773.ladi-animation > .ladi-shape {
      animation-name: bounce;
      -webkit-animation-name: bounce;
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE1773 svg:last-child {
      fill: rgba(212, 6, 6, 1);
    }
    #HEADLINE1774 {
      width: 166px;
      top: 0px;
      left: 24.153px;
    }
    #HEADLINE1774 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: left;
      line-height: 1.6;
    }
    #SECTION1775 {
      height: 1054.68px;
    }
    #SECTION1775 > .ladi-section-background {
      background-color: rgb(44, 62, 80);
    }
    #GROUP1776 {
      width: 428.375px;
      height: 67px;
      top: 32px;
      left: -4.688px;
    }
    #HEADLINE1777 {
      width: 423px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1777 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 30px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      line-height: 1.2;
    }
    #HEADLINE1778 {
      width: 423px;
      top: 43px;
      left: 5.77662px;
    }
    #HEADLINE1778 > .ladi-headline {
      color: rgb(5, 31, 77);
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
    }
    #GROUP1779 {
      width: 393.594px;
      height: 423.252px;
      top: 130px;
      left: 13.203px;
    }
    #FRAME1780 {
      width: 393.594px;
      height: 423.252px;
      top: 0px;
      left: 0px;
    }
    #FRAME1780 > .ladi-frame > .ladi-frame-background {
      background-color: rgb(255, 255, 255);
    }
    #FRAME1780 > .ladi-frame {
      box-shadow: 0px 15px 20px -20px #000;
      -webkit-box-shadow: 0px 15px 20px -20px #000;
    }
    #SHAPE1781 {
      width: 518.349px;
      height: 490.971px;
      top: -342.593px;
      left: -62.3772px;
    }
    #SHAPE1781 svg:last-child {
      fill: url("#SHAPE1781_desktop_gradient");
    }
    #LIST_PARAGRAPH1782 {
      width: 368px;
      top: 177.693px;
      left: 12.7833px;
    }
    #LIST_PARAGRAPH1782 > .ladi-list-paragraph {
      color: rgb(0, 0, 0);
      font-size: 14px;
      line-height: 1.4;
    }
    #LIST_PARAGRAPH1782 ul li {
      padding-bottom: 10px;
      padding-left: 28px;
    }
    #LIST_PARAGRAPH1782 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%20205.6%20205.6%22%20fill%3D%22rgba(5%2C%2031%2C%2077%2C%201.0)%22%3E%3Cpath%20d%3D%22M58.6%2C143.6a17.8%2C17.8%2C0%2C0%2C1-25.2%2C0h0L5.2%2C115.4a17.8%2C17.8%2C0%2C0%2C1%2C0-25.2h0L33.4%2C62a17.8%2C17.8%2C0%2C0%2C1%2C25.2%2C0h0L86.8%2C90.2a17.8%2C17.8%2C0%2C0%2C1%2C0%2C25.2h0ZM90.2%2C86.8a17.8%2C17.8%2C0%2C0%2C0%2C25.2%2C0h0l28.2-28.2a17.8%2C17.8%2C0%2C0%2C0%2C0-25.2h0L115.4%2C5.2a17.8%2C17.8%2C0%2C0%2C0-25.2%2C0h0L62%2C33.4a17.8%2C17.8%2C0%2C0%2C0%2C0%2C25.2h0Zm25.2%2C32a17.8%2C17.8%2C0%2C0%2C0-25.2%2C0h0L62%2C147a17.8%2C17.8%2C0%2C0%2C0%2C0%2C25.2h0l28.2%2C28.2a17.8%2C17.8%2C0%2C0%2C0%2C25.2%2C0h0l28.2-28.2a17.8%2C17.8%2C0%2C0%2C0%2C0-25.2h0Zm85-28.6L172.2%2C62A17.8%2C17.8%2C0%2C0%2C0%2C147%2C62h0L118.8%2C90.2a17.8%2C17.8%2C0%2C0%2C0%2C0%2C25.2h0L147%2C143.6a17.8%2C17.8%2C0%2C0%2C0%2C25.2%2C0h0l28.2-28.2a17.8%2C17.8%2C0%2C0%2C0%2C0-25.2Z%22%20transform%3D%22translate(0)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
      width: 14px;
      height: 14px;
      top: 5px;
    }
    #BUTTON1783 {
      width: 244.646px;
      height: 44.9073px;
      top: 333.006px;
      left: 74.474px;
    }
    #BUTTON1783 > .ladi-button > .ladi-button-background {
      background-color: rgb(212, 6, 6);
    }
    #BUTTON1783 > .ladi-button {
      border-color: rgb(255, 94, 47);
      border-width: 1px;
      border-radius: 194px;
    }
    #BUTTON_TEXT1783 {
      width: 284px;
      top: 10.1041px;
      left: 0px;
    }
    #BUTTON_TEXT1783 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1785 {
      width: 355.789px;
      height: 80px;
      top: 12.1025px;
      left: 19.2627px;
    }
    #HEADLINE1786 {
      width: 192px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1786 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 50px;
      text-align: right;
      line-height: 1.6;
    }
    #HEADLINE1787 {
      width: 164px;
      top: 31.6806px;
      left: 191.789px;
    }
    #HEADLINE1787 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 25px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1788 {
      width: 393.594px;
      height: 423.252px;
      top: 580.748px;
      left: 13.203px;
    }
    #FRAME1789 {
      width: 393.594px;
      height: 423.252px;
      top: 0px;
      left: 0px;
    }
    #FRAME1789 > .ladi-frame > .ladi-frame-background {
      background-color: rgb(255, 255, 255);
    }
    #FRAME1789 > .ladi-frame {
      box-shadow: 0px 15px 20px -20px #000;
      -webkit-box-shadow: 0px 15px 20px -20px #000;
    }
    #SHAPE1790 {
      width: 518.349px;
      height: 490.971px;
      top: -342.593px;
      left: -62.3772px;
    }
    #SHAPE1790 svg:last-child {
      fill: url("#SHAPE1790_desktop_gradient");
    }
    #LIST_PARAGRAPH1791 {
      width: 368px;
      top: 177.693px;
      left: 12.7833px;
    }
    #LIST_PARAGRAPH1791 > .ladi-list-paragraph {
      color: rgb(0, 0, 0);
      font-size: 14px;
      line-height: 1.4;
    }
    #LIST_PARAGRAPH1791 ul li {
      padding-bottom: 10px;
      padding-left: 28px;
    }
    #LIST_PARAGRAPH1791 ul li:before {
      content: "";
      background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%20205.6%20205.6%22%20fill%3D%22rgba(5%2C%2031%2C%2077%2C%201.0)%22%3E%3Cpath%20d%3D%22M58.6%2C143.6a17.8%2C17.8%2C0%2C0%2C1-25.2%2C0h0L5.2%2C115.4a17.8%2C17.8%2C0%2C0%2C1%2C0-25.2h0L33.4%2C62a17.8%2C17.8%2C0%2C0%2C1%2C25.2%2C0h0L86.8%2C90.2a17.8%2C17.8%2C0%2C0%2C1%2C0%2C25.2h0ZM90.2%2C86.8a17.8%2C17.8%2C0%2C0%2C0%2C25.2%2C0h0l28.2-28.2a17.8%2C17.8%2C0%2C0%2C0%2C0-25.2h0L115.4%2C5.2a17.8%2C17.8%2C0%2C0%2C0-25.2%2C0h0L62%2C33.4a17.8%2C17.8%2C0%2C0%2C0%2C0%2C25.2h0Zm25.2%2C32a17.8%2C17.8%2C0%2C0%2C0-25.2%2C0h0L62%2C147a17.8%2C17.8%2C0%2C0%2C0%2C0%2C25.2h0l28.2%2C28.2a17.8%2C17.8%2C0%2C0%2C0%2C25.2%2C0h0l28.2-28.2a17.8%2C17.8%2C0%2C0%2C0%2C0-25.2h0Zm85-28.6L172.2%2C62A17.8%2C17.8%2C0%2C0%2C0%2C147%2C62h0L118.8%2C90.2a17.8%2C17.8%2C0%2C0%2C0%2C0%2C25.2h0L147%2C143.6a17.8%2C17.8%2C0%2C0%2C0%2C25.2%2C0h0l28.2-28.2a17.8%2C17.8%2C0%2C0%2C0%2C0-25.2Z%22%20transform%3D%22translate(0)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
      width: 14px;
      height: 14px;
      top: 5px;
    }
    #BUTTON1792 {
      width: 244.646px;
      height: 44.9073px;
      top: 333.006px;
      left: 74.474px;
    }
    #BUTTON1792 > .ladi-button > .ladi-button-background {
      background-color: rgb(212, 6, 6);
    }
    #BUTTON1792 > .ladi-button {
      border-color: rgb(255, 94, 47);
      border-width: 1px;
      border-radius: 194px;
    }
    #BUTTON_TEXT1792 {
      width: 284px;
      top: 10.1041px;
      left: 0px;
    }
    #BUTTON_TEXT1792 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #GROUP1794 {
      width: 355.789px;
      height: 80px;
      top: 12.1025px;
      left: 19.2627px;
    }
    #HEADLINE1795 {
      width: 192px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1795 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 50px;
      text-align: right;
      line-height: 1.6;
    }
    #HEADLINE1796 {
      width: 164px;
      top: 31.6806px;
      left: 191.789px;
    }
    #HEADLINE1796 > .ladi-headline {
      color: rgb(255, 255, 255);
      font-size: 25px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1797 {
      width: 190.153px;
      height: 20.7543px;
      top: 519.995px;
      left: 114.423px;
    }
    #SHAPE1798 {
      width: 16.8128px;
      height: 20.7543px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1798.ladi-animation > .ladi-shape {
      animation-name: bounce;
      -webkit-animation-name: bounce;
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE1798 svg:last-child {
      fill: rgba(212, 6, 6, 1);
    }
    #HEADLINE1799 {
      width: 166px;
      top: 0px;
      left: 24.153px;
    }
    #HEADLINE1799 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: left;
      line-height: 1.6;
    }
    #GROUP1800 {
      width: 190.153px;
      height: 20.7543px;
      top: 973.086px;
      left: 114.924px;
    }
    #SHAPE1801 {
      width: 16.8128px;
      height: 20.7543px;
      top: 0px;
      left: 0px;
    }
    #SHAPE1801.ladi-animation > .ladi-shape {
      animation-name: bounce;
      -webkit-animation-name: bounce;
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }
    #SHAPE1801 svg:last-child {
      fill: rgba(212, 6, 6, 1);
    }
    #HEADLINE1802 {
      width: 166px;
      top: 0px;
      left: 24.153px;
    }
    #HEADLINE1802 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      text-align: left;
      line-height: 1.6;
    }
    #POPUP1803 {
      width: 320px;
      height: 891px;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      margin: auto;
    }
    #POPUP1803 > .ladi-popup > .ladi-popup-background {
      background-color: rgb(255, 255, 255);
    }
    #IMAGE1804 {
      width: 320px;
      height: 179.944px;
      top: 0px;
      left: 0px;
    }
    #IMAGE1804 > .ladi-image > .ladi-image-background {
      width: 320px;
      height: 179.944px;
      top: 0px;
      left: 0px;
    }
    #HEADLINE1805 {
      width: 319px;
      top: 197.457px;
      left: 0.00041px;
    }
    #HEADLINE1805 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
    }
    #HEADLINE1806 {
      width: 261px;
      top: 326px;
      left: 29.5px;
    }
    #HEADLINE1806 > .ladi-headline {
      color: rgb(0, 0, 0);
      font-size: 12px;
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }
    #HTML_CODE1807 {
      width: 261px;
      height: 42px;
      top: 259px;
      left: 29.5px;
    }
    #HTML_CODE1808 {
      width: 293.964px;
      height: 448px;
      top: 421px;
      left: 12.5184px;
    }
  }
  
  .quick_contact a {
    position: fixed;
    width: 60px;
    height: 60px;
    left: 18px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    z-index: 100;
    transition: transform 0.5s ease;
  }
  .qcall {
    bottom: 70px;
    background-color: #e67e22;
  }
  .qcall:hover {
    background-color: #d35400;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .quick_contact_icon {
    margin-top: 20px;
  }
  .quick_contact a:hover {
    transform: scale(1.1);
  }
  .wordCarousel {
    text-align: center;
  }
  .wordCarousel span {
    color: rgb(0, 0, 0);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    height: 65px;
    overflow: hidden;
    position: relative;
    padding-top: 10px;
    margin-top: -10px;
    display: inline-block;
    font-weight: normal;
  }
  .wordCarousel div {
    overflow: hidden;
    position: relative;
    display: inline-block;
    height: 65px;
    padding-top: 10px;
    margin-top: -10px;
  }
  .wordCarousel div li {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  
    height: 45px;
    text-transform: uppercase;
  
    display: block;
  }
  .flip2 {
    animation: flip2 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
  }
  @keyframes flip2 {
    0% {
      margin-top: -180px;
    }
    5% {
      margin-top: -90px;
    }
    50% {
      margin-top: -90px;
    }
    55% {
      margin-top: 0px;
    }
    99.99% {
      margin-top: 0px;
    }
    100% {
      margin-top: -270px;
    }
  }
  @media (max-width: 1024px) {
    .banner-title .title {
      font-size: 43px;
      color: #b30909b3;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
    }
    .sha-group-goi-dau-tu .goi-dau-tu-intro2 {
      padding: 50px 0 10px 0;
    }
    .sha-nu-doanh-nhan .sha-body .w-cta {
      text-align: center;
      margin-bottom: 0;
    }
    .t-cta-text {
      font-size: 25px;
    }
  }
  @media (max-width: 768px) {
    .banner-title .title {
      font-size: 40px;
    }
    .t-cta {
      width: 80%;
    }
    .sha-group-goi-dau-tu .goi-dau-tu-intro2 {
      padding: 30px 0 10px 0;
    }
    .sha-group-goi-dau-tu .col-inner {
      padding-top: 15px;
    }
    .taisao-content h3 {
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 768px) {
    .wordCarousel div li {
      font-size: 16px;
    }
    .wordCarousel span {
      font-size: 16px;
    }
  }
  #histats_counter_9794 {
    visibility: hidden;
  }
  @media only screen and (max-width: 768px) {
    #form-cta iframe {
      width: 300px !important;
    }
    #form-footer iframe {
      width: 300px !important;
    }
    .ladi-html-code iframe {
      width: 300px;
    }
  }
  @media only screen and (min-width: 768px) {
    .breakonmobile {
      display: none;
    }
  }
  
  .nguoi_dung {
    padding: 20px 0 40px 0;
    text-align: center;
  }
  
  .nguoi_dung .title-n_d {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1;
    color: #b30909b3;
    font-family: "Roboto", sans-serif;
    text-align: center;
  }
  .nguoi_dung .content {
    margin-top: 50px;
  }
  .nguoi_dung .content-img {
    padding-bottom: 20px;
  }
  .nguoi_dung .content-img img {
    width: 120px;
  }
  .nguoi_dung .content-text .name {
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 0;
    color: #3c6489;
    font-weight: 700;
  }
  .nguoi_dung .s-content {
    padding-top: 15px;
  }
  .nguoi_dung .content:hover {
    box-shadow: 0 1rem 1.0625rem rgb(0 0 0 / 9%);
    border-radius: 15px;
  }
  
  .sha-nu-doanh-nhan .sha-body .we-have h2 {
    color: #3c6489 !important;
  }
  .cau_hoi {
    padding: 20px 0;
  }
  .accordion .card {
    border-radius: 6px !important;
    border: 1px solid #eceded !important;
    margin-bottom: 5px;
  }
  .accordion .card .card-header {
    background: #ffffff;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    border-radius: 6px 6px 0 0;
    border-bottom: none;
  }
  .accordion .card-header:hover {
    background: #e49915;
  }
  .accordion .card-header:hover .btn {
    color: #ffffff;
  }
  .accordion .card-header h2 span {
    float: left;
    margin-top: 10px;
  }
  .accordion .card-header .btn {
    color: #e49915;
    font-size: 20px;
    width: 100%;
    text-align: left;
    position: relative;
    top: -2px;
    font-weight: 600;
  }
  
  .accordion .card-body {
    color: #324353;
    text-align: justify;
    border-top: 1px solid #eceded;
  }
  .page-title {
    text-align: center;
    margin: 2rem 0;
    font-family: "Roboto", sans-serif;
    position: relative;
    color: #e49915;
    font-size: 28px;
    text-transform: uppercase;
  }
  .page-title::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 4px;
    border-radius: 1px;
    background: #e49915;
    left: 0;
    right: 0;
    bottom: -15px;
  }
  .title-block {
    font-size: 25px;
    text-align: center;
    color: #b30909b3;
    font-weight: 700;
  }
  @media (max-width: 480px) {
    .sha-nn-group .sha-body .w-cta a {
      font-size: 30px;
    }
    .bg-intro3 {
      padding: 15px 0;
    }
    .sha-group-goi-dau-tu .goi-dau-tu-intro3 {
      padding: 20px 0;
    }
    .block-taisao {
      padding: 30px 0;
    }
    .sha-nu-doanh-nhan .sha-body .w-title h2 {
      width: 90%;
    }
    .sha-nu-doanh-nhan .sha-body .w-title h2 {
      font-size: 22px;
    }
    .row_5 {
      flex-wrap: nowrap;
      overflow-x: auto;
    }
    .nguoi_dung .title-n_d {
      font-size: 20px;
    }
    .row-user {
      flex-wrap: nowrap;
      overflow-x: auto;
    }
    .content-bn {
      padding: 30px 0;
  }
  }
  /*xiangqian_css*/
  .xiangqian_css {padding:10px;}
  .col-xs-12 {padding:10px;}
        * {box-sizing:border-box}
        body {font-family: Verdana,sans-serif;}
        .mySlides {display:none}
        /* 幻灯片容器 */
        .slideshow-container {
          max-width: 100%;
          position: relative;
          margin: auto;
          padding: 10px;
        }
        .rounded-circle {
            border-radius: 50% !important;
        }
.w-title h2 {
    color: #b30909b3 !important;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    line-height: 1.2;
}
.text-ch .sub {
    color: rgb(180, 14, 22);
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
.bg-intro3a {
    padding: 50px 0;
    background-color: #ec6565b3;
    border-radius: 15px;
}
        .content-img img{width:150px!important;height:150px;}
        .content-text .name {text-align:center;}
        /* 下一张 & 上一张 按钮 */
        .prev, .next {
          cursor: pointer;
          position: absolute;
          top: 50%;
          width: auto;
          margin-top: -22px;
          padding: 16px;
          color: white;
          font-weight: bold;
          font-size: 18px;
          transition: 0.6s ease;
          border-radius: 0 3px 3px 0;
        }
        
        /* 定位 "下一张" 按钮靠右 */
        .next {
          right: 0;
          border-radius: 3px 0 0 3px;
        }
        
        /* On hover, add a black background color with a little bit see-through */
        .prev:hover, .next:hover {
          background-color: rgba(0,0,0,0.8);
        }
        
        /* 标题文本 */
        .text {
          color: #f2f2f2;
          font-size: 15px;
          padding: 8px 12px;
          position: absolute;
          bottom: 8px;
          width: 100%;
          text-align: center;
        }
        
        /* 数字文本 (1/3 等) */
        .numbertext {
          color: #f2f2f2;
          font-size: 12px;
          padding: 8px 12px;
          position: absolute;
          top: 0;
        }
        
        /* 标记符号 */
        .dot {
          cursor:pointer;
          height: 13px;
          width: 13px;
          margin: 0 2px;
          background-color: #bbb;
          border-radius: 50%;
          display: inline-block;
          transition: background-color 0.6s ease;
        }
        
        .active, .dot:hover {
          background-color: #717171;
        }
        
        /* 淡出动画 */
        .fade {
          -webkit-animation-name: fade;
          -webkit-animation-duration: 1.5s;
          animation-name: fade;
          animation-duration: 1.5s;
        }
        
        @-webkit-keyframes fade {
          from {opacity: .4} 
          to {opacity: 1}
        }
        
        @keyframes fade {
          from {opacity: .4} 
          to {opacity: 1}
        }