.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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:#6559a6;background-image:url("https://images.assets-landingi.com/uc/e05fe8c8-661d-4a0c-9b35-cdb46cf1327d/Artboard2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#6559a6;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#QWXdHKMf4QB3v7tLntEXEZVExH0LI2SG { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.4375rem;width:24.5rem;top:15.8125rem;left:29.5rem;display:block; }
#To0BJ76wo9FsD5Z2vZ6pawOekCX6uyWo { position:absolute;display:block;z-index:15002;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:27.25rem;width:24.5rem;top:0rem;left:50.5rem;overflow:hidden;display:block; }
#yQqGtKND7G9kyfbJ2Nr8Q3tmKDBFSQGV { 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:11.3125rem;width:11.375rem;top:3.25rem;left:31.8125rem;overflow:hidden;display:block; }
#XNpTqOlF30nBocgPs60rGLEWXCczTlkV { position:absolute;display:block;z-index:15017;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:23.4375rem;width:16.5625rem;top:21.34375rem;left:21.625rem;overflow:hidden;display:block; }
#uAd1l4OZiaP3VvaHBJoBq7oIs6bqOfL8 { position:absolute;display:block;z-index:15018;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:17.625rem;width:12.4375rem;top:23.34375rem;left:50.5rem;overflow:hidden;display:block; }
#qAlJhe6tlERTrEwUqFbiSgcWUOktsU1p { position:absolute;display:block;z-index:15019;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:17.6875rem;width:12.4375rem;top:24.21875rem;left:38.125rem;overflow:hidden;display:block; }
#xSlmJmyUpcIoMdJDXGICLEqX53MtwAZV { position:absolute;display:block;z-index:15020;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:18.625rem;width:13.1875rem;top:22.40625rem;left:11.53125rem;overflow:hidden;display:block; }
#mMENDRdgMh1LpIqoeTE7TFMXoXt3kdxv { position:absolute;display:block;z-index:15021;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:18.9375rem;width:13.375rem;top:22.25rem;left:61.625rem;overflow:hidden;display:block; }
#Xya20LEndnmyeVMThDflaHskBqANpg59 { position:absolute;display:block;z-index:15022;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:17.0625rem;width:12rem;top:24.53125rem;left:0rem;overflow:hidden;display:block; }
#xpXQ8CbhFsbugZUQHusbh521uBqFvOFw { position:absolute;display:block;z-index:15023;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:9.5625rem;width:30.375rem;top:4.125rem;left:0rem;overflow:hidden;display:block; }
#duC4k4k5UHarTGZkWDR0ReTU0Wk8cnRn { position:absolute;display:block;z-index:15024;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:2.5625rem;width:15.375rem;top:14.625rem;left:10.375rem;overflow:hidden;display:block; }
#BmlPF6RTb99qQe3zXmepsyqJOJkd4fzl { position:absolute;display:block;z-index:15028;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:2.625rem;width:25.625rem;top:17.8125rem;left:0rem;overflow:hidden;display:block; }
#v3dM1mNd3hSZTpGVQvKkIF8GhiydVkiq { color:#edf3cf;display:block;width:16.4375rem;position:absolute;font-family:"kulim park";font-size:1.8125rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:20.71875rem;left:1.4375rem;height:5.4375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#FqVswADb3JpT6o9iTe0wLZHUlZZRuvNg { position:absolute;display:block;z-index:15009;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:4.6875rem;width:4.75rem;top:29.78125rem;left:8.4375rem;overflow:hidden;display:block; }
#dhAu5EL5RlKwN34WGUp4VxmUKfWGe2y8 { 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:4.75rem;width:4.8125rem;top:31.21875rem;left:22.1875rem;overflow:hidden;display:block; }
#Ft2ka7eRw8WW7iOJqfrBk0BTRrM5vt7q { 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:4.75rem;width:4.8125rem;top:30.6875rem;left:36.8125rem;overflow:hidden;display:block; }
#V3bWenzhTgA64TPG43hVokugs5Z7i7y7 { position:absolute;display:block;z-index:15012;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:4.75rem;width:4.8125rem;top:33.3125rem;left:48.0625rem;overflow:hidden;display:block; }
#EKC0UTXTFbelzD26bpizSxg88mDBZmKg { position:absolute;display:block;z-index:15013;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:4.75rem;width:4.8125rem;top:31.21875rem;left:60.34375rem;overflow:hidden;display:block; }
#ETRtRBRdH6y8Tcin6ADUP8ZS8fMbk2Ka { 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:4.75rem;width:4.8125rem;top:30.6875rem;left:36.8125rem;overflow:hidden;display:none; }
#F3xQGUu4tJDqrn8T0E1c6igGIapagcqo { 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:4.75rem;width:4.8125rem;top:30.6875rem;left:36.8125rem;overflow:hidden;display:none; }
#win0CuKXr84telkpdQ35FhWAmDwtL9F8 { 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:4.75rem;width:4.8125rem;top:30.6875rem;left:36.8125rem;overflow:hidden;display:none; }
#zbThJpx8h19rk5fV08uRMXFbdod2kT19 { position:absolute;display:block;z-index:15032;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:7.4375rem;width:7.4375rem;top:7.1875rem;left:43.125rem;overflow:hidden;display:block; }
#E4azrUsuppxTE3RFtURb45iqLLlNfmFX { position:absolute;display:block;z-index:15033;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:4.375rem;width:12.3125rem;top:13.6875rem;left:0.9375rem;overflow:hidden;display:block; }
#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6559a6;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; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container { background-color: transparent; background-image: none; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container > .video-iframe-container { display: none; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row > .video-iframe-container { display: none; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .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); }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container { border-width: 0; border-radius: 0; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#SiRQpWVdvfUqMrUpKG2Hl59SthNmtqdk { color:#fbffe7;display:block;width:32.375rem;position:absolute;font-family:"kulim park";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:1.0625rem;left:40.0625rem;height:12.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VMAeAwwSGvEyFeldFzTKfQRx4BxvTlk5 { box-sizing:content-box;height:14.4375rem;width:37.5rem;position:absolute;display:block;z-index:15006;background-color:#b83451;background-image:none;top:0rem;left:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pWWlEutuD6UIDApAcg1h1HWT6b98iBi7 { color:#fbffe7;display:block;width:34.4375rem;position:absolute;font-family:"kulim park";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:25.8125rem;left:1.5625rem;height:14.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bPbMrRFosOAgm9RzUe3bybw7pd3xUrnC { box-sizing:content-box;height:14.4375rem;width:37.4375rem;position:absolute;display:block;z-index:15007;background-color:#b83451;background-image:none;top:24.75rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#F54sIHTdmZ8406q5unNrtFK7T80aZMth { position:absolute;display:block;z-index:15005;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:24.8125rem;width:37.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xlGQEPGzQB5gv05FTx2SFsqJ7nQsEDzb { position:absolute;display:block;z-index:15008;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:25.25rem;width:37.875rem;top:14.125rem;left:37.375rem;overflow:hidden;display:block; }
#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6559a6;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; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container { background-color: transparent; background-image: none; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container > .video-iframe-container { display: none; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row > .video-iframe-container { display: none; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .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); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container { border-width: 0; border-radius: 0; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container { font-size:0.875rem;font-family:arial;height:75.375rem;width:75rem;position:relative;display:block; }#HvhPQtzTEe4z8S4AVUlEIMZOsbFCwSEQ { position:absolute;display:block;z-index:15006;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:25.0625rem;width:37.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Mo08Pem5iNKRCghEk0LCoeSJxb0ubDXD { 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:24.9375rem;width:37.5625rem;top:25.21875rem;left:37.4375rem;overflow:hidden;display:block; }
#Qe59yutMuiJP5FzSHcthEwUqRrBM2fGw { color:#fbffe7;display:block;width:24.5625rem;position:absolute;font-family:"kulim park";font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:0.6875rem;left:44rem;height:12.9916875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DSDdsZG8OJG7Pa9Bpgr8NmWWgNyXE5Gw { 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:24.8125rem;width:37.25rem;top:50rem;left:0rem;overflow:hidden;display:block; }
#aJZiF54qpRymP9JuX2P3LxnUT5kOgTpP { box-sizing:content-box;height:12.5rem;width:26.6875rem;position:absolute;display:block;z-index:15005;background-color:#83a54f;background-image:none;top:0rem;left:42.9375rem;display:block; }
#ALd7PBfFTtsSre9eCvc4CQ62SSS5C1E0 { position:absolute;display:block;z-index:15019;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:17.625rem;width:12.4375rem;top:8.46875rem;left:37.5rem;overflow:hidden;display:block; }
#HoTSrvOvOJFQumk2aDnkf9ysZKgT93bU { position:absolute;display:block;z-index:15020;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:17.6875rem;width:12.4375rem;top:9.28125rem;left:62.5625rem;overflow:hidden;display:block; }
#IfPRyKHAUAsTHuT11sbb7ZpxT3NvS68H { position:absolute;display:block;z-index:15021;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:10.75rem;width:10.8125rem;top:12.5rem;left:50.84375rem;overflow:hidden;display:block; }
#iGD1Z2aCKNigf5k8Sqf3RRoFhldnWeTC { position:absolute;display:block;z-index:15018;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:26.4375rem;width:18.625rem;top:20.21875rem;left:0rem;overflow:hidden;display:block; }
#znwCOyMpTCL4EcKUvlkKtRqh8DRJSSyT { position:absolute;display:block;z-index:15023;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:17.9375rem;width:12.5625rem;top:33.71875rem;left:25rem;overflow:hidden;display:block; }
#IQxvOOVhvqqRkbKFw8he9B4RueendozK { position:absolute;display:block;z-index:15024;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:7.125rem;width:7.1875rem;top:33.15625rem;left:17rem;overflow:hidden;display:block; }
#f4oDstp3uvSpA633ntBVwG41N4EILnll { position:absolute;display:block;z-index:15022;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:23.1875rem;width:16.25rem;top:44.375rem;left:58.75rem;overflow:hidden;display:block; }
#I13q3GsppevQ3ozzOvn4MZweqCwGhyBH { position:absolute;display:block;z-index:15021;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:20.75rem;width:14.625rem;top:55.5625rem;left:38.1875rem;overflow:hidden;display:block; }
#QW0Lvu9gENBVDgWPwv8btpCE5Ju7R4P0 { position:absolute;display:block;z-index:15025;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:6.3125rem;width:6.3125rem;top:59.28125rem;left:53.9375rem;overflow:hidden;display:block; }
#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6559a6;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; }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H > .row .container { background-color: transparent; background-image: none; }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H > .row .container > .video-iframe-container { display: none; }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H > .row > .video-iframe-container { display: none; }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H > .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); }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H > .row .container { border-width: 0; border-radius: 0; }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#JSfUzBMEQe7eaQIJo4rRUaJu5o6OlmG2 { color:#f38fb5;display:block;width:48.3125rem;position:absolute;font-family:"kulim park";font-size:4.5625rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:3.8125rem;left:12.3125rem;height:9.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EQKDQuvIV10mvvXm31MqLcQgB55rNKgv { box-sizing:content-box;height:25.375rem;width:48.25rem;position:absolute;display:block;z-index:15008;background-color:#edf3cf;background-image:none;top:2.75rem;left:12.3125rem;display:block; }
#Pyfl6itpILBIql0Tzx51uCZyySgxJCt4 { color:#f38fb5;display:block;width:23.6875rem;position:absolute;font-family:"kulim park";font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:9.9375rem;left:13.375rem;height:15.7470625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NyvacX36A6diMBhfXIkVp3aa6TaTkLis { color:#f38fb5;display:block;width:23.6875rem;position:absolute;font-family:"kulim park";font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:9.9375rem;left:37rem;height:15.7470625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6559a6;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; }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH > .row .container { background-color: transparent; background-image: none; }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH > .row .container > .video-iframe-container { display: none; }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH > .row > .video-iframe-container { display: none; }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH > .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); }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH > .row .container { border-width: 0; border-radius: 0; }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#L2w9GqaCKwXEor9pPF3GN5Xh8ZUqhkhZ { color:#7cb2d9;display:block;width:37.0625rem;position:absolute;font-family:"kulim park";font-size:6.375rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:2.125rem;left:0rem;height:12.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mX5Hb9OUD92iWFWT7rn7AigeQyF5vJin { color:#edf3cf;display:block;width:37.125rem;position:absolute;font-family:"kulim park";font-size:2.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.875rem;left:0rem;height:8.04345rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zOKv9UT0SDNBixTXIPTH7ypXHdzLR1Vt { position:absolute;display:block;z-index:15014;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:24.9375rem;width:37.375rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6559a6;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; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container { background-color: transparent; background-image: none; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container > .video-iframe-container { display: none; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row > .video-iframe-container { display: none; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .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); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container { border-width: 0; border-radius: 0; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;position:relative;display:block; }#kJoxHbyLf8IMKk90ZM9U2eb5unc5OTJs { 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:4.875rem;width:4.875rem;top:5.375rem;left:33.25rem;overflow:hidden;display:block; }
#vHGc07qyirGXg7kABgetJXocExApNkED { 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:5rem;width:5rem;top:5.3125rem;left:36.875rem;overflow:hidden;display:block; }
#rFJqswBsA6nLxFc67GQWAzRxUhzaQFyz { color:#edf3cf;display:block;width:47.8741875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:10.2490234375rem;left:13.622602462769rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bOOgyttP9RXs7t2XGLqEyP79nVfx0FKk { color:#edf3cf;display:block;width:17.8741875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:4.130859375rem;left:28.623935699463rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#EahrW3ZR9QMs4KQ1TwTz1apkGuLp6rAW { color:#edf3cf;display:block;width:16.187rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:2.06201171875rem;left:29.46484375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wHJQdKH8LgT8gCKk5f0mEnAxs07yUdIf { position:absolute;display:block;z-index:15023;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:13.8125rem;width:54.625rem;top:16.9375rem;left:10.24658203125rem;overflow:hidden;display:block; }
#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#83a54f;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row .container { background-color: transparent; background-image: none; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row .container > .video-iframe-container { display: none; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row > .video-iframe-container { display: none; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .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); }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row .container { border-width: 0; border-radius: 0; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#R0gTy3wpFkRG0NlsmGnCJx690QO0CE3p { color:#edf3cf;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3rem;left:7.5rem;height:1.13720625rem;font-style:normal;display:block; }
#MWCPgf4L5piSqZs97Bezq0xcPFPAyvfP { color:#edf3cf;display:block;width:11.312125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:25rem;height:1.13720625rem;font-style:normal;display:block; }
#KhyFXoTfhguEKJf7mpPrfX5bnZtV3gnK { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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;box-shadow: none;height:2.625rem;width:0.0625rem;top:1.375rem;left:37.4375rem;display:block; }
#huQF95r8TcQ1hb3Sk9VcXVQ3ebd7cao7 { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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;box-shadow: none;height:2.625rem;width:0.0625rem;top:1.3122329711914rem;left:23.5rem;display:block; }
#AD1vRPWRcudodTtbXWlGwnhlNiOBZz88 { color:#edf3cf;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.25rem;left:7.5rem;height:1.29980625rem;font-style:normal;display:block; }
#Ev354SlpLVyfNC9ZO2S0pJZ2BPT6kt5G { color:#edf3cf;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.25rem;left:25rem;height:1.29980625rem;font-style:normal;display:block; }
#LvzbT3kKtmTJF5mtazyg3mIMOTt1WLEP { color:#edf3cf;display:block;width:9.49975rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.8745574951172rem;left:39.9375rem;height:1.625rem;font-style:normal;display:block; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#edf3cf;padding-top:0.316875rem;padding-right:0.28625rem;padding-bottom:0.316875rem;padding-left:0.28625rem;display:block;align-items:center;width:1.7175rem;min-width:1.7175rem;height:1.7025rem;position:relative;font-family:montserrat;font-size:1.2675rem;font-weight:700;line-height:27.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 .widget-text.counter-label { background-color:;background-image:none;color:#eae4cd;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.198125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.290625rem;height:0.673125rem;position:relative;font-family:montserrat;font-size:0.475rem;font-weight:400;line-height:10.77px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.1875rem;height:3.2075rem;padding-top:0.39625rem;padding-right:0.409375rem;padding-bottom:0.39625rem;padding-left:0.409375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.6867027282715rem;left:50.9375rem;z-index:15017; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #d2DNO3ri3QSywL2ubwxVRJ42Q6RZ5yC3 { display:flex;position:relative;top:0rem;left:0rem; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #pnnTiysfTx3pBLBZCCJ68eTLyDNPz8yF { width:auto; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #W3mvLr5S3ZhKBORLokEevD7qL8R5wv8x {  }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #dto8ffU7VCAR5MFKI1PJT0cbERXk7ufQ { display:flex;position:relative;top:0rem;left:0rem; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #seE1Ld3EPimawqP8EfCcR5MJ6GpJWXTG {  }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #U6NxA0v5NKPkBcoWzeRyDeOI2558LaWF {  }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #UOcdNPdJMdHaBmvCi4WPicSxtfUGtguG { display:flex;position:relative;top:0rem;left:0rem; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #F54CqGidMT2gbH4OspUlpqWKObJxp3Rq {  }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #Bx3G07b5Rfix5iQ7giveG6DbEZTXRk23 {  }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #wnhTaRf7b26y7Cz3NzdHVH85uIHI6R5g { display:flex;position:relative;top:0rem;left:0rem; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #T0Qg0aFWHCp2seVNUT6GXoc3gILT8wIQ {  }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #b2WcSrT5zuHpesAPRFL4siqfR7L8iZQB {  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWXdHKMf4QB3v7tLntEXEZVExH0LI2SG { top:15.8125rem;left:15.875rem;width:24.5rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #To0BJ76wo9FsD5Z2vZ6pawOekCX6uyWo { top:0rem;left:23.25rem;width:24.5rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQqGtKND7G9kyfbJ2Nr8Q3tmKDBFSQGV { top:3.25rem;left:18.1875rem;width:11.375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNpTqOlF30nBocgPs60rGLEWXCczTlkV { top:21.3125rem;left:8rem;width:16.5625rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAd1l4OZiaP3VvaHBJoBq7oIs6bqOfL8 { top:23.3125rem;left:35.3125rem;width:12.4375rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAlJhe6tlERTrEwUqFbiSgcWUOktsU1p { top:24.1875rem;left:24.5rem;width:12.4375rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSlmJmyUpcIoMdJDXGICLEqX53MtwAZV { top:22.375rem;left:0rem;width:13.1875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMENDRdgMh1LpIqoeTE7TFMXoXt3kdxv { top:22.25rem;left:34.375rem;width:13.375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xya20LEndnmyeVMThDflaHskBqANpg59 { top:24.5rem;left:0rem;width:12rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpXQ8CbhFsbugZUQHusbh521uBqFvOFw { top:4.125rem;left:0rem;width:30.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #duC4k4k5UHarTGZkWDR0ReTU0Wk8cnRn { top:14.625rem;left:0rem;width:15.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmlPF6RTb99qQe3zXmepsyqJOJkd4fzl { top:17.8125rem;left:0rem;width:25.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3dM1mNd3hSZTpGVQvKkIF8GhiydVkiq { top:20.6875rem;left:0rem;width:16.4375rem;height:3.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqVswADb3JpT6o9iTe0wLZHUlZZRuvNg { top:29.75rem;left:0rem;width:4.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhAu5EL5RlKwN34WGUp4VxmUKfWGe2y8 { top:31.1875rem;left:8.5625rem;width:4.8125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft2ka7eRw8WW7iOJqfrBk0BTRrM5vt7q { top:30.6875rem;left:23.1875rem;width:4.8125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3bWenzhTgA64TPG43hVokugs5Z7i7y7 { top:33.3125rem;left:34.4375rem;width:4.8125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKC0UTXTFbelzD26bpizSxg88mDBZmKg { top:31.1875rem;left:42.9375rem;width:4.8125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETRtRBRdH6y8Tcin6ADUP8ZS8fMbk2Ka { top:30.6875rem;left:23.1875rem;width:4.8125rem;height:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #F3xQGUu4tJDqrn8T0E1c6igGIapagcqo { top:30.6875rem;left:23.1875rem;width:4.8125rem;height:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #win0CuKXr84telkpdQ35FhWAmDwtL9F8 { top:30.6875rem;left:23.1875rem;width:4.8125rem;height:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zbThJpx8h19rk5fV08uRMXFbdod2kT19 { top:7.1875rem;left:29.5rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4azrUsuppxTE3RFtURb45iqLLlNfmFX { top:13.6875rem;left:0rem;width:12.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3xDJorESh8DX2swDZGn3t6sGbm1EbbE { display:block; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SiRQpWVdvfUqMrUpKG2Hl59SthNmtqdk { top:1.0625rem;left:15.375rem;width:32.375rem;height:12.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMAeAwwSGvEyFeldFzTKfQRx4BxvTlk5 { top:0rem;left:10.25rem;width:37.5rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWWlEutuD6UIDApAcg1h1HWT6b98iBi7 { top:25.8125rem;left:0rem;width:34.4375rem;height:12.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPbMrRFosOAgm9RzUe3bybw7pd3xUrnC { top:24.75rem;left:0rem;width:37.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F54sIHTdmZ8406q5unNrtFK7T80aZMth { top:0rem;left:0rem;width:37.4375rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlGQEPGzQB5gv05FTx2SFsqJ7nQsEDzb { top:14.125rem;left:0rem;width:37.875rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ { display:block; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvhPQtzTEe4z8S4AVUlEIMZOsbFCwSEQ { top:0rem;left:0rem;width:37.5625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo08Pem5iNKRCghEk0LCoeSJxb0ubDXD { top:25.1875rem;left:0rem;width:37.5625rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe59yutMuiJP5FzSHcthEwUqRrBM2fGw { top:0.6875rem;left:23.1875rem;width:24.5625rem;height:11.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSDdsZG8OJG7Pa9Bpgr8NmWWgNyXE5Gw { top:50rem;left:0rem;width:37.25rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJZiF54qpRymP9JuX2P3LxnUT5kOgTpP { top:0rem;left:21.0625rem;width:26.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALd7PBfFTtsSre9eCvc4CQ62SSS5C1E0 { top:8.4375rem;left:23.875rem;width:12.4375rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoTSrvOvOJFQumk2aDnkf9ysZKgT93bU { top:9.25rem;left:35.3125rem;width:12.4375rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfPRyKHAUAsTHuT11sbb7ZpxT3NvS68H { top:12.5rem;left:30.40625rem;width:10.8125rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGD1Z2aCKNigf5k8Sqf3RRoFhldnWeTC { top:20.1875rem;left:0rem;width:18.625rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znwCOyMpTCL4EcKUvlkKtRqh8DRJSSyT { top:33.6875rem;left:11.3125rem;width:12.5625rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQxvOOVhvqqRkbKFw8he9B4RueendozK { top:33.125rem;left:10.1875rem;width:7.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4oDstp3uvSpA633ntBVwG41N4EILnll { top:44.375rem;left:31.5rem;width:16.25rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I13q3GsppevQ3ozzOvn4MZweqCwGhyBH { top:55.5625rem;left:23.875rem;width:14.625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW0Lvu9gENBVDgWPwv8btpCE5Ju7R4P0 { top:59.25rem;left:33.5rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H { display:block; }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSfUzBMEQe7eaQIJo4rRUaJu5o6OlmG2 { top:3.8125rem;left:0rem;width:47.75rem;height:4.5625rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQKDQuvIV10mvvXm31MqLcQgB55rNKgv { top:2.75rem;left:0rem;width:47.75rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyfl6itpILBIql0Tzx51uCZyySgxJCt4 { top:9.9375rem;left:0.1875rem;width:23.6875rem;height:15.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyvacX36A6diMBhfXIkVp3aa6TaTkLis { top:9.9375rem;left:0.1875rem;width:23.6875rem;height:15.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywu61IWS5g2iCICX6NclIhLqPD5DBzZH { display:block; }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2w9GqaCKwXEor9pPF3GN5Xh8ZUqhkhZ { top:2.125rem;left:0rem;width:37.0625rem;height:12.75rem;font-size:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX5Hb9OUD92iWFWT7rn7AigeQyF5vJin { top:14.875rem;left:0rem;width:37.125rem;height:8rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOKv9UT0SDNBixTXIPTH7ypXHdzLR1Vt { top:0rem;left:10.25rem;width:37.375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN { display:block; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJoxHbyLf8IMKk90ZM9U2eb5unc5OTJs { top:5.375rem;left:19.0625rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHGc07qyirGXg7kABgetJXocExApNkED { top:5.3125rem;left:18.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFJqswBsA6nLxFc67GQWAzRxUhzaQFyz { top:10.1875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOOgyttP9RXs7t2XGLqEyP79nVfx0FKk { top:4.125rem;left:6.0625rem;width:17.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EahrW3ZR9QMs4KQ1TwTz1apkGuLp6rAW { top:2rem;left:7.75rem;width:16.125rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHJQdKH8LgT8gCKk5f0mEnAxs07yUdIf { top:16.9375rem;left:0rem;width:47.75rem;height:12.074084668192rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH { display:block; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0gTy3wpFkRG0NlsmGnCJx690QO0CE3p { width:16.875rem;height:1.125rem;top:3rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWCPgf4L5piSqZs97Bezq0xcPFPAyvfP { width:11.25rem;height:1.125rem;top:3rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhyFXoTfhguEKJf7mpPrfX5bnZtV3gnK { width:0.0625rem;height:2.625rem;top:1.3125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huQF95r8TcQ1hb3Sk9VcXVQ3ebd7cao7 { width:0.0625rem;height:2.625rem;top:1.25rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD1vRPWRcudodTtbXWlGwnhlNiOBZz88 { top:1.25rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev354SlpLVyfNC9ZO2S0pJZ2BPT6kt5G { top:1.25rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvzbT3kKtmTJF5mtazyg3mIMOTt1WLEP { top:1.8125rem;left:26.3125rem;width:9.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 { display:flex;width:18rem;height:5.0625rem;top:17.8125rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #d2DNO3ri3QSywL2ubwxVRJ42Q6RZ5yC3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #pnnTiysfTx3pBLBZCCJ68eTLyDNPz8yF {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #W3mvLr5S3ZhKBORLokEevD7qL8R5wv8x {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #dto8ffU7VCAR5MFKI1PJT0cbERXk7ufQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #seE1Ld3EPimawqP8EfCcR5MJ6GpJWXTG {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #U6NxA0v5NKPkBcoWzeRyDeOI2558LaWF {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #UOcdNPdJMdHaBmvCi4WPicSxtfUGtguG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #F54CqGidMT2gbH4OspUlpqWKObJxp3Rq {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #Bx3G07b5Rfix5iQ7giveG6DbEZTXRk23 {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #wnhTaRf7b26y7Cz3NzdHVH85uIHI6R5g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #T0Qg0aFWHCp2seVNUT6GXoc3gILT8wIQ {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #b2WcSrT5zuHpesAPRFL4siqfR7L8iZQB {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e05fe8c8-661d-4a0c-9b35-cdb46cf1327d/Artboard2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #6559a6; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #6559a6; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:150.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWXdHKMf4QB3v7tLntEXEZVExH0LI2SG { height:9.8125rem;width:18.0625rem;top:20.1826171875rem;left:0.96875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #To0BJ76wo9FsD5Z2vZ6pawOekCX6uyWo { width:20rem;height:22.244897959184rem;top:98.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQqGtKND7G9kyfbJ2Nr8Q3tmKDBFSQGV { width:9.125rem;height:9.0625rem;top:1rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNpTqOlF30nBocgPs60rGLEWXCczTlkV { width:12.0625rem;height:17.125rem;top:42.7978515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAd1l4OZiaP3VvaHBJoBq7oIs6bqOfL8 { width:10.3125rem;height:14.75rem;top:62.60107421875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAlJhe6tlERTrEwUqFbiSgcWUOktsU1p { width:11rem;height:15.75rem;top:72.69482421875rem;left:8.9005102040819rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSlmJmyUpcIoMdJDXGICLEqX53MtwAZV { width:11.375rem;height:16.125rem;top:54.6875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMENDRdgMh1LpIqoeTE7TFMXoXt3kdxv { width:13.375rem;height:18.9375rem;top:80.876953125rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xya20LEndnmyeVMThDflaHskBqANpg59 { width:7.8125rem;height:11.1875rem;top:41.8603515625rem;left:12.04375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpXQ8CbhFsbugZUQHusbh521uBqFvOFw { width:20rem;height:6.2962962962963rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #duC4k4k5UHarTGZkWDR0ReTU0Wk8cnRn { width:15.375rem;height:2.5625rem;top:36rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmlPF6RTb99qQe3zXmepsyqJOJkd4fzl { width:20rem;height:2.0487804878049rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3dM1mNd3hSZTpGVQvKkIF8GhiydVkiq { width:18.75rem;height:4rem;top:123.3125rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FqVswADb3JpT6o9iTe0wLZHUlZZRuvNg { width:4.75rem;height:4.6875rem;top:53.0478515625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhAu5EL5RlKwN34WGUp4VxmUKfWGe2y8 { width:4.8125rem;height:4.75rem;top:70.8125rem;left:13.54345703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft2ka7eRw8WW7iOJqfrBk0BTRrM5vt7q { width:4.8125rem;height:4.75rem;top:42.7978515625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3bWenzhTgA64TPG43hVokugs5Z7i7y7 { width:4.8125rem;height:4.75rem;top:101.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKC0UTXTFbelzD26bpizSxg88mDBZmKg { width:4.8125rem;height:4.75rem;top:99.25rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETRtRBRdH6y8Tcin6ADUP8ZS8fMbk2Ka { width:4.8125rem;height:4.75rem;top:57.91357421875rem;left:2.3125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #F3xQGUu4tJDqrn8T0E1c6igGIapagcqo { width:4.8125rem;height:4.75rem;top:79.10107421875rem;left:2.3125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #win0CuKXr84telkpdQ35FhWAmDwtL9F8 { width:4.8125rem;height:4.75rem;top:87.03125rem;left:13.54345703125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #zbThJpx8h19rk5fV08uRMXFbdod2kT19 { width:7.4375rem;height:7.4375rem;top:129.75rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4azrUsuppxTE3RFtURb45iqLLlNfmFX { width:12.3125rem;height:4.375rem;top:31.6875rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3xDJorESh8DX2swDZGn3t6sGbm1EbbE { background-color:#6559a6;background-image:none;display:block; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container { background-color: transparent; background-image: none; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container > .video-iframe-container { display: none; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row > .video-iframe-container { display: none; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .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); }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SiRQpWVdvfUqMrUpKG2Hl59SthNmtqdk { width:17rem;height:8.1791875rem;top:14.5625rem;left:1.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #VMAeAwwSGvEyFeldFzTKfQRx4BxvTlk5 { width:20rem;height:10.5rem;top:13.375rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #pWWlEutuD6UIDApAcg1h1HWT6b98iBi7 { width:20rem;height:11rem;top:37.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #bPbMrRFosOAgm9RzUe3bybw7pd3xUrnC { width:20rem;height:12rem;top:37.125rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #F54sIHTdmZ8406q5unNrtFK7T80aZMth { width:20rem;height:13.316375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlGQEPGzQB5gv05FTx2SFsqJ7nQsEDzb { width:19.875rem;height:13.25rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ { background-color:#6559a6;background-image:none;display:block; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container { background-color: transparent; background-image: none; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container > .video-iframe-container { display: none; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row > .video-iframe-container { display: none; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .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); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container { width:20rem;height:81.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvhPQtzTEe4z8S4AVUlEIMZOsbFCwSEQ { width:20rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo08Pem5iNKRCghEk0LCoeSJxb0ubDXD { width:20rem;height:13.277870216306rem;top:44.18505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe59yutMuiJP5FzSHcthEwUqRrBM2fGw { width:17.625rem;height:10.1035rem;top:70rem;left:1.1875rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #DSDdsZG8OJG7Pa9Bpgr8NmWWgNyXE5Gw { width:19.75rem;height:13.125rem;top:21.78173828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJZiF54qpRymP9JuX2P3LxnUT5kOgTpP { width:20rem;height:12.5rem;top:68.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALd7PBfFTtsSre9eCvc4CQ62SSS5C1E0 { width:8.0625rem;height:11.4375rem;top:33.337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoTSrvOvOJFQumk2aDnkf9ysZKgT93bU { width:8.25rem;height:11.875rem;top:33.119140625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfPRyKHAUAsTHuT11sbb7ZpxT3NvS68H { width:6.6875rem;height:6.625rem;top:36.275390625rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGD1Z2aCKNigf5k8Sqf3RRoFhldnWeTC { width:10.375rem;height:14.875rem;top:10.00048828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #znwCOyMpTCL4EcKUvlkKtRqh8DRJSSyT { width:6.875rem;height:9.9375rem;top:12.46923828125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQxvOOVhvqqRkbKFw8he9B4RueendozK { width:2.5625rem;height:2.5rem;top:16.4375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4oDstp3uvSpA633ntBVwG41N4EILnll { width:10.5625rem;height:15.0625rem;top:54.25rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I13q3GsppevQ3ozzOvn4MZweqCwGhyBH { width:9.3125rem;height:13.5rem;top:55.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW0Lvu9gENBVDgWPwv8btpCE5Ju7R4P0 { width:3.375rem;height:3.375rem;top:61.25rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H { display:block; }#XxpW4I93lAiau6RIDbqr33TRJ7P0vB6H > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSfUzBMEQe7eaQIJo4rRUaJu5o6OlmG2 { width:20rem;height:5.5rem;top:3.9375rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EQKDQuvIV10mvvXm31MqLcQgB55rNKgv { width:20rem;height:45.5rem;top:3.3125rem;left:0rem;background-color:#fbffe7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Pyfl6itpILBIql0Tzx51uCZyySgxJCt4 { width:20rem;height:17.9980625rem;top:10.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NyvacX36A6diMBhfXIkVp3aa6TaTkLis { width:20rem;height:17.99805625rem;top:29.185546875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ywu61IWS5g2iCICX6NclIhLqPD5DBzZH { display:block; }#ywu61IWS5g2iCICX6NclIhLqPD5DBzZH > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2w9GqaCKwXEor9pPF3GN5Xh8ZUqhkhZ { width:20rem;height:6.75rem;top:0rem;left:0rem;font-size:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mX5Hb9OUD92iWFWT7rn7AigeQyF5vJin { width:20rem;height:4.1425875rem;top:7.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zOKv9UT0SDNBixTXIPTH7ypXHdzLR1Vt { width:19.875rem;height:13.25rem;top:13.14208984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN { background-color:#6559a6;background-image:none;display:block; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container { background-color: transparent; background-image: none; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container > .video-iframe-container { display: none; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row > .video-iframe-container { display: none; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .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); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJoxHbyLf8IMKk90ZM9U2eb5unc5OTJs { width:3.625rem;height:3.625rem;top:7rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHGc07qyirGXg7kABgetJXocExApNkED { width:3.625rem;height:3.625rem;top:7rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFJqswBsA6nLxFc67GQWAzRxUhzaQFyz { width:20rem;height:1.625rem;top:5.4375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bOOgyttP9RXs7t2XGLqEyP79nVfx0FKk { width:17.875rem;height:1.29980625rem;top:3.5625rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EahrW3ZR9QMs4KQ1TwTz1apkGuLp6rAW { width:16.1235625rem;height:1.375rem;top:1.625rem;left:1.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wHJQdKH8LgT8gCKk5f0mEnAxs07yUdIf { width:20rem;height:5.0572082379863rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0gTy3wpFkRG0NlsmGnCJx690QO0CE3p { width:20rem;height:1.29980625rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWCPgf4L5piSqZs97Bezq0xcPFPAyvfP { width:20rem;height:1.29980625rem;top:6.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhyFXoTfhguEKJf7mpPrfX5bnZtV3gnK { width:2.625rem;height:0.0625rem;top:7.7373046875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #huQF95r8TcQ1hb3Sk9VcXVQ3ebd7cao7 { width:2.625rem;height:0.125rem;top:3.9375rem;left:8.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #AD1vRPWRcudodTtbXWlGwnhlNiOBZz88 { width:20rem;height:1.29980625rem;top:0.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ev354SlpLVyfNC9ZO2S0pJZ2BPT6kt5G { width:20rem;height:1.29980625rem;top:4.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LvzbT3kKtmTJF5mtazyg3mIMOTt1WLEP { width:12.5rem;height:1.625rem;top:8.1875rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 .widget-text.counter-number { padding-top:0.26375rem;padding-right:0.2375rem;padding-bottom:0.26375rem;padding-left:0.2375rem;width:1.42375rem;min-width:1.42375rem;height:1.415625rem;font-size:1.05375rem;line-height:22.65px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.164375rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.898125rem;height:0.56rem;font-size:0.395rem;line-height:8.96px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 { display:flex;width:11.625rem;height:2.6675rem;top:9.8125rem;left:4.875rem;padding-top:0.20875rem;padding-right:0.221875rem;padding-bottom:0.20875rem;padding-left:0.221875rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #d2DNO3ri3QSywL2ubwxVRJ42Q6RZ5yC3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #pnnTiysfTx3pBLBZCCJ68eTLyDNPz8yF {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #W3mvLr5S3ZhKBORLokEevD7qL8R5wv8x {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #dto8ffU7VCAR5MFKI1PJT0cbERXk7ufQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #seE1Ld3EPimawqP8EfCcR5MJ6GpJWXTG {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #U6NxA0v5NKPkBcoWzeRyDeOI2558LaWF {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #UOcdNPdJMdHaBmvCi4WPicSxtfUGtguG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #F54CqGidMT2gbH4OspUlpqWKObJxp3Rq {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #Bx3G07b5Rfix5iQ7giveG6DbEZTXRk23 {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #wnhTaRf7b26y7Cz3NzdHVH85uIHI6R5g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #T0Qg0aFWHCp2seVNUT6GXoc3gILT8wIQ {  }
 }@media only screen and (max-width: 763px) { #C6WzTTvKn91eArXGmdPAmNwhNFZTDuT5 #b2WcSrT5zuHpesAPRFL4siqfR7L8iZQB {  }
 }