.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfffe;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row .container { background-color: transparent; background-image: none; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row .container > .video-iframe-container { display: none; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row > .video-iframe-container { display: none; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .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); }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row .container { border-width: 0; border-radius: 0; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row .container { font-size:14px;font-family:arial;height:74px;width:1200px;position:relative;display:block; }#uZnAQtXOMHUKmVaPrwXRJ5vvr8X0EFqT { 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:40px;width:164px;top:18px;left:111.5px;overflow:hidden;display:block; }
#MI3M1iwRWL5ULgOTBwHmaUh3aOvmyGOp { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #107742, #15af60);background-image: -moz-linear-gradient(360deg, #107742, #15af60);background-image: -ms-linear-gradient(360deg, #107742, #15af60);background-image: -o-linear-gradient(360deg, #107742, #15af60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#107742', endColorstr='#15af60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#107742', endColorstr='#15af60' );";background-image: linear-gradient(360deg, #107742, #15af60);background-size:auto !important;border-top:1px solid rgba(16,119,66,0.51);border-left:1px solid rgba(16,119,66,0.51);border-right:1px solid rgba(16,119,66,0.51);border-bottom:1px solid rgba(16,119,66,0.51);border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:171px;height:47px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:15px;left:925px;display:block; }
#D6hGTUtL5FcH4mumBiVWF9FhxNs0aUuI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#U1su8mXokaa4EIE8WMR2i1zapxhmgG3n { position:absolute;display:block;z-index:15011;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:34px;width:41px;top:16px;left:1070px;overflow:hidden;display:block; }
#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b { background-color:#ffffff;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:fixed;background-size:cover !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; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b.adaptive-delivery-prevent-bg, #cS24LPRkkOCE6k2LcoAHatvm7NTZg52b.lazyload, #cS24LPRkkOCE6k2LcoAHatvm7NTZg52b.lazyloading { background-image: none; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row .container { background-color: transparent; background-image: none; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row .container > .video-iframe-container { display: none; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row > .video-iframe-container { display: none; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .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); }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row .container { border-width: 0; border-radius: 0; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row .container { font-size:14px;font-family:arial;height:826px;width:1200px;overflow:visible;position:relative;display:block; }#bC1kyOoCclmWW007xaWQGEiOOLmnSAbb { color:#ffffff;display:block;width:506px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:274.609375px;left:347px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xVegebQmqwJdGgtCc95Sc8vxkZhx9NmN { position:absolute;display:block;z-index:15008;border-top:1px solid rgba(255,255,255,0.55);border-left:1px solid rgba(255,255,255,0.55);border-right:1px solid rgba(255,255,255,0.55);border-bottom:1px solid rgba(255,255,255,0.55);border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:193px;width:398px;top:241px;left:63.7265625px;overflow:hidden;display:none; }
#siz0UB2kzdnUkJSXEZXbCyhuSpNbyrRQ { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #107742, #15af60);background-image: -moz-linear-gradient(360deg, #107742, #15af60);background-image: -ms-linear-gradient(360deg, #107742, #15af60);background-image: -o-linear-gradient(360deg, #107742, #15af60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#107742', endColorstr='#15af60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#107742', endColorstr='#15af60' );";background-image: linear-gradient(360deg, #107742, #15af60);background-size:auto !important;border-top:1px solid rgba(16,119,66,0.51);border-left:1px solid rgba(16,119,66,0.51);border-right:1px solid rgba(16,119,66,0.51);border-bottom:1px solid rgba(16,119,66,0.51);border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:335px;height:72px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:644px;left:432.5px;display:block; }
#eZfZza48pCHH6menFAduBpHZL0E7rgAa { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sDBKOXwHvdG0IQT2P6o5OhP4mZQC0XW8 { box-sizing:content-box;height:364px;width:560px;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(168deg, #107742, #000000);background-image: -moz-linear-gradient(168deg, #107742, #000000);background-image: -ms-linear-gradient(168deg, #107742, #000000);background-image: -o-linear-gradient(168deg, #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(168deg, #107742, #000000);background-size:auto !important;top:256.3828125px;left:319px;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 0 2px 20px #107742 ;border-top:1px solid #107742;border-left:1px solid #107742;border-right:1px solid #107742;border-bottom:1px solid #107742;display:block; }
#sISBQNoatIroTn7nJSm8yEO2IMTIH5x8 { 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:48px;width:57px;top:644px;left:730px;overflow:hidden;display:block; }
#leAcR4BPNt8WLIa6SzeK8nxSZgpvQn22 { color:#ffcc33;display:block;width:548px;position:absolute;font-family:montserrat;font-size:30px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #339e00;top:177px;left:326px;height:0;text-align:center;text-align-last:center;display:none; }
#iT2Tnl1Wk3i48GOueCoT0wZohWRtSfty { color:#ffffff;display:block;width:283px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:167.9921875px;left:274px;height:23.3984px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sq4GOH1F3xK71H0FH8pE5sKISQeDW6Tm { color:#efbc32;display:block;width:317px;position:absolute;font-family:montserrat;font-size:45px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:92.984375px;left:274px;height:58.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nTxRVHMrUZw9U7Tw5Ou9hoAwAbdCJkzP { color:#ffffff;display:block;width:283px;position:absolute;font-family:montserrat;font-size:25px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:55.6015625px;left:274px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SC71II0ocx1spGzsqDt9yhxtN85uvT3e { position:absolute;display:block;z-index:15000;border-top:1px solid rgba(16,119,66,0.59);border-left:1px solid rgba(16,119,66,0.59);border-right:1px solid rgba(16,119,66,0.59);border-bottom:1px solid rgba(16,119,66,0.59);border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: none;height:193px;width:736px;top:28.6796875px;left:231px;overflow:hidden;display:block; }
#ndI67vhyJiwNDtirFIDCrSOT8KHJDiGJ { position:absolute;display:block;z-index:15011;border-top:1px solid #929292;border-left:1px solid #929292;border-right:1px solid #929292;border-bottom:1px solid #929292;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 5px rgba(0,0,0,0.5) ;height:165px;width:128px;top:296px;left:0px;overflow:hidden;display:block; }
#o9wlqahTP28rOUb64tLGfRGbavds3Px0 { position:absolute;display:block;z-index:15012;border-top:1px solid #929292;border-left:1px solid #929292;border-right:1px solid #929292;border-bottom:1px solid #929292;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: 1px 1px 5px rgba(0,0,0,0.5) ;height:165px;width:128px;top:296px;left:144px;overflow:hidden;display:block; }
#noWE9muZpqrbr24oE9qVb3HMJSNmWgLX { position:absolute;display:block;z-index:15013;border-top:1px solid #929292;border-left:1px solid #929292;border-right:1px solid #929292;border-bottom:1px solid #929292;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 5px rgba(0,0,0,0.5) ;height:165px;width:128px;top:477px;left:0px;overflow:hidden;display:block; }
#E85dykmw0leuxZMRJW5cgcTRlHGXCAVg { position:absolute;display:block;z-index:15013;border-top:1px solid #929292;border-left:1px solid #929292;border-right:1px solid #929292;border-bottom:1px solid #929292;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 5px rgba(0,0,0,0.5) ;height:165px;width:128px;top:477px;left:144px;overflow:hidden;display:block; }
#UNCR34H7ilLkxwhhb1KXGKWNJQ72loIf { color:#ffffff;display:block;width:506px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:256.3828125px;left:0px;height:20.7969px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a2DBxx5cOelNWZ2MaROC3ZmMMfP6HJ1J { position:absolute;display:block;z-index:15016;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:314px;left:340px;overflow:hidden;display:block; }
#VHTtEbWlK7eV1q1kBAhCPHu8fTrt3wJ7 { position:absolute;display:block;z-index:15017;height:292px;width:520px;top:314px;left:340px;display:block; }
#wwEyW9FKDsTg49gcqaUROBln8J8rwDOf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fafb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wwEyW9FKDsTg49gcqaUROBln8J8rwDOf > .row .container { background-color: transparent; background-image: none; }#wwEyW9FKDsTg49gcqaUROBln8J8rwDOf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwEyW9FKDsTg49gcqaUROBln8J8rwDOf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwEyW9FKDsTg49gcqaUROBln8J8rwDOf > .row .container > .video-iframe-container { display: none; }#wwEyW9FKDsTg49gcqaUROBln8J8rwDOf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwEyW9FKDsTg49gcqaUROBln8J8rwDOf > .row > .video-iframe-container { display: none; }#wwEyW9FKDsTg49gcqaUROBln8J8rwDOf > .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); }#wwEyW9FKDsTg49gcqaUROBln8J8rwDOf > .row .container { border-width: 0; border-radius: 0; }#wwEyW9FKDsTg49gcqaUROBln8J8rwDOf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wwEyW9FKDsTg49gcqaUROBln8J8rwDOf > .row .container { font-size:14px;font-family:arial;height:136px;width:1200px;position:relative;display:block; }#dBCSgQK41cXf2sNcZWQUSru56tyGpzRo { color:#231f1f;display:block;width:476px;position:absolute;font-family:montserrat;font-size:28px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:40.296875px;left:362px;height:36.3984px;text-align:center;text-align-last:center;display:block; }
#QTJ9nRgEmePd0z3poHi68ovmI7KHC4lX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fafb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QTJ9nRgEmePd0z3poHi68ovmI7KHC4lX > .row .container { border-width: 0; border-radius: 0; }#QTJ9nRgEmePd0z3poHi68ovmI7KHC4lX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTJ9nRgEmePd0z3poHi68ovmI7KHC4lX > .row .container { font-size:14px;font-family:arial;height:20px;width:1200px;position:relative;display:none; }#mhinADXuDEuCWkDXF8dPEdSbaTJnyx0q { color:#ffcc33;display:block;width:334px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:18.1953px;text-align:justify;text-align-last:initial;display:block; }
#mFG0qo6niNAwUA2E9QdOFEm1CGTbqX1i { 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:551px;width:732px;display:none; }
#dBpp4MsgLv85Kmdp19ek82pB11LcBp7r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fafb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dBpp4MsgLv85Kmdp19ek82pB11LcBp7r > .row .container { background-color: transparent; background-image: none; }#dBpp4MsgLv85Kmdp19ek82pB11LcBp7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBpp4MsgLv85Kmdp19ek82pB11LcBp7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBpp4MsgLv85Kmdp19ek82pB11LcBp7r > .row .container > .video-iframe-container { display: none; }#dBpp4MsgLv85Kmdp19ek82pB11LcBp7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBpp4MsgLv85Kmdp19ek82pB11LcBp7r > .row > .video-iframe-container { display: none; }#dBpp4MsgLv85Kmdp19ek82pB11LcBp7r > .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); }#dBpp4MsgLv85Kmdp19ek82pB11LcBp7r > .row .container { border-width: 0; border-radius: 0; }#dBpp4MsgLv85Kmdp19ek82pB11LcBp7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dBpp4MsgLv85Kmdp19ek82pB11LcBp7r > .row .container { font-size:14px;font-family:arial;height:385px;width:1200px;position:relative;display:block; }#DCzCgl85BwTwNuKwqEvr35qKJyrq3Kh1 { color:#107742;display:block;width:334px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:0;text-align:justify;text-align-last:initial;display:none; }
#zk3atl1F401oekLRfQm3IH8hPvMQJH2r { 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:568px;width:752px;top:223px;left:172px;display:none; }
#hGl5uhtc3Zp0yEBT7HMkAHMqSPOJVv70 { position:absolute;display:block;z-index:15007;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:295px;width:1200px;top:35px;left:0px;overflow:hidden;display:block; }
#T7dHTZIUeZE08pKuFFirfO6BRq6Xhq18 { color:#107742;display:block;width:334px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:26px;text-align:justify;text-align-last:initial;display:block; }
#TzgvRTMzurlWC54rhdee2NbVID86rtxu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fafb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TzgvRTMzurlWC54rhdee2NbVID86rtxu > .row .container { background-color: transparent; background-image: none; }#TzgvRTMzurlWC54rhdee2NbVID86rtxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzgvRTMzurlWC54rhdee2NbVID86rtxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzgvRTMzurlWC54rhdee2NbVID86rtxu > .row .container > .video-iframe-container { display: none; }#TzgvRTMzurlWC54rhdee2NbVID86rtxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzgvRTMzurlWC54rhdee2NbVID86rtxu > .row > .video-iframe-container { display: none; }#TzgvRTMzurlWC54rhdee2NbVID86rtxu > .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); }#TzgvRTMzurlWC54rhdee2NbVID86rtxu > .row .container { border-width: 0; border-radius: 0; }#TzgvRTMzurlWC54rhdee2NbVID86rtxu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzgvRTMzurlWC54rhdee2NbVID86rtxu > .row .container { font-size:14px;font-family:arial;height:519px;width:1200px;position:relative;display:block; }#Ze08sx7VIXdWZwiFxetOy9JSMLT1cSW0 { color:#107742;display:block;width:418px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:26px;text-align:justify;text-align-last:initial;display:block; }
#TBmyiAM5UWcrfDvLwJN4HKClXEBF8gTk { 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:367px;width:286px;top:9px;left:658px;display:none; }
#zacLDteKTpDvITeyf72ZQAK5gaI2323J { 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:351px;width:274px;top:0px;left:629px;display:none; }
#eKrq6fFwTTnMLTR7XpxHAQH6FxgGkxT4 { 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:301px;width:235px;top:0px;left:423px;display:none; }
#hZ439qs25MGGIbwDFDgI37o6N7RDh7MC { 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:301px;width:235px;top:0px;left:423px;display:none; }
#umKyop89egVlruITVf4qryqafC2Olr2f { position:absolute;display:block;z-index:15007;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:412px;width:1200px;top:53.5px;left:0px;overflow:hidden;display:block; }
#r1g963wsPuLTBaM6x0aTUCEPhPH35df2 { border-top:0;border-left:0;border-right:0;border-bottom:0;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:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r1g963wsPuLTBaM6x0aTUCEPhPH35df2.adaptive-delivery-prevent-bg, #r1g963wsPuLTBaM6x0aTUCEPhPH35df2.lazyload, #r1g963wsPuLTBaM6x0aTUCEPhPH35df2.lazyloading { background-image: none; }#r1g963wsPuLTBaM6x0aTUCEPhPH35df2 > .row .container { background-color: transparent; background-image: none; }#r1g963wsPuLTBaM6x0aTUCEPhPH35df2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1g963wsPuLTBaM6x0aTUCEPhPH35df2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1g963wsPuLTBaM6x0aTUCEPhPH35df2 > .row .container > .video-iframe-container { display: none; }#r1g963wsPuLTBaM6x0aTUCEPhPH35df2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1g963wsPuLTBaM6x0aTUCEPhPH35df2 > .row > .video-iframe-container { display: none; }#r1g963wsPuLTBaM6x0aTUCEPhPH35df2 > .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); }#r1g963wsPuLTBaM6x0aTUCEPhPH35df2 > .row .container { border-width: 0; border-radius: 0; }#r1g963wsPuLTBaM6x0aTUCEPhPH35df2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r1g963wsPuLTBaM6x0aTUCEPhPH35df2 > .row .container { font-size:14px;font-family:arial;height:777px;width:1200px;position:relative;display:block; }#GnyPWsSJnTL04oFOAzKlTJ9M3N5sfKr2 { color:#ffffff;display:block;width:442px;position:absolute;font-family:montserrat;font-size:42px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:141px;left:149px;height:54.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FTQVVLqo1HayM76Gh0Fn3ApIvGFoIC0g { position:absolute;display:block;z-index:15014;background-color:#ffcc33;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow: none;height:6px;width:132px;top:206px;left:149px;display:block; }
#U2lMMRCcRndIyyGoubkPpSPgUG3QWCOa { color:#febf00;display:block;width:441px;position:absolute;font-family:montserrat;font-size:19px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:118px;left:151px;height:24.6953px;font-style:normal;display:block; }
#F2ASu3G7rca7n68t3QOLibsgayTTzp6Z { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(327deg, #fbac46, #feefa0);background-image: -moz-linear-gradient(327deg, #fbac46, #feefa0);background-image: -ms-linear-gradient(327deg, #fbac46, #feefa0);background-image: -o-linear-gradient(327deg, #fbac46, #feefa0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbac46', endColorstr='#feefa0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbac46', endColorstr='#feefa0' );";background-image: linear-gradient(327deg, #fbac46, #feefa0);background-size:auto !important;border-top:1px solid #fde883;border-left:1px solid #fde883;border-right:1px solid #fde883;border-bottom:1px solid #fde883;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: none;height:282px;width:402px;top:245px;left:149px;display:block; }
#wwS64NQTVFSmZWBWvkxvU6tzwmFXvH4x { position:absolute;display:block;z-index:15001;background-color:rgba(9,9,9,0.68);background-image:none;border-top:1px solid rgba(81,81,81,0.73);border-left:1px solid rgba(81,81,81,0.73);border-right:1px solid rgba(81,81,81,0.73);border-bottom:1px solid rgba(81,81,81,0.73);border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 1px 1px 40px rgba(0,0,0,0.33) ;height:668px;width:1045px;top:38.5px;left:77px;display:block; }
#iKTkUfn4ebfhe7AhQsAkZAUsggsIDLNZ { color:#000000;display:block;width:262px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:260px;left:219px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Aee9756UIkyJIdKEFVBvilTHWrcbsSw8 { box-sizing:content-box;height:82px;width:404px;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(168deg, rgba(251,255,251,0.54), rgba(216,216,216,0.79));background-image: -moz-linear-gradient(168deg, rgba(251,255,251,0.54), rgba(216,216,216,0.79));background-image: -ms-linear-gradient(168deg, rgba(251,255,251,0.54), rgba(216,216,216,0.79));background-image: -o-linear-gradient(168deg, rgba(251,255,251,0.54), rgba(216,216,216,0.79));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#89fbfffb', endColorstr='#c9d8d8d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#89fbfffb', endColorstr='#c9d8d8d8' );";background-image: linear-gradient(168deg, rgba(251,255,251,0.54), rgba(216,216,216,0.79));background-size:auto !important;top:245px;left:149px;border-top-left-radius:025px;border-top-right-radius:025px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
#R5T2TtoCGVIkfUXQWwQwMyhSoeu8L8lE { position:absolute;display:block;z-index:15007;background-color:#fae7c3;background-image:none;border-top:1px solid #febf00;border-left:1px solid #febf00;border-right:1px solid #febf00;border-bottom:1px solid #febf00;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:154px;width:110px;top:348px;left:169px;display:block; }
#CPlk1GrS8QgDpSMPeUUVbzHJpTTy7JWd { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:359px;left:180px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yEQLi4JTlxpmEJLms1mTq7QVF4bisEi8 { box-sizing:content-box;height:1px;width:110px;position:absolute;display:block;z-index:15033;background-color:#febf00;background-image:none;top:385px;left:170px;display:block; }
#axZ3ehAU2tyXDILBAm0tdJer1ocKQVtr { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:15px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:459px;left:180px;height:19.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PPBzO0TsSNDRkQHrqOrmTAr3otbm44Vo { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:396px;left:200px; }
#TWsVlTuN2aEw6FKpGCv7oDdbCCbR6JPH { position:absolute;display:block;z-index:15012;background-color:#fdeed3;background-image:none;border-top:1px solid #febf00;border-left:1px solid #febf00;border-right:1px solid #febf00;border-bottom:1px solid #febf00;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:153px;width:110px;top:348px;left:295px;display:block; }
#Ib1chPEZv44KF5DZpJ0xlsmm2cTnJD8t { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:359px;left:306px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8Fo0ORnKBtkUPMxqqzpfq19CDZ85VNC { box-sizing:content-box;height:1px;width:110px;position:absolute;display:block;z-index:15038;background-color:#febf00;background-image:none;top:385px;left:296px;display:block; }
#pC5wJWuTh65lZSQqZeErQpw3hsfguSss { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:396px;left:326px; }
#FJXf2O8lSFs1MCVQzErOeVwHJgT7XTZg { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:459.65625px;left:306px;height:36.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bwPpxNtHopNZVdw5FttqGXlaVVCaV9Hv { position:absolute;display:block;z-index:15017;background-color:#fff4e1;background-image:none;border-top:1px solid #febf00;border-left:1px solid #febf00;border-right:1px solid #febf00;border-bottom:1px solid #febf00;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:155px;width:110px;top:348px;left:422px;display:block; }
#F2cGGFaVlPMBtZ9tLnwm0aaSnG1tCn9i { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:359px;left:433px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lmUnWRPgl8BmfnGRkfnAaDaZqleAI7rZ { box-sizing:content-box;height:1px;width:110px;position:absolute;display:block;z-index:15043;background-color:#febf00;background-image:none;top:385px;left:423px;display:block; }
#AcMHTE9m3WPvfPL3NBWeI347SWaSaHMS { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:396px;left:453px; }
#vvum2vXfTlc79T19a7SV4rtimDldyAnf { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:15px;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:459px;left:433px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RAdW8CdhDxaeecVLNgiBRTDKczkBQrnD { color:#ffffff;display:block;width:372px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:551px;left:165px;height:20.7969px;font-style:italic;display:block; }
#EcktHvP7msUsbmu8e3ZWMuIETTsTSfgW { position:absolute;display:block;z-index:15019;height:440px;width:400px;top:118px;left:652px;display:block; }
#Bz9FuwnRQJtSH7LKXcKNdblCx8s0yClf { 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; }#Bz9FuwnRQJtSH7LKXcKNdblCx8s0yClf > .row .container { background-color: transparent; background-image: none; }#Bz9FuwnRQJtSH7LKXcKNdblCx8s0yClf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bz9FuwnRQJtSH7LKXcKNdblCx8s0yClf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bz9FuwnRQJtSH7LKXcKNdblCx8s0yClf > .row .container > .video-iframe-container { display: none; }#Bz9FuwnRQJtSH7LKXcKNdblCx8s0yClf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bz9FuwnRQJtSH7LKXcKNdblCx8s0yClf > .row > .video-iframe-container { display: none; }#Bz9FuwnRQJtSH7LKXcKNdblCx8s0yClf > .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); }#Bz9FuwnRQJtSH7LKXcKNdblCx8s0yClf > .row .container { border-width: 0; border-radius: 0; }#Bz9FuwnRQJtSH7LKXcKNdblCx8s0yClf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Bz9FuwnRQJtSH7LKXcKNdblCx8s0yClf > .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) { #iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH { display:block; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZnAQtXOMHUKmVaPrwXRJ5vvr8X0EFqT { top:18px;left:0px;width:164px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #MI3M1iwRWL5ULgOTBwHmaUh3aOvmyGOp { width:171px;height:47px;top:15px;left:593px;display:block; }
 }@media only screen and (max-width: 763px) { #D6hGTUtL5FcH4mumBiVWF9FhxNs0aUuI { display:block; }
 }@media only screen and (max-width: 763px) { #U1su8mXokaa4EIE8WMR2i1zapxhmgG3n { top:16px;left:723px;width:41px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #cS24LPRkkOCE6k2LcoAHatvm7NTZg52b { display:block; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bC1kyOoCclmWW007xaWQGEiOOLmnSAbb { top:274px;left:129px;width:506px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xVegebQmqwJdGgtCc95Sc8vxkZhx9NmN { top:241px;left:0px;width:398px;height:193px;display:block; }
 }@media only screen and (max-width: 763px) { #siz0UB2kzdnUkJSXEZXbCyhuSpNbyrRQ { width:335px;height:72px;top:644px;left:214.5px;display:block; }
 }@media only screen and (max-width: 763px) { #eZfZza48pCHH6menFAduBpHZL0E7rgAa { display:block; }
 }@media only screen and (max-width: 763px) { #sDBKOXwHvdG0IQT2P6o5OhP4mZQC0XW8 { top:256px;left:101px;width:560px;height:364px;display:none; }
 }@media only screen and (max-width: 763px) { #sISBQNoatIroTn7nJSm8yEO2IMTIH5x8 { top:644px;left:512px;width:57px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #leAcR4BPNt8WLIa6SzeK8nxSZgpvQn22 { top:146px;left:0px;width:214px;height:33px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #iT2Tnl1Wk3i48GOueCoT0wZohWRtSfty { top:167px;left:56px;width:283px;height:23px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Sq4GOH1F3xK71H0FH8pE5sKISQeDW6Tm { top:92px;left:56px;width:317px;height:58px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nTxRVHMrUZw9U7Tw5Ou9hoAwAbdCJkzP { top:55px;left:56px;width:283px;height:32px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #SC71II0ocx1spGzsqDt9yhxtN85uvT3e { top:28px;left:13px;width:736px;height:193px;display:block; }
 }@media only screen and (max-width: 763px) { #ndI67vhyJiwNDtirFIDCrSOT8KHJDiGJ { top:296px;left:0px;width:128px;height:165px;display:block; }
 }@media only screen and (max-width: 763px) { #o9wlqahTP28rOUb64tLGfRGbavds3Px0 { top:296px;left:0px;width:128px;height:165px;display:block; }
 }@media only screen and (max-width: 763px) { #noWE9muZpqrbr24oE9qVb3HMJSNmWgLX { top:477px;left:0px;width:128px;height:165px;display:block; }
 }@media only screen and (max-width: 763px) { #E85dykmw0leuxZMRJW5cgcTRlHGXCAVg { top:477px;left:0px;width:128px;height:165px;display:block; }
 }@media only screen and (max-width: 763px) { #UNCR34H7ilLkxwhhb1KXGKWNJQ72loIf { top:256px;left:0px;width:506px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #a2DBxx5cOelNWZ2MaROC3ZmMMfP6HJ1J { top:314px;left:122px;width:520px;height:292px;display:block; }
 }@media only screen and (max-width: 763px) { #VHTtEbWlK7eV1q1kBAhCPHu8fTrt3wJ7 { top:314px;left:122px;width:520px;height:292px;display:block; }
 }@media only screen and (max-width: 763px) { #wwEyW9FKDsTg49gcqaUROBln8J8rwDOf { display:none; }#wwEyW9FKDsTg49gcqaUROBln8J8rwDOf > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dBCSgQK41cXf2sNcZWQUSru56tyGpzRo { top:40px;left:144px;width:476px;height:36px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #QTJ9nRgEmePd0z3poHi68ovmI7KHC4lX { display:none; }#QTJ9nRgEmePd0z3poHi68ovmI7KHC4lX > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mhinADXuDEuCWkDXF8dPEdSbaTJnyx0q { top:0px;left:0px;width:225px;height:18px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #mFG0qo6niNAwUA2E9QdOFEm1CGTbqX1i { width:732px;height:551px;display:none; }
 }@media only screen and (max-width: 763px) { #dBpp4MsgLv85Kmdp19ek82pB11LcBp7r { display:none; }#dBpp4MsgLv85Kmdp19ek82pB11LcBp7r > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DCzCgl85BwTwNuKwqEvr35qKJyrq3Kh1 { top:0px;left:0px;width:334px;height:26px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #zk3atl1F401oekLRfQm3IH8hPvMQJH2r { width:752px;height:568px;top:223px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #hGl5uhtc3Zp0yEBT7HMkAHMqSPOJVv70 { top:35px;left:0px;width:764px;height:187.81666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #T7dHTZIUeZE08pKuFFirfO6BRq6Xhq18 { top:0px;left:0px;width:334px;height:26px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #TzgvRTMzurlWC54rhdee2NbVID86rtxu { display:none; }#TzgvRTMzurlWC54rhdee2NbVID86rtxu > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ze08sx7VIXdWZwiFxetOy9JSMLT1cSW0 { top:0px;left:0px;width:418px;height:26px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #TBmyiAM5UWcrfDvLwJN4HKClXEBF8gTk { width:286px;height:367px;top:9px;left:440px;display:none; }
 }@media only screen and (max-width: 763px) { #zacLDteKTpDvITeyf72ZQAK5gaI2323J { width:274px;height:351px;top:0px;left:411px;display:none; }
 }@media only screen and (max-width: 763px) { #eKrq6fFwTTnMLTR7XpxHAQH6FxgGkxT4 { width:235px;height:301px;top:0px;left:205px;display:none; }
 }@media only screen and (max-width: 763px) { #hZ439qs25MGGIbwDFDgI37o6N7RDh7MC { width:235px;height:301px;top:0px;left:205px;display:none; }
 }@media only screen and (max-width: 763px) { #umKyop89egVlruITVf4qryqafC2Olr2f { top:53px;left:0px;width:764px;height:262.30666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #r1g963wsPuLTBaM6x0aTUCEPhPH35df2 { display:none; }#r1g963wsPuLTBaM6x0aTUCEPhPH35df2 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GnyPWsSJnTL04oFOAzKlTJ9M3N5sfKr2 { top:141px;left:0px;width:442px;height:54px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #FTQVVLqo1HayM76Gh0Fn3ApIvGFoIC0g { top:206px;left:40px;width:132px;height:6px;display:block; }
 }@media only screen and (max-width: 763px) { #U2lMMRCcRndIyyGoubkPpSPgUG3QWCOa { top:118px;left:0px;width:441px;height:24px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #F2ASu3G7rca7n68t3QOLibsgayTTzp6Z { top:245px;left:0px;width:402px;height:282px;display:block; }
 }@media only screen and (max-width: 763px) { #wwS64NQTVFSmZWBWvkxvU6tzwmFXvH4x { width:762px;height:668px;top:38px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iKTkUfn4ebfhe7AhQsAkZAUsggsIDLNZ { top:260px;left:110px;width:262px;height:52px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Aee9756UIkyJIdKEFVBvilTHWrcbsSw8 { top:245px;left:0px;width:404px;height:82px;display:block; }
 }@media only screen and (max-width: 763px) { #R5T2TtoCGVIkfUXQWwQwMyhSoeu8L8lE { top:348px;left:60px;width:110px;height:154px;display:block; }
 }@media only screen and (max-width: 763px) { #CPlk1GrS8QgDpSMPeUUVbzHJpTTy7JWd { top:359px;left:71px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #yEQLi4JTlxpmEJLms1mTq7QVF4bisEi8 { top:385px;left:61px;width:110px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #axZ3ehAU2tyXDILBAm0tdJer1ocKQVtr { top:459px;left:71px;width:90px;height:19px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #PPBzO0TsSNDRkQHrqOrmTAr3otbm44Vo { top:396px;left:91px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #TWsVlTuN2aEw6FKpGCv7oDdbCCbR6JPH { top:348px;left:186px;width:110px;height:153px;display:block; }
 }@media only screen and (max-width: 763px) { #Ib1chPEZv44KF5DZpJ0xlsmm2cTnJD8t { top:359px;left:197px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #n8Fo0ORnKBtkUPMxqqzpfq19CDZ85VNC { top:385px;left:187px;width:110px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #pC5wJWuTh65lZSQqZeErQpw3hsfguSss { top:396px;left:217px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #FJXf2O8lSFs1MCVQzErOeVwHJgT7XTZg { top:459px;left:197px;width:90px;height:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #bwPpxNtHopNZVdw5FttqGXlaVVCaV9Hv { top:348px;left:270px;width:110px;height:155px;display:block; }
 }@media only screen and (max-width: 763px) { #F2cGGFaVlPMBtZ9tLnwm0aaSnG1tCn9i { top:359px;left:292px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #lmUnWRPgl8BmfnGRkfnAaDaZqleAI7rZ { top:385px;left:272px;width:110px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #AcMHTE9m3WPvfPL3NBWeI347SWaSaHMS { top:396px;left:332px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #vvum2vXfTlc79T19a7SV4rtimDldyAnf { top:459px;left:292px;width:90px;height:39px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #RAdW8CdhDxaeecVLNgiBRTDKczkBQrnD { top:551px;left:10px;width:372px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #EcktHvP7msUsbmu8e3ZWMuIETTsTSfgW { top:118px;left:364px;width:400px;height:440px;display:block; }
 }@media only screen and (max-width: 763px) { #Bz9FuwnRQJtSH7LKXcKNdblCx8s0yClf { display:block; }#J706a71844e3d25bfed1512720859454.widget-smartsection { display:block; }#Bz9FuwnRQJtSH7LKXcKNdblCx8s0yClf > .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) { #iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH { display:block; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row .container { width:320px;height:69px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZnAQtXOMHUKmVaPrwXRJ5vvr8X0EFqT { width:120px;height:32px;top:18.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MI3M1iwRWL5ULgOTBwHmaUh3aOvmyGOp { width:135px;height:41px;top:14px;left:167px;border-top-left-radius:010px;border-top-right-radius:010px;border-bottom-left-radius:010px;border-bottom-right-radius:010px;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #107742, #00be59);background-image: -moz-linear-gradient(360deg, #107742, #00be59);background-image: -ms-linear-gradient(360deg, #107742, #00be59);background-image: -o-linear-gradient(360deg, #107742, #00be59);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#107742', endColorstr='#00be59' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#107742', endColorstr='#00be59' );";background-image: linear-gradient(360deg, #107742, #00be59);background-size:auto !important;font-family:montserrat;color:#ffffff;font-size:12px;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #D6hGTUtL5FcH4mumBiVWF9FhxNs0aUuI { display:block; }
 }@media only screen and (max-width: 763px) { #U1su8mXokaa4EIE8WMR2i1zapxhmgG3n { width:37px;height:30px;top:9px;left:283px;display:block; }
 }@media only screen and (max-width: 763px) { #cS24LPRkkOCE6k2LcoAHatvm7NTZg52b { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/461ca181-7682-48d3-b76e-e38e2bff749d/20240930145906.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b.adaptive-delivery-prevent-bg, #cS24LPRkkOCE6k2LcoAHatvm7NTZg52b.lazyload, #cS24LPRkkOCE6k2LcoAHatvm7NTZg52b.lazyloading { background-image: none; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row .container { background-color: transparent; background-image: none; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row .container > .video-iframe-container { display: none; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row > .video-iframe-container { display: none; }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .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); }#cS24LPRkkOCE6k2LcoAHatvm7NTZg52b > .row .container { width:320px;height:941px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bC1kyOoCclmWW007xaWQGEiOOLmnSAbb { width:320px;height:81.8907px;top:73px;left:0px;font-size:21px;text-align:center;text-align-last:center;color:#ffcc33;display:none; }
 }@media only screen and (max-width: 763px) { #xVegebQmqwJdGgtCc95Sc8vxkZhx9NmN { width:318px;height:154.203px;top:580.1953125px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #siz0UB2kzdnUkJSXEZXbCyhuSpNbyrRQ { width:239px;height:56px;top:400.5px;left:40.5px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #107742, #00be59);background-image: -moz-linear-gradient(360deg, #107742, #00be59);background-image: -ms-linear-gradient(360deg, #107742, #00be59);background-image: -o-linear-gradient(360deg, #107742, #00be59);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#107742', endColorstr='#00be59' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#107742', endColorstr='#00be59' );";background-image: linear-gradient(360deg, #107742, #00be59);background-size:auto !important;font-family:montserrat;color:#ffffff;font-size:15px;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eZfZza48pCHH6menFAduBpHZL0E7rgAa { display:block; }
 }@media only screen and (max-width: 763px) { #sDBKOXwHvdG0IQT2P6o5OhP4mZQC0XW8 { top:132.9921875px;left:0px;width:318px;height:250px;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #107742, #000000);background-image: -moz-linear-gradient(169deg, #107742, #000000);background-image: -ms-linear-gradient(169deg, #107742, #000000);background-image: -o-linear-gradient(169deg, #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(169deg, #107742, #000000);background-size:auto !important;border-top:1px solid #107742;border-left:1px solid #107742;border-right:1px solid #107742;border-bottom:1px solid #107742;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 5px 14px #107742 ;display:block; }
 }@media only screen and (max-width: 763px) { #sISBQNoatIroTn7nJSm8yEO2IMTIH5x8 { width:41px;height:33px;top:402.5px;left:258px;display:block; }
 }@media only screen and (max-width: 763px) { #leAcR4BPNt8WLIa6SzeK8nxSZgpvQn22 { width:214px;height:33.5938px;top:146.1875px;left:53px;font-size:12px;text-align:center;text-align-last:center;color:#ffffff;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iT2Tnl1Wk3i48GOueCoT0wZohWRtSfty { width:140px;height:0;top:75.3046875px;left:16.5px;font-size:12px;text-align:left;text-align-last:left;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Sq4GOH1F3xK71H0FH8pE5sKISQeDW6Tm { width:94px;height:23.3984px;top:54.71875px;left:11.5px;font-size:18px;text-align:left;text-align-last:left;color:#ffcc33;display:block; }
 }@media only screen and (max-width: 763px) { #nTxRVHMrUZw9U7Tw5Ou9hoAwAbdCJkzP { width:135px;height:15.5938px;top:37.125px;left:11.5px;font-size:12px;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SC71II0ocx1spGzsqDt9yhxtN85uvT3e { width:318px;height:84px;top:19.1953125px;left:0px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #ndI67vhyJiwNDtirFIDCrSOT8KHJDiGJ { width:128px;height:165px;top:533px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #o9wlqahTP28rOUb64tLGfRGbavds3Px0 { width:128px;height:165px;top:533px;left:168px;display:block; }
 }@media only screen and (max-width: 763px) { #noWE9muZpqrbr24oE9qVb3HMJSNmWgLX { width:128px;height:165px;top:715px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #E85dykmw0leuxZMRJW5cgcTRlHGXCAVg { width:128px;height:165px;top:715px;left:168px;display:block; }
 }@media only screen and (max-width: 763px) { #UNCR34H7ilLkxwhhb1KXGKWNJQ72loIf { width:320px;height:18.1953px;top:496px;left:0px;font-size:14px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a2DBxx5cOelNWZ2MaROC3ZmMMfP6HJ1J { width:305px;height:171px;top:195px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VHTtEbWlK7eV1q1kBAhCPHu8fTrt3wJ7 { width:320px;height:171px;top:195px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wwEyW9FKDsTg49gcqaUROBln8J8rwDOf { background-color:#f9fafb;background-image:none;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; }#wwEyW9FKDsTg49gcqaUROBln8J8rwDOf > .row .container { background-color: transparent; background-image: none; }#wwEyW9FKDsTg49gcqaUROBln8J8rwDOf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwEyW9FKDsTg49gcqaUROBln8J8rwDOf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwEyW9FKDsTg49gcqaUROBln8J8rwDOf > .row .container > .video-iframe-container { display: none; }#wwEyW9FKDsTg49gcqaUROBln8J8rwDOf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwEyW9FKDsTg49gcqaUROBln8J8rwDOf > .row > .video-iframe-container { display: none; }#wwEyW9FKDsTg49gcqaUROBln8J8rwDOf > .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); }#wwEyW9FKDsTg49gcqaUROBln8J8rwDOf > .row .container { border-width: 0; border-radius: 0; }#wwEyW9FKDsTg49gcqaUROBln8J8rwDOf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wwEyW9FKDsTg49gcqaUROBln8J8rwDOf > .row .container { width:320px;height:82px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dBCSgQK41cXf2sNcZWQUSru56tyGpzRo { width:320px;height:19.5px;top:31.25px;left:0px;font-size:15px;text-align:center;text-align-last:center;z-index:15008;color:#323435;display:block; }
 }@media only screen and (max-width: 763px) { #QTJ9nRgEmePd0z3poHi68ovmI7KHC4lX { background-color:#f9fafb;background-image:none;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; }#QTJ9nRgEmePd0z3poHi68ovmI7KHC4lX > .row .container { background-color: transparent; background-image: none; }#QTJ9nRgEmePd0z3poHi68ovmI7KHC4lX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTJ9nRgEmePd0z3poHi68ovmI7KHC4lX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTJ9nRgEmePd0z3poHi68ovmI7KHC4lX > .row .container > .video-iframe-container { display: none; }#QTJ9nRgEmePd0z3poHi68ovmI7KHC4lX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTJ9nRgEmePd0z3poHi68ovmI7KHC4lX > .row > .video-iframe-container { display: none; }#QTJ9nRgEmePd0z3poHi68ovmI7KHC4lX > .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); }#QTJ9nRgEmePd0z3poHi68ovmI7KHC4lX > .row .container { border-width: 0; border-radius: 0; }#QTJ9nRgEmePd0z3poHi68ovmI7KHC4lX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTJ9nRgEmePd0z3poHi68ovmI7KHC4lX > .row .container { width:320px;height:287px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhinADXuDEuCWkDXF8dPEdSbaTJnyx0q { width:225px;height:18.1953px;top:0px;left:0px;font-size:14px;text-align:left;text-align-last:left;z-index:15009;color:#107742;display:block; }
 }@media only screen and (max-width: 763px) { #mFG0qo6niNAwUA2E9QdOFEm1CGTbqX1i { top:18.1875px;left:0px;width:320px;height:241px;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dBpp4MsgLv85Kmdp19ek82pB11LcBp7r { background-color:#f9fafb;background-image:none;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; }#dBpp4MsgLv85Kmdp19ek82pB11LcBp7r > .row .container { background-color: transparent; background-image: none; }#dBpp4MsgLv85Kmdp19ek82pB11LcBp7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBpp4MsgLv85Kmdp19ek82pB11LcBp7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBpp4MsgLv85Kmdp19ek82pB11LcBp7r > .row .container > .video-iframe-container { display: none; }#dBpp4MsgLv85Kmdp19ek82pB11LcBp7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBpp4MsgLv85Kmdp19ek82pB11LcBp7r > .row > .video-iframe-container { display: none; }#dBpp4MsgLv85Kmdp19ek82pB11LcBp7r > .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); }#dBpp4MsgLv85Kmdp19ek82pB11LcBp7r > .row .container { border-width: 0; border-radius: 0; }#dBpp4MsgLv85Kmdp19ek82pB11LcBp7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dBpp4MsgLv85Kmdp19ek82pB11LcBp7r > .row .container { width:320px;height:286px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCzCgl85BwTwNuKwqEvr35qKJyrq3Kh1 { width:225px;height:18.1953px;top:0px;left:0px;font-size:14px;text-align:left;text-align-last:left;z-index:15009;color:#107742;display:block; }
 }@media only screen and (max-width: 763px) { #zk3atl1F401oekLRfQm3IH8hPvMQJH2r { top:18.1875px;left:0px;width:320px;height:241px;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hGl5uhtc3Zp0yEBT7HMkAHMqSPOJVv70 { width:320px;height:78.666666666667px;top:35px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #T7dHTZIUeZE08pKuFFirfO6BRq6Xhq18 { width:320px;height:0;top:0px;left:0px;font-size:14px;text-align:left;text-align-last:left;z-index:15009;color:#107742;display:none; }
 }@media only screen and (max-width: 763px) { #TzgvRTMzurlWC54rhdee2NbVID86rtxu { background-color:#f9fafb;background-image:none;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; }#TzgvRTMzurlWC54rhdee2NbVID86rtxu > .row .container { background-color: transparent; background-image: none; }#TzgvRTMzurlWC54rhdee2NbVID86rtxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzgvRTMzurlWC54rhdee2NbVID86rtxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzgvRTMzurlWC54rhdee2NbVID86rtxu > .row .container > .video-iframe-container { display: none; }#TzgvRTMzurlWC54rhdee2NbVID86rtxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzgvRTMzurlWC54rhdee2NbVID86rtxu > .row > .video-iframe-container { display: none; }#TzgvRTMzurlWC54rhdee2NbVID86rtxu > .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); }#TzgvRTMzurlWC54rhdee2NbVID86rtxu > .row .container { border-width: 0; border-radius: 0; }#TzgvRTMzurlWC54rhdee2NbVID86rtxu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzgvRTMzurlWC54rhdee2NbVID86rtxu > .row .container { width:320px;height:483px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ze08sx7VIXdWZwiFxetOy9JSMLT1cSW0 { width:262px;height:18.1953px;top:0px;left:0px;font-size:14px;text-align:left;text-align-last:left;z-index:15009;color:#107742;display:block; }
 }@media only screen and (max-width: 763px) { #TBmyiAM5UWcrfDvLwJN4HKClXEBF8gTk { top:27px;left:0px;width:153px;height:196px;z-index:15012;overflow:hidden;border-top-left-radius:010px;border-top-right-radius:010px;border-bottom-left-radius:010px;border-bottom-right-radius:010px;display:block; }
 }@media only screen and (max-width: 763px) { #zacLDteKTpDvITeyf72ZQAK5gaI2323J { top:29px;left:167px;width:153px;height:196px;z-index:15013;overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #eKrq6fFwTTnMLTR7XpxHAQH6FxgGkxT4 { top:240px;left:0px;width:153px;height:196px;z-index:15013;overflow:hidden;border-top-left-radius:010px;border-top-right-radius:010px;border-bottom-left-radius:010px;border-bottom-right-radius:010px;display:block; }
 }@media only screen and (max-width: 763px) { #hZ439qs25MGGIbwDFDgI37o6N7RDh7MC { top:240px;left:167px;width:153px;height:196px;z-index:15014;overflow:hidden;border-top-left-radius:010px;border-top-right-radius:010px;border-bottom-left-radius:010px;border-bottom-right-radius:010px;display:block; }
 }@media only screen and (max-width: 763px) { #umKyop89egVlruITVf4qryqafC2Olr2f { width:320px;height:109.86666666667px;top:456px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #r1g963wsPuLTBaM6x0aTUCEPhPH35df2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/761f7671-13e0-49b3-9f24-3c8e11bba3e7/backgroundmobilegamebai.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#r1g963wsPuLTBaM6x0aTUCEPhPH35df2.adaptive-delivery-prevent-bg, #r1g963wsPuLTBaM6x0aTUCEPhPH35df2.lazyload, #r1g963wsPuLTBaM6x0aTUCEPhPH35df2.lazyloading { background-image: none; }#r1g963wsPuLTBaM6x0aTUCEPhPH35df2 > .row .container { background-color: transparent; background-image: none; }#r1g963wsPuLTBaM6x0aTUCEPhPH35df2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1g963wsPuLTBaM6x0aTUCEPhPH35df2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1g963wsPuLTBaM6x0aTUCEPhPH35df2 > .row .container > .video-iframe-container { display: none; }#r1g963wsPuLTBaM6x0aTUCEPhPH35df2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1g963wsPuLTBaM6x0aTUCEPhPH35df2 > .row > .video-iframe-container { display: none; }#r1g963wsPuLTBaM6x0aTUCEPhPH35df2 > .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); }#r1g963wsPuLTBaM6x0aTUCEPhPH35df2 > .row .container { width:320px;height:960px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnyPWsSJnTL04oFOAzKlTJ9M3N5sfKr2 { width:320px;height:37.6953px;top:34px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTQVVLqo1HayM76Gh0Fn3ApIvGFoIC0g { width:132px;height:4px;top:82px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #U2lMMRCcRndIyyGoubkPpSPgUG3QWCOa { width:320px;height:0;top:34px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #F2ASu3G7rca7n68t3QOLibsgayTTzp6Z { width:318px;height:258px;top:113px;left:0px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #wwS64NQTVFSmZWBWvkxvU6tzwmFXvH4x { width:318px;height:668px;top:38px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #iKTkUfn4ebfhe7AhQsAkZAUsggsIDLNZ { width:262px;height:41.5938px;top:133px;left:29px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aee9756UIkyJIdKEFVBvilTHWrcbsSw8 { width:320px;height:82px;top:113px;left:0px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #R5T2TtoCGVIkfUXQWwQwMyhSoeu8L8lE { width:90px;height:125px;top:218px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CPlk1GrS8QgDpSMPeUUVbzHJpTTy7JWd { width:90px;height:19.5px;top:228px;left:17px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yEQLi4JTlxpmEJLms1mTq7QVF4bisEi8 { width:90px;height:1px;top:250px;left:215px;display:block; }
 }@media only screen and (max-width: 763px) { #axZ3ehAU2tyXDILBAm0tdJer1ocKQVtr { width:90px;height:15.5938px;top:314px;left:17px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PPBzO0TsSNDRkQHrqOrmTAr3otbm44Vo { display:flex;width:45px;height:45px;top:260px;left:39px;font-size:26px; }
 }@media only screen and (max-width: 763px) { #TWsVlTuN2aEw6FKpGCv7oDdbCCbR6JPH { width:90px;height:125px;top:218px;left:114px;display:block; }
 }@media only screen and (max-width: 763px) { #Ib1chPEZv44KF5DZpJ0xlsmm2cTnJD8t { width:90px;height:19.5px;top:228px;left:115px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n8Fo0ORnKBtkUPMxqqzpfq19CDZ85VNC { width:90px;height:1px;top:250px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #pC5wJWuTh65lZSQqZeErQpw3hsfguSss { display:flex;width:50px;height:50px;top:257px;left:135px;font-size:35px; }
 }@media only screen and (max-width: 763px) { #FJXf2O8lSFs1MCVQzErOeVwHJgT7XTZg { width:81px;height:28.7969px;top:312.234375px;left:119.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bwPpxNtHopNZVdw5FttqGXlaVVCaV9Hv { width:90px;height:125px;top:218px;left:214px;display:block; }
 }@media only screen and (max-width: 763px) { #F2cGGFaVlPMBtZ9tLnwm0aaSnG1tCn9i { width:90px;height:19.5px;top:228px;left:215px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lmUnWRPgl8BmfnGRkfnAaDaZqleAI7rZ { width:90px;height:1px;top:250px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #AcMHTE9m3WPvfPL3NBWeI347SWaSaHMS { display:flex;width:50px;height:50px;top:257px;left:236px;font-size:35px; }
 }@media only screen and (max-width: 763px) { #vvum2vXfTlc79T19a7SV4rtimDldyAnf { width:90px;height:31.1875px;top:311px;left:215px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RAdW8CdhDxaeecVLNgiBRTDKczkBQrnD { width:320px;height:19.5px;top:384px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EcktHvP7msUsbmu8e3ZWMuIETTsTSfgW { width:320px;height:440px;top:435px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Bz9FuwnRQJtSH7LKXcKNdblCx8s0yClf { display:block; }#J706a71844e3d25bfed1512720859454.widget-smartsection { display:block; }#Bz9FuwnRQJtSH7LKXcKNdblCx8s0yClf > .row .container { width:320px;height:877px;position:relative;display:block; } }