.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .row > .video-iframe-container { display: none; }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/461ca181-7682-48d3-b76e-e38e2bff749d/20240930145906.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV.adaptive-delivery-prevent-bg, #Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV.lazyload, #Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV.lazyloading { background-image: none; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container { background-color: transparent; background-image: none; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.03); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container > .video-iframe-container { display: none; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.03); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row > .video-iframe-container { display: none; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container { border-width: 0; border-radius: 0; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container { width:1200px;height:1286px;font-size:14px;font-family:arial;position:relative;display:block; }#aHaTA7ZgsmUOwExgzuEFKfdodg6tC4ad { color:#ffffff;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:40px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:2px 2px 3px rgba(0,0,0,0.5);top:98px;left:0px;height:52px;text-align:center;text-align-last:center;display:block; }
#aHxVmwk7IE1tOxoh2Ft0DCt3cATudubS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:639px;width:960px;display:none; }
#C88L3uzQo4aNJBfs4aSkIGk9kkcstAWA { position:absolute;display:block;z-index:15066;background-color:#fda37f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:54px;width:171px;top:225px;left:299px;display:block; }
#k2SeSEONvaPmrCVGyclINdt1MWC0HRZ4 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:236px;left:312px; }
#Tc1DTRm0vVfhDa95NBRfBeEa1NQ5IThF { color:#b21e1e;display:block;width:111px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:241px;left:350px;height:23.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nw76UZcbFd1BMMcrx97cJ1lxxbwpr086 { position:absolute;display:block;z-index:15067;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:44px;width:44px;top:229px;left:499px;display:block; }
#XKs87umrqy7R6Z68yrE2E9ab9BIzZvce { position:absolute;display:block;z-index:15068;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:44px;width:44px;top:229px;left:555px;display:block; }
#iIq6LK9rKhabMMRoyxse6Rapw5GywU93 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:29px;width:29px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:236px;left:506px; }
#r21RKpOoLBJ1cEPzBEtX0KWMbNTo9yq3 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:29px;width:29px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:236px;left:563px; }
#iLMQzlqbSNkDITHnfXKKq4ED8gxTwy88 { color:#000000;display:block;width:262px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:242px;left:608px;height:20.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#boVhmrygW5JNdG32u9cqUFfKXdr3cbWi { position:absolute;display:block;z-index:15066;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:54px;width:410px;top:225px;left:492px;display:block; }
#N1gEoRJMO2TZW4lVk4RaKlgnbVL8nzH6 { background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(223,223,223,0.54), #ffffff);background-image: -moz-linear-gradient(360deg, rgba(223,223,223,0.54), #ffffff);background-image: -ms-linear-gradient(360deg, rgba(223,223,223,0.54), #ffffff);background-image: -o-linear-gradient(360deg, rgba(223,223,223,0.54), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#89dfdfdf', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#89dfdfdf', endColorstr='#ffffff' );";background-image: linear-gradient(360deg, rgba(223,223,223,0.54), #ffffff);background-size:auto !important;border-top:1px solid #7d63d7;border-left:1px solid #7d63d7;border-right:1px solid #7d63d7;border-bottom:1px solid #7d63d7;border-top-left-radius:45px;border-top-right-radius:45px;border-bottom-left-radius:45px;border-bottom-right-radius:45px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:257px;height:68px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:538px;left:458px;display:none; }
#mlk0ds5cSOR84gyV4CfBrIAJt9T3c8On { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PG5w4woxHwLM8B45EXylKMewaLcqhTVv { position:absolute;display:block;z-index:14995;background-color:rgba(0,0,0,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.15);border-left:1px solid rgba(255,255,255,0.15);border-right:1px solid rgba(255,255,255,0.15);border-bottom:1px solid rgba(255,255,255,0.15);border-top-left-radius:025px;border-top-right-radius:025px;border-bottom-left-radius:025px;border-bottom-right-radius:025px;box-shadow: 1px 1px 40px rgba(0,0,0,0.33) ;height:1004px;width:922px;top:180px;left:138px;display:block; }
#KBvdzNPGLNZGvV6rbhQIsWlnTTX3Xmcb { box-sizing:content-box;height:335px;width:250px;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #107742, #010400);background-image: -moz-linear-gradient(360deg, #107742, #010400);background-image: -ms-linear-gradient(360deg, #107742, #010400);background-image: -o-linear-gradient(360deg, #107742, #010400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#107742', endColorstr='#010400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#107742', endColorstr='#010400' );";background-image: linear-gradient(360deg, #107742, #010400);background-size:auto !important;top:676px;left:185px;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;border-top:1px solid rgba(243,243,243,0.6);border-left:1px solid rgba(243,243,243,0.6);border-right:1px solid rgba(243,243,243,0.6);border-bottom:1px solid rgba(243,243,243,0.6);display:block; }
#oEvN9FP66ewTMwpp0MD0wiOQpEVbGT2A { color:#111416;display:block;width:163px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:685px;left:230px;height:46.7968px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X2zOVOARznBBUhZkdWeldcqUTzOUqvLu { box-sizing:content-box;height:65px;width:250px;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(168deg, #ffffff, #e7ffe0);background-image: -moz-linear-gradient(168deg, #ffffff, #e7ffe0);background-image: -ms-linear-gradient(168deg, #ffffff, #e7ffe0);background-image: -o-linear-gradient(168deg, #ffffff, #e7ffe0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7ffe0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7ffe0' );";background-image: linear-gradient(168deg, #ffffff, #e7ffe0);background-size:auto !important;top:676px;left:186px;border-top-left-radius:025px;border-top-right-radius:025px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
#QohdHDsZ6b353oD4cFz2SLoftwV9pApe { color:#000000;display:block;width:178px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:685px;left:801px;height:46.7968px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xDU14nvlTobhu5gzgvl194ncFJqoTdWT { box-sizing:content-box;height:65px;width:250px;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(168deg, #ffffff, #e7ffe0);background-image: -moz-linear-gradient(168deg, #ffffff, #e7ffe0);background-image: -ms-linear-gradient(168deg, #ffffff, #e7ffe0);background-image: -o-linear-gradient(168deg, #ffffff, #e7ffe0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7ffe0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7ffe0' );";background-image: linear-gradient(168deg, #ffffff, #e7ffe0);background-size:auto !important;top:676px;left:765px;border-top-left-radius:025px;border-top-right-radius:025px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
#vtc6TtWw9eVgUNMPNUX5aA8FRuUT4Zf6 { box-sizing:content-box;height:335px;width:250px;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #107742, #000000);background-image: -moz-linear-gradient(360deg, #107742, #000000);background-image: -ms-linear-gradient(360deg, #107742, #000000);background-image: -o-linear-gradient(360deg, #107742, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#107742', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#107742', endColorstr='#000000' );";background-image: linear-gradient(360deg, #107742, #000000);background-size:auto !important;top:676px;left:764px;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;border-top:1px solid rgba(243,243,243,0.6);border-left:1px solid rgba(243,243,243,0.6);border-right:1px solid rgba(243,243,243,0.6);border-bottom:1px solid rgba(243,243,243,0.6);display:block; }
#cqHmbG5gTKD7IEmWXH1Re8yWxnhqqTCv { box-sizing:content-box;height:335px;width:250px;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #107742, #000000);background-image: -moz-linear-gradient(360deg, #107742, #000000);background-image: -ms-linear-gradient(360deg, #107742, #000000);background-image: -o-linear-gradient(360deg, #107742, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#107742', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#107742', endColorstr='#000000' );";background-image: linear-gradient(360deg, #107742, #000000);background-size:auto !important;top:676px;left:475px;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;border-top:1px solid rgba(243,243,243,0.6);border-left:1px solid rgba(243,243,243,0.6);border-right:1px solid rgba(243,243,243,0.6);border-bottom:1px solid rgba(243,243,243,0.6);display:block; }
#P5wWaLVL1flqNwkuiH6wJPTRbnzo1pcw { color:#000000;display:block;width:163px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:685px;left:519px;height:46.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lMbXGT08gPpf52gwmP4SnAFaAlEtQt3l { box-sizing:content-box;height:65px;width:250px;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(168deg, #ffffff, #e7ffe0);background-image: -moz-linear-gradient(168deg, #ffffff, #e7ffe0);background-image: -ms-linear-gradient(168deg, #ffffff, #e7ffe0);background-image: -o-linear-gradient(168deg, #ffffff, #e7ffe0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7ffe0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7ffe0' );";background-image: linear-gradient(168deg, #ffffff, #e7ffe0);background-size:auto !important;top:676px;left:476px;border-top-left-radius:025px;border-top-right-radius:025px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
#I6TLMQcDhT2ny95cDQxNi2GzRDvlPuf5 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:157px;width:195px;top:791px;left:213px;overflow:hidden;display:block; }
#Znht3FDwfogX2UpD6o3D7BwN968cEk4R { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:161px;width:200px;top:789px;left:785px;overflow:hidden;display:block; }
#OzIBh67rcuBJtQGgxJE2x8DKWIXM5lC7 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:168px;width:111px;top:809px;left:544px;overflow:hidden;display:block; }
#vRxdlwL493CL1Kp1qy655ZqMZJybKlHl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #feefa0, #ffef51);background-image: -moz-linear-gradient(180deg, #feefa0, #ffef51);background-image: -ms-linear-gradient(180deg, #feefa0, #ffef51);background-image: -o-linear-gradient(180deg, #feefa0, #ffef51);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feefa0', endColorstr='#ffef51' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#feefa0', endColorstr='#ffef51' );";background-image: linear-gradient(180deg, #feefa0, #ffef51);background-size:auto !important;border-top:1px solid #ffcc33;border-left:1px solid #ffcc33;border-right:1px solid #ffcc33;border-bottom:1px solid #ffcc33;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lexend;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:187px;height:48px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:943px;left:797px;display:block; }
#PmhrXmxPbC30oo6sCzSf8ZpiaxglGWB9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZNRvRr6p36cFMJeBlk7ourShQCoEzOUK { color:#ffffff;display:block;width:162px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:761px;left:230px;height:;display:block; }#ZNRvRr6p36cFMJeBlk7ourShQCoEzOUK li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ZNRvRr6p36cFMJeBlk7ourShQCoEzOUK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b72143fc6de6e0632857e7b3659a81ce49a047a.svg); }
#xs9tfnWREkanQC4wm54be25RPeRNTJlr { color:#ffffff;display:block;width:162px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:761px;left:519px;height:;display:block; }#xs9tfnWREkanQC4wm54be25RPeRNTJlr li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#xs9tfnWREkanQC4wm54be25RPeRNTJlr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b72143fc6de6e0632857e7b3659a81ce49a047a.svg); }
#WtaTQBVWgDc5pm4EOxR2mm5r5pBlJXBd { color:#ffffff;display:block;width:162px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:763px;left:809px;height:41.375px;display:block; }#WtaTQBVWgDc5pm4EOxR2mm5r5pBlJXBd li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#WtaTQBVWgDc5pm4EOxR2mm5r5pBlJXBd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b72143fc6de6e0632857e7b3659a81ce49a047a.svg); }
#FFxbifumlQ8FBNGzaGwTnLelhLGaxDw9 { position:absolute;display:block;z-index:15018;height:292px;width:520px;top:348px;left:340px;display:block; }
#KoCR9pp8zeFTgz8HeEkSP6b0rv4aZPxt { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:292px;width:520px;top:348px;left:340px;overflow:hidden;display:block; }
#JdC9T9ZrN6y81shmoRr9AwDvJi13sRax { color:#ffffff;display:block;width:506px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:314px;left:347px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VQWJBo8G67hBy3DNGxpWm5rsqfzx0FST { position:absolute;display:block;z-index:15080;height:75px;width:380px;top:1054px;left:410px;display:block; }
#LGI3xaUXAPIWSCWF0thKzntTNyWHf3Jq { position:absolute;display:block;z-index:15044;height:48px;width:187px;top:943px;left:218px;display:block; }
#ErndTs37eEnVFPQvhZ0Cn5QkdxnwbQT6 { position:absolute;display:block;z-index:15049;height:48px;width:187px;top:943px;left:507px;display:block; }
#r6CziVZuBXOpRyQPamC0ea7TM9dfzvJI { position:absolute;display:block;z-index:15050;height:48px;width:187px;top:943px;left:797px;display:block; }
#CFyI1qK7EXWPCcqSRy4GDBFiIi49Cpft { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #feefa0, #ffef51);background-image: -moz-linear-gradient(180deg, #feefa0, #ffef51);background-image: -ms-linear-gradient(180deg, #feefa0, #ffef51);background-image: -o-linear-gradient(180deg, #feefa0, #ffef51);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feefa0', endColorstr='#ffef51' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#feefa0', endColorstr='#ffef51' );";background-image: linear-gradient(180deg, #feefa0, #ffef51);background-size:auto !important;border-top:1px solid #ffcc33;border-left:1px solid #ffcc33;border-right:1px solid #ffcc33;border-bottom:1px solid #ffcc33;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lexend;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:187px;height:48px;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:943px;left:507px;display:block; }
#bHpIU6RKQNDlJUZuhv8wC1aPzDkZmNlC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xlod8vG8T4GlMDWJCoTkeUWyhTGpKIeK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #feefa0, #ffef51);background-image: -moz-linear-gradient(180deg, #feefa0, #ffef51);background-image: -ms-linear-gradient(180deg, #feefa0, #ffef51);background-image: -o-linear-gradient(180deg, #feefa0, #ffef51);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feefa0', endColorstr='#ffef51' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#feefa0', endColorstr='#ffef51' );";background-image: linear-gradient(180deg, #feefa0, #ffef51);background-size:auto !important;border-top:1px solid #ffcc33;border-left:1px solid #ffcc33;border-right:1px solid #ffcc33;border-bottom:1px solid #ffcc33;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lexend;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:187px;height:48px;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:943px;left:218px;display:block; }
#wuW6gFLPJL88v7WoM7N5zGCRQBeDDvaL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CrI8BKx6qllI6eDPMOvWL4c5N8eedMvo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46px;width:196px;top:32px;left:502px;overflow:hidden;display:block; }
#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0665b59f-e8a7-45fb-af7e-adfd950c8b11/cbdaf448e5c14ff098d0d04f193440cc.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A.adaptive-delivery-prevent-bg, #L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A.lazyload, #L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A.lazyloading { background-image: none; }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A > .row .container { background-color: transparent; background-image: none; }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.88); }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A > .row .container > .video-iframe-container { display: none; }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.88); }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A > .row > .video-iframe-container { display: none; }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A > .row .container { border-width: 0; border-radius: 0; }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A > .row .container { width:1200px;height:831px;font-size:14px;font-family:"open sans";position:relative;display:block; }#zT4P8OcB6Q2VbEkB3zGC1rwUTTeeK2gk { color:#0f1114;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:30px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:73px;left:0px;height:39px;text-align:center;text-align-last:center;display:block; }
#bdJ826cZ9G0QmTWTmTkidoItCbqLGrhh { position:absolute;display:block;z-index:15073;border-top:1px solid rgba(16,119,66,0.5);border-left:1px solid rgba(16,119,66,0.5);border-right:1px solid rgba(16,119,66,0.5);border-bottom:1px solid rgba(16,119,66,0.5);border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 3px 3px 10px #107742 ;height:213px;width:166px;top:156px;left:104px;overflow:hidden;display:block; }
#igK6onkHRrW1vIVyBWSgxmEJ1cVvUvET { position:absolute;display:block;z-index:15074;border-top:1px solid rgba(16,119,66,0.5);border-left:1px solid rgba(16,119,66,0.5);border-right:1px solid rgba(16,119,66,0.5);border-bottom:1px solid rgba(16,119,66,0.5);border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 3px 3px 10px #107742 ;height:213px;width:166px;top:156px;left:310px;overflow:hidden;display:block; }
#BKiGTHlqn9LHKyCQL5uK4XPQoAGXZTkw { position:absolute;display:block;z-index:15075;border-top:1px solid rgba(16,119,66,0.5);border-left:1px solid rgba(16,119,66,0.5);border-right:1px solid rgba(16,119,66,0.5);border-bottom:1px solid rgba(16,119,66,0.5);border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 3px 3px 10px #107742 ;height:213px;width:166px;top:156px;left:516px;overflow:hidden;display:block; }
#ChXG47NTf1uy9BST5C8ZLTAi85M1I5C9 { position:absolute;display:block;z-index:15077;border-top:1px solid rgba(16,119,66,0.5);border-left:1px solid rgba(16,119,66,0.5);border-right:1px solid rgba(16,119,66,0.5);border-bottom:1px solid rgba(16,119,66,0.5);border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 3px 3px 10px #107742 ;height:213px;width:166px;top:156px;left:720px;overflow:hidden;display:block; }
#nxLqZfpZQihFAiMblfcr6NzakB7wSoze { position:absolute;display:block;z-index:15076;border-top:1px solid rgba(16,119,66,0.5);border-left:1px solid rgba(16,119,66,0.5);border-right:1px solid rgba(16,119,66,0.5);border-bottom:1px solid rgba(16,119,66,0.5);border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 3px 3px 10px #107742 ;height:213px;width:166px;top:156px;left:925px;overflow:hidden;display:block; }
#VGqWh1QsfdyrlINaoIJu8lc1KcAdTUTl { position:absolute;display:block;z-index:15078;border-top:1px solid rgba(16,119,66,0.5);border-left:1px solid rgba(16,119,66,0.5);border-right:1px solid rgba(16,119,66,0.5);border-bottom:1px solid rgba(16,119,66,0.5);border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 3px 3px 10px #107742 ;height:213px;width:166px;top:419px;left:107px;overflow:hidden;display:block; }
#tAvhRW3TJmfL4q8rP9zH6AaQrzhCreZw { position:absolute;display:block;z-index:15079;border-top:1px solid rgba(16,119,66,0.5);border-left:1px solid rgba(16,119,66,0.5);border-right:1px solid rgba(16,119,66,0.5);border-bottom:1px solid rgba(16,119,66,0.5);border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 3px 3px 10px #107742 ;height:213px;width:166px;top:419px;left:313px;overflow:hidden;display:block; }
#HGgXEtPWSfTsE3IlcUFGgfnmThFbDEq7 { position:absolute;display:block;z-index:15080;border-top:1px solid rgba(16,119,66,0.5);border-left:1px solid rgba(16,119,66,0.5);border-right:1px solid rgba(16,119,66,0.5);border-bottom:1px solid rgba(16,119,66,0.5);border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 3px 3px 10px #107742 ;height:213px;width:166px;top:419px;left:519px;overflow:hidden;display:block; }
#tT163gAvKr3NSLqFPx00aeA7J3VA6v82 { position:absolute;display:block;z-index:15082;border-top:1px solid rgba(16,119,66,0.5);border-left:1px solid rgba(16,119,66,0.5);border-right:1px solid rgba(16,119,66,0.5);border-bottom:1px solid rgba(16,119,66,0.5);border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 3px 3px 10px #107742 ;height:213px;width:166px;top:419px;left:723px;overflow:hidden;display:block; }
#blFy6STGF2IzM1aP95rrktoQQXR2wgu3 { position:absolute;display:block;z-index:15081;border-top:1px solid rgba(16,119,66,0.5);border-left:1px solid rgba(16,119,66,0.5);border-right:1px solid rgba(16,119,66,0.5);border-bottom:1px solid rgba(16,119,66,0.5);border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 3px 3px 10px #107742 ;height:213px;width:166px;top:419px;left:928px;overflow:hidden;display:block; }
#KuBi7BgUJN8oLGI1CfiuknWD17qnxset { position:absolute;display:block;z-index:15050;height:60px;width:240px;top:668px;left:480px;display:block; }
#totrdzd7SFH8B14DCkueW6t9fKwsrSDv { background-color:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#J706a71844e3d25bfed1512720859454.widget-smartsection { background-color:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#totrdzd7SFH8B14DCkueW6t9fKwsrSDv > .row .container { background-color: transparent; background-image: none; }#totrdzd7SFH8B14DCkueW6t9fKwsrSDv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#totrdzd7SFH8B14DCkueW6t9fKwsrSDv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#totrdzd7SFH8B14DCkueW6t9fKwsrSDv > .row .container > .video-iframe-container { display: none; }#totrdzd7SFH8B14DCkueW6t9fKwsrSDv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#totrdzd7SFH8B14DCkueW6t9fKwsrSDv > .row > .video-iframe-container { display: none; }#totrdzd7SFH8B14DCkueW6t9fKwsrSDv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#totrdzd7SFH8B14DCkueW6t9fKwsrSDv > .row .container { border-width: 0; border-radius: 0; }#totrdzd7SFH8B14DCkueW6t9fKwsrSDv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#totrdzd7SFH8B14DCkueW6t9fKwsrSDv > .row .container { font-size:14px;font-family:arial;height:357px;width:1200px;overflow:visible;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV { display:block; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHaTA7ZgsmUOwExgzuEFKfdodg6tC4ad { width:764px;height:52px;top:98px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #aHxVmwk7IE1tOxoh2Ft0DCt3cATudubS { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #C88L3uzQo4aNJBfs4aSkIGk9kkcstAWA { top:225px;left:81px;width:171px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #k2SeSEONvaPmrCVGyclINdt1MWC0HRZ4 { top:236px;left:94px;width:32px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Tc1DTRm0vVfhDa95NBRfBeEa1NQ5IThF { width:111px;height:23px;top:241px;left:132px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nw76UZcbFd1BMMcrx97cJ1lxxbwpr086 { top:229px;left:281px;width:44px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #XKs87umrqy7R6Z68yrE2E9ab9BIzZvce { top:229px;left:337px;width:44px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #iIq6LK9rKhabMMRoyxse6Rapw5GywU93 { top:236px;left:288px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #r21RKpOoLBJ1cEPzBEtX0KWMbNTo9yq3 { top:236px;left:345px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #iLMQzlqbSNkDITHnfXKKq4ED8gxTwy88 { width:262px;height:20px;top:242px;left:390px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #boVhmrygW5JNdG32u9cqUFfKXdr3cbWi { top:225px;left:274px;width:410px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #N1gEoRJMO2TZW4lVk4RaKlgnbVL8nzH6 { width:257px;height:68px;top:538px;left:240px;display:none; }
 }@media only screen and (max-width: 763px) { #mlk0ds5cSOR84gyV4CfBrIAJt9T3c8On { display:block; }
 }@media only screen and (max-width: 763px) { #PG5w4woxHwLM8B45EXylKMewaLcqhTVv { width:762px;height:1004px;top:180px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KBvdzNPGLNZGvV6rbhQIsWlnTTX3Xmcb { top:676px;left:0px;width:250px;height:335px;display:block; }
 }@media only screen and (max-width: 763px) { #oEvN9FP66ewTMwpp0MD0wiOQpEVbGT2A { top:685px;left:12px;width:163px;height:46px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #X2zOVOARznBBUhZkdWeldcqUTzOUqvLu { top:676px;left:0px;width:250px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #QohdHDsZ6b353oD4cFz2SLoftwV9pApe { top:685px;left:583px;width:178px;height:46px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xDU14nvlTobhu5gzgvl194ncFJqoTdWT { top:676px;left:514px;width:250px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #vtc6TtWw9eVgUNMPNUX5aA8FRuUT4Zf6 { top:676px;left:512px;width:250px;height:335px;display:block; }
 }@media only screen and (max-width: 763px) { #cqHmbG5gTKD7IEmWXH1Re8yWxnhqqTCv { top:676px;left:257px;width:250px;height:335px;display:block; }
 }@media only screen and (max-width: 763px) { #P5wWaLVL1flqNwkuiH6wJPTRbnzo1pcw { top:685px;left:301px;width:163px;height:46px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #lMbXGT08gPpf52gwmP4SnAFaAlEtQt3l { top:676px;left:258px;width:250px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #I6TLMQcDhT2ny95cDQxNi2GzRDvlPuf5 { top:791px;left:0px;width:195px;height:157px;display:block; }
 }@media only screen and (max-width: 763px) { #Znht3FDwfogX2UpD6o3D7BwN968cEk4R { top:789px;left:564px;width:200px;height:161px;display:block; }
 }@media only screen and (max-width: 763px) { #OzIBh67rcuBJtQGgxJE2x8DKWIXM5lC7 { top:809px;left:326px;width:111px;height:168px;display:block; }
 }@media only screen and (max-width: 763px) { #vRxdlwL493CL1Kp1qy655ZqMZJybKlHl { width:187px;height:48px;top:943px;left:577px;display:block; }
 }@media only screen and (max-width: 763px) { #PmhrXmxPbC30oo6sCzSf8ZpiaxglGWB9 { display:block; }
 }@media only screen and (max-width: 763px) { #ZNRvRr6p36cFMJeBlk7ourShQCoEzOUK { top:761px;left:12px;width:162px;height:;font-size:12px;display:block; }#ZNRvRr6p36cFMJeBlk7ourShQCoEzOUK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b72143fc6de6e0632857e7b3659a81ce49a047a.svg); }
 }@media only screen and (max-width: 763px) { #xs9tfnWREkanQC4wm54be25RPeRNTJlr { top:761px;left:301px;width:162px;height:;font-size:12px;display:block; }#xs9tfnWREkanQC4wm54be25RPeRNTJlr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b72143fc6de6e0632857e7b3659a81ce49a047a.svg); }
 }@media only screen and (max-width: 763px) { #WtaTQBVWgDc5pm4EOxR2mm5r5pBlJXBd { top:763px;left:591px;width:162px;height:41px;font-size:12px;display:block; }#WtaTQBVWgDc5pm4EOxR2mm5r5pBlJXBd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b72143fc6de6e0632857e7b3659a81ce49a047a.svg); }
 }@media only screen and (max-width: 763px) { #FFxbifumlQ8FBNGzaGwTnLelhLGaxDw9 { top:348px;left:122px;width:520px;height:292px;display:block; }
 }@media only screen and (max-width: 763px) { #KoCR9pp8zeFTgz8HeEkSP6b0rv4aZPxt { top:348px;left:122px;width:520px;height:292px;display:block; }
 }@media only screen and (max-width: 763px) { #JdC9T9ZrN6y81shmoRr9AwDvJi13sRax { top:314px;left:129px;width:506px;height:20px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #VQWJBo8G67hBy3DNGxpWm5rsqfzx0FST { top:1054px;left:192px;width:380px;height:75px;display:none; }
 }@media only screen and (max-width: 763px) { #LGI3xaUXAPIWSCWF0thKzntTNyWHf3Jq { top:943px;left:0px;width:187px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #ErndTs37eEnVFPQvhZ0Cn5QkdxnwbQT6 { top:943px;left:289px;width:187px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #r6CziVZuBXOpRyQPamC0ea7TM9dfzvJI { top:943px;left:577px;width:187px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #CFyI1qK7EXWPCcqSRy4GDBFiIi49Cpft { width:187px;height:48px;top:943px;left:289px;display:block; }
 }@media only screen and (max-width: 763px) { #bHpIU6RKQNDlJUZuhv8wC1aPzDkZmNlC { display:block; }
 }@media only screen and (max-width: 763px) { #xlod8vG8T4GlMDWJCoTkeUWyhTGpKIeK { width:187px;height:48px;top:943px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wuW6gFLPJL88v7WoM7N5zGCRQBeDDvaL { display:block; }
 }@media only screen and (max-width: 763px) { #CrI8BKx6qllI6eDPMOvWL4c5N8eedMvo { top:32px;left:284px;width:196px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A { display:block; }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zT4P8OcB6Q2VbEkB3zGC1rwUTTeeK2gk { width:764px;height:39px;top:73px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bdJ826cZ9G0QmTWTmTkidoItCbqLGrhh { top:156px;left:0px;width:166px;height:213px;display:block; }
 }@media only screen and (max-width: 763px) { #igK6onkHRrW1vIVyBWSgxmEJ1cVvUvET { top:156px;left:92px;width:166px;height:213px;display:block; }
 }@media only screen and (max-width: 763px) { #BKiGTHlqn9LHKyCQL5uK4XPQoAGXZTkw { top:156px;left:298px;width:166px;height:213px;display:block; }
 }@media only screen and (max-width: 763px) { #ChXG47NTf1uy9BST5C8ZLTAi85M1I5C9 { top:156px;left:502px;width:166px;height:213px;display:block; }
 }@media only screen and (max-width: 763px) { #nxLqZfpZQihFAiMblfcr6NzakB7wSoze { top:156px;left:596px;width:166px;height:213px;display:block; }
 }@media only screen and (max-width: 763px) { #VGqWh1QsfdyrlINaoIJu8lc1KcAdTUTl { top:419px;left:0px;width:166px;height:213px;display:block; }
 }@media only screen and (max-width: 763px) { #tAvhRW3TJmfL4q8rP9zH6AaQrzhCreZw { top:419px;left:95px;width:166px;height:213px;display:block; }
 }@media only screen and (max-width: 763px) { #HGgXEtPWSfTsE3IlcUFGgfnmThFbDEq7 { top:419px;left:301px;width:166px;height:213px;display:block; }
 }@media only screen and (max-width: 763px) { #tT163gAvKr3NSLqFPx00aeA7J3VA6v82 { top:419px;left:505px;width:166px;height:213px;display:block; }
 }@media only screen and (max-width: 763px) { #blFy6STGF2IzM1aP95rrktoQQXR2wgu3 { top:419px;left:596px;width:166px;height:213px;display:block; }
 }@media only screen and (max-width: 763px) { #KuBi7BgUJN8oLGI1CfiuknWD17qnxset { top:668px;left:262px;width:240px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #totrdzd7SFH8B14DCkueW6t9fKwsrSDv { display:block; }#J706a71844e3d25bfed1512720859454.widget-smartsection { display:block; }#totrdzd7SFH8B14DCkueW6t9fKwsrSDv > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/461ca181-7682-48d3-b76e-e38e2bff749d/20240930145906.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV.adaptive-delivery-prevent-bg, #Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV.lazyload, #Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV.lazyloading { background-image: none; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container { background-color: transparent; background-image: none; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,35,0,0.18); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container > .video-iframe-container { display: none; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,35,0,0.18); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row > .video-iframe-container { display: none; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container { width:320px;height:1024px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHaTA7ZgsmUOwExgzuEFKfdodg6tC4ad { width:279px;height:65px;top:65px;left:21px;text-align:center;text-align-last:center;font-family:montserrat;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #aHxVmwk7IE1tOxoh2Ft0DCt3cATudubS { top:0px;left:0px;width:318px;height:209px;z-index:14998;overflow:hidden;border-top-left-radius:015px;border-top-right-radius:015px;border-bottom-left-radius:015px;border-bottom-right-radius:015px;border-top:1px solid #646464;border-left:1px solid #646464;border-right:1px solid #646464;border-bottom:1px solid #646464;display:none; }
 }@media only screen and (max-width: 763px) { #C88L3uzQo4aNJBfs4aSkIGk9kkcstAWA { width:171px;height:47px;top:470px;left:75px;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #k2SeSEONvaPmrCVGyclINdt1MWC0HRZ4 { display:flex;width:32px;height:32px;top:478px;left:89px;display:none; }
 }@media only screen and (max-width: 763px) { #Tc1DTRm0vVfhDa95NBRfBeEa1NQ5IThF { width:111px;height:0;top:484px;left:132px;text-align:left;text-align-last:left;font-size:16px;font-weight:400;font-style:normal;color:#b21e1e;display:none; }
 }@media only screen and (max-width: 763px) { #nw76UZcbFd1BMMcrx97cJ1lxxbwpr086 { width:44px;height:44px;top:1053px;left:30px;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #XKs87umrqy7R6Z68yrE2E9ab9BIzZvce { width:44px;height:44px;top:1053px;left:79px;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #iIq6LK9rKhabMMRoyxse6Rapw5GywU93 { display:flex;width:29px;height:29px;top:1061px;left:38px;display:none; }
 }@media only screen and (max-width: 763px) { #r21RKpOoLBJ1cEPzBEtX0KWMbNTo9yq3 { display:flex;width:29px;height:29px;top:1061px;left:87px;display:none; }
 }@media only screen and (max-width: 763px) { #iLMQzlqbSNkDITHnfXKKq4ED8gxTwy88 { width:131px;height:0;top:1057px;left:138px;text-align:left;text-align-last:left;font-size:14px;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #boVhmrygW5JNdG32u9cqUFfKXdr3cbWi { width:280px;height:54px;top:1048px;left:20px;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #N1gEoRJMO2TZW4lVk4RaKlgnbVL8nzH6 { top:625.5px;left:20px;width:280px;height:52px;z-index:15078;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;font-family:montserrat;background-color:#fefefe;background-image:none;border-top:1px solid #a5a5a5;border-left:1px solid #a5a5a5;border-right:1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;color:#000000;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #mlk0ds5cSOR84gyV4CfBrIAJt9T3c8On { display:block; }
 }@media only screen and (max-width: 763px) { #PG5w4woxHwLM8B45EXylKMewaLcqhTVv { width:318px;height:739px;top:272.7578125px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #KBvdzNPGLNZGvV6rbhQIsWlnTTX3Xmcb { width:152px;height:230px;top:484px;left:0px;z-index:15000;border-top:1px solid rgba(243,243,243,0.6);border-left:1px solid rgba(243,243,243,0.6);border-right:1px solid rgba(243,243,243,0.6);border-bottom:1px solid rgba(243,243,243,0.6);background-color:transparent;background-image: -webkit-linear-gradient(360deg, #107742, #000000);background-image: -moz-linear-gradient(360deg, #107742, #000000);background-image: -ms-linear-gradient(360deg, #107742, #000000);background-image: -o-linear-gradient(360deg, #107742, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#107742', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#107742', endColorstr='#000000' );";background-image: linear-gradient(360deg, #107742, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oEvN9FP66ewTMwpp0MD0wiOQpEVbGT2A { width:135px;height:36.3906px;top:491px;left:10px;font-size:14px;color:#000000;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #X2zOVOARznBBUhZkdWeldcqUTzOUqvLu { width:152px;height:52px;top:484px;left:1px;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(168deg, rgba(251,255,251,0.94), #e7ffe0);background-image: -moz-linear-gradient(168deg, rgba(251,255,251,0.94), #e7ffe0);background-image: -ms-linear-gradient(168deg, rgba(251,255,251,0.94), #e7ffe0);background-image: -o-linear-gradient(168deg, rgba(251,255,251,0.94), #e7ffe0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#effbfffb', endColorstr='#e7ffe0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#effbfffb', endColorstr='#e7ffe0' );";background-image: linear-gradient(168deg, rgba(251,255,251,0.94), #e7ffe0);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QohdHDsZ6b353oD4cFz2SLoftwV9pApe { width:135px;height:36.3906px;top:741px;left:93px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xDU14nvlTobhu5gzgvl194ncFJqoTdWT { width:152px;height:52px;top:733px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #vtc6TtWw9eVgUNMPNUX5aA8FRuUT4Zf6 { width:152px;height:230px;top:733px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #cqHmbG5gTKD7IEmWXH1Re8yWxnhqqTCv { width:152px;height:230px;top:484px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #P5wWaLVL1flqNwkuiH6wJPTRbnzo1pcw { width:135px;height:36.3906px;top:492px;left:176px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #lMbXGT08gPpf52gwmP4SnAFaAlEtQt3l { width:152px;height:52px;top:484px;left:167px;display:block; }
 }@media only screen and (max-width: 763px) { #I6TLMQcDhT2ny95cDQxNi2GzRDvlPuf5 { width:101px;height:81px;top:582.1875px;left:26.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Znht3FDwfogX2UpD6o3D7BwN968cEk4R { width:102px;height:82px;top:831px;left:109px;display:block; }
 }@media only screen and (max-width: 763px) { #OzIBh67rcuBJtQGgxJE2x8DKWIXM5lC7 { width:62px;height:93px;top:588px;left:212px;display:block; }
 }@media only screen and (max-width: 763px) { #vRxdlwL493CL1Kp1qy655ZqMZJybKlHl { width:112px;height:39px;top:912px;left:104px;box-shadow: none;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PmhrXmxPbC30oo6sCzSf8ZpiaxglGWB9 { display:block; }
 }@media only screen and (max-width: 763px) { #ZNRvRr6p36cFMJeBlk7ourShQCoEzOUK { width:136px;height:36.1875px;top:546px;left:9px;font-size:12px;z-index:15069;color:#ffffff;display:block; }#ZNRvRr6p36cFMJeBlk7ourShQCoEzOUK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b72143fc6de6e0632857e7b3659a81ce49a047a.svg); }
 }@media only screen and (max-width: 763px) { #xs9tfnWREkanQC4wm54be25RPeRNTJlr { width:136px;height:36.1875px;top:546px;left:175px;font-size:12px;display:block; }#xs9tfnWREkanQC4wm54be25RPeRNTJlr li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#xs9tfnWREkanQC4wm54be25RPeRNTJlr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b72143fc6de6e0632857e7b3659a81ce49a047a.svg); }
 }@media only screen and (max-width: 763px) { #WtaTQBVWgDc5pm4EOxR2mm5r5pBlJXBd { width:136px;height:36.1875px;top:802px;left:92px;font-size:12px;display:block; }#WtaTQBVWgDc5pm4EOxR2mm5r5pBlJXBd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b72143fc6de6e0632857e7b3659a81ce49a047a.svg); }
 }@media only screen and (max-width: 763px) { #FFxbifumlQ8FBNGzaGwTnLelhLGaxDw9 { width:320px;height:170px;top:177px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KoCR9pp8zeFTgz8HeEkSP6b0rv4aZPxt { width:320px;height:171px;top:177px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JdC9T9ZrN6y81shmoRr9AwDvJi13sRax { width:320px;height:16.8984px;top:152px;left:0px;font-size:13px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VQWJBo8G67hBy3DNGxpWm5rsqfzx0FST { top:384px;left:35px;width:250px;height:60px;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #LGI3xaUXAPIWSCWF0thKzntTNyWHf3Jq { width:112px;height:39px;top:664px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ErndTs37eEnVFPQvhZ0Cn5QkdxnwbQT6 { width:112px;height:39px;top:665px;left:188px;display:block; }
 }@media only screen and (max-width: 763px) { #r6CziVZuBXOpRyQPamC0ea7TM9dfzvJI { width:112px;height:39px;top:912px;left:104px;display:block; }
 }@media only screen and (max-width: 763px) { #CFyI1qK7EXWPCcqSRy4GDBFiIi49Cpft { width:187px;height:48px;top:1067px;left:66px;box-shadow: none;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #bHpIU6RKQNDlJUZuhv8wC1aPzDkZmNlC { display:block; }
 }@media only screen and (max-width: 763px) { #xlod8vG8T4GlMDWJCoTkeUWyhTGpKIeK { width:187px;height:48px;top:999px;left:66px;box-shadow: none;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #wuW6gFLPJL88v7WoM7N5zGCRQBeDDvaL { display:block; }
 }@media only screen and (max-width: 763px) { #CrI8BKx6qllI6eDPMOvWL4c5N8eedMvo { width:120px;height:32px;top:17px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4c675878-2e50-4e61-8ada-b33d8461e9fd/20241022144525.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A.adaptive-delivery-prevent-bg, #L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A.lazyload, #L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A.lazyloading { background-image: none; }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A > .row .container { background-color: transparent; background-image: none; }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A > .row .container > .video-iframe-container { display: none; }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A > .row > .video-iframe-container { display: none; }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A > .row .container { border-width: 0; border-radius: 0; }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L4vCUmcMW7T3bo90VFp6UphmuiqB1e7A > .row .container { width:320px;height:708px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zT4P8OcB6Q2VbEkB3zGC1rwUTTeeK2gk { width:320px;height:52px;top:33px;left:0px;text-align:center;text-align-last:center;font-family:montserrat;font-size:20px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bdJ826cZ9G0QmTWTmTkidoItCbqLGrhh { width:100px;height:128px;top:113px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #igK6onkHRrW1vIVyBWSgxmEJ1cVvUvET { width:100px;height:128px;top:113px;left:109px;display:block; }
 }@media only screen and (max-width: 763px) { #BKiGTHlqn9LHKyCQL5uK4XPQoAGXZTkw { width:100px;height:128px;top:113px;left:218px;display:block; }
 }@media only screen and (max-width: 763px) { #ChXG47NTf1uy9BST5C8ZLTAi85M1I5C9 { width:100px;height:128px;top:265px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nxLqZfpZQihFAiMblfcr6NzakB7wSoze { width:100px;height:128px;top:265px;left:109px;display:block; }
 }@media only screen and (max-width: 763px) { #VGqWh1QsfdyrlINaoIJu8lc1KcAdTUTl { width:100px;height:128px;top:265px;left:218px;display:block; }
 }@media only screen and (max-width: 763px) { #tAvhRW3TJmfL4q8rP9zH6AaQrzhCreZw { width:100px;height:128px;top:420px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HGgXEtPWSfTsE3IlcUFGgfnmThFbDEq7 { width:100px;height:128px;top:420px;left:109px;display:block; }
 }@media only screen and (max-width: 763px) { #tT163gAvKr3NSLqFPx00aeA7J3VA6v82 { width:100px;height:128px;top:420px;left:218px;display:block; }
 }@media only screen and (max-width: 763px) { #blFy6STGF2IzM1aP95rrktoQQXR2wgu3 { width:100px;height:128px;top:2545px;left:88px;display:none; }
 }@media only screen and (max-width: 763px) { #KuBi7BgUJN8oLGI1CfiuknWD17qnxset { width:187px;height:48px;top:583px;left:66.5px;display:block; }
 }@media only screen and (max-width: 763px) { #totrdzd7SFH8B14DCkueW6t9fKwsrSDv { display:block; }#J706a71844e3d25bfed1512720859454.widget-smartsection { display:block; }#totrdzd7SFH8B14DCkueW6t9fKwsrSDv > .row .container { width:320px;height:877px;position:relative;display:block; } }