.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#ey23AoBc3lt1mAvT6uDIEZzOIyUP5wNt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;top:0rem;left:0rem;right:0rem;display:block; }#ey23AoBc3lt1mAvT6uDIEZzOIyUP5wNt > .row .container { background-color: transparent; background-image: none; }#ey23AoBc3lt1mAvT6uDIEZzOIyUP5wNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey23AoBc3lt1mAvT6uDIEZzOIyUP5wNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey23AoBc3lt1mAvT6uDIEZzOIyUP5wNt > .row .container > .video-iframe-container { display: none; }#ey23AoBc3lt1mAvT6uDIEZzOIyUP5wNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey23AoBc3lt1mAvT6uDIEZzOIyUP5wNt > .row > .video-iframe-container { display: none; }#ey23AoBc3lt1mAvT6uDIEZzOIyUP5wNt > .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); }#ey23AoBc3lt1mAvT6uDIEZzOIyUP5wNt > .row .container { border-width: 0; border-radius: 0; }#ey23AoBc3lt1mAvT6uDIEZzOIyUP5wNt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ey23AoBc3lt1mAvT6uDIEZzOIyUP5wNt > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#MFuKBPawZhAoFKxr64es31vseOPqfpUw { 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:4.0625rem;width:9.125rem;top:1.34375rem;left:1.1875rem;overflow:hidden;display:block; }
#u5ODe1sDvM6gv0SFuzyFiO2DVTGz0ATJ { position:relative;display:block; }#u5ODe1sDvM6gv0SFuzyFiO2DVTGz0ATJ { background-color: transparent; background-image: none; }#u5ODe1sDvM6gv0SFuzyFiO2DVTGz0ATJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5ODe1sDvM6gv0SFuzyFiO2DVTGz0ATJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5ODe1sDvM6gv0SFuzyFiO2DVTGz0ATJ > .row .container > .video-iframe-container { display: none; }#u5ODe1sDvM6gv0SFuzyFiO2DVTGz0ATJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5ODe1sDvM6gv0SFuzyFiO2DVTGz0ATJ > .row > .video-iframe-container { display: none; }#u5ODe1sDvM6gv0SFuzyFiO2DVTGz0ATJ > .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); }#u5ODe1sDvM6gv0SFuzyFiO2DVTGz0ATJ { border-width: 0; border-radius: 0; }#u5ODe1sDvM6gv0SFuzyFiO2DVTGz0ATJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#u5ODe1sDvM6gv0SFuzyFiO2DVTGz0ATJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#e06d49;background-image:url("https://images.assets-landingi.com/uc/07d22172-f319-4a47-991d-0a9e6c13b6ad/Asset52x.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;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-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: 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:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#CdS97kl3suMwFmUMP4gFkaHLRMi6FNOL { color:#6f4415;display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:3.099609375rem;left:53.4375rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oAVtbiJp3m2FN91fLg7TcvIxdQqOsGdl { position:absolute;display:block;z-index:15055;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.17) ;height:41.125rem;width:23.125rem;top:1.3125rem;left:50.875rem;display:block; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-form-header {  }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:20.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.8125rem;box-sizing:border-box;height:2.875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-input-text {padding-top: 0; padding-bottom: 0;}#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.8125rem;box-sizing:border-box;height:2.875rem;color:#646464;font-family:"open sans";font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-input-select {padding-top: 0; padding-bottom: 0;}#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#843d2b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:20.8125rem;height:2.5rem;font-family:"open sans";overflow:hidden; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.8125rem; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.8125rem; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.8125rem; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.8125rem; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:19.5625rem;overflow:hidden;font-style:normal;float:none; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-container:first-of-type{padding-top:0;}#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-container:last-of-type{padding-bottom:0;}#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:50.90625rem;top:6.3388671875rem;z-index:15058;position:absolute; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.8125rem;display:block;vertical-align:top; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.375rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP {display:block;}#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:50.90625rem;top:6.3388671875rem;z-index:15058;position:absolute; }
#wo9NA34XxGmckoNyib8Sd6UaP6LIkqKR { position:relative;display:block; }
#gfnCync9k6pp1cE42oe6onbngPfqfDvR { position:relative;display:block; }
#LOfhWpHpEoD1HTnkJh24qsihhkG8hyQe { position:relative;display:block; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #WmRTBUZIIFa8uLdynF8PTANoPs3mU6rm { position:relative; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #AMgo1mUzPM3QfVHMPH9TMpuvBN2zGylu { position:relative;display:none; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #noZG4TAg2HlDhN45iZMroUodO4OPJuOz { position:relative; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #bGt6fJ3TaGzIGs9oKgcnEIEkotOqUMtd { position:relative; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #Kl7mcLzmCVWrcZ8XsH3HtNpWqKeJoPTo { position:relative;display:none; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #TOFbnv9NflfmHxs4CfHUDaRoeLKChUPW { position:relative; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #V8xS7NZMW0SESVX47bTxkheRnEEz7DCI { position:relative; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #Da5xTAD0cIazL3FHU3rOBZWqf4748lAC { position:relative;display:none; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #hh9bviFSNSMy9vUfuswnkkOLdn8PtLUL { position:relative; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #Jkw6GxQ8ZdNpc0wWrzsr7WmBwza2x6Gd { position:relative; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #SyKGJMHE9z9hB2VsfHwhL33HSGSMzVXF { position:relative;display:none; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #SSgPDvXCTuEhtZrLWSHvGgVAx0a34g7a { position:relative; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #RpBNPTpFSAQ5lTsFGCRAuaHaAmZNDExA { position:relative; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #At5fw7r6SsHDVHlgUCxo8hSd6ty87qpH { position:relative;display:none; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #GzIxVchTaDkrVPvhexxPka6bKyQOd2Te { position:relative; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #NFU320MZUWbqQ1ganLUFAzW5lCvivQkb { position:relative; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #kmccmzEwN8IITg3iTeOAFzEarCyz2TiE { position:relative;display:none; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #GReKImTES3MFo4rur6g1GHawnTb4Sboa { position:relative; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #o3ruNGnpIrZGfiSJwXUQ3zAKEChJhDw7 { position:relative; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #TTEK71x03b8sTJTHo5PKVs9Uyb8fIRDv { position:relative;display:none; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #FqT39DRQATcXQxBOqgap9mI9IwDBAqbk { position:relative; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #huXCoJzvD79UT6XURJod0BnSBub0nrqa { position:relative; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #htBsliJFE3V60mXZWr4U8DTFlI1turRV { position:relative;display:none; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #AIGuKrfW293JTpOlpMwuRKTyKTAbsW5c { position:relative; }
#q6W9wKiAN78JWcLxJS1tQEwqZm9s38kZ { position:relative;display:block; }
#JTVPuyR7OFknlZkTyRWSwfhrWLOw0WAa { position:relative;display:block; }
#uVhUr8Kp4FEdVKxh7cFfdowtU23kWiXd { position:relative;display:block; }
#SCUDtxPkc3UQ4pVhltP5ByQdoH4ohybr { position:relative;display:block; }
#AmdLdFSOPrmRRhmwdCUvqlg4SfT49gL0 { position:relative;display:block; }
#Kg0hMXaetR81aaT9sqUpnqJGy9UISBF2 { position:relative;display:block; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #qsmmNpT9A0urCcOgpah1l28ixw67Trgs { position:relative;z-index:15000; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #x6SRv2ITVoKCrHqyi00DG4ZTMBMVFhbK { position:relative;z-index:15000; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #s4MITWIScflyA70z087t9Pt3SorxBbPs { position:relative; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #UqPRATDWL5DkP0mNHGhtZ4gU9xRv6Vac { position:relative;z-index:2; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #eVrvcb1JcN1MTupz3nPQNnTPgiXa0lX8 { position:relative; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #WF0BFTkiivkd0Zw9VL50ECc77FuNoC7m { position:relative;display:block;z-index:15000; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #zmggEGKFuO9ugUUoCB9OHrQUtrhiCSQi { position:relative;display:block;z-index:15000; }
#PmozeTw6csqBFKDWsGOv5Z7VgUc74lv5 { position:relative;display:block; }
#wFBOEhZmtleDt64TJaQ2FNJQQEa2ZsS4 { position:relative;display:block; }
#K73KufdlF9HF2dzo5EW3RC5PWtQFmC3X { position:relative;display:block; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #efdZfSWdVIklFENt2Z1AHTUyzIpCsKEi { position:relative; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #bKvSQlbpbc0lEryiyX1J10mgHdZms6Uo { position:relative; }
#bTUymUXvICv8OWMqpnDplL5Ix2FRih2s { position:absolute;display:block;z-index:14999;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:43.75rem;width:53.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ehqEldnveULy7WPgQS4C1LWv3zN2MWzv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#ehqEldnveULy7WPgQS4C1LWv3zN2MWzv > .row .container { background-color: transparent; background-image: none; }#ehqEldnveULy7WPgQS4C1LWv3zN2MWzv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehqEldnveULy7WPgQS4C1LWv3zN2MWzv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehqEldnveULy7WPgQS4C1LWv3zN2MWzv > .row .container > .video-iframe-container { display: none; }#ehqEldnveULy7WPgQS4C1LWv3zN2MWzv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehqEldnveULy7WPgQS4C1LWv3zN2MWzv > .row > .video-iframe-container { display: none; }#ehqEldnveULy7WPgQS4C1LWv3zN2MWzv > .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); }#ehqEldnveULy7WPgQS4C1LWv3zN2MWzv > .row .container { border-width: 0; border-radius: 0; }#ehqEldnveULy7WPgQS4C1LWv3zN2MWzv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ehqEldnveULy7WPgQS4C1LWv3zN2MWzv > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#gEPc5TtGuJ787lE4T0TM4LBmpyeRXEA3 { position:absolute;display:block;z-index:14999;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.3125rem;width:16rem;top:4.75rem;left:3.1875rem;overflow:hidden;display:block; }
#gl4v0bZRziPTTPNRrtmtsapp4vfbUMiS { color:#64451c;display:block;width:48.9995rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:22.4375rem;height:12.509275rem;display:block; }
#sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3d7c47;background-image:url("https://images.assets-landingi.com/uc/238f8bee-2f17-46d0-bef6-6ae0f7a564f0/Bandungijo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr.adaptive-delivery-prevent-bg, #sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr.lazyload, #sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr.lazyloading { background-image: none; }#sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr > .row .container { background-color: transparent; background-image: none; }#sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr > .row .container > .video-iframe-container { display: none; }#sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr > .row > .video-iframe-container { display: none; }#sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr > .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); }#sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr > .row .container { border-width: 0; border-radius: 0; }#sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#Ck9pU7oufTw34wflZkil9ngE6WD22RLQ { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:"beauty font";font-size:4.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:46.5625rem;height:5.36230625rem;text-align:center;text-align-last:center;display:block; }
#lGWgvhI2oTEa3bb0CUW3KKaJXNup7GbD { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:1.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:7.4375rem;left:50.8125rem;display:block; }
#sU13JG67ss9eML1LuTlrroDFXeQSvFLc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CFFzard8c2B0ifyq1GKTcAihIrGE0Dp5 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:1.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:9.9375rem;left:50.8125rem;display:block; }
#zc02ppQLXB9ObWRuKdpxwd6eXxHuaOes { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wtoy3JHvZldxunkxrkNFW0cvxsUtr9Fd { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;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:0.125rem;width:12.5rem;top:9.5rem;left:47.9375rem;display:block; }
#QoxBlsdKTU0QKnR9GZOucX086AFvEy4u { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:1.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.8125rem;left:50.8125rem;display:block; }
#hrWhC5JtcfB3yiLTzwOSa1hBcTWJhW4k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FUI77QNq6v2qZJu5svJiOTVWLVsc2uHF { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:1.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:16.0625rem;left:49.1875rem;display:block; }
#koayzkMZomTt7rCQ3tFyGC7swAhNNgqa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RQTZXie4d47XOao1lnb16NEp7CStWBBT { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;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:0.125rem;width:12.5rem;top:15.1875rem;left:47.9375rem;display:block; }
#LDBFRuTNgZpeLuZTe9ybX3WaSVOJz6xJ { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;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:0.125rem;width:12.5rem;top:12.125rem;left:47.9375rem;display:block; }
#Ttdl23k6lgwNEy0lwgyf82QQyX8xOkZS { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;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:0.125rem;width:12.5rem;top:18.4375rem;left:47.9375rem;display:block; }
#bqDSoBSBQ7Wm75XAmFyMitQgSfIZa28L { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;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:0.125rem;width:12.5rem;top:21.5rem;left:47.9375rem;display:block; }
#PMq3pDGx6xDgBc9k1ItePFNSNyIIWJlH { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:1.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:19.125rem;left:46.8125rem;display:block; }
#Wb8rAgDTwTH0BrWRFb57nRzT8MAm5vPe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f5HcR9TRhALIaqCKhtffTg6E6b1NryOw { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:1.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:22.375rem;left:49.125rem;display:block; }
#NtADdE7kpgDaQuU55eNA8hp89So29vzb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JzBMT7gyqfeCrHuXnDTNmOK92V23I86M { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22rem;left:1.125rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#L2CTGHBi6l1TvLIK9oNAhmR3LQ6qK38f { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.937065124512rem;left:1.1246738433838rem;height:1.787325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3d7c47;background-image:url("https://images.assets-landingi.com/uc/0738b851-4348-40b1-99c2-203744674d82/pontianak.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal.adaptive-delivery-prevent-bg, #ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal.lazyload, #ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal.lazyloading { background-image: none; }#ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal > .row .container { background-color: transparent; background-image: none; }#ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal > .row .container > .video-iframe-container { display: none; }#ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal > .row > .video-iframe-container { display: none; }#ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal > .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); }#ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal > .row .container { border-width: 0; border-radius: 0; }#ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#UuEfm893w3VSkGS7g9CSzHCABgMqzCPq { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:"beauty font";font-size:4.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.375rem;left:8.4375rem;height:5.36230625rem;text-align:center;text-align-last:center;display:block; }
#tLNccGmFfxahSIuSUb3BQVaXTBxhfrSK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:1.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.6875rem;left:12.6875rem;display:block; }
#F6dwy4ex8X8M4yaRR1DS6MofvqUqoaGc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vOKJzh9a2zfqUtLmhWUgPfk92qCi2WFz { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:1.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.1875rem;left:12.6875rem;display:block; }
#M5FihdgfTJuMo8v1W7akBOqBky3vuv1L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sgCf1ZEBBXSWV8IVuutcrGQTbveZLgfB { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;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:0.125rem;width:12.5rem;top:15.75rem;left:9.8125rem;display:block; }
#KNvHu3XAn3H78VzQhTJCeKKfQScscLH6 { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.3125rem;left:52.5625rem;height:3.41161875rem;text-align:right;text-align-last:right;display:block; }
#eqqHgFo6gpaavDgdCb0SJT3gvNgoPTcH { color:#ffffff;display:block;width:30.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.124893188476rem;left:42.687284469604rem;height:1.787325rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#37533c;background-image:url("https://images.assets-landingi.com/uc/cf5adf3d-4fee-4418-9f90-85ac46296582/Palembangijo.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5.adaptive-delivery-prevent-bg, #ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5.lazyload, #ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5.lazyloading { background-image: none; }#ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5 > .row .container { background-color: transparent; background-image: none; }#ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5 > .row .container > .video-iframe-container { display: none; }#ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5 > .row > .video-iframe-container { display: none; }#ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5 > .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); }#ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5 > .row .container { border-width: 0; border-radius: 0; }#ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5 > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#GqMi8cXJASzPFaHGtSWnTubtb9iKpZlK { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:"beauty font";font-size:4.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.125rem;left:49.9375rem;height:5.36230625rem;text-align:center;text-align-last:center;display:block; }
#nI7OQ2ZlLayZXQIFrKDE9d4TaGv5TzWF { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20.373260498047rem;left:2.0625rem;height:3.41161875rem;text-align:left;text-align-last:left;display:block; }
#iRA8DsrSkr6JOOSATWBdJi0TtcnU0kXA { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.461807250976rem;left:1.4375rem;height:1.787325rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TpgnL8nudz1etuJQfzSNFHSbO5R8IUnF { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:1.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:15.75rem;left:52.5rem;display:block; }
#Fw8ZoWy7ssl98Aro9qbwPHeqgEBGzOAX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GBHaEmaWLOxDRCJ2Fl9HVKBoOyozszhq { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:1.8125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:12.5rem;left:54.125rem;display:block; }
#IwZX1Sd5Fa6mro4fMHvTNipycgo1bSxJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zErJT0SrKfClUC37p28uQ3PMRtLyZ9OR { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;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:0.125rem;width:12.5rem;top:14.875rem;left:51.25rem;display:block; }
#iCqcUkbC2UIMX2ATWEKwPSrTbVtw8Mh4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#iCqcUkbC2UIMX2ATWEKwPSrTbVtw8Mh4 > .row .container { background-color: transparent; background-image: none; }#iCqcUkbC2UIMX2ATWEKwPSrTbVtw8Mh4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCqcUkbC2UIMX2ATWEKwPSrTbVtw8Mh4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCqcUkbC2UIMX2ATWEKwPSrTbVtw8Mh4 > .row .container > .video-iframe-container { display: none; }#iCqcUkbC2UIMX2ATWEKwPSrTbVtw8Mh4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCqcUkbC2UIMX2ATWEKwPSrTbVtw8Mh4 > .row > .video-iframe-container { display: none; }#iCqcUkbC2UIMX2ATWEKwPSrTbVtw8Mh4 > .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); }#iCqcUkbC2UIMX2ATWEKwPSrTbVtw8Mh4 > .row .container { border-width: 0; border-radius: 0; }#iCqcUkbC2UIMX2ATWEKwPSrTbVtw8Mh4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iCqcUkbC2UIMX2ATWEKwPSrTbVtw8Mh4 > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#bpSZBfzGJG0QgbWACNwDKcrALGqDChTm { color:#be6b0a;display:block;width:15.625rem;position:absolute;font-family:"beauty font";font-size:5.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:28.6875rem;height:13.4873125rem;text-align:center;text-align-last:center;display:block; }
#gVvuQi4ALWeGPTv8dhXzkOWHVkxD1nqE { color:#be6b0a;display:block;width:2.625rem;position:absolute;font-family:"dancing script";font-size:4.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:41.0625rem;height:6.01220625rem;text-align:center;text-align-last:center;display:block; }
#mfPf8Q3y36QgDzS8DI0iCkINfh11nd8N { position:absolute;display:block;z-index:15002;background-color:#df6d49;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.15) ;height:18.75rem;width:14.375rem;top:8.375rem;left:0.375rem;display:block; }
#p7CfqAvtqzo4pte4DeGzyBIiy4GAWW6u { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.9375rem;left:1.3125rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qvup6PbAliN6ebmoX9H53Hz2gUMQKlPP { position:absolute;display:block;z-index:15006;background-color:#546f30;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.15) ;height:18.75rem;width:14.375rem;top:8.375rem;left:15.4375rem;display:block; }
#RAHk4VmrOPPIeTHdzgHhqkTdP8qru3bx { 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:7.6875rem;width:7.625rem;top:10.1875rem;left:18.8125rem;overflow:hidden;display:block; }
#txPoqFcXdUJR9qiutZ5Ewho7CV4keDCT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.9375rem;left:16.375rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TuEEbw9RCaNyxF2qHbAzf1cdPUMOdka5 { position:absolute;display:block;z-index:15010;background-color:#df6d49;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.15) ;height:18.75rem;width:14.375rem;top:8.375rem;left:30.4375rem;display:block; }
#ZX9hZfI07XykRtGoXPPnlc8Eupp0Eh0J { position:absolute;display:block;z-index:15014;background-color:#546f30;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.15) ;height:18.75rem;width:14.375rem;top:8.375rem;left:45.375rem;display:block; }
#KXmmdkN2WrlR0tD1lHKDnNX1mpxxkpwc { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.9375rem;left:31.375rem;height:4.3872rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nRkQsopT7kXJxJRELThCnwaDpMc84TIW { color:#ffffff;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:18.9375rem;left:46.0625rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iScyqyiXwMnf6Ne7CWaTdzeP6AvMcX3r { position:absolute;display:block;z-index:15014;background-color:#df6d49;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.15) ;height:18.75rem;width:14.375rem;top:8.375rem;left:60.25rem;display:block; }
#RkJ55AJdE8NBdfs1xuTzA7VFAXiEmT6f { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:18.9375rem;left:60.78125rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wvvuDgKLWrhKKGiKsJeDz2tmUVAlZeEm { 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:7.125rem;width:8.625rem;top:10.46875rem;left:3.25rem;overflow:hidden;display:block; }
#IqUQ1grlZBX1l41vMsTvrXrQJFbVtlDr { 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:7.1875rem;width:11.25rem;top:10.4375rem;left:32.28125rem;overflow:hidden;display:block; }
#Kd64pCnax6mUzPEVdADPVDkqvwa80STz { 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:6.5625rem;width:9.875rem;top:10.9375rem;left:48.0625rem;overflow:hidden;display:block; }
#hEidDJfFeM7Hxv9CVpb0SI6otgVrltJ5 { 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:8.5625rem;width:8.1875rem;top:9.09375rem;left:63.53125rem;overflow:hidden;display:block; }
#mkyTNkccTbqEZho1BAoPb4GnqFdU2OKa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f3f3f;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; }#mkyTNkccTbqEZho1BAoPb4GnqFdU2OKa > .row .container { background-color: transparent; background-image: none; }#mkyTNkccTbqEZho1BAoPb4GnqFdU2OKa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkyTNkccTbqEZho1BAoPb4GnqFdU2OKa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkyTNkccTbqEZho1BAoPb4GnqFdU2OKa > .row .container > .video-iframe-container { display: none; }#mkyTNkccTbqEZho1BAoPb4GnqFdU2OKa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkyTNkccTbqEZho1BAoPb4GnqFdU2OKa > .row > .video-iframe-container { display: none; }#mkyTNkccTbqEZho1BAoPb4GnqFdU2OKa > .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); }#mkyTNkccTbqEZho1BAoPb4GnqFdU2OKa > .row .container { border-width: 0; border-radius: 0; }#mkyTNkccTbqEZho1BAoPb4GnqFdU2OKa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mkyTNkccTbqEZho1BAoPb4GnqFdU2OKa > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#HR1KMFn23iXSKwmJ70cgw1wTmM8stnhC { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:1.71875rem;height:1.625rem;font-style:normal;display:block; }
#vLFnIJBuyXNTpNk73oNxzT3MhGxS3Ry8 { position:absolute;display:block;z-index:15001;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:1.8125rem;width:1.8125rem;top:3.8125rem;left:1.71875rem;overflow:hidden;display:block; }
#yyv5DseqnlfFlnivhkbozSBm0pr4f0up { 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:1.75rem;width:1.8125rem;top:3.8125rem;left:4.28125rem;overflow:hidden;display:block; }
#ImRnaJKVEGpzzIVe5LWyBu1L86T5OKDH { position:absolute;display:block;z-index:15003;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:1.75rem;width:1.8125rem;top:3.84375rem;left:7rem;overflow:hidden;display:block; }
#Z7qrWRrKMS5zHXuCbXPVMHicroTDauXJ { position:absolute;display:block;z-index:15004;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:1.75rem;width:1.8125rem;top:3.84375rem;left:9.625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ey23AoBc3lt1mAvT6uDIEZzOIyUP5wNt { display:block; }#ey23AoBc3lt1mAvT6uDIEZzOIyUP5wNt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFuKBPawZhAoFKxr64es31vseOPqfpUw { top:1.3125rem;left:0rem;width:9.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5ODe1sDvM6gv0SFuzyFiO2DVTGz0ATJ { display:block; }#u5ODe1sDvM6gv0SFuzyFiO2DVTGz0ATJ > .row .container { width:47.75rem;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) { #CdS97kl3suMwFmUMP4gFkaHLRMi6FNOL { top:3.0625rem;left:29.5rem;width:18.25rem;height:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAVtbiJp3m2FN91fLg7TcvIxdQqOsGdl { top:1.3125rem;left:24.625rem;width:23.125rem;height:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-regular-label { display:block;width:20.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-input-text { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-input-text {padding-top: 0; padding-bottom: 0;}#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-textarea { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-input-select { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-input-select {padding-top: 0; padding-bottom: 0;}#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-input-button { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-checkbox-label { width:19.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP  { width:20.8125rem;height:auto;top:6.3125rem;left:24.4375rem; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .radio-container { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP {display:block;}#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP { width:20.8125rem;height:auto;top:6.3125rem;left:24.4375rem; }
 }@media only screen and (max-width: 763px) { #wo9NA34XxGmckoNyib8Sd6UaP6LIkqKR { display:block; }
 }@media only screen and (max-width: 763px) { #gfnCync9k6pp1cE42oe6onbngPfqfDvR { display:block; }
 }@media only screen and (max-width: 763px) { #LOfhWpHpEoD1HTnkJh24qsihhkG8hyQe { display:block; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #WmRTBUZIIFa8uLdynF8PTANoPs3mU6rm {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #AMgo1mUzPM3QfVHMPH9TMpuvBN2zGylu { display:block; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #noZG4TAg2HlDhN45iZMroUodO4OPJuOz {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #bGt6fJ3TaGzIGs9oKgcnEIEkotOqUMtd {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #Kl7mcLzmCVWrcZ8XsH3HtNpWqKeJoPTo { display:block; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #TOFbnv9NflfmHxs4CfHUDaRoeLKChUPW {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #V8xS7NZMW0SESVX47bTxkheRnEEz7DCI {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #Da5xTAD0cIazL3FHU3rOBZWqf4748lAC { display:block; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #hh9bviFSNSMy9vUfuswnkkOLdn8PtLUL {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #Jkw6GxQ8ZdNpc0wWrzsr7WmBwza2x6Gd {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #SyKGJMHE9z9hB2VsfHwhL33HSGSMzVXF { display:block; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #SSgPDvXCTuEhtZrLWSHvGgVAx0a34g7a {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #RpBNPTpFSAQ5lTsFGCRAuaHaAmZNDExA {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #At5fw7r6SsHDVHlgUCxo8hSd6ty87qpH { display:block; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #GzIxVchTaDkrVPvhexxPka6bKyQOd2Te {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #NFU320MZUWbqQ1ganLUFAzW5lCvivQkb {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #kmccmzEwN8IITg3iTeOAFzEarCyz2TiE { display:block; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #GReKImTES3MFo4rur6g1GHawnTb4Sboa {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #o3ruNGnpIrZGfiSJwXUQ3zAKEChJhDw7 {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #TTEK71x03b8sTJTHo5PKVs9Uyb8fIRDv { display:block; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #FqT39DRQATcXQxBOqgap9mI9IwDBAqbk {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #huXCoJzvD79UT6XURJod0BnSBub0nrqa {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #htBsliJFE3V60mXZWr4U8DTFlI1turRV {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #AIGuKrfW293JTpOlpMwuRKTyKTAbsW5c {  }
 }@media only screen and (max-width: 763px) { #q6W9wKiAN78JWcLxJS1tQEwqZm9s38kZ { display:block; }
 }@media only screen and (max-width: 763px) { #JTVPuyR7OFknlZkTyRWSwfhrWLOw0WAa { display:block; }
 }@media only screen and (max-width: 763px) { #uVhUr8Kp4FEdVKxh7cFfdowtU23kWiXd { display:block; }
 }@media only screen and (max-width: 763px) { #SCUDtxPkc3UQ4pVhltP5ByQdoH4ohybr { display:block; }
 }@media only screen and (max-width: 763px) { #AmdLdFSOPrmRRhmwdCUvqlg4SfT49gL0 { display:block; }
 }@media only screen and (max-width: 763px) { #Kg0hMXaetR81aaT9sqUpnqJGy9UISBF2 { display:block; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #qsmmNpT9A0urCcOgpah1l28ixw67Trgs { z-index:15000; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #x6SRv2ITVoKCrHqyi00DG4ZTMBMVFhbK { z-index:15000; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #s4MITWIScflyA70z087t9Pt3SorxBbPs {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #UqPRATDWL5DkP0mNHGhtZ4gU9xRv6Vac {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #eVrvcb1JcN1MTupz3nPQNnTPgiXa0lX8 {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #WF0BFTkiivkd0Zw9VL50ECc77FuNoC7m {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #zmggEGKFuO9ugUUoCB9OHrQUtrhiCSQi {  }
 }@media only screen and (max-width: 763px) { #PmozeTw6csqBFKDWsGOv5Z7VgUc74lv5 { display:block; }
 }@media only screen and (max-width: 763px) { #wFBOEhZmtleDt64TJaQ2FNJQQEa2ZsS4 { display:block; }
 }@media only screen and (max-width: 763px) { #K73KufdlF9HF2dzo5EW3RC5PWtQFmC3X { display:block; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #efdZfSWdVIklFENt2Z1AHTUyzIpCsKEi {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #bKvSQlbpbc0lEryiyX1J10mgHdZms6Uo {  }
 }@media only screen and (max-width: 763px) { #bTUymUXvICv8OWMqpnDplL5Ix2FRih2s { top:0rem;left:0rem;width:47.75rem;height:38.956876456876rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehqEldnveULy7WPgQS4C1LWv3zN2MWzv { display:block; }#ehqEldnveULy7WPgQS4C1LWv3zN2MWzv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEPc5TtGuJ787lE4T0TM4LBmpyeRXEA3 { top:4.75rem;left:0rem;width:16rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl4v0bZRziPTTPNRrtmtsapp4vfbUMiS { top:2.9375rem;left:0rem;width:47.75rem;height:12.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr { display:block; }#sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ck9pU7oufTw34wflZkil9ngE6WD22RLQ { top:2.125rem;left:32.5625rem;width:15.1875rem;height:5.3125rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGWgvhI2oTEa3bb0CUW3KKaJXNup7GbD { width:6.75rem;height:1.8125rem;top:7.4375rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU13JG67ss9eML1LuTlrroDFXeQSvFLc { display:block; }
 }@media only screen and (max-width: 763px) { #CFFzard8c2B0ifyq1GKTcAihIrGE0Dp5 { width:6.75rem;height:1.8125rem;top:9.9375rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc02ppQLXB9ObWRuKdpxwd6eXxHuaOes { display:block; }
 }@media only screen and (max-width: 763px) { #Wtoy3JHvZldxunkxrkNFW0cvxsUtr9Fd { top:9.5rem;left:34.3125rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoxBlsdKTU0QKnR9GZOucX086AFvEy4u { width:6.75rem;height:1.8125rem;top:12.8125rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrWhC5JtcfB3yiLTzwOSa1hBcTWJhW4k { display:block; }
 }@media only screen and (max-width: 763px) { #FUI77QNq6v2qZJu5svJiOTVWLVsc2uHF { width:10rem;height:1.8125rem;top:16.0625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #koayzkMZomTt7rCQ3tFyGC7swAhNNgqa { display:block; }
 }@media only screen and (max-width: 763px) { #RQTZXie4d47XOao1lnb16NEp7CStWBBT { top:15.1875rem;left:34.3125rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDBFRuTNgZpeLuZTe9ybX3WaSVOJz6xJ { top:12.125rem;left:34.3125rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttdl23k6lgwNEy0lwgyf82QQyX8xOkZS { top:18.4375rem;left:34.3125rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqDSoBSBQ7Wm75XAmFyMitQgSfIZa28L { top:21.5rem;left:34.3125rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMq3pDGx6xDgBc9k1ItePFNSNyIIWJlH { width:14.6875rem;height:1.8125rem;top:19.125rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb8rAgDTwTH0BrWRFb57nRzT8MAm5vPe { display:block; }
 }@media only screen and (max-width: 763px) { #f5HcR9TRhALIaqCKhtffTg6E6b1NryOw { width:10rem;height:1.8125rem;top:22.375rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtADdE7kpgDaQuU55eNA8hp89So29vzb { display:block; }
 }@media only screen and (max-width: 763px) { #JzBMT7gyqfeCrHuXnDTNmOK92V23I86M { top:22rem;left:0rem;width:15.8125rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2CTGHBi6l1TvLIK9oNAhmR3LQ6qK38f { top:19.875rem;left:0rem;width:30.4375rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal { display:block; }#ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuEfm893w3VSkGS7g9CSzHCABgMqzCPq { top:8.375rem;left:0rem;width:15.1875rem;height:5.3125rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLNccGmFfxahSIuSUb3BQVaXTBxhfrSK { width:6.75rem;height:1.8125rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6dwy4ex8X8M4yaRR1DS6MofvqUqoaGc { display:block; }
 }@media only screen and (max-width: 763px) { #vOKJzh9a2zfqUtLmhWUgPfk92qCi2WFz { width:6.75rem;height:1.8125rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5FihdgfTJuMo8v1W7akBOqBky3vuv1L { display:block; }
 }@media only screen and (max-width: 763px) { #sgCf1ZEBBXSWV8IVuutcrGQTbveZLgfB { top:15.75rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNvHu3XAn3H78VzQhTJCeKKfQScscLH6 { top:21.3125rem;left:27.0625rem;width:20.6875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqqHgFo6gpaavDgdCb0SJT3gvNgoPTcH { top:19.0625rem;left:17.4375rem;width:30.3125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5 { display:block; }#ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqMi8cXJASzPFaHGtSWnTubtb9iKpZlK { top:7.125rem;left:32.5625rem;width:15.1875rem;height:5.3125rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI7OQ2ZlLayZXQIFrKDE9d4TaGv5TzWF { top:20.3125rem;left:0rem;width:16.875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRA8DsrSkr6JOOSATWBdJi0TtcnU0kXA { top:18.4375rem;left:0rem;width:28.375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpgnL8nudz1etuJQfzSNFHSbO5R8IUnF { width:10rem;height:1.8125rem;top:15.75rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw8ZoWy7ssl98Aro9qbwPHeqgEBGzOAX { display:block; }
 }@media only screen and (max-width: 763px) { #GBHaEmaWLOxDRCJ2Fl9HVKBoOyozszhq { width:6.75rem;height:1.8125rem;top:12.5rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwZX1Sd5Fa6mro4fMHvTNipycgo1bSxJ { display:block; }
 }@media only screen and (max-width: 763px) { #zErJT0SrKfClUC37p28uQ3PMRtLyZ9OR { top:14.875rem;left:35.25rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCqcUkbC2UIMX2ATWEKwPSrTbVtw8Mh4 { display:block; }#iCqcUkbC2UIMX2ATWEKwPSrTbVtw8Mh4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpSZBfzGJG0QgbWACNwDKcrALGqDChTm { top:1.3125rem;left:15.0625rem;width:15.625rem;height:6.6875rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVvuQi4ALWeGPTv8dhXzkOWHVkxD1nqE { top:1.3125rem;left:27.4375rem;width:2.625rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfPf8Q3y36QgDzS8DI0iCkINfh11nd8N { top:8.375rem;left:0rem;width:14.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7CfqAvtqzo4pte4DeGzyBIiy4GAWW6u { top:18.9375rem;left:0rem;width:12.5rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvup6PbAliN6ebmoX9H53Hz2gUMQKlPP { top:8.375rem;left:1.8125rem;width:14.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAHk4VmrOPPIeTHdzgHhqkTdP8qru3bx { top:10.1875rem;left:5.1875rem;width:7.625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txPoqFcXdUJR9qiutZ5Ewho7CV4keDCT { top:18.9375rem;left:2.75rem;width:12.5rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuEEbw9RCaNyxF2qHbAzf1cdPUMOdka5 { top:8.375rem;left:16.8125rem;width:14.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX9hZfI07XykRtGoXPPnlc8Eupp0Eh0J { top:8.375rem;left:31.75rem;width:14.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXmmdkN2WrlR0tD1lHKDnNX1mpxxkpwc { top:18.9375rem;left:17.75rem;width:12.5rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRkQsopT7kXJxJRELThCnwaDpMc84TIW { top:18.9375rem;left:32.4375rem;width:13rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iScyqyiXwMnf6Ne7CWaTdzeP6AvMcX3r { top:8.375rem;left:33.375rem;width:14.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkJ55AJdE8NBdfs1xuTzA7VFAXiEmT6f { top:18.9375rem;left:34.4375rem;width:13.3125rem;height:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvvuDgKLWrhKKGiKsJeDz2tmUVAlZeEm { top:10.4375rem;left:0rem;width:8.625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqUQ1grlZBX1l41vMsTvrXrQJFbVtlDr { top:10.4375rem;left:18.65625rem;width:11.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd64pCnax6mUzPEVdADPVDkqvwa80STz { top:10.9375rem;left:34.4375rem;width:9.875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEidDJfFeM7Hxv9CVpb0SI6otgVrltJ5 { top:9.0625rem;left:39.5625rem;width:8.1875rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkyTNkccTbqEZho1BAoPb4GnqFdU2OKa { display:block; }#mkyTNkccTbqEZho1BAoPb4GnqFdU2OKa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HR1KMFn23iXSKwmJ70cgw1wTmM8stnhC { top:1.3125rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLFnIJBuyXNTpNk73oNxzT3MhGxS3Ry8 { top:3.8125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyv5DseqnlfFlnivhkbozSBm0pr4f0up { top:3.8125rem;left:0rem;width:1.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImRnaJKVEGpzzIVe5LWyBu1L86T5OKDH { top:3.8125rem;left:0rem;width:1.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7qrWRrKMS5zHXuCbXPVMHicroTDauXJ { top:3.8125rem;left:0rem;width:1.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ey23AoBc3lt1mAvT6uDIEZzOIyUP5wNt { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ey23AoBc3lt1mAvT6uDIEZzOIyUP5wNt > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFuKBPawZhAoFKxr64es31vseOPqfpUw { width:7.375rem;height:3.25rem;top:1.03125rem;left:6.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #u5ODe1sDvM6gv0SFuzyFiO2DVTGz0ATJ { display:block; }#u5ODe1sDvM6gv0SFuzyFiO2DVTGz0ATJ > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#e06d49;background-image:url("https://images.assets-landingi.com/uc/07d22172-f319-4a47-991d-0a9e6c13b6ad/Asset52x.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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: 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 { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdS97kl3suMwFmUMP4gFkaHLRMi6FNOL { width:18.25rem;height:3.1484375rem;top:17.0625rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAVtbiJp3m2FN91fLg7TcvIxdQqOsGdl { width:20rem;height:36.75rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.875rem;display:block;vertical-align:top; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-input-text {padding-top: 0; padding-bottom: 0;}#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.6875rem;overflow:hidden;display:block;vertical-align:top; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-input-select {padding-top: 0; padding-bottom: 0;}#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP [class*="-text"]:-moz-placeholder { font-size:0.6875rem; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP [class*="-text"]::-moz-placeholder { font-size:0.6875rem; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP [class*="-text"]:-ms-input-placeholder { font-size:0.6875rem; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP [class*="-text"]::-webkit-input-placeholder { font-size:0.6875rem; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP  { width:17.5rem;height:auto;top:20.2109375rem;left:0rem; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP .widget-info-text { font-size:0.375rem;overflow:hidden;height:auto; }
#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP {display:block;}#XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP { width:17.5rem;height:auto;top:20.2109375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wo9NA34XxGmckoNyib8Sd6UaP6LIkqKR { display:block; }
 }@media only screen and (max-width: 763px) { #gfnCync9k6pp1cE42oe6onbngPfqfDvR { display:block; }
 }@media only screen and (max-width: 763px) { #LOfhWpHpEoD1HTnkJh24qsihhkG8hyQe { display:block; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #WmRTBUZIIFa8uLdynF8PTANoPs3mU6rm {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #AMgo1mUzPM3QfVHMPH9TMpuvBN2zGylu { display:none; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #noZG4TAg2HlDhN45iZMroUodO4OPJuOz {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #bGt6fJ3TaGzIGs9oKgcnEIEkotOqUMtd {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #Kl7mcLzmCVWrcZ8XsH3HtNpWqKeJoPTo { display:none; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #TOFbnv9NflfmHxs4CfHUDaRoeLKChUPW {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #V8xS7NZMW0SESVX47bTxkheRnEEz7DCI {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #Da5xTAD0cIazL3FHU3rOBZWqf4748lAC { display:none; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #hh9bviFSNSMy9vUfuswnkkOLdn8PtLUL {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #Jkw6GxQ8ZdNpc0wWrzsr7WmBwza2x6Gd {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #SyKGJMHE9z9hB2VsfHwhL33HSGSMzVXF { display:none; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #SSgPDvXCTuEhtZrLWSHvGgVAx0a34g7a {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #RpBNPTpFSAQ5lTsFGCRAuaHaAmZNDExA {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #At5fw7r6SsHDVHlgUCxo8hSd6ty87qpH { display:none; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #GzIxVchTaDkrVPvhexxPka6bKyQOd2Te {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #NFU320MZUWbqQ1ganLUFAzW5lCvivQkb {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #kmccmzEwN8IITg3iTeOAFzEarCyz2TiE { display:none; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #GReKImTES3MFo4rur6g1GHawnTb4Sboa {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #o3ruNGnpIrZGfiSJwXUQ3zAKEChJhDw7 {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #TTEK71x03b8sTJTHo5PKVs9Uyb8fIRDv { display:none; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #FqT39DRQATcXQxBOqgap9mI9IwDBAqbk {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #huXCoJzvD79UT6XURJod0BnSBub0nrqa {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #htBsliJFE3V60mXZWr4U8DTFlI1turRV { display:none; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #AIGuKrfW293JTpOlpMwuRKTyKTAbsW5c {  }
 }@media only screen and (max-width: 763px) { #q6W9wKiAN78JWcLxJS1tQEwqZm9s38kZ { display:block; }
 }@media only screen and (max-width: 763px) { #JTVPuyR7OFknlZkTyRWSwfhrWLOw0WAa { display:block; }
 }@media only screen and (max-width: 763px) { #uVhUr8Kp4FEdVKxh7cFfdowtU23kWiXd { display:block; }
 }@media only screen and (max-width: 763px) { #SCUDtxPkc3UQ4pVhltP5ByQdoH4ohybr { display:block; }
 }@media only screen and (max-width: 763px) { #AmdLdFSOPrmRRhmwdCUvqlg4SfT49gL0 { display:block; }
 }@media only screen and (max-width: 763px) { #Kg0hMXaetR81aaT9sqUpnqJGy9UISBF2 { display:block; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #qsmmNpT9A0urCcOgpah1l28ixw67Trgs { z-index:15000; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #x6SRv2ITVoKCrHqyi00DG4ZTMBMVFhbK { z-index:15000; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #s4MITWIScflyA70z087t9Pt3SorxBbPs {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #UqPRATDWL5DkP0mNHGhtZ4gU9xRv6Vac {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #eVrvcb1JcN1MTupz3nPQNnTPgiXa0lX8 {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #WF0BFTkiivkd0Zw9VL50ECc77FuNoC7m {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #zmggEGKFuO9ugUUoCB9OHrQUtrhiCSQi {  }
 }@media only screen and (max-width: 763px) { #PmozeTw6csqBFKDWsGOv5Z7VgUc74lv5 { display:block; }
 }@media only screen and (max-width: 763px) { #wFBOEhZmtleDt64TJaQ2FNJQQEa2ZsS4 { display:block; }
 }@media only screen and (max-width: 763px) { #K73KufdlF9HF2dzo5EW3RC5PWtQFmC3X { display:block; }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #efdZfSWdVIklFENt2Z1AHTUyzIpCsKEi {  }
 }@media only screen and (max-width: 763px) { #XBvuQQEP8SAdviB3XWdt4EthJZa2JTPP #bKvSQlbpbc0lEryiyX1J10mgHdZms6Uo {  }
 }@media only screen and (max-width: 763px) { #bTUymUXvICv8OWMqpnDplL5Ix2FRih2s { width:20rem;height:16.317016317016rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehqEldnveULy7WPgQS4C1LWv3zN2MWzv { display:block; }#ehqEldnveULy7WPgQS4C1LWv3zN2MWzv > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEPc5TtGuJ787lE4T0TM4LBmpyeRXEA3 { width:13.5625rem;height:6.1875rem;top:1.75rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl4v0bZRziPTTPNRrtmtsapp4vfbUMiS { width:20rem;height:16.08399375rem;top:9.841796875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr { background-color:#3d7c47;background-image:url("https://images.assets-landingi.com/uc/d0255a8d-0381-400a-baee-808c3cd24f47/Palembangwe.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr.adaptive-delivery-prevent-bg, #sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr.lazyload, #sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr.lazyloading { background-image: none; }#sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr > .row .container { background-color: transparent; background-image: none; }#sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr > .row .container > .video-iframe-container { display: none; }#sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr > .row > .video-iframe-container { display: none; }#sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr > .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); }#sBs7IfnUvq1sxLrS7nya1ZqHrSQXFeBr > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ck9pU7oufTw34wflZkil9ngE6WD22RLQ { width:15.1875rem;height:6.17480625rem;top:0.6875rem;left:2.40625rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGWgvhI2oTEa3bb0CUW3KKaJXNup7GbD { width:6.75rem;height:1.8125rem;top:7.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU13JG67ss9eML1LuTlrroDFXeQSvFLc { display:block; }
 }@media only screen and (max-width: 763px) { #CFFzard8c2B0ifyq1GKTcAihIrGE0Dp5 { width:6.75rem;height:1.8125rem;top:10.8125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc02ppQLXB9ObWRuKdpxwd6eXxHuaOes { display:block; }
 }@media only screen and (max-width: 763px) { #Wtoy3JHvZldxunkxrkNFW0cvxsUtr9Fd { width:12.5rem;height:0.125rem;top:10rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoxBlsdKTU0QKnR9GZOucX086AFvEy4u { width:6.75rem;height:1.8125rem;top:14.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrWhC5JtcfB3yiLTzwOSa1hBcTWJhW4k { display:block; }
 }@media only screen and (max-width: 763px) { #FUI77QNq6v2qZJu5svJiOTVWLVsc2uHF { width:10rem;height:1.8125rem;top:17.6875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #koayzkMZomTt7rCQ3tFyGC7swAhNNgqa { display:block; }
 }@media only screen and (max-width: 763px) { #RQTZXie4d47XOao1lnb16NEp7CStWBBT { width:12.5rem;height:0.125rem;top:17.0625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDBFRuTNgZpeLuZTe9ybX3WaSVOJz6xJ { width:12.5rem;height:0.125rem;top:13.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttdl23k6lgwNEy0lwgyf82QQyX8xOkZS { width:12.5rem;height:0.125rem;top:20.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqDSoBSBQ7Wm75XAmFyMitQgSfIZa28L { width:12.5rem;height:0.125rem;top:24.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMq3pDGx6xDgBc9k1ItePFNSNyIIWJlH { width:14.6875rem;height:1.8125rem;top:21.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb8rAgDTwTH0BrWRFb57nRzT8MAm5vPe { display:block; }
 }@media only screen and (max-width: 763px) { #f5HcR9TRhALIaqCKhtffTg6E6b1NryOw { width:10rem;height:1.8125rem;top:25.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtADdE7kpgDaQuU55eNA8hp89So29vzb { display:block; }
 }@media only screen and (max-width: 763px) { #JzBMT7gyqfeCrHuXnDTNmOK92V23I86M { width:15.8125rem;height:1.949225rem;top:36rem;left:2.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L2CTGHBi6l1TvLIK9oNAhmR3LQ6qK38f { width:20rem;height:1.29980625rem;top:34.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal { background-color:#3d7c47;background-image:url("https://images.assets-landingi.com/uc/0738b851-4348-40b1-99c2-203744674d82/pontianak.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal.adaptive-delivery-prevent-bg, #ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal.lazyload, #ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal.lazyloading { background-image: none; }#ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal > .row .container { background-color: transparent; background-image: none; }#ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal > .row .container > .video-iframe-container { display: none; }#ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal > .row > .video-iframe-container { display: none; }#ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal > .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); }#ETaAgW5fSGmmmgKzkqNAkhq3DFUNEHal > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuEfm893w3VSkGS7g9CSzHCABgMqzCPq { width:15.1875rem;height:6.17480625rem;top:1.25rem;left:2.375rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLNccGmFfxahSIuSUb3BQVaXTBxhfrSK { width:6.75rem;height:1.8125rem;top:7.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6dwy4ex8X8M4yaRR1DS6MofvqUqoaGc { display:block; }
 }@media only screen and (max-width: 763px) { #vOKJzh9a2zfqUtLmhWUgPfk92qCi2WFz { width:6.75rem;height:1.8125rem;top:9.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5FihdgfTJuMo8v1W7akBOqBky3vuv1L { display:block; }
 }@media only screen and (max-width: 763px) { #sgCf1ZEBBXSWV8IVuutcrGQTbveZLgfB { width:12.5rem;height:0.125rem;top:9.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNvHu3XAn3H78VzQhTJCeKKfQScscLH6 { width:20rem;height:2.9238375rem;top:19.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eqqHgFo6gpaavDgdCb0SJT3gvNgoPTcH { width:20rem;height:1.29980625rem;top:18.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5 { background-color:#3d7c47;background-image:url("https://images.assets-landingi.com/uc/d0255a8d-0381-400a-baee-808c3cd24f47/Palembangwe.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5.adaptive-delivery-prevent-bg, #ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5.lazyload, #ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5.lazyloading { background-image: none; }#ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5 > .row .container { background-color: transparent; background-image: none; }#ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5 > .row .container > .video-iframe-container { display: none; }#ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5 > .row > .video-iframe-container { display: none; }#ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5 > .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); }#ymwkFBL9NZSP1IAMTglK4ypeFVZ7Nig5 > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqMi8cXJASzPFaHGtSWnTubtb9iKpZlK { width:15.1875rem;height:6.17480625rem;top:1.9374961853027rem;left:2.4062500596046rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI7OQ2ZlLayZXQIFrKDE9d4TaGv5TzWF { width:17.0625rem;height:2.92383125rem;top:22.125rem;left:1.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iRA8DsrSkr6JOOSATWBdJi0TtcnU0kXA { width:20rem;height:1.21875rem;top:20.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpgnL8nudz1etuJQfzSNFHSbO5R8IUnF { width:10rem;height:1.8125rem;top:11.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw8ZoWy7ssl98Aro9qbwPHeqgEBGzOAX { display:block; }
 }@media only screen and (max-width: 763px) { #GBHaEmaWLOxDRCJ2Fl9HVKBoOyozszhq { width:6.75rem;height:1.8125rem;top:14.75rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwZX1Sd5Fa6mro4fMHvTNipycgo1bSxJ { display:block; }
 }@media only screen and (max-width: 763px) { #zErJT0SrKfClUC37p28uQ3PMRtLyZ9OR { width:12.5rem;height:0.125rem;top:13.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCqcUkbC2UIMX2ATWEKwPSrTbVtw8Mh4 { display:block; }#iCqcUkbC2UIMX2ATWEKwPSrTbVtw8Mh4 > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpSZBfzGJG0QgbWACNwDKcrALGqDChTm { width:12.3125rem;height:5.11865rem;top:2.0625rem;left:2.5625rem;font-size:3.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gVvuQi4ALWeGPTv8dhXzkOWHVkxD1nqE { width:2.625rem;height:3.25rem;top:1.9375rem;left:13.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfPf8Q3y36QgDzS8DI0iCkINfh11nd8N { width:20rem;height:5.625rem;top:8.5rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7CfqAvtqzo4pte4DeGzyBIiy4GAWW6u { width:10.0625rem;height:3.65625rem;top:9.5rem;left:8rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qvup6PbAliN6ebmoX9H53Hz2gUMQKlPP { width:20rem;height:5.625rem;top:14.818359375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAHk4VmrOPPIeTHdzgHhqkTdP8qru3bx { width:4.6875rem;height:4.6875rem;top:15.287109375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txPoqFcXdUJR9qiutZ5Ewho7CV4keDCT { width:11.4375rem;height:3.65625rem;top:15.802734375rem;left:0.6875rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TuEEbw9RCaNyxF2qHbAzf1cdPUMOdka5 { width:20rem;height:5.625rem;top:21.125rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX9hZfI07XykRtGoXPPnlc8Eupp0Eh0J { width:20rem;height:5.625rem;top:27.5rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXmmdkN2WrlR0tD1lHKDnNX1mpxxkpwc { width:10.5625rem;height:3.65625rem;top:22.109375rem;left:9.15625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nRkQsopT7kXJxJRELThCnwaDpMc84TIW { width:11.5625rem;height:3.65625rem;top:28.484375rem;left:0.25rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #iScyqyiXwMnf6Ne7CWaTdzeP6AvMcX3r { width:20rem;height:5.625rem;top:33.9375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkJ55AJdE8NBdfs1xuTzA7VFAXiEmT6f { width:11.375rem;height:4.875rem;top:34.3125rem;left:6.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wvvuDgKLWrhKKGiKsJeDz2tmUVAlZeEm { width:4.3125rem;height:3.5625rem;top:9.53125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqUQ1grlZBX1l41vMsTvrXrQJFbVtlDr { width:6.5625rem;height:4.25rem;top:21.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd64pCnax6mUzPEVdADPVDkqvwa80STz { width:6.125rem;height:4.0625rem;top:28.28125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEidDJfFeM7Hxv9CVpb0SI6otgVrltJ5 { width:4.5625rem;height:4.75rem;top:34.09375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkyTNkccTbqEZho1BAoPb4GnqFdU2OKa { display:block; }#mkyTNkccTbqEZho1BAoPb4GnqFdU2OKa > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HR1KMFn23iXSKwmJ70cgw1wTmM8stnhC { width:12.5rem;height:1.625rem;top:0.6875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLFnIJBuyXNTpNk73oNxzT3MhGxS3Ry8 { width:1.8125rem;height:1.8125rem;top:2.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyv5DseqnlfFlnivhkbozSBm0pr4f0up { width:1.8125rem;height:1.75rem;top:2.96875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImRnaJKVEGpzzIVe5LWyBu1L86T5OKDH { width:1.8125rem;height:1.75rem;top:2.96875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7qrWRrKMS5zHXuCbXPVMHicroTDauXJ { width:1.8125rem;height:1.75rem;top:3.0625rem;left:8.125rem;display:block; }
 }