.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:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEtkUCAKw9ZhOo9uvtH7KdpUo8Mw3Ch3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff6f06;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; }#FEtkUCAKw9ZhOo9uvtH7KdpUo8Mw3Ch3 > .row .container { background-color: transparent; background-image: none; }#FEtkUCAKw9ZhOo9uvtH7KdpUo8Mw3Ch3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEtkUCAKw9ZhOo9uvtH7KdpUo8Mw3Ch3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEtkUCAKw9ZhOo9uvtH7KdpUo8Mw3Ch3 > .row .container > .video-iframe-container { display: none; }#FEtkUCAKw9ZhOo9uvtH7KdpUo8Mw3Ch3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEtkUCAKw9ZhOo9uvtH7KdpUo8Mw3Ch3 > .row > .video-iframe-container { display: none; }#FEtkUCAKw9ZhOo9uvtH7KdpUo8Mw3Ch3 > .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); }#FEtkUCAKw9ZhOo9uvtH7KdpUo8Mw3Ch3 > .row .container { border-width: 0; border-radius: 0; }#FEtkUCAKw9ZhOo9uvtH7KdpUo8Mw3Ch3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FEtkUCAKw9ZhOo9uvtH7KdpUo8Mw3Ch3 > .row .container { font-size:14px;font-family:arial;height:95px;width:1200px;position:relative;display:block; }#DwXopeA4VLvP2ys5uIEXVdEtBblhF0X7 { 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:55px;width:409px;top:20px;left:26px;overflow:hidden;display:block; }
#EBeVVgiT66yhkyrvwg3ONekagnRVxVNX { 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:65px;width:125px;top:15px;left:1050px;overflow:hidden;display:block; }
#mDUv9NoDg24CHp5yI3Kxh76eCIfatr6o { 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:80px;width:94px;top:6px;left:937.140625px;overflow:hidden;display:block; }
#MGtvDntunqsJCdRUcxbU7pRG368zNgK4 { 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:163px;width:1200px;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ffa8d765-1346-4229-b78b-c9323c084636/dkv2160x1080.png");background-position:center right !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:14px;font-family:arial;height:804px;width:1200px;overflow:visible;position:relative;display:block; }#KBwxPmEMOvm4JveQ4oiIzHgKBDiga7vq { box-sizing:content-box;height:729px;width:387px;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.7);background-image:none;top:55px;left:746px;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;display:block; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-form-header {  }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-regular-label { height:auto;display:block;font-family:lato;font-size:14px;font-weight:bold;color:#000000;width:308px;padding-top:0;padding-right:0;padding-bottom:5px;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;line-height:1; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:308px;box-sizing:border-box;height:30px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-right-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;border-top-left-radius:20px;line-height:.5; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-input-text {padding-top: 0; padding-bottom: 0;}#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:308px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-right-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;border-top-left-radius:20px;line-height:.5; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:308px;box-sizing:border-box;height:30px;color:#646464;font-family:lato;font-size:13px;overflow:hidden;vertical-align:top;border-top-right-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;border-top-left-radius:20px;line-height:1; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-input-select {padding-top: 0; padding-bottom: 0;}#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-input-button { border-top-left-radius:42px;border-top-right-radius:42px;border-bottom-left-radius:42px;border-bottom-right-radius:42px;background-color:#ff6f06;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:23px;font-weight:700;color:#f2f9ff;width:308px;height:45px;font-family:lato;overflow:hidden;text-align:center;text-align-last:center;line-height:1;font-style:normal; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:13px; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:13px; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:lato;font-size:13px; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:lato;font-size:13px; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .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:11px;font-weight:300;color:#000000;vertical-align:top;width:289px;overflow:hidden;font-style:normal; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-container:first-of-type{padding-top:0;}#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-container:last-of-type{padding-bottom:0;}#liPLLCHMTmzDECNkt5NFFBokWenFBRkW  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:308px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:766px;top:141px;z-index:15001;position:absolute; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:308px;display:block;vertical-align:top; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;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; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW {display:block;}#liPLLCHMTmzDECNkt5NFFBokWenFBRkW { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:308px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:766px;top:141px;z-index:15001;position:absolute; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #TCc2FMrl6URoqSZCTMPSiNC7kISOLVOy { position:relative; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #PCAyFsO2G6svFRxnstJgL6MM8W78kDwz { position:relative;display:block; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #v73u5HdqPIDnWagE4kpVvovu3Gp4Ayva { position:relative; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #ugkptwhWk2aHqdtDlzqcEfI1rvCWMKhA { position:relative; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #SlduP9UIcqNTTmMv5rITD5AcD8IG06fF { position:relative;display:block; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #R4Lqx7giV8zVOd90cmtzltz8uQsqsIZU { position:relative; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #PFzfxvTvpVTElFClBV2vLWgJnU6p7e8N { position:relative; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #bV1kEPAKDl9byZiUybTi1vxLDte9mvWw { position:relative;display:block; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #CD5aDxfzPa8sry93Bp9hK8aUnZw3em7s { position:relative; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #cT0Pkf75PrOoB0gAdSIA6WRHKzuXWtL5 { position:relative; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #xUHbORI4MTtOsF68vZ5Tq44Q8lHUWCze { position:relative;display:block; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #stqT6I9xCMamlCFhScX5Wfz5qVN18WFe { position:relative; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #N4nKGp0iZlTQtTsoT3OmZpmw94UgeLIb { position:relative; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #bUN4Rc6ghCMSawGwvNP1HZ9nN7ZedCgM { position:relative;display:block; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #x2fTwiT8AoWkmSQNpggVRL2VCtnUwdKd { position:relative; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #IrF2D2GU9XODRq3IvZxT5edVMLyTXdPV { position:relative; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #OX6vOmUgsU7FWvArmUwJnV5vxocodftX { position:relative;display:block; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #ecNK3oiehtE7T0LXrrEwTrRJKIDZLLaW { position:relative; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #leSznO5nxMafK7WbVb1lx1waI754LC6d { position:relative; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #ePxdemaiLJhBhOmI9R5r1enb1F6wwn4V { position:relative;display:block; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #JwuB8ZTNk3Z86BadlTlPcezOImoMHlRC { position:relative; }
#RgWd8VTdVZmR9zvi1f1lm1yIz0k8RouA { position:relative;display:block; }
#wM50UNbpo1OEevP7pqTuDQO3Z64uVbLB { position:relative;display:block; }
#iyz3Feu1yItD5tyqSctJE38x1lhsvMhD { position:relative;display:block; }
#BSO2urcU9F84KT9qgCcc6N0yyOTxTVHB { position:relative;display:block; }
#dCfF9k2SVgNE2hbIgkQ39PwoR0rUK5tk { position:relative;display:block; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #FhankpNz1btqSfT0WEMsGBUydXgDG6lb { position:relative; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #FhankpNz1btqSfT0WEMsGBUydXgDG6lb .container-column{width:100%;}#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #HX8b8xMQ4ayTGKp8JrCZIPBH7mnvqX3r { position:relative;display:block; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #oL6xsQWJ6RTiTk9QX3M2UBlHIidlxgVt { position:relative;z-index:2; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #O6Lnyn77Jd9zWBWxOvQKvTM5AP8BpUr5 { position:relative; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #wDKTpNTNNGLH9tP7Vy3lMQV7MPJWDkN1 { position:relative;z-index:2; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #bZT0Owxxhuu91uJ1c8NMWM59eqfUtaMd { position:relative; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #r0ZAPCEuRLUBtgOtSqXgyu5QKgOpix7v { position:relative;z-index:2; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #LKndLnL8zIJmvTaaMtWnlm5K4sONZuae { position:relative; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #FCNCe6J1Qv19TnQnCLx10I8xXvqPvVsT { position:relative; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #m27dzXL7LhW1OI24yn7biMPFHdV6P3kF { position:relative; }
#ciTWgdSO9LebK6esATd4PTmcGB3pCgTd { color:#000000;display:block;width:325px;position:absolute;font-family:lato;font-size:17px;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:82px;left:777px;height:61.1719px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TohThhuoptDkzqz0B9d5NQqpUtstTLcw { color:#000000;display:block;width:316px;position:absolute;font-family:lato;font-size:13px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:705px;left:782px;height:50.6719px;text-align:center;text-align-last:center;display:block; }
#IiWUsfJDdfRpk5Vak2G75fqldwug6Bw3 { 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:1077px;width:1080px;display:none; }
#NrPuTINdIAgCDTh9Br6iu6D9VZTzqUg3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0afc3bf4-e9de-4493-824d-d096b4cab7e7/GedungExterior4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NrPuTINdIAgCDTh9Br6iu6D9VZTzqUg3.adaptive-delivery-prevent-bg, #NrPuTINdIAgCDTh9Br6iu6D9VZTzqUg3.lazyload, #NrPuTINdIAgCDTh9Br6iu6D9VZTzqUg3.lazyloading { background-image: none; }#NrPuTINdIAgCDTh9Br6iu6D9VZTzqUg3 > .row .container { background-color: transparent; background-image: none; }#NrPuTINdIAgCDTh9Br6iu6D9VZTzqUg3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#NrPuTINdIAgCDTh9Br6iu6D9VZTzqUg3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrPuTINdIAgCDTh9Br6iu6D9VZTzqUg3 > .row .container > .video-iframe-container { display: none; }#NrPuTINdIAgCDTh9Br6iu6D9VZTzqUg3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#NrPuTINdIAgCDTh9Br6iu6D9VZTzqUg3 > .row > .video-iframe-container { display: none; }#NrPuTINdIAgCDTh9Br6iu6D9VZTzqUg3 > .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); }#NrPuTINdIAgCDTh9Br6iu6D9VZTzqUg3 > .row .container { border-width: 0; border-radius: 0; }#NrPuTINdIAgCDTh9Br6iu6D9VZTzqUg3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NrPuTINdIAgCDTh9Br6iu6D9VZTzqUg3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NrPuTINdIAgCDTh9Br6iu6D9VZTzqUg3 > .row .container { font-size:14px;font-family:arial;height:418px;width:1200px;position:relative;display:block; }#TVNy5wTsRKolthW8xz7MZIFvVCtdAgiq { color:#12224c;display:block;width:603px;position:absolute;font-family:montserrat;font-size:40px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:40px;left:298.5px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6nH60B0AfxciHpw0Ty2h75du81LI31V { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:020px;border-top-right-radius:020px;border-bottom-left-radius:020px;border-bottom-right-radius:020px;box-shadow: none;height:250px;width:250px;top:121px;left:775.00001907349px;overflow:hidden;display:block; }
#HoX5TAZLKs15p30MAVTcaaTTT7PTq0hF { color:#ffffff;display:block;width:200px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:141px;left:800.00001907349px;height:28.5938px;font-style:normal;display:block; }
#F08W8sXunl7VM2OvNhSNEsO4ObMHk6lv { color:#ffffff;display:block;width:102px;position:absolute;font-family:montserrat;font-size:72px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:169px;left:800.00001907349px;height:187.1876px;font-style:normal;display:block; }
#GRLe4cI19kZNvfbCTZ5TuAXXpxE2BuAn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:020px;border-top-right-radius:020px;border-bottom-left-radius:020px;border-bottom-right-radius:020px;box-shadow: none;height:250px;width:250px;top:120px;left:175.0000038147px;overflow:hidden;display:block; }
#duGErEzJ2C8rUdKUPER1g5yaVvN2iO4O { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:020px;border-top-right-radius:020px;border-bottom-left-radius:020px;border-bottom-right-radius:020px;box-shadow: none;height:250px;width:250px;top:122px;left:475.00001907349px;overflow:hidden;display:block; }
#HWn4bknsBl1Ik8TrOvmNaRczzSUR0GSh { box-sizing:content-box;height:250px;width:250px;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,151,139,0.8), rgba(40,17,3,0.75));background-image: -moz-linear-gradient(180deg, rgba(160,151,139,0.8), rgba(40,17,3,0.75));background-image: -ms-linear-gradient(180deg, rgba(160,151,139,0.8), rgba(40,17,3,0.75));background-image: -o-linear-gradient(180deg, rgba(160,151,139,0.8), rgba(40,17,3,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca0978b', endColorstr='#bf281103' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca0978b', endColorstr='#bf281103' );";background-image: linear-gradient(180deg, rgba(160,151,139,0.8), rgba(40,17,3,0.75));background-size:auto !important;top:120px;left:175.0000038147px;border-top-right-radius:020px;border-bottom-right-radius:020px;border-bottom-left-radius:020px;border-top-left-radius:020px;display:block; }
#SAyLgnlLTQqRhI5eLC1CXmgmnpLvN46h { color:#ffffff;display:block;width:200px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:140px;left:200.0000038147px;height:28.5938px;font-style:normal;display:block; }
#iCEo4T6SxxLk56w8vqDi1NpvP8l2uT0K { color:#ffffff;display:block;width:250px;position:absolute;font-family:montserrat;font-size:48px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:169px;left:200.0000038147px;height:124.7812px;font-style:normal;display:block; }
#dwdrvT6a5ZyR7XN1qzdF8JNPOxRRA4X7 { color:#ffffff;display:block;width:200px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:142px;left:500.00001907349px;height:57.1875px;font-style:normal;display:block; }
#tDtNGJh278wlDriPyruyPTMxdc3xnfbR { color:#ffffff;display:block;width:208px;position:absolute;font-family:montserrat;font-size:48px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:198px;left:500.00001907349px;height:124.7812px;font-style:normal;display:block; }
#hqFh7DpbCHk7aihErM8MoTWWpI7iIFbZ { box-sizing:content-box;height:250px;width:250px;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,151,139,0.8), rgba(40,17,3,0.75));background-image: -moz-linear-gradient(180deg, rgba(160,151,139,0.8), rgba(40,17,3,0.75));background-image: -ms-linear-gradient(180deg, rgba(160,151,139,0.8), rgba(40,17,3,0.75));background-image: -o-linear-gradient(180deg, rgba(160,151,139,0.8), rgba(40,17,3,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca0978b', endColorstr='#bf281103' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca0978b', endColorstr='#bf281103' );";background-image: linear-gradient(180deg, rgba(160,151,139,0.8), rgba(40,17,3,0.75));background-size:auto !important;top:121px;left:775.00001907349px;border-top-right-radius:020px;border-bottom-right-radius:020px;border-bottom-left-radius:020px;border-top-left-radius:020px;display:block; }
#Lm8zFToM0tGEh2MCu6RkM3HTUHuAyCLS { box-sizing:content-box;height:250px;width:250px;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,151,139,0.8), rgba(40,17,3,0.75));background-image: -moz-linear-gradient(180deg, rgba(160,151,139,0.8), rgba(40,17,3,0.75));background-image: -ms-linear-gradient(180deg, rgba(160,151,139,0.8), rgba(40,17,3,0.75));background-image: -o-linear-gradient(180deg, rgba(160,151,139,0.8), rgba(40,17,3,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca0978b', endColorstr='#bf281103' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca0978b', endColorstr='#bf281103' );";background-image: linear-gradient(180deg, rgba(160,151,139,0.8), rgba(40,17,3,0.75));background-size:auto !important;top:122px;left:475.00001907349px;border-top-right-radius:020px;border-bottom-right-radius:020px;border-bottom-left-radius:020px;border-top-left-radius:020px;display:block; }
#DPL9l7qDWPmakXExa4cMhLaNAhDiTJiu { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:197px;width:105px;top:174px;left:911.00001907349px;overflow:hidden;display:block; }
#TFW5UZkOffm9eop28BK5sWFv7ovgUG0h { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:020px;border-top-right-radius:020px;border-bottom-left-radius:020px;border-bottom-right-radius:020px;box-shadow: none;height:193px;width:127px;top:178px;left:298.00001907349px;overflow:hidden;display:block; }
#nMxbUEHDCzh2zu7FxoyDS4OSHv698yRv { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:189px;width:118px;top:183px;left:607.00001907349px;overflow:hidden;display:block; }
#rgqgWebxihnx5sgBLXRqAhTogERhTPuz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/07f0e4c0-396a-49ea-8394-1ad82a984d20/GedungExterior5.jpg");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; }#rgqgWebxihnx5sgBLXRqAhTogERhTPuz.adaptive-delivery-prevent-bg, #rgqgWebxihnx5sgBLXRqAhTogERhTPuz.lazyload, #rgqgWebxihnx5sgBLXRqAhTogERhTPuz.lazyloading { background-image: none; }#rgqgWebxihnx5sgBLXRqAhTogERhTPuz > .row .container { background-color: transparent; background-image: none; }#rgqgWebxihnx5sgBLXRqAhTogERhTPuz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.2); }#rgqgWebxihnx5sgBLXRqAhTogERhTPuz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgqgWebxihnx5sgBLXRqAhTogERhTPuz > .row .container > .video-iframe-container { display: none; }#rgqgWebxihnx5sgBLXRqAhTogERhTPuz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.2); }#rgqgWebxihnx5sgBLXRqAhTogERhTPuz > .row > .video-iframe-container { display: none; }#rgqgWebxihnx5sgBLXRqAhTogERhTPuz > .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); }#rgqgWebxihnx5sgBLXRqAhTogERhTPuz > .row .container { border-width: 0; border-radius: 0; }#rgqgWebxihnx5sgBLXRqAhTogERhTPuz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rgqgWebxihnx5sgBLXRqAhTogERhTPuz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rgqgWebxihnx5sgBLXRqAhTogERhTPuz > .row .container { font-size:14px;font-family:arial;height:435px;width:1200px;position:relative;display:block; }#SAEiIBlTVaQOnl2TTi8FSp0K1TylaWQt { color:#ffffff;display:block;width:275px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:222px;left:5px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zBRmp0tpDr7J3LKVuGZI21EwK9FSFgkH { box-sizing:content-box;height:163px;width:285px;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2cbc7d4e-017b-4667-955f-e772906424a8/UCMakassarMainBuilding.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:179px;left:0px;border-top-right-radius:30px;border-bottom-right-radius:30px;border-bottom-left-radius:30px;border-top-left-radius:30px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zBRmp0tpDr7J3LKVuGZI21EwK9FSFgkH.adaptive-delivery-prevent-bg, #zBRmp0tpDr7J3LKVuGZI21EwK9FSFgkH.lazyload, #zBRmp0tpDr7J3LKVuGZI21EwK9FSFgkH.lazyloading { background-image: none; }
#zBRmp0tpDr7J3LKVuGZI21EwK9FSFgkH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:30px;border-bottom-right-radius:30px;border-bottom-left-radius:30px;border-top-left-radius:30px; }#zBRmp0tpDr7J3LKVuGZI21EwK9FSFgkH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,111,6,0.45); }#xcmT3anTOoB2VonwyT6nNRGbbKHsTzPt { box-sizing:content-box;height:163px;width:285px;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2cbc7d4e-017b-4667-955f-e772906424a8/UCMakassarMainBuilding.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:180px;left:303px;border-top-right-radius:30px;border-bottom-right-radius:30px;border-bottom-left-radius:30px;border-top-left-radius:30px;display:block; }#xcmT3anTOoB2VonwyT6nNRGbbKHsTzPt.adaptive-delivery-prevent-bg, #xcmT3anTOoB2VonwyT6nNRGbbKHsTzPt.lazyload, #xcmT3anTOoB2VonwyT6nNRGbbKHsTzPt.lazyloading { background-image: none; }
#xcmT3anTOoB2VonwyT6nNRGbbKHsTzPt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:30px;border-bottom-right-radius:30px;border-bottom-left-radius:30px;border-top-left-radius:30px; }#xcmT3anTOoB2VonwyT6nNRGbbKHsTzPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,111,6,0.45); }#ccQVOHJBF1qKmSE7NPQwZCC7vlo3Z7gN { color:#ffffff;display:block;width:275px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:202.5px;left:308px;height:117px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NGyAnQuTu5iAp3NTMV75SyTJicnLMwAX { box-sizing:content-box;height:163px;width:285px;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2cbc7d4e-017b-4667-955f-e772906424a8/UCMakassarMainBuilding.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:180px;left:607px;border-top-right-radius:30px;border-bottom-right-radius:30px;border-bottom-left-radius:30px;border-top-left-radius:30px;display:block; }#NGyAnQuTu5iAp3NTMV75SyTJicnLMwAX.adaptive-delivery-prevent-bg, #NGyAnQuTu5iAp3NTMV75SyTJicnLMwAX.lazyload, #NGyAnQuTu5iAp3NTMV75SyTJicnLMwAX.lazyloading { background-image: none; }
#NGyAnQuTu5iAp3NTMV75SyTJicnLMwAX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:30px;border-bottom-right-radius:30px;border-bottom-left-radius:30px;border-top-left-radius:30px; }#NGyAnQuTu5iAp3NTMV75SyTJicnLMwAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,111,6,0.45); }#ifwyPPKdPSXCAmwldKnNHTS2LuJFfTbW { color:#fbfbfb;display:block;width:275px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:203px;left:612px;height:117px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTaPfz0Siq5JSsTIr5ShnL4c3n2WN0mX { box-sizing:content-box;height:163px;width:285px;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2cbc7d4e-017b-4667-955f-e772906424a8/UCMakassarMainBuilding.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:179px;left:915px;border-top-right-radius:30px;border-bottom-right-radius:30px;border-bottom-left-radius:30px;border-top-left-radius:30px;display:block; }#DTaPfz0Siq5JSsTIr5ShnL4c3n2WN0mX.adaptive-delivery-prevent-bg, #DTaPfz0Siq5JSsTIr5ShnL4c3n2WN0mX.lazyload, #DTaPfz0Siq5JSsTIr5ShnL4c3n2WN0mX.lazyloading { background-image: none; }
#DTaPfz0Siq5JSsTIr5ShnL4c3n2WN0mX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:30px;border-bottom-right-radius:30px;border-bottom-left-radius:30px;border-top-left-radius:30px; }#DTaPfz0Siq5JSsTIr5ShnL4c3n2WN0mX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,111,6,0.45); }#hfQ8gsUBHTdv0ZTXJhOL8l7QhT3DEzIT { color:#ffffff;display:block;width:275px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:202.5px;left:920px;height:117px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K0kKx5BbWyzNvUi4pLJUDkAzM0ESQhPq { color:#000000;display:block;width:1097px;position:absolute;font-family:lato;font-size:45px;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:54px;left:51.5px;height:90px;text-align:center;text-align-last:center;display:block; }
#e6iz1OyRlB1iShAcTSrLFSGVrK5ld16i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d75dd982-7e6d-4ab5-8943-c72f9c01afd1/GedungExterior7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e6iz1OyRlB1iShAcTSrLFSGVrK5ld16i.adaptive-delivery-prevent-bg, #e6iz1OyRlB1iShAcTSrLFSGVrK5ld16i.lazyload, #e6iz1OyRlB1iShAcTSrLFSGVrK5ld16i.lazyloading { background-image: none; }#e6iz1OyRlB1iShAcTSrLFSGVrK5ld16i > .row .container { background-color: transparent; background-image: none; }#e6iz1OyRlB1iShAcTSrLFSGVrK5ld16i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#e6iz1OyRlB1iShAcTSrLFSGVrK5ld16i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6iz1OyRlB1iShAcTSrLFSGVrK5ld16i > .row .container > .video-iframe-container { display: none; }#e6iz1OyRlB1iShAcTSrLFSGVrK5ld16i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#e6iz1OyRlB1iShAcTSrLFSGVrK5ld16i > .row > .video-iframe-container { display: none; }#e6iz1OyRlB1iShAcTSrLFSGVrK5ld16i > .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); }#e6iz1OyRlB1iShAcTSrLFSGVrK5ld16i > .row .container { border-width: 0; border-radius: 0; }#e6iz1OyRlB1iShAcTSrLFSGVrK5ld16i::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e6iz1OyRlB1iShAcTSrLFSGVrK5ld16i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e6iz1OyRlB1iShAcTSrLFSGVrK5ld16i > .row .container { font-size:14px;font-family:arial;height:519px;width:1200px;position:relative;display:block; }#OzKXIqMql1AMZoxBSeemgCrC0QJw2hT8 { color:#000000;display:block;width:1097px;position:absolute;font-family:lato;font-size:45px;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:35px;left:51.5px;height:90px;text-align:center;text-align-last:center;display:block; }
#Lv7MZkwQEQNK08bgyxatEh7lEOQa9tqD { color:#000000;display:block;width:608px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:428px;left:296px;height:40px;text-align:center;text-align-last:center;display:block; }
#eTIeJrnmVVFokRLA3FnmlZnF8We0xvBL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:169px;width:169px;top:171px;left:298px;overflow:hidden;display:block; }
#uyLUUyzD9iTkn2HATneMzSMiLqMveqWP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:169px;width:168px;top:171px;left:516px;overflow:hidden;display:block; }
#bqLwQuW4ay11k2rNtlitOJN7cucRssMa { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:169px;width:169px;top:171px;left:733px;overflow:hidden;display:block; }
#WT1eXtTrCacz0Bdo5PtEbfVioDVrszRe { background-color:#1c3a6b;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:114px;height:37px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:349px;left:326px;display:block; }
#XndksPhWToWTn6E7bsTS7sxUkRTHOvs3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iQs61RkWTISef9rVUKblBS4DqbKbub1p { background-color:#1c3a6b;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:114px;height:37px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:349px;left:543px;display:block; }
#dvO4IiuwGlk1TmIWTv37mzTUzVBplcWz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Tu0hNpNUSi5NJedukh9scogVwgl3XqtS { background-color:#1c3a6b;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:114px;height:37px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:347px;left:761px;display:block; }
#ISilcPcIb1oUCaEGIpt7UMuuE7Cpwvnm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nBEtZO5ssnTmh0FKr73nHnAoNlHA7zmX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/07f0e4c0-396a-49ea-8394-1ad82a984d20/GedungExterior5.jpg");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; }#nBEtZO5ssnTmh0FKr73nHnAoNlHA7zmX.adaptive-delivery-prevent-bg, #nBEtZO5ssnTmh0FKr73nHnAoNlHA7zmX.lazyload, #nBEtZO5ssnTmh0FKr73nHnAoNlHA7zmX.lazyloading { background-image: none; }#nBEtZO5ssnTmh0FKr73nHnAoNlHA7zmX > .row .container { background-color: transparent; background-image: none; }#nBEtZO5ssnTmh0FKr73nHnAoNlHA7zmX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.15); }#nBEtZO5ssnTmh0FKr73nHnAoNlHA7zmX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBEtZO5ssnTmh0FKr73nHnAoNlHA7zmX > .row .container > .video-iframe-container { display: none; }#nBEtZO5ssnTmh0FKr73nHnAoNlHA7zmX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.15); }#nBEtZO5ssnTmh0FKr73nHnAoNlHA7zmX > .row > .video-iframe-container { display: none; }#nBEtZO5ssnTmh0FKr73nHnAoNlHA7zmX > .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); }#nBEtZO5ssnTmh0FKr73nHnAoNlHA7zmX > .row .container { border-width: 0; border-radius: 0; }#nBEtZO5ssnTmh0FKr73nHnAoNlHA7zmX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nBEtZO5ssnTmh0FKr73nHnAoNlHA7zmX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nBEtZO5ssnTmh0FKr73nHnAoNlHA7zmX > .row .container { font-size:14px;font-family:arial;height:618px;width:1200px;position:relative;display:block; }#WabwWIPBqG4ROZ4ZmOTgaM9igbqnLaKe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:447px;width:800px;top:110px;left:200px;display:block; }
#ssTV6mPy3ClcAP9a9ts9Buw5pGpdaADG { color:#000000;display:block;width:894px;position:absolute;font-family:lato;font-size:45px;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:46px;left:153px;height:45px;text-align:center;text-align-last:center;display:block; }
#oTSZNfM1RphK63ZztbIJA5lJ2c4DnU8G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff6f06;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; }#oTSZNfM1RphK63ZztbIJA5lJ2c4DnU8G > .row .container { background-color: transparent; background-image: none; }#oTSZNfM1RphK63ZztbIJA5lJ2c4DnU8G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTSZNfM1RphK63ZztbIJA5lJ2c4DnU8G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTSZNfM1RphK63ZztbIJA5lJ2c4DnU8G > .row .container > .video-iframe-container { display: none; }#oTSZNfM1RphK63ZztbIJA5lJ2c4DnU8G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTSZNfM1RphK63ZztbIJA5lJ2c4DnU8G > .row > .video-iframe-container { display: none; }#oTSZNfM1RphK63ZztbIJA5lJ2c4DnU8G > .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); }#oTSZNfM1RphK63ZztbIJA5lJ2c4DnU8G > .row .container { border-width: 0; border-radius: 0; }#oTSZNfM1RphK63ZztbIJA5lJ2c4DnU8G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTSZNfM1RphK63ZztbIJA5lJ2c4DnU8G > .row .container { font-size:14px;font-family:arial;height:155px;width:1200px;position:relative;display:block; }#eZJDvaqqmvQ2X3T6BKWWxUX0dE2Qc8Kb { color:#ffffff;display:block;width:340px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:38px;left:200px;height:18.0035px;text-align:left;text-align-last:left;display:block; }
#kTQccA4Kv2b42iXeSUEp9Sy0bn2M7Nmx { color:#ffffff;display:block;width:274px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:59px;left:200px;height:18.0035px;text-align:left;text-align-last:left;display:block; }
#lKdPqvyeEIw6HUc95npF9N8d6LXIlNrQ { color:#ffffff;display:block;width:274px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:80px;left:200px;height:18.0035px;text-align:left;text-align-last:left;display:block; }
#RAFE3S1MxRurrbWVXtKMK4JUM7IBKRVU { color:#ffffff;display:block;width:274px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:100px;left:200px;height:18.0035px;text-align:left;text-align-last:left;display:block; }
#SCiErkfxoMLI8cPU3Fl7mQGIBC9EmhMB { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60px;width:60px;top:32px;left:851px;overflow:hidden;display:block; }
#kereUmP5MXHrnAqwDT7ySV6TTpKUlmHV { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60px;width:60px;top:32px;left:761px;overflow:hidden;display:block; }
#KIrtRTTAeOqWUEb6MtiwrQ3WRtEh5r8Q { 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:60px;width:60px;top:32px;left:671px;overflow:hidden;display:block; }
#aoMHtPnyngmKOwQxbP3myZRVxvzaZJET { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60px;width:60px;top:32px;left:941px;overflow:hidden;display:block; }
#PVGRviSNcBZavIgKV2acXMnN0xWFTMNP { color:#ffffff;display:block;width:331px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:105px;left:671px;height:18.0035px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FEtkUCAKw9ZhOo9uvtH7KdpUo8Mw3Ch3 { display:block; }#FEtkUCAKw9ZhOo9uvtH7KdpUo8Mw3Ch3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwXopeA4VLvP2ys5uIEXVdEtBblhF0X7 { top:20px;left:0px;width:409px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #EBeVVgiT66yhkyrvwg3ONekagnRVxVNX { top:15px;left:639px;width:125px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #mDUv9NoDg24CHp5yI3Kxh76eCIfatr6o { top:6px;left:670px;width:94px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #MGtvDntunqsJCdRUcxbU7pRG368zNgK4 { width:764px;height:104px;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBwxPmEMOvm4JveQ4oiIzHgKBDiga7vq { top:55px;left:377px;width:387px;height:729px;display:block; }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-regular-label { display:block;width:308px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-input-text { width:308px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-input-text {padding-top: 0; padding-bottom: 0;}#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-textarea { width:308px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-input-select { width:308px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-input-select {padding-top: 0; padding-bottom: 0;}#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-input-button { width:308px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-checkbox-label { width:289px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW  { width:308px;height:auto;top:101px;left:416px; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .radio-container { width:308px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW {display:block;}#liPLLCHMTmzDECNkt5NFFBokWenFBRkW { width:308px;height:auto;top:101px;left:416px; }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #TCc2FMrl6URoqSZCTMPSiNC7kISOLVOy {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #PCAyFsO2G6svFRxnstJgL6MM8W78kDwz { display:block; }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #v73u5HdqPIDnWagE4kpVvovu3Gp4Ayva {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #ugkptwhWk2aHqdtDlzqcEfI1rvCWMKhA {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #SlduP9UIcqNTTmMv5rITD5AcD8IG06fF { display:block; }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #R4Lqx7giV8zVOd90cmtzltz8uQsqsIZU {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #PFzfxvTvpVTElFClBV2vLWgJnU6p7e8N {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #bV1kEPAKDl9byZiUybTi1vxLDte9mvWw { display:block; }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #CD5aDxfzPa8sry93Bp9hK8aUnZw3em7s {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #cT0Pkf75PrOoB0gAdSIA6WRHKzuXWtL5 {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #xUHbORI4MTtOsF68vZ5Tq44Q8lHUWCze { display:block; }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #stqT6I9xCMamlCFhScX5Wfz5qVN18WFe {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #N4nKGp0iZlTQtTsoT3OmZpmw94UgeLIb {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #bUN4Rc6ghCMSawGwvNP1HZ9nN7ZedCgM { display:block; }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #x2fTwiT8AoWkmSQNpggVRL2VCtnUwdKd {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #IrF2D2GU9XODRq3IvZxT5edVMLyTXdPV {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #OX6vOmUgsU7FWvArmUwJnV5vxocodftX { display:block; }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #ecNK3oiehtE7T0LXrrEwTrRJKIDZLLaW {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #leSznO5nxMafK7WbVb1lx1waI754LC6d {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #ePxdemaiLJhBhOmI9R5r1enb1F6wwn4V {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #JwuB8ZTNk3Z86BadlTlPcezOImoMHlRC {  }
 }@media only screen and (max-width: 763px) { #RgWd8VTdVZmR9zvi1f1lm1yIz0k8RouA { display:block; }
 }@media only screen and (max-width: 763px) { #wM50UNbpo1OEevP7pqTuDQO3Z64uVbLB { display:block; }
 }@media only screen and (max-width: 763px) { #iyz3Feu1yItD5tyqSctJE38x1lhsvMhD { display:block; }
 }@media only screen and (max-width: 763px) { #BSO2urcU9F84KT9qgCcc6N0yyOTxTVHB { display:block; }
 }@media only screen and (max-width: 763px) { #dCfF9k2SVgNE2hbIgkQ39PwoR0rUK5tk { display:block; }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #FhankpNz1btqSfT0WEMsGBUydXgDG6lb {  }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #FhankpNz1btqSfT0WEMsGBUydXgDG6lb .container-column{width:50%;} }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #HX8b8xMQ4ayTGKp8JrCZIPBH7mnvqX3r {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #oL6xsQWJ6RTiTk9QX3M2UBlHIidlxgVt {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #O6Lnyn77Jd9zWBWxOvQKvTM5AP8BpUr5 {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #wDKTpNTNNGLH9tP7Vy3lMQV7MPJWDkN1 {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #bZT0Owxxhuu91uJ1c8NMWM59eqfUtaMd {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #r0ZAPCEuRLUBtgOtSqXgyu5QKgOpix7v {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #LKndLnL8zIJmvTaaMtWnlm5K4sONZuae {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #FCNCe6J1Qv19TnQnCLx10I8xXvqPvVsT {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #m27dzXL7LhW1OI24yn7biMPFHdV6P3kF {  }
 }@media only screen and (max-width: 763px) { #ciTWgdSO9LebK6esATd4PTmcGB3pCgTd { top:82px;left:439px;width:325px;height:61px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TohThhuoptDkzqz0B9d5NQqpUtstTLcw { top:705px;left:448px;width:316px;height:50px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #IiWUsfJDdfRpk5Vak2G75fqldwug6Bw3 { width:764px;height:762px;display:none; }
 }@media only screen and (max-width: 763px) { #NrPuTINdIAgCDTh9Br6iu6D9VZTzqUg3 { display:block; }#NrPuTINdIAgCDTh9Br6iu6D9VZTzqUg3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVNy5wTsRKolthW8xz7MZIFvVCtdAgiq { top:40px;left:80.5px;width:603px;height:52px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #T6nH60B0AfxciHpw0Ty2h75du81LI31V { top:121px;left:514px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #HoX5TAZLKs15p30MAVTcaaTTT7PTq0hF { top:141px;left:564px;width:200px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #F08W8sXunl7VM2OvNhSNEsO4ObMHk6lv { top:169px;left:582.00001907349px;width:102px;height:187px;font-size:72px;display:block; }
 }@media only screen and (max-width: 763px) { #GRLe4cI19kZNvfbCTZ5TuAXXpxE2BuAn { top:120px;left:0px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #duGErEzJ2C8rUdKUPER1g5yaVvN2iO4O { top:122px;left:257.00001907349px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #HWn4bknsBl1Ik8TrOvmNaRczzSUR0GSh { top:120px;left:0px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #SAyLgnlLTQqRhI5eLC1CXmgmnpLvN46h { top:140px;left:0px;width:200px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #iCEo4T6SxxLk56w8vqDi1NpvP8l2uT0K { top:169px;left:0px;width:250px;height:124px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #dwdrvT6a5ZyR7XN1qzdF8JNPOxRRA4X7 { top:142px;left:282.00001907349px;width:200px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #tDtNGJh278wlDriPyruyPTMxdc3xnfbR { top:198px;left:282.00001907349px;width:208px;height:124px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #hqFh7DpbCHk7aihErM8MoTWWpI7iIFbZ { top:121px;left:514px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #Lm8zFToM0tGEh2MCu6RkM3HTUHuAyCLS { top:122px;left:257.00001907349px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #DPL9l7qDWPmakXExa4cMhLaNAhDiTJiu { top:174px;left:659px;width:105px;height:197px;display:block; }
 }@media only screen and (max-width: 763px) { #TFW5UZkOffm9eop28BK5sWFv7ovgUG0h { top:178px;left:80.000019073486px;width:127px;height:193px;display:block; }
 }@media only screen and (max-width: 763px) { #nMxbUEHDCzh2zu7FxoyDS4OSHv698yRv { top:183px;left:389.00001907349px;width:118px;height:189px;display:block; }
 }@media only screen and (max-width: 763px) { #rgqgWebxihnx5sgBLXRqAhTogERhTPuz { display:block; }#rgqgWebxihnx5sgBLXRqAhTogERhTPuz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAEiIBlTVaQOnl2TTi8FSp0K1TylaWQt { top:222px;left:0px;width:275px;height:78px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zBRmp0tpDr7J3LKVuGZI21EwK9FSFgkH { top:179px;left:0px;width:285px;height:163px;display:block; }
 }@media only screen and (max-width: 763px) { #xcmT3anTOoB2VonwyT6nNRGbbKHsTzPt { top:180px;left:85px;width:285px;height:163px;display:block; }
 }@media only screen and (max-width: 763px) { #ccQVOHJBF1qKmSE7NPQwZCC7vlo3Z7gN { top:202px;left:90px;width:275px;height:117px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NGyAnQuTu5iAp3NTMV75SyTJicnLMwAX { top:180px;left:389px;width:285px;height:163px;display:block; }
 }@media only screen and (max-width: 763px) { #ifwyPPKdPSXCAmwldKnNHTS2LuJFfTbW { top:203px;left:394px;width:275px;height:117px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DTaPfz0Siq5JSsTIr5ShnL4c3n2WN0mX { top:179px;left:479px;width:285px;height:163px;display:block; }
 }@media only screen and (max-width: 763px) { #hfQ8gsUBHTdv0ZTXJhOL8l7QhT3DEzIT { top:202px;left:489px;width:275px;height:117px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #K0kKx5BbWyzNvUi4pLJUDkAzM0ESQhPq { top:54px;left:0px;width:764px;height:90px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #e6iz1OyRlB1iShAcTSrLFSGVrK5ld16i { display:block; }#e6iz1OyRlB1iShAcTSrLFSGVrK5ld16i > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzKXIqMql1AMZoxBSeemgCrC0QJw2hT8 { top:35px;left:0px;width:764px;height:90px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #Lv7MZkwQEQNK08bgyxatEh7lEOQa9tqD { top:428px;left:78px;width:608px;height:40px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #eTIeJrnmVVFokRLA3FnmlZnF8We0xvBL { top:171px;left:80px;width:169px;height:169px;display:block; }
 }@media only screen and (max-width: 763px) { #uyLUUyzD9iTkn2HATneMzSMiLqMveqWP { top:171px;left:298px;width:168px;height:169px;display:block; }
 }@media only screen and (max-width: 763px) { #bqLwQuW4ay11k2rNtlitOJN7cucRssMa { top:171px;left:515px;width:169px;height:169px;display:block; }
 }@media only screen and (max-width: 763px) { #WT1eXtTrCacz0Bdo5PtEbfVioDVrszRe { width:114px;height:37px;top:349px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #XndksPhWToWTn6E7bsTS7sxUkRTHOvs3 { display:block; }
 }@media only screen and (max-width: 763px) { #iQs61RkWTISef9rVUKblBS4DqbKbub1p { width:114px;height:37px;top:349px;left:325px;display:block; }
 }@media only screen and (max-width: 763px) { #dvO4IiuwGlk1TmIWTv37mzTUzVBplcWz { display:block; }
 }@media only screen and (max-width: 763px) { #Tu0hNpNUSi5NJedukh9scogVwgl3XqtS { width:114px;height:37px;top:347px;left:543px;display:block; }
 }@media only screen and (max-width: 763px) { #ISilcPcIb1oUCaEGIpt7UMuuE7Cpwvnm { display:block; }
 }@media only screen and (max-width: 763px) { #nBEtZO5ssnTmh0FKr73nHnAoNlHA7zmX { display:block; }#nBEtZO5ssnTmh0FKr73nHnAoNlHA7zmX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WabwWIPBqG4ROZ4ZmOTgaM9igbqnLaKe { top:110px;left:0px;width:764px;height:426.885px;display:block; }
 }@media only screen and (max-width: 763px) { #ssTV6mPy3ClcAP9a9ts9Buw5pGpdaADG { top:46px;left:0px;width:764px;height:45px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oTSZNfM1RphK63ZztbIJA5lJ2c4DnU8G { display:block; }#oTSZNfM1RphK63ZztbIJA5lJ2c4DnU8G > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZJDvaqqmvQ2X3T6BKWWxUX0dE2Qc8Kb { top:38px;left:0px;width:340px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #kTQccA4Kv2b42iXeSUEp9Sy0bn2M7Nmx { top:59px;left:0px;width:274px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #lKdPqvyeEIw6HUc95npF9N8d6LXIlNrQ { top:80px;left:0px;width:274px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #RAFE3S1MxRurrbWVXtKMK4JUM7IBKRVU { top:100px;left:0px;width:274px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SCiErkfxoMLI8cPU3Fl7mQGIBC9EmhMB { top:32px;left:633px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #kereUmP5MXHrnAqwDT7ySV6TTpKUlmHV { top:32px;left:543px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #KIrtRTTAeOqWUEb6MtiwrQ3WRtEh5r8Q { top:32px;left:453px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #aoMHtPnyngmKOwQxbP3myZRVxvzaZJET { top:32px;left:704px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #PVGRviSNcBZavIgKV2acXMnN0xWFTMNP { top:105px;left:433px;width:331px;height:18px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FEtkUCAKw9ZhOo9uvtH7KdpUo8Mw3Ch3 { display:block; }#FEtkUCAKw9ZhOo9uvtH7KdpUo8Mw3Ch3 > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwXopeA4VLvP2ys5uIEXVdEtBblhF0X7 { width:180px;height:21px;top:20px;left:0px;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #EBeVVgiT66yhkyrvwg3ONekagnRVxVNX { width:59px;height:30px;top:16px;left:261px;display:block; }
 }@media only screen and (max-width: 763px) { #mDUv9NoDg24CHp5yI3Kxh76eCIfatr6o { width:48px;height:41px;top:10px;left:205px;display:block; }
 }@media only screen and (max-width: 763px) { #MGtvDntunqsJCdRUcxbU7pRG368zNgK4 { top:20.5px;left:0px;width:180px;height:23px;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c7bcdcc-844e-4fb9-8987-9ffdf0fe0db5/LandingPageProgramStudiMANV2025.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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: #ffffff; }#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: #ffffff; }#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:320px;height:1029px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBwxPmEMOvm4JveQ4oiIzHgKBDiga7vq { width:320px;height:708px;top:320px;left:0px;background-color:rgba(255,111,6,0.64);background-image:none;border-top-left-radius:34px;border-top-right-radius:34px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-regular-label { display:block;width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-input-text {padding-top: 0; padding-bottom: 0;}#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-input-select {padding-top: 0; padding-bottom: 0;}#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;background-color:#000000;background-image:none; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW  { width:280px;height:auto;top:392px;left:0px; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW {display:block;}#liPLLCHMTmzDECNkt5NFFBokWenFBRkW { width:280px;height:auto;top:392px;left:0px; }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #TCc2FMrl6URoqSZCTMPSiNC7kISOLVOy {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #PCAyFsO2G6svFRxnstJgL6MM8W78kDwz { display:block; }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #v73u5HdqPIDnWagE4kpVvovu3Gp4Ayva {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #ugkptwhWk2aHqdtDlzqcEfI1rvCWMKhA {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #SlduP9UIcqNTTmMv5rITD5AcD8IG06fF { display:block; }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #R4Lqx7giV8zVOd90cmtzltz8uQsqsIZU {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #PFzfxvTvpVTElFClBV2vLWgJnU6p7e8N {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #bV1kEPAKDl9byZiUybTi1vxLDte9mvWw { display:block; }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #CD5aDxfzPa8sry93Bp9hK8aUnZw3em7s {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #cT0Pkf75PrOoB0gAdSIA6WRHKzuXWtL5 {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #xUHbORI4MTtOsF68vZ5Tq44Q8lHUWCze { display:block; }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #stqT6I9xCMamlCFhScX5Wfz5qVN18WFe {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #N4nKGp0iZlTQtTsoT3OmZpmw94UgeLIb {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #bUN4Rc6ghCMSawGwvNP1HZ9nN7ZedCgM { display:block; }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #x2fTwiT8AoWkmSQNpggVRL2VCtnUwdKd {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #IrF2D2GU9XODRq3IvZxT5edVMLyTXdPV {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #OX6vOmUgsU7FWvArmUwJnV5vxocodftX { display:block; }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #ecNK3oiehtE7T0LXrrEwTrRJKIDZLLaW {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #leSznO5nxMafK7WbVb1lx1waI754LC6d {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #ePxdemaiLJhBhOmI9R5r1enb1F6wwn4V { display:block; }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #JwuB8ZTNk3Z86BadlTlPcezOImoMHlRC {  }
 }@media only screen and (max-width: 763px) { #RgWd8VTdVZmR9zvi1f1lm1yIz0k8RouA { display:block; }
 }@media only screen and (max-width: 763px) { #wM50UNbpo1OEevP7pqTuDQO3Z64uVbLB { display:block; }
 }@media only screen and (max-width: 763px) { #iyz3Feu1yItD5tyqSctJE38x1lhsvMhD { display:block; }
 }@media only screen and (max-width: 763px) { #BSO2urcU9F84KT9qgCcc6N0yyOTxTVHB { display:block; }
 }@media only screen and (max-width: 763px) { #dCfF9k2SVgNE2hbIgkQ39PwoR0rUK5tk { display:block; }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #FhankpNz1btqSfT0WEMsGBUydXgDG6lb {  }
#liPLLCHMTmzDECNkt5NFFBokWenFBRkW #FhankpNz1btqSfT0WEMsGBUydXgDG6lb .container-column{width:100%;} }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #HX8b8xMQ4ayTGKp8JrCZIPBH7mnvqX3r { display:block; }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #oL6xsQWJ6RTiTk9QX3M2UBlHIidlxgVt {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #O6Lnyn77Jd9zWBWxOvQKvTM5AP8BpUr5 {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #wDKTpNTNNGLH9tP7Vy3lMQV7MPJWDkN1 {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #bZT0Owxxhuu91uJ1c8NMWM59eqfUtaMd {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #r0ZAPCEuRLUBtgOtSqXgyu5QKgOpix7v {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #LKndLnL8zIJmvTaaMtWnlm5K4sONZuae {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #FCNCe6J1Qv19TnQnCLx10I8xXvqPvVsT {  }
 }@media only screen and (max-width: 763px) { #liPLLCHMTmzDECNkt5NFFBokWenFBRkW #m27dzXL7LhW1OI24yn7biMPFHdV6P3kF {  }
 }@media only screen and (max-width: 763px) { #ciTWgdSO9LebK6esATd4PTmcGB3pCgTd { width:295px;height:54px;top:338px;left:13px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TohThhuoptDkzqz0B9d5NQqpUtstTLcw { width:300px;height:46.7812px;top:954px;left:10px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IiWUsfJDdfRpk5Vak2G75fqldwug6Bw3 { top:0px;left:0px;width:320px;height:319px;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NrPuTINdIAgCDTh9Br6iu6D9VZTzqUg3 { display:block; }#NrPuTINdIAgCDTh9Br6iu6D9VZTzqUg3 > .row .container { width:320px;height:940px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVNy5wTsRKolthW8xz7MZIFvVCtdAgiq { width:252px;height:83.1875px;top:25px;left:34.000000953674px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6nH60B0AfxciHpw0Ty2h75du81LI31V { width:250px;height:250px;top:671px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #HoX5TAZLKs15p30MAVTcaaTTT7PTq0hF { width:200px;height:28.5938px;top:691px;left:60px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #F08W8sXunl7VM2OvNhSNEsO4ObMHk6lv { width:102px;height:187.1876px;top:719px;left:60px;font-size:72px;display:block; }
 }@media only screen and (max-width: 763px) { #GRLe4cI19kZNvfbCTZ5TuAXXpxE2BuAn { width:250px;height:250px;top:133px;left:35.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #duGErEzJ2C8rUdKUPER1g5yaVvN2iO4O { width:250px;height:250px;top:403px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #HWn4bknsBl1Ik8TrOvmNaRczzSUR0GSh { width:250px;height:250px;top:133px;left:35.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #SAyLgnlLTQqRhI5eLC1CXmgmnpLvN46h { width:200px;height:28.5972px;top:153px;left:60.000004768372px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #iCEo4T6SxxLk56w8vqDi1NpvP8l2uT0K { width:200px;height:83.1876px;top:182px;left:60.000004768372px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #dwdrvT6a5ZyR7XN1qzdF8JNPOxRRA4X7 { width:200px;height:57.1875px;top:423px;left:60px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #tDtNGJh278wlDriPyruyPTMxdc3xnfbR { width:184px;height:83.1876px;top:479px;left:60px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #hqFh7DpbCHk7aihErM8MoTWWpI7iIFbZ { width:250px;height:250px;top:671px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Lm8zFToM0tGEh2MCu6RkM3HTUHuAyCLS { width:250px;height:250px;top:403px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #DPL9l7qDWPmakXExa4cMhLaNAhDiTJiu { width:105px;height:197px;top:725px;left:162px;display:block; }
 }@media only screen and (max-width: 763px) { #TFW5UZkOffm9eop28BK5sWFv7ovgUG0h { width:127px;height:193px;top:191px;left:134.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #nMxbUEHDCzh2zu7FxoyDS4OSHv698yRv { width:118px;height:189px;top:465px;left:162px;display:block; }
 }@media only screen and (max-width: 763px) { #rgqgWebxihnx5sgBLXRqAhTogERhTPuz { display:block; }#rgqgWebxihnx5sgBLXRqAhTogERhTPuz > .row .container { width:320px;height:610px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAEiIBlTVaQOnl2TTi8FSp0K1TylaWQt { width:200px;height:52px;top:150px;left:60px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zBRmp0tpDr7J3LKVuGZI21EwK9FSFgkH { width:285px;height:96px;top:128px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xcmT3anTOoB2VonwyT6nNRGbbKHsTzPt { width:285px;height:96px;top:244px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ccQVOHJBF1qKmSE7NPQwZCC7vlo3Z7gN { width:275px;height:52px;top:266px;left:22px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NGyAnQuTu5iAp3NTMV75SyTJicnLMwAX { width:285px;height:96px;top:359px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ifwyPPKdPSXCAmwldKnNHTS2LuJFfTbW { width:275px;height:52px;top:382px;left:22px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTaPfz0Siq5JSsTIr5ShnL4c3n2WN0mX { width:285px;height:96px;top:472px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hfQ8gsUBHTdv0ZTXJhOL8l7QhT3DEzIT { width:275px;height:52px;top:494px;left:22.5px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K0kKx5BbWyzNvUi4pLJUDkAzM0ESQhPq { width:320px;height:78px;top:35px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e6iz1OyRlB1iShAcTSrLFSGVrK5ld16i { display:block; }#e6iz1OyRlB1iShAcTSrLFSGVrK5ld16i > .row .container { width:320px;height:590px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzKXIqMql1AMZoxBSeemgCrC0QJw2hT8 { width:320px;height:78px;top:27px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lv7MZkwQEQNK08bgyxatEh7lEOQa9tqD { width:293px;height:42px;top:517px;left:14px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTIeJrnmVVFokRLA3FnmlZnF8We0xvBL { width:119px;height:119px;top:126px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #uyLUUyzD9iTkn2HATneMzSMiLqMveqWP { width:120px;height:120px;top:126px;left:175px;display:block; }
 }@media only screen and (max-width: 763px) { #bqLwQuW4ay11k2rNtlitOJN7cucRssMa { width:120px;height:119px;top:328px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #WT1eXtTrCacz0Bdo5PtEbfVioDVrszRe { width:114px;height:37px;top:261px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #XndksPhWToWTn6E7bsTS7sxUkRTHOvs3 { display:block; }
 }@media only screen and (max-width: 763px) { #iQs61RkWTISef9rVUKblBS4DqbKbub1p { width:114px;height:37px;top:261px;left:178px;display:block; }
 }@media only screen and (max-width: 763px) { #dvO4IiuwGlk1TmIWTv37mzTUzVBplcWz { display:block; }
 }@media only screen and (max-width: 763px) { #Tu0hNpNUSi5NJedukh9scogVwgl3XqtS { width:114px;height:37px;top:456px;left:103px;display:block; }
 }@media only screen and (max-width: 763px) { #ISilcPcIb1oUCaEGIpt7UMuuE7Cpwvnm { display:block; }
 }@media only screen and (max-width: 763px) { #nBEtZO5ssnTmh0FKr73nHnAoNlHA7zmX { display:block; }#nBEtZO5ssnTmh0FKr73nHnAoNlHA7zmX > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WabwWIPBqG4ROZ4ZmOTgaM9igbqnLaKe { height:178.797px;width:320px;top:51px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ssTV6mPy3ClcAP9a9ts9Buw5pGpdaADG { width:320px;height:18.0035px;top:20px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTSZNfM1RphK63ZztbIJA5lJ2c4DnU8G { display:block; }#oTSZNfM1RphK63ZztbIJA5lJ2c4DnU8G > .row .container { width:320px;height:195px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZJDvaqqmvQ2X3T6BKWWxUX0dE2Qc8Kb { width:320px;height:14px;top:18px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTQccA4Kv2b42iXeSUEp9Sy0bn2M7Nmx { width:274px;height:14px;top:35px;left:23px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lKdPqvyeEIw6HUc95npF9N8d6LXIlNrQ { width:274px;height:14px;top:52px;left:23px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RAFE3S1MxRurrbWVXtKMK4JUM7IBKRVU { width:274px;height:14px;top:69px;left:23px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SCiErkfxoMLI8cPU3Fl7mQGIBC9EmhMB { width:40px;height:40px;top:107px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #kereUmP5MXHrnAqwDT7ySV6TTpKUlmHV { width:40px;height:40px;top:107px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #KIrtRTTAeOqWUEb6MtiwrQ3WRtEh5r8Q { width:40px;height:40px;top:107px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #aoMHtPnyngmKOwQxbP3myZRVxvzaZJET { width:40px;height:40px;top:107px;left:238px;display:block; }
 }@media only screen and (max-width: 763px) { #PVGRviSNcBZavIgKV2acXMnN0xWFTMNP { width:320px;height:15px;top:163px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }