.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab87d43e-a821-4ce7-91e8-ce59e48981dd/IMG20170303WA0011.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; }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S.adaptive-delivery-prevent-bg, #W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S.lazyload, #W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S.lazyloading { background-image: none; }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S > .row .container { background-color: transparent; background-image: none; }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,128,0.79); }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S > .row .container > .video-iframe-container { display: none; }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,128,0.79); }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S > .row > .video-iframe-container { display: none; }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S > .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); }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S > .row .container { border-width: 0; border-radius: 0; }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S::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; }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S > .row .container { font-size:14px;font-family:arial;height:711px;width:1200px;position:relative;display:block; }#WfbyT8HG87d9qkBwkeKVqkL6iN3l7tqz { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:74px;width:251px;top:69.984375px;left:235.96875px;overflow:hidden;display:block; }
#ULhQhLTMkIGm8zG3iU8PcVyInwImBhD9 { position:absolute;display:block;z-index:15002;background-color:rgba(244,241,246,0.48);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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 3px #000000 ;height:440.977px;width:360.977px;top:205px;left:780px;display:block; }
#f6GFbdtWzPGoR31EacPb7nKBtxJJ7y1e { color:#0f3084;display:block;width:320px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:222px;left:801px;height:66.25px;font-style:normal;display:block; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-form-header {  }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:14px;font-weight:700;color:#000000;width:289px;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left: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:289px;box-sizing:border-box;height:44px;color:#161616;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0 10px 15px rgba(255,255,255,0.15) ; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;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;width:289px;box-sizing:border-box;height:50px;color:#161616;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left: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:289px;box-sizing:border-box;height:44px;color:#9e9e9e;font-family:ubuntu;font-size:14px;overflow:hidden;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .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; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#051b43;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:21px;font-weight:bold;color:#ffffff;width:289px;height:60px;font-family:ubuntu;overflow:hidden;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .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:ubuntu;line-height:1.3;font-size:14px;font-weight:400;color:#000000;vertical-align:top;width:270px;overflow:hidden;font-style:normal;float:none; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .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; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:20px;vertical-align:middle;font-family:ubuntu;font-size:14px;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-container:first-of-type{padding-top:0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-container:last-of-type{padding-bottom:0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv  { background-color:rgba(0,0,0,0);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:289px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:796px;top:308px;z-index:15012;position:absolute; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:289px;display:block;vertical-align:top; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:14px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv {display:block;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv { background-color:rgba(0,0,0,0);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:289px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:796px;top:308px;z-index:15012;position:absolute; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #xzgpNSIdUkTJkMTrhqC15F5CbTAKXF9P { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #H9bJb3QFPA7Iu8fq9CD9CTtyUyCEUTTo { position:relative;display:none; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #irwcRuTozIdnecZC7U3RBgeBHKbJ9niS { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #MmUwyOkcgaiEab01AMIe4SAC8rLkepua { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #qpvBh1ue66R3tJycGkszf7Dkk3xHwGGh { position:relative;display:none; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #CBQx4EJ3k1ofABJVm5OlKnTWxc3Tya7G { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #HuzMbP7gN2gQNO6TBMc5lFI8tecidQP5 { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #rRJPHSEmTJ5XreCcKU7HgdwZKg1O5eI6 { position:relative;display:none; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #DceDv2mJ39OvuD62o5KwxhRhTASFZ65m { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #zANGt9J6z45CEmBanPZcDXOo33n95DaL { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #MzvTEgRxi5Rx3abz7ZIlhv6biiSGZhT6 { position:relative;display:none; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #bOwuIdi6s9uLMP90Am3Vym4EnmC91LIe { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #NqhTQq1Lx7dyv1vNcfIXr3GgbMwmkNev { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #Oev9n8gmV3uUrPOnmpNvKzRdmBWs938Z { position:relative; }
#uVVSUofqcuD0DSlpK26uFivPn4S2ecSP { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:49.9922px;width:49.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:516px;left:49px; }
#t8sr1hNLfEnLswzG2VLKsWEhDwvfnIWE { color:#faf3f3;display:block;width:130.992px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15060;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:522px;left:109px;height:44px;font-style:normal;display:block; }
#cwN5IBJGENFQdBtyPpbqL78JnAtl4HXu { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:54px;width:54px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:511px;left:280px; }
#NZWamWvRd7qsCDk7KTZ9RWtvH2gUU8US { color:#faf3f3;display:block;width:130.969px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15061;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:500px;left:338px;height:66px;font-style:normal;display:block; }
#TGJ7NRpS85sNLLyZ2txd7Cvb31dJ7zub { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:49.9922px;width:49.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:515px;left:522px; }
#G7GwsguGHmSokoESdMlN4bR7nTTND9LC { color:#faf3f3;display:block;width:67.9922px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15061;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:525px;left:577px;height:22px;font-style:normal;display:block; }
#ZgvTtJ5QmiRmAqR7TIMSSKUXN3cVdw4K { color:#faf3f3;display:block;width:310.996px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15071;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:193px;left:49px;height:35.1875px;font-style:normal;display:block; }
#T09zdLWITKS6Eiuvw08MI2I4vkTnACvM { color:#faf3f3;display:block;width:694.961px;position:absolute;font-family:"open sans";font-size:37px;font-weight:700;z-index:15051;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.86);top:227px;left:49px;height:40.6875px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Oe8TwyTZQwHkz8CCeFU2wx9v0zloLIZa { color:#f6f1f1;display:block;width:238px;position:absolute;font-family:"open sans";font-size:206px;font-weight:700;z-index:15064;line-height:.5;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:334px;left:216px;height:103px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iT9t6TTHwf5OPZqWT9Nwyck8SkTn9SCE { color:#faf3f3;display:block;width:135.99px;position:absolute;font-family:"open sans";font-size:29px;font-weight:700;z-index:15072;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:347px;left:86px;height:63.7917px;font-style:normal;display:block; }
#C5u7eokOzgKfA04MfviEiBv33Q6y0QUA { color:#faf3f3;display:block;width:61.9792px;position:absolute;font-family:"open sans";font-size:77px;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.92);top:292px;left:465px;height:77px;font-style:normal;display:block; }
#HzF3mRO94gs9vD9uNoqvexk4rW0GJoKG { position:relative;display:block; }#HzF3mRO94gs9vD9uNoqvexk4rW0GJoKG { background-color: transparent; background-image: none; }#HzF3mRO94gs9vD9uNoqvexk4rW0GJoKG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzF3mRO94gs9vD9uNoqvexk4rW0GJoKG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzF3mRO94gs9vD9uNoqvexk4rW0GJoKG > .row .container > .video-iframe-container { display: none; }#HzF3mRO94gs9vD9uNoqvexk4rW0GJoKG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzF3mRO94gs9vD9uNoqvexk4rW0GJoKG > .row > .video-iframe-container { display: none; }#HzF3mRO94gs9vD9uNoqvexk4rW0GJoKG > .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); }#HzF3mRO94gs9vD9uNoqvexk4rW0GJoKG { border-width: 0; border-radius: 0; }#HzF3mRO94gs9vD9uNoqvexk4rW0GJoKG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HzF3mRO94gs9vD9uNoqvexk4rW0GJoKG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:604px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x1BLFLs3WIoglwzDCVyI0S0ZsJ8W2UQT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:555.979px;width:555.979px;top:24px;left:21.958312988281px;overflow:hidden;display:block; }
#vT6k0wpEhDlw2EgawTEHEiqLgRZA8fV2 { color:#040303;display:block;width:552.979px;position:absolute;font-family:"open sans";font-size:24px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:38px;left:619px;height:62.375px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#u1P4PyJG20C8MnVz8MLU8Q6lhSF9lpz6 { color:#040303;display:block;width:550px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:140px;left:621px;height:154.583px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#XHN8DFNTGIXRWsdBswg1iwofhNfQmx1f { color:#040303;display:block;width:500px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:319px;left:619px;height:154.5831px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#MHAMLu0R3hWECTQzDm9wawkGFvwnaKif { color:#040303;display:block;width:560.979px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:512px;left:621px;height:22.0833px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#mdlLxsFpHFyuOaTIIB14CifH2XTicehO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#123f82;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; }#mdlLxsFpHFyuOaTIIB14CifH2XTicehO > .row .container { background-color: transparent; background-image: none; }#mdlLxsFpHFyuOaTIIB14CifH2XTicehO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdlLxsFpHFyuOaTIIB14CifH2XTicehO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdlLxsFpHFyuOaTIIB14CifH2XTicehO > .row .container > .video-iframe-container { display: none; }#mdlLxsFpHFyuOaTIIB14CifH2XTicehO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdlLxsFpHFyuOaTIIB14CifH2XTicehO > .row > .video-iframe-container { display: none; }#mdlLxsFpHFyuOaTIIB14CifH2XTicehO > .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); }#mdlLxsFpHFyuOaTIIB14CifH2XTicehO > .row .container { border-width: 0; border-radius: 0; }#mdlLxsFpHFyuOaTIIB14CifH2XTicehO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mdlLxsFpHFyuOaTIIB14CifH2XTicehO > .row .container { font-size:14px;font-family:arial;height:662px;width:1200px;position:relative;display:block; }#cXTMnD5re06FN0FoDQJziZV2abwwZyfG { color:#f5f8f8;display:block;width:683px;position:absolute;font-family:"open sans";font-size:40px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:55.000030517578px;left:258.5px;height:104px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uJFdlgHsaTFb7d2f7PNaAzXXXCXk6FRZ { color:#f5f8f5;display:block;width:271px;position:absolute;font-family:"open sans";font-size:13px;font-weight:400;z-index:15019;line-height:1.9;letter-spacing:0;top:466px;left:101px;height:123.438px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eBQa9GGACw3d7qf1GTJrSbgqOGSsnrpm { color:#f6fbfb;display:block;width:147px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:426px;left:163px;height:20.7917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uAdcRcVABzbtMGi5BeTRCvBq5XkUaHO0 { color:#effaef;display:block;width:271px;position:absolute;font-family:"open sans";font-size:13px;font-weight:400;z-index:15020;line-height:1.9;letter-spacing:0;top:466px;left:476px;height:123.438px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mXqBvdTSVMhafd4kK8Qn2Z9XmGk8uBMP { color:#f5fafa;display:block;width:147px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:426px;left:538px;height:20.7917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dgyn9Q69CV8DP2ZHpuVeOTDIJBr3hAhO { color:#f5fbfb;display:block;width:147px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:426px;left:900px;height:20.7917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vI7idOfJrSyBH6DgWJElzVoiJuIB4Mv0 { color:#f3fbf3;display:block;width:251px;position:absolute;font-family:"open sans";font-size:13px;font-weight:400;z-index:15021;line-height:1.9;letter-spacing:0;top:466px;left:848px;height:98.75px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sc7vS1KIdwwaKEgqOM7EsifeBW5ZOGAl { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:107px;width:107px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:251px;left:183px; }
#z9faGqlZLd24q0V81FiavRoqVqmRafxi { box-sizing:content-box;color:#5d92ff;font-size:74px;font-weight:400;line-height:1;height:107px;width:107px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:251px;left:564px; }
#fMxlzwnqtcQ1JD8VUdD3WeJFaPv8qqeJ { box-sizing:content-box;color:#5d92ff;font-size:74px;font-weight:400;line-height:1;height:107px;width:107px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:251px;left:920px; }
#cQVmZ746dtHqrqX8uzVEr52XfOKKh7q8 { position:relative;display:block; }#cQVmZ746dtHqrqX8uzVEr52XfOKKh7q8 { background-color: transparent; background-image: none; }#cQVmZ746dtHqrqX8uzVEr52XfOKKh7q8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQVmZ746dtHqrqX8uzVEr52XfOKKh7q8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQVmZ746dtHqrqX8uzVEr52XfOKKh7q8 > .row .container > .video-iframe-container { display: none; }#cQVmZ746dtHqrqX8uzVEr52XfOKKh7q8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQVmZ746dtHqrqX8uzVEr52XfOKKh7q8 > .row > .video-iframe-container { display: none; }#cQVmZ746dtHqrqX8uzVEr52XfOKKh7q8 > .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); }#cQVmZ746dtHqrqX8uzVEr52XfOKKh7q8 { border-width: 0; border-radius: 0; }#cQVmZ746dtHqrqX8uzVEr52XfOKKh7q8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cQVmZ746dtHqrqX8uzVEr52XfOKKh7q8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:1155px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZsSp2tOvXoJWbGrfd53B27MvkqkrH32v { color:#080909;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:40px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:46px;left:-0.5px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gtg4mamSFlJDe38w73zQIvXNVPBwhLUh { 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;height:236px;width:357px;top:181px;left:31px;overflow:hidden;display:block; }
#CTHyaXub01Vp4CmVzSlexyH3dCrUfflT { 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;height:238px;width:358px;top:180px;left:420px;overflow:hidden;display:block; }
#lR9z8tNvFfQrVWHdwkxfVDf9XsO43bXk { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:240px;width:360px;top:179px;left:807px;overflow:hidden;display:block; }
#OuLtq0DhyVLiqalZ4f0ysopXlXhTZNoG { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:236px;width:354px;top:476px;left:32px;overflow:hidden;display:block; }
#oUtKQWGxB5UVTK6lAHeUfyKzdqWlufpt { 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;height:236px;width:354px;top:476px;left:810px;overflow:hidden;display:block; }
#LIHiCrcyi6CX1g9vpJq3SPLUcJMObCRN { 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;height:240px;width:361px;top:766px;left:611px;overflow:hidden;display:block; }
#y3x0evwkacV0t4AhKEvIwNXusWk8ET6x { 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;height:237px;width:356px;top:769px;left:226px;overflow:hidden;display:block; }
#FVHe2gFrVWePXbuQclTM3AgoChg9QgNC { 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;height:236px;width:355px;top:476px;left:421px;overflow:hidden;display:block; }
#OdB6WBdcGDkfH25QnWfbGNPpg0SzzGMi { position:absolute;display:block;z-index:15018;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:34px;width:357px;top:417px;left:31px;display:block; }
#FKUn5UH4DyAPkpJ4WFZWzHcLbUThMqyo { position:absolute;display:block;z-index:15019;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:34px;width:357px;top:418px;left:420px;display:block; }
#vrm0fgpaWTOlsVkchhAR0PMvosmCJSpm { position:absolute;display:block;z-index:15019;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:34px;width:357px;top:712px;left:31px;display:block; }
#ky0nNqUBWHFcZoQcLl34xCyJT3gFNr59 { position:absolute;display:block;z-index:15020;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:34px;width:354px;top:712px;left:421px;display:block; }
#ntDZ884x8Oh18SXqklUTP3TsqkueK1bV { position:absolute;display:block;z-index:15020;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:34px;width:362px;top:417px;left:806px;display:block; }
#D35HB8FTUWBsIuQ7Cktn9bdR1voeyQWz { position:absolute;display:block;z-index:15021;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:34px;width:354px;top:712px;left:810px;display:block; }
#PBAbTvNJkFoctwlKrFckULGDTvJWuZXv { position:absolute;display:block;z-index:15021;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:34px;width:358px;top:973px;left:226px;display:block; }
#Bnvkf2qGIoGMs9UEtLFAtVsc7GLzFgc8 { position:absolute;display:block;z-index:15022;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:34px;width:361px;top:973px;left:611px;display:block; }
#KnSr3fJBp2SW2rTZNziqHW3GThwAoTxP { color:#000000;display:block;width:279px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:424px;left:70px;height:23.3958px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aPdx7E4Kv2g5BP8OUIglianETMmS3DkP { color:#000000;display:block;width:279px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:424px;left:459px;height:23.3958px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AR0avMuD13bUqCFFsRJ4y5oa1esS10NW { color:#000000;display:block;width:279px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:424px;left:847px;height:23.3958px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d0nF7fB7yLowprVyi3IUTFnxp7MFsFF8 { color:#000000;display:block;width:279px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:719px;left:847px;height:23.3958px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eXxaqkKy4JmQqZIb9B2PxLLaRwZw916a { color:#000000;display:block;width:279px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:719px;left:459px;height:23.3958px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PgBhfn3tcqRnBzT1znlXqR5l65lID7Ol { color:#000000;display:block;width:279px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:719px;left:70px;height:23.3958px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5cL4OWy1bSOqJhWTPlSr0AFK8bPZ7O4 { color:#000000;display:block;width:279px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:980px;left:265px;height:23.3958px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZoyUuQMyQeX93QwHKrpKn8r5WoxzdO8m { color:#000000;display:block;width:279px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:980px;left:652px;height:23.3958px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TmlNvuugz6dNTOg2PPSPw20bU72DReOv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14261c;background-image:url("https://images.assets-landingi.com/uc/06a8cbc3-39ba-4b3a-bc2e-54f9b0c7d821/BGGerbang.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#TmlNvuugz6dNTOg2PPSPw20bU72DReOv.adaptive-delivery-prevent-bg, #TmlNvuugz6dNTOg2PPSPw20bU72DReOv.lazyload, #TmlNvuugz6dNTOg2PPSPw20bU72DReOv.lazyloading { background-image: none; }#TmlNvuugz6dNTOg2PPSPw20bU72DReOv > .row .container { background-color: transparent; background-image: none; }#TmlNvuugz6dNTOg2PPSPw20bU72DReOv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmlNvuugz6dNTOg2PPSPw20bU72DReOv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmlNvuugz6dNTOg2PPSPw20bU72DReOv > .row .container > .video-iframe-container { display: none; }#TmlNvuugz6dNTOg2PPSPw20bU72DReOv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmlNvuugz6dNTOg2PPSPw20bU72DReOv > .row > .video-iframe-container { display: none; }#TmlNvuugz6dNTOg2PPSPw20bU72DReOv > .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); }#TmlNvuugz6dNTOg2PPSPw20bU72DReOv > .row .container { border-width: 0; border-radius: 0; }#TmlNvuugz6dNTOg2PPSPw20bU72DReOv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmlNvuugz6dNTOg2PPSPw20bU72DReOv > .row .container { font-size:14px;font-family:arial;height:310px;width:1200px;position:relative;display:block; }#PXbeqt7E7Fh83W7S9wIHC09HltzJqSv4 { color:#ffffff;display:block;width:629px;position:absolute;font-family:"open sans";font-size:11px;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:282.40625px;left:285.5px;height:14.2917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QZuVQr0sJfTDXODf5TOMPRyUAS0dBpgW { position:absolute;display:block;z-index:15031;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;height:81.9965px;width:255.99px;top:72px;left:472px;overflow:hidden;display:block; }
#L6uHhuWwunzTEDdB0CeQStp0wTJhhENn { color:#ffffff;display:block;width:360px;position:absolute;font-family:"open sans";font-size:13px;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:174px;left:420px;height:36.375px;font-style:normal;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) { #W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S { display:block; }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfbyT8HG87d9qkBwkeKVqkL6iN3l7tqz { top:69px;left:17.96875px;width:251px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #ULhQhLTMkIGm8zG3iU8PcVyInwImBhD9 { top:205px;left:404px;width:360px;height:440px;display:block; }
 }@media only screen and (max-width: 763px) { #f6GFbdtWzPGoR31EacPb7nKBtxJJ7y1e { top:222px;left:444px;width:319px;height:66px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-regular-label { display:block;width:288px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text { width:288px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-textarea { width:288px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select { width:288px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-button { width:288px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-checkbox-label { width:269px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv  { width:288px;height:auto;top:308px;left:436px; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .radio-container { width:288px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv {display:block;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv { width:288px;height:auto;top:308px;left:436px; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #xzgpNSIdUkTJkMTrhqC15F5CbTAKXF9P {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #H9bJb3QFPA7Iu8fq9CD9CTtyUyCEUTTo { display:none; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #irwcRuTozIdnecZC7U3RBgeBHKbJ9niS {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #MmUwyOkcgaiEab01AMIe4SAC8rLkepua {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #qpvBh1ue66R3tJycGkszf7Dkk3xHwGGh { display:none; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #CBQx4EJ3k1ofABJVm5OlKnTWxc3Tya7G {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #HuzMbP7gN2gQNO6TBMc5lFI8tecidQP5 {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #rRJPHSEmTJ5XreCcKU7HgdwZKg1O5eI6 {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #DceDv2mJ39OvuD62o5KwxhRhTASFZ65m {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #zANGt9J6z45CEmBanPZcDXOo33n95DaL {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #MzvTEgRxi5Rx3abz7ZIlhv6biiSGZhT6 {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #bOwuIdi6s9uLMP90Am3Vym4EnmC91LIe {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #NqhTQq1Lx7dyv1vNcfIXr3GgbMwmkNev {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #Oev9n8gmV3uUrPOnmpNvKzRdmBWs938Z {  }
 }@media only screen and (max-width: 763px) { #uVVSUofqcuD0DSlpK26uFivPn4S2ecSP { top:516px;left:0px;width:49px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #t8sr1hNLfEnLswzG2VLKsWEhDwvfnIWE { top:522px;left:0px;width:130px;height:43px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #cwN5IBJGENFQdBtyPpbqL78JnAtl4HXu { top:511px;left:62px;width:54px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #NZWamWvRd7qsCDk7KTZ9RWtvH2gUU8US { top:500px;left:120px;width:130px;height:65px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TGJ7NRpS85sNLLyZ2txd7Cvb31dJ7zub { top:515px;left:304px;width:49px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #G7GwsguGHmSokoESdMlN4bR7nTTND9LC { top:525px;left:359px;width:67px;height:21px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ZgvTtJ5QmiRmAqR7TIMSSKUXN3cVdw4K { top:193px;left:0px;width:310px;height:35px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T09zdLWITKS6Eiuvw08MI2I4vkTnACvM { top:227px;left:0px;width:694px;height:40px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Oe8TwyTZQwHkz8CCeFU2wx9v0zloLIZa { top:334px;left:0px;width:238px;height:103px;font-size:109px;display:block; }
 }@media only screen and (max-width: 763px) { #iT9t6TTHwf5OPZqWT9Nwyck8SkTn9SCE { top:347px;left:0px;width:135px;height:63px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #C5u7eokOzgKfA04MfviEiBv33Q6y0QUA { top:292px;left:247px;width:61px;height:77px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #HzF3mRO94gs9vD9uNoqvexk4rW0GJoKG { display:block; }#HzF3mRO94gs9vD9uNoqvexk4rW0GJoKG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1BLFLs3WIoglwzDCVyI0S0ZsJ8W2UQT { top:24px;left:0px;width:555px;height:555px;display:block; }
 }@media only screen and (max-width: 763px) { #vT6k0wpEhDlw2EgawTEHEiqLgRZA8fV2 { top:38px;left:212px;width:552px;height:62px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #u1P4PyJG20C8MnVz8MLU8Q6lhSF9lpz6 { top:140px;left:214px;width:550px;height:154px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #XHN8DFNTGIXRWsdBswg1iwofhNfQmx1f { top:319px;left:264px;width:500px;height:154px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MHAMLu0R3hWECTQzDm9wawkGFvwnaKif { top:512px;left:204px;width:560px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mdlLxsFpHFyuOaTIIB14CifH2XTicehO { display:block; }#mdlLxsFpHFyuOaTIIB14CifH2XTicehO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXTMnD5re06FN0FoDQJziZV2abwwZyfG { top:55px;left:40.5px;width:683px;height:104px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #uJFdlgHsaTFb7d2f7PNaAzXXXCXk6FRZ { top:466px;left:0px;width:271px;height:123px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #eBQa9GGACw3d7qf1GTJrSbgqOGSsnrpm { top:426px;left:0px;width:147px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uAdcRcVABzbtMGi5BeTRCvBq5XkUaHO0 { top:466px;left:258px;width:271px;height:123px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mXqBvdTSVMhafd4kK8Qn2Z9XmGk8uBMP { top:426px;left:320px;width:147px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Dgyn9Q69CV8DP2ZHpuVeOTDIJBr3hAhO { top:426px;left:617px;width:147px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vI7idOfJrSyBH6DgWJElzVoiJuIB4Mv0 { top:466px;left:513px;width:251px;height:98px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Sc7vS1KIdwwaKEgqOM7EsifeBW5ZOGAl { top:251px;left:0px;width:107px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #z9faGqlZLd24q0V81FiavRoqVqmRafxi { top:251px;left:346px;width:107px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #fMxlzwnqtcQ1JD8VUdD3WeJFaPv8qqeJ { top:251px;left:657px;width:107px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #cQVmZ746dtHqrqX8uzVEr52XfOKKh7q8 { display:block; }#cQVmZ746dtHqrqX8uzVEr52XfOKKh7q8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsSp2tOvXoJWbGrfd53B27MvkqkrH32v { top:46px;left:0px;width:764px;height:52px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Gtg4mamSFlJDe38w73zQIvXNVPBwhLUh { top:181px;left:0px;width:357px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #CTHyaXub01Vp4CmVzSlexyH3dCrUfflT { top:180px;left:202px;width:358px;height:238px;display:block; }
 }@media only screen and (max-width: 763px) { #lR9z8tNvFfQrVWHdwkxfVDf9XsO43bXk { top:179px;left:404px;width:360px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #OuLtq0DhyVLiqalZ4f0ysopXlXhTZNoG { top:476px;left:0px;width:354px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #oUtKQWGxB5UVTK6lAHeUfyKzdqWlufpt { top:476px;left:410px;width:354px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #LIHiCrcyi6CX1g9vpJq3SPLUcJMObCRN { top:766px;left:393px;width:361px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #y3x0evwkacV0t4AhKEvIwNXusWk8ET6x { top:769px;left:8px;width:356px;height:237px;display:block; }
 }@media only screen and (max-width: 763px) { #FVHe2gFrVWePXbuQclTM3AgoChg9QgNC { top:476px;left:203px;width:355px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #OdB6WBdcGDkfH25QnWfbGNPpg0SzzGMi { top:417px;left:0px;width:357px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #FKUn5UH4DyAPkpJ4WFZWzHcLbUThMqyo { top:418px;left:202px;width:357px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #vrm0fgpaWTOlsVkchhAR0PMvosmCJSpm { top:712px;left:0px;width:357px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #ky0nNqUBWHFcZoQcLl34xCyJT3gFNr59 { top:712px;left:203px;width:354px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #ntDZ884x8Oh18SXqklUTP3TsqkueK1bV { top:417px;left:402px;width:362px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #D35HB8FTUWBsIuQ7Cktn9bdR1voeyQWz { top:712px;left:410px;width:354px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #PBAbTvNJkFoctwlKrFckULGDTvJWuZXv { top:973px;left:8px;width:358px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #Bnvkf2qGIoGMs9UEtLFAtVsc7GLzFgc8 { top:973px;left:393px;width:361px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #KnSr3fJBp2SW2rTZNziqHW3GThwAoTxP { top:424px;left:0px;width:279px;height:23px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #aPdx7E4Kv2g5BP8OUIglianETMmS3DkP { top:424px;left:241px;width:279px;height:23px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #AR0avMuD13bUqCFFsRJ4y5oa1esS10NW { top:424px;left:485px;width:279px;height:23px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #d0nF7fB7yLowprVyi3IUTFnxp7MFsFF8 { top:719px;left:485px;width:279px;height:23px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #eXxaqkKy4JmQqZIb9B2PxLLaRwZw916a { top:719px;left:241px;width:279px;height:23px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #PgBhfn3tcqRnBzT1znlXqR5l65lID7Ol { top:719px;left:0px;width:279px;height:23px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #T5cL4OWy1bSOqJhWTPlSr0AFK8bPZ7O4 { top:980px;left:47px;width:279px;height:23px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ZoyUuQMyQeX93QwHKrpKn8r5WoxzdO8m { top:980px;left:434px;width:279px;height:23px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #TmlNvuugz6dNTOg2PPSPw20bU72DReOv { display:block; }#TmlNvuugz6dNTOg2PPSPw20bU72DReOv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXbeqt7E7Fh83W7S9wIHC09HltzJqSv4 { top:282px;left:67.5px;width:629px;height:14px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #QZuVQr0sJfTDXODf5TOMPRyUAS0dBpgW { top:72px;left:254px;width:255px;height:81.662158678073px;display:block; }
 }@media only screen and (max-width: 763px) { #L6uHhuWwunzTEDdB0CeQStp0wTJhhENn { top:174px;left:202px;width:360px;height:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/227e3828-049d-4365-b8e7-dbb346e0061b/BannerWarna.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S.adaptive-delivery-prevent-bg, #W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S.lazyload, #W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S.lazyloading { background-image: none; }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S > .row .container { background-color: transparent; background-image: none; }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S > .row .container > .video-iframe-container { display: none; }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S > .row > .video-iframe-container { display: none; }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S > .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); }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S > .row .container { border-width: 0; border-radius: 0; }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S::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; }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W8rigRTRnbQyo3mXU7HghayzGeHqZZ4S > .row .container { width:320px;height:903px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfbyT8HG87d9qkBwkeKVqkL6iN3l7tqz { width:163.992px;height:48.9844px;top:42.984375px;left:77.9765625px;display:block; }
 }@media only screen and (max-width: 763px) { #ULhQhLTMkIGm8zG3iU8PcVyInwImBhD9 { width:280px;height:395px;top:458px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #f6GFbdtWzPGoR31EacPb7nKBtxJJ7y1e { width:257px;height:54.5625px;top:478px;left:32px;font-size:14px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-regular-label { display:block;width:234px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text { width:234px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;box-shadow: 0 10px 15px rgba(255,255,255,0.15) ;display:block;vertical-align:top; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-textarea { width:234px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;box-shadow: 0 10px 15px rgba(255,255,255,0.15) ;display:block;vertical-align:top; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select { width:234px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-checkbox { width:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-button { width:234px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:15px;overflow:hidden; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-checkbox-label { width:215px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv  { width:234px;height:auto;top:533px;left:23px; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .radio-container { width:234px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv {display:block;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv { width:234px;height:auto;top:533px;left:23px; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #xzgpNSIdUkTJkMTrhqC15F5CbTAKXF9P {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #H9bJb3QFPA7Iu8fq9CD9CTtyUyCEUTTo { display:none; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #irwcRuTozIdnecZC7U3RBgeBHKbJ9niS {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #MmUwyOkcgaiEab01AMIe4SAC8rLkepua {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #qpvBh1ue66R3tJycGkszf7Dkk3xHwGGh { display:none; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #CBQx4EJ3k1ofABJVm5OlKnTWxc3Tya7G {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #HuzMbP7gN2gQNO6TBMc5lFI8tecidQP5 {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #rRJPHSEmTJ5XreCcKU7HgdwZKg1O5eI6 { display:none; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #DceDv2mJ39OvuD62o5KwxhRhTASFZ65m {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #zANGt9J6z45CEmBanPZcDXOo33n95DaL {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #MzvTEgRxi5Rx3abz7ZIlhv6biiSGZhT6 { display:none; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #bOwuIdi6s9uLMP90Am3Vym4EnmC91LIe {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #NqhTQq1Lx7dyv1vNcfIXr3GgbMwmkNev {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #Oev9n8gmV3uUrPOnmpNvKzRdmBWs938Z {  }
 }@media only screen and (max-width: 763px) { #uVVSUofqcuD0DSlpK26uFivPn4S2ecSP { display:flex;width:34.9922px;height:34.9922px;top:303px;left:0px; }
 }@media only screen and (max-width: 763px) { #t8sr1hNLfEnLswzG2VLKsWEhDwvfnIWE { width:93px;height:33px;top:304px;left:42px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #cwN5IBJGENFQdBtyPpbqL78JnAtl4HXu { display:flex;width:45.9844px;height:45.9844px;top:297px;left:162px;font-size:24px; }
 }@media only screen and (max-width: 763px) { #NZWamWvRd7qsCDk7KTZ9RWtvH2gUU8US { width:97.9922px;height:49.5px;top:301px;left:214px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TGJ7NRpS85sNLLyZ2txd7Cvb31dJ7zub { display:flex;width:40.9922px;height:40.9922px;top:366px;left:83px; }
 }@media only screen and (max-width: 763px) { #G7GwsguGHmSokoESdMlN4bR7nTTND9LC { width:66.9844px;height:16.5px;top:375px;left:125px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ZgvTtJ5QmiRmAqR7TIMSSKUXN3cVdw4K { width:310px;height:17.5833px;top:128px;left:9.9791669845581px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T09zdLWITKS6Eiuvw08MI2I4vkTnACvM { width:309px;height:44px;top:144.875px;left:10.979166984558px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Oe8TwyTZQwHkz8CCeFU2wx9v0zloLIZa { width:238px;height:54.5px;top:205.875px;left:81.979168891907px;font-size:109px;display:block; }
 }@media only screen and (max-width: 763px) { #iT9t6TTHwf5OPZqWT9Nwyck8SkTn9SCE { width:51px;height:28.5833px;top:221.04167175293px;left:9.9791669845581px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #C5u7eokOzgKfA04MfviEiBv33Q6y0QUA { width:61px;height:32px;top:188.875px;left:207.9791765213px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #HzF3mRO94gs9vD9uNoqvexk4rW0GJoKG { display:block; }#HzF3mRO94gs9vD9uNoqvexk4rW0GJoKG > .row .container { width:320px;height:782px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1BLFLs3WIoglwzDCVyI0S0ZsJ8W2UQT { width:320px;height:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vT6k0wpEhDlw2EgawTEHEiqLgRZA8fV2 { width:320px;height:36.375px;top:360px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #u1P4PyJG20C8MnVz8MLU8Q6lhSF9lpz6 { width:320px;height:135.167px;top:416.375px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #XHN8DFNTGIXRWsdBswg1iwofhNfQmx1f { width:320px;height:127.3125px;top:571.35418701172px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MHAMLu0R3hWECTQzDm9wawkGFvwnaKif { width:320px;height:36.375px;top:721.91668701172px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mdlLxsFpHFyuOaTIIB14CifH2XTicehO { display:block; }#mdlLxsFpHFyuOaTIIB14CifH2XTicehO > .row .container { width:320px;height:1021px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXTMnD5re06FN0FoDQJziZV2abwwZyfG { width:307px;height:72.7917px;top:27.666564941406px;left:6.5px;font-size:28px;font-family:neuton;display:block; }
 }@media only screen and (max-width: 763px) { #uJFdlgHsaTFb7d2f7PNaAzXXXCXk6FRZ { width:240px;height:97.9167px;top:298px;left:40px;font-size:14px;font-family:neuton;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eBQa9GGACw3d7qf1GTJrSbgqOGSsnrpm { width:147px;height:20.8px;top:265px;left:87px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uAdcRcVABzbtMGi5BeTRCvBq5XkUaHO0 { width:232px;height:97.9167px;top:598px;left:44px;font-size:14px;font-family:neuton;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mXqBvdTSVMhafd4kK8Qn2Z9XmGk8uBMP { width:147px;height:20.8px;top:565px;left:87px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Dgyn9Q69CV8DP2ZHpuVeOTDIJBr3hAhO { width:147px;height:20.8px;top:853px;left:87px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vI7idOfJrSyBH6DgWJElzVoiJuIB4Mv0 { width:214px;height:78.3333px;top:889px;left:53px;font-size:14px;font-family:neuton;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Sc7vS1KIdwwaKEgqOM7EsifeBW5ZOGAl { display:flex;width:84px;height:84px;top:175.1875px;left:118px; }
 }@media only screen and (max-width: 763px) { #z9faGqlZLd24q0V81FiavRoqVqmRafxi { display:flex;width:84px;height:84px;top:462.1875px;left:118px;font-size:58px; }
 }@media only screen and (max-width: 763px) { #fMxlzwnqtcQ1JD8VUdD3WeJFaPv8qqeJ { display:flex;width:84px;height:84px;top:753px;left:118px;font-size:58px; }
 }@media only screen and (max-width: 763px) { #cQVmZ746dtHqrqX8uzVEr52XfOKKh7q8 { display:block; }#cQVmZ746dtHqrqX8uzVEr52XfOKKh7q8 > .row .container { width:320px;height:639px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsSp2tOvXoJWbGrfd53B27MvkqkrH32v { width:320px;height:36.4062px;top:20px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Gtg4mamSFlJDe38w73zQIvXNVPBwhLUh { width:143px;height:94px;top:103px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #CTHyaXub01Vp4CmVzSlexyH3dCrUfflT { width:146px;height:97px;top:101px;left:160px;display:block; }
 }@media only screen and (max-width: 763px) { #lR9z8tNvFfQrVWHdwkxfVDf9XsO43bXk { width:138px;height:91px;top:242px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #OuLtq0DhyVLiqalZ4f0ysopXlXhTZNoG { width:147px;height:96px;top:239px;left:160px;display:block; }
 }@media only screen and (max-width: 763px) { #oUtKQWGxB5UVTK6lAHeUfyKzdqWlufpt { width:142px;height:94px;top:363px;left:162px;display:block; }
 }@media only screen and (max-width: 763px) { #LIHiCrcyi6CX1g9vpJq3SPLUcJMObCRN { width:142px;height:94px;top:493px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #y3x0evwkacV0t4AhKEvIwNXusWk8ET6x { width:141px;height:93px;top:493px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #FVHe2gFrVWePXbuQclTM3AgoChg9QgNC { width:139px;height:89px;top:367px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #OdB6WBdcGDkfH25QnWfbGNPpg0SzzGMi { width:143px;height:24px;top:197px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #FKUn5UH4DyAPkpJ4WFZWzHcLbUThMqyo { width:146px;height:23px;top:197px;left:160px;display:block; }
 }@media only screen and (max-width: 763px) { #vrm0fgpaWTOlsVkchhAR0PMvosmCJSpm { width:147px;height:20px;top:333px;left:160px;display:block; }
 }@media only screen and (max-width: 763px) { #ky0nNqUBWHFcZoQcLl34xCyJT3gFNr59 { width:139px;height:22px;top:455px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ntDZ884x8Oh18SXqklUTP3TsqkueK1bV { width:139px;height:21px;top:333px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #D35HB8FTUWBsIuQ7Cktn9bdR1voeyQWz { width:141px;height:20px;top:456px;left:162px;display:block; }
 }@media only screen and (max-width: 763px) { #PBAbTvNJkFoctwlKrFckULGDTvJWuZXv { width:141px;height:19px;top:586px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #Bnvkf2qGIoGMs9UEtLFAtVsc7GLzFgc8 { width:141px;height:18px;top:587px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #KnSr3fJBp2SW2rTZNziqHW3GThwAoTxP { width:144px;height:16.8958px;top:201px;left:8px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #aPdx7E4Kv2g5BP8OUIglianETMmS3DkP { width:139px;height:16.8958px;top:201px;left:163px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #AR0avMuD13bUqCFFsRJ4y5oa1esS10NW { width:117px;height:16.8958px;top:336px;left:21px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #d0nF7fB7yLowprVyi3IUTFnxp7MFsFF8 { width:126px;height:14.2917px;top:459px;left:170px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #eXxaqkKy4JmQqZIb9B2PxLLaRwZw916a { width:143px;height:14.2917px;top:459px;left:10px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #PgBhfn3tcqRnBzT1znlXqR5l65lID7Ol { width:160px;height:14.2917px;top:336px;left:152px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #T5cL4OWy1bSOqJhWTPlSr0AFK8bPZ7O4 { width:137px;height:16.8958px;top:587px;left:11px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ZoyUuQMyQeX93QwHKrpKn8r5WoxzdO8m { width:124px;height:16.8958px;top:587px;left:171px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #TmlNvuugz6dNTOg2PPSPw20bU72DReOv { display:block; }#TmlNvuugz6dNTOg2PPSPw20bU72DReOv > .row .container { width:320px;height:270px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXbeqt7E7Fh83W7S9wIHC09HltzJqSv4 { width:320px;height:26px;top:224.390625px;left:0px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZuVQr0sJfTDXODf5TOMPRyUAS0dBpgW { width:143px;height:44px;top:45.5625px;left:88.5px;display:block; }
 }@media only screen and (max-width: 763px) { #L6uHhuWwunzTEDdB0CeQStp0wTJhhENn { width:246.997px;height:50.375px;top:133.52420043945px;left:36.493058204651px;font-size:12px;display:block; }
 }