.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:750px;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:87.9883px;width:295.996px;top:116.953125px;left:242.4609375px;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:417px;width:361px;top:236px;left:786px;display:block; }
#f6GFbdtWzPGoR31EacPb7nKBtxJJ7y1e { color:#0f3084;display:block;width:289px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:252px;left:824px;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:801.99652099609px;top:316.99655151367px;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:801.99652099609px;top:316.99655151367px;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; }
#CXDzy8HT5CEUxyzC2cQvL0AzeCRDnAvv { color:#faf3f3;display:block;width:310.996px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15066;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:236px;left:63px;height:35.191px;font-style:normal;display:block; }
#vdEx7ClCvXkToZzhSw1seJByHFx07Let { color:#faf3f3;display:block;width:694.961px;position:absolute;font-family:"open sans";font-size:37px;font-weight:700;z-index:15046;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.86);top:270px;left:63px;height:40.6944px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TkZaxbbCdUaADzoH4bNONKA1V1yVXX6k { color:#f6f1f1;display:block;width:238px;position:absolute;font-family:"open sans";font-size:206px;font-weight:700;z-index:15059;line-height:.5;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:377px;left:230px;height:103.003px;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; }
#CpUXIUa4O4ZxIiaoaTKrBzMVA6S2tR9V { color:#faf3f3;display:block;width:135.99px;position:absolute;font-family:"open sans";font-size:29px;font-weight:700;z-index:15067;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:390px;left:100px;height:63.7847px;font-style:normal;display:block; }
#ufIVMIfyrZPcqd6PZ8h9ixaeQhkQqqSV { color:#faf3f3;display:block;width:61.9792px;position:absolute;font-family:"open sans";font-size:77px;font-weight:700;z-index:15049;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.92);top:335px;left:479px;height:76.9965px;font-style:normal;display:block; }
#AkviivFfLIuP6rsDhmrVhJKK4VV1Q6SE { color:#faf3f3;display:block;width:169px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15060;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:561px;left:333px;height:82.5px;font-style:normal;display:block; }
#L7dQHTFFvwDlhfsUoCaRc4Tdoo31E8zt { 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:15063;opacity:1;top:590px;left:275px; }
#e8H8mdWS4yUZhtSTJZ64ts3W5LcGS5vz { 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:15062;opacity:1;top:594px;left:44px; }
#pla396R9TQXLX200tKbsv7k4VZPIMA43 { 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:15064;opacity:1;top:594px;left:546px; }
#vvfxIfLz3xwHwe5Lk8ywhBZSLwFSRmqV { color:#faf3f3;display:block;width:130.992px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15059;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:588px;left:104px;height:55px;font-style:normal;display:block; }
#qv8QeEsQSiJQE1xW2PErxpVXfFoqtEOX { color:#faf3f3;display:block;width:88px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15060;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:616px;left:601px;height:27.5px;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; }#UTFZSL4RDMKy5gERQDDywktZIexr73zK { 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;height:555.99px;width:555.99px;top:23.993057250977px;left:21.996551513672px;overflow:hidden;display:block; }
#q8aufVRzk4D08TGqRXoaTF8eIsW7qz8b { color:#040303;display:block;width:552.986px;position:absolute;font-family:"open sans";font-size:24px;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:27.96875px;left:623.48968505859px;height:62.3611px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#vHPpPSe5PP5304muwOVVQP3O0ypuGKHD { color:#040303;display:block;width:550px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:115.52084350586px;left:625.00006103516px;height:154.583px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#HTLTfsq7FtOybLyT2LICiW6TWxiExMTs { color:#040303;display:block;width:500px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:283.97570800781px;left:623.48968505859px;height:154.5831px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#wc16Kk5JWX2FWqNdlJigH4xDPU9rWIcJ { color:#040303;display:block;width:560.99px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:466.97918701172px;left:623.48968505859px;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:23px;left:258.5px;height:103.993px;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:441px;left:89px;height:123.524px;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:401px;left:151px;height:20.8px;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:440.99993896484px;left:464.49998474121px;height:123.524px;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:400.99993896484px;left:526.49998474121px;height:20.8px;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:401px;left:888px;height:20.8px;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:441px;left:836px;height:123.535px;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:226px;left:171px; }
#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:226px;left:552.5px; }
#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:226px;left:908px; }
#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:1049px;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:683px;position:absolute;font-family:"open sans";font-size:40px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:31px;left:258.5px;height:52.0078px;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:117px;left:32px;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:116px;left:421px;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:115px;left:808px;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:412px;left:33.5px;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:412px;left:811px;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:702px;left:612px;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:705px;left:227px;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:412px;left:422.47503662109px;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:352.99993896484px;left:32.000015258789px;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:353.99999332428px;left:421.48612976074px;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:648px;left:32px;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:648px;left:422.47503662109px;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:353.00001525879px;left:807.00004577637px;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:648px;left:811px;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:941px;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:941px;left:612px;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:359.58333969116px;left:71.000015258789px;height:23.4028px;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:359.58333969116px;left:460.49998474121px;height:23.4028px;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:359.58333969116px;left:848.50004577637px;height:23.4028px;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:654.58740234375px;left:848.5px;height:23.4028px;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:654.58740234375px;left:460.5px;height:23.4028px;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:654.58740234375px;left:71px;height:23.4028px;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:947.58740234375px;left:265.47500610352px;height:23.4028px;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:947.58740234375px;left:653px;height:23.4028px;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:#26141c;background-image:url("https://images.assets-landingi.com/uc/06a8cbc3-39ba-4b3a-bc2e-54f9b0c7d821/BGGerbang.jpg");background-position:center !important;background-repeat:repeat-y !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; }#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.3056px;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.3889px;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:116px;left:24.4609375px;width:295px;height:87.692227259828px;display:block; }
 }@media only screen and (max-width: 763px) { #ULhQhLTMkIGm8zG3iU8PcVyInwImBhD9 { top:236px;left:403px;width:360px;height:417px;display:block; }
 }@media only screen and (max-width: 763px) { #f6GFbdtWzPGoR31EacPb7nKBtxJJ7y1e { top:252px;left:475px;width:288px;height:66px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-regular-label { display:block;width:289px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text { width:289px;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:289px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select { width:289px;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:289px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-checkbox-label { width:270px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv  { width:289px;height:auto;top:316px;left:435px; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .radio-container { width:289px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv {display:block;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv { width:289px;height:auto;top:316px;left:435px; }
 }@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) { #CXDzy8HT5CEUxyzC2cQvL0AzeCRDnAvv { top:236px;left:0px;width:310px;height:35px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #vdEx7ClCvXkToZzhSw1seJByHFx07Let { top:270px;left:0px;width:694px;height:40px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #TkZaxbbCdUaADzoH4bNONKA1V1yVXX6k { top:377px;left:12px;width:237px;height:103px;font-size:92px;display:block; }
 }@media only screen and (max-width: 763px) { #CpUXIUa4O4ZxIiaoaTKrBzMVA6S2tR9V { top:390px;left:0px;width:135px;height:63px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #ufIVMIfyrZPcqd6PZ8h9ixaeQhkQqqSV { top:335px;left:261px;width:61px;height:76px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #AkviivFfLIuP6rsDhmrVhJKK4VV1Q6SE { top:561px;left:115px;width:168px;height:82px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #L7dQHTFFvwDlhfsUoCaRc4Tdoo31E8zt { top:590px;left:57px;width:53px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #e8H8mdWS4yUZhtSTJZ64ts3W5LcGS5vz { top:594px;left:0px;width:49px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #pla396R9TQXLX200tKbsv7k4VZPIMA43 { top:594px;left:328px;width:49px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #vvfxIfLz3xwHwe5Lk8ywhBZSLwFSRmqV { top:588px;left:0px;width:130px;height:55px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #qv8QeEsQSiJQE1xW2PErxpVXfFoqtEOX { top:616px;left:383px;width:87px;height:27px;font-size:25px;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) { #UTFZSL4RDMKy5gERQDDywktZIexr73zK { top:23px;left:0px;width:555px;height:555px;display:block; }
 }@media only screen and (max-width: 763px) { #q8aufVRzk4D08TGqRXoaTF8eIsW7qz8b { top:27px;left:211px;width:552px;height:62px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vHPpPSe5PP5304muwOVVQP3O0ypuGKHD { top:115px;left:214px;width:550px;height:154px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #HTLTfsq7FtOybLyT2LICiW6TWxiExMTs { top:283px;left:264px;width:500px;height:154px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #wc16Kk5JWX2FWqNdlJigH4xDPU9rWIcJ { top:466px;left:203px;width:560px;height:22px;font-size:17px;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:23px;left:40.5px;width:683px;height:104px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #uJFdlgHsaTFb7d2f7PNaAzXXXCXk6FRZ { top:440px;left:0px;width:270px;height:123px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #eBQa9GGACw3d7qf1GTJrSbgqOGSsnrpm { top:401px;left:0px;width:147px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uAdcRcVABzbtMGi5BeTRCvBq5XkUaHO0 { top:440px;left:246.4921875px;width:270px;height:123px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mXqBvdTSVMhafd4kK8Qn2Z9XmGk8uBMP { top:400px;left:308.49998474121px;width:147px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Dgyn9Q69CV8DP2ZHpuVeOTDIJBr3hAhO { top:401px;left:617px;width:147px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vI7idOfJrSyBH6DgWJElzVoiJuIB4Mv0 { top:440px;left:514px;width:250px;height:123px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Sc7vS1KIdwwaKEgqOM7EsifeBW5ZOGAl { top:226px;left:0px;width:107px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #z9faGqlZLd24q0V81FiavRoqVqmRafxi { top:226px;left:334.5px;width:107px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #fMxlzwnqtcQ1JD8VUdD3WeJFaPv8qqeJ { top:226px;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:31px;left:40.5px;width:683px;height:52px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Gtg4mamSFlJDe38w73zQIvXNVPBwhLUh { top:117px;left:0px;width:357px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #CTHyaXub01Vp4CmVzSlexyH3dCrUfflT { top:116px;left:203px;width:358px;height:238px;display:block; }
 }@media only screen and (max-width: 763px) { #lR9z8tNvFfQrVWHdwkxfVDf9XsO43bXk { top:115px;left:404px;width:360px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #OuLtq0DhyVLiqalZ4f0ysopXlXhTZNoG { top:412px;left:0px;width:354px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #oUtKQWGxB5UVTK6lAHeUfyKzdqWlufpt { top:412px;left:410px;width:354px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #LIHiCrcyi6CX1g9vpJq3SPLUcJMObCRN { top:702px;left:394px;width:361px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #y3x0evwkacV0t4AhKEvIwNXusWk8ET6x { top:705px;left:9px;width:356px;height:237px;display:block; }
 }@media only screen and (max-width: 763px) { #FVHe2gFrVWePXbuQclTM3AgoChg9QgNC { top:412px;left:204.47503662109px;width:355px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #OdB6WBdcGDkfH25QnWfbGNPpg0SzzGMi { top:352px;left:0px;width:357px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #FKUn5UH4DyAPkpJ4WFZWzHcLbUThMqyo { top:353px;left:203.48612976074px;width:357px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #vrm0fgpaWTOlsVkchhAR0PMvosmCJSpm { top:648px;left:0px;width:357px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #ky0nNqUBWHFcZoQcLl34xCyJT3gFNr59 { top:648px;left:204.47503662109px;width:354px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #ntDZ884x8Oh18SXqklUTP3TsqkueK1bV { top:353px;left:402px;width:362px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #D35HB8FTUWBsIuQ7Cktn9bdR1voeyQWz { top:648px;left:410px;width:354px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #PBAbTvNJkFoctwlKrFckULGDTvJWuZXv { top:941px;left:8px;width:358px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #Bnvkf2qGIoGMs9UEtLFAtVsc7GLzFgc8 { top:941px;left:394px;width:361px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #KnSr3fJBp2SW2rTZNziqHW3GThwAoTxP { top:359px;left:0px;width:279px;height:23px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #aPdx7E4Kv2g5BP8OUIglianETMmS3DkP { top:359px;left:242.49998474121px;width:279px;height:23px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #AR0avMuD13bUqCFFsRJ4y5oa1esS10NW { top:359px;left:485px;width:279px;height:23px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #d0nF7fB7yLowprVyi3IUTFnxp7MFsFF8 { top:654px;left:485px;width:279px;height:23px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #eXxaqkKy4JmQqZIb9B2PxLLaRwZw916a { top:654px;left:242.5px;width:279px;height:23px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #PgBhfn3tcqRnBzT1znlXqR5l65lID7Ol { top:654px;left:0px;width:279px;height:23px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #T5cL4OWy1bSOqJhWTPlSr0AFK8bPZ7O4 { top:947px;left:47.475006103516px;width:279px;height:23px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ZoyUuQMyQeX93QwHKrpKn8r5WoxzdO8m { top:947px;left:435px;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:1704.5850750000002px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfbyT8HG87d9qkBwkeKVqkL6iN3l7tqz { width:180px;height:54px;top:34.9921875px;left:69.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #ULhQhLTMkIGm8zG3iU8PcVyInwImBhD9 { width:280px;height:395px;top:434px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #f6GFbdtWzPGoR31EacPb7nKBtxJJ7y1e { width:257px;height:54.6094px;top:454px;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; }
#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) ; }
#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) ; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select { width:234px;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: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:509px;left:23px; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .radio-container { width:234px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv {display:block;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv { width:234px;height:auto;top:509px;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 {  }
 }@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) { #CXDzy8HT5CEUxyzC2cQvL0AzeCRDnAvv { width:310px;height:0;top:848.984375px;left:5px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #vdEx7ClCvXkToZzhSw1seJByHFx07Let { width:320px;height:0;top:904.175375px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #TkZaxbbCdUaADzoH4bNONKA1V1yVXX6k { width:237px;height:0;top:1048.619875px;left:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #CpUXIUa4O4ZxIiaoaTKrBzMVA6S2tR9V { width:135px;height:0;top:964.852475px;left:92px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ufIVMIfyrZPcqd6PZ8h9ixaeQhkQqqSV { width:61px;height:0;top:1171.605875px;left:129px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #AkviivFfLIuP6rsDhmrVhJKK4VV1Q6SE { width:168px;height:0;top:1485.585075px;left:76px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #L7dQHTFFvwDlhfsUoCaRc4Tdoo31E8zt { display:flex;width:53px;height:53px;top:1412.585075px;left:133px;font-size:24px; }
 }@media only screen and (max-width: 763px) { #e8H8mdWS4yUZhtSTJZ64ts3W5LcGS5vz { display:flex;width:49px;height:49px;top:1268.585075px;left:135px; }
 }@media only screen and (max-width: 763px) { #pla396R9TQXLX200tKbsv7k4VZPIMA43 { display:flex;width:49px;height:49px;top:1588.085075px;left:135px; }
 }@media only screen and (max-width: 763px) { #vvfxIfLz3xwHwe5Lk8ywhBZSLwFSRmqV { width:130px;height:0;top:1337.585075px;left:95px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #qv8QeEsQSiJQE1xW2PErxpVXfFoqtEOX { width:87px;height:0;top:1657.085075px;left:116px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #HzF3mRO94gs9vD9uNoqvexk4rW0GJoKG { display:block; }#HzF3mRO94gs9vD9uNoqvexk4rW0GJoKG > .row .container { width:320px;height:830.5339875000001px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTFZSL4RDMKy5gERQDDywktZIexr73zK { width:290px;height:290px;top:47.000015258789px;left:14.5px;display:block; }
 }@media only screen and (max-width: 763px) { #q8aufVRzk4D08TGqRXoaTF8eIsW7qz8b { width:320px;height:0;top:356.9921875px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vHPpPSe5PP5304muwOVVQP3O0ypuGKHD { width:320px;height:0;top:439.3359875px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #HTLTfsq7FtOybLyT2LICiW6TWxiExMTs { width:320px;height:0;top:613.9019875px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #wc16Kk5JWX2FWqNdlJigH4xDPU9rWIcJ { width:320px;height:0;top:788.4679875px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #mdlLxsFpHFyuOaTIIB14CifH2XTicehO { display:block; }#mdlLxsFpHFyuOaTIIB14CifH2XTicehO > .row .container { width:320px;height:1022px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXTMnD5re06FN0FoDQJziZV2abwwZyfG { width:307px;height:72.8125px;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.9492px;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.9492px;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.3594px;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:615px;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:79.000007629395px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #CTHyaXub01Vp4CmVzSlexyH3dCrUfflT { width:146px;height:97px;top:77.500007629395px;left:162.88888549805px;display:block; }
 }@media only screen and (max-width: 763px) { #lR9z8tNvFfQrVWHdwkxfVDf9XsO43bXk { width:138px;height:91px;top:217.72728443146px;left:13.5px;display:block; }
 }@media only screen and (max-width: 763px) { #OuLtq0DhyVLiqalZ4f0ysopXlXhTZNoG { width:147px;height:96px;top:215.22728443146px;left:162.38636779785px;display:block; }
 }@media only screen and (max-width: 763px) { #oUtKQWGxB5UVTK6lAHeUfyKzdqWlufpt { width:142px;height:94px;top:339.22729769349px;left:164.88636779785px;display:block; }
 }@media only screen and (max-width: 763px) { #LIHiCrcyi6CX1g9vpJq3SPLUcJMObCRN { width:142px;height:94px;top:468.98863983154px;left:165.8789380285px;display:block; }
 }@media only screen and (max-width: 763px) { #y3x0evwkacV0t4AhKEvIwNXusWk8ET6x { width:141px;height:93px;top:468.98883056641px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #FVHe2gFrVWePXbuQclTM3AgoChg9QgNC { width:139px;height:89px;top:342.72727966309px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OdB6WBdcGDkfH25QnWfbGNPpg0SzzGMi { width:143px;height:24px;top:173.00000762939px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #FKUn5UH4DyAPkpJ4WFZWzHcLbUThMqyo { width:146px;height:23px;top:172.98610687256px;left:162.88888549805px;display:block; }
 }@media only screen and (max-width: 763px) { #vrm0fgpaWTOlsVkchhAR0PMvosmCJSpm { width:147px;height:20px;top:308.72727966309px;left:162.38636779785px;display:block; }
 }@media only screen and (max-width: 763px) { #ky0nNqUBWHFcZoQcLl34xCyJT3gFNr59 { width:139px;height:22px;top:431.22727966309px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ntDZ884x8Oh18SXqklUTP3TsqkueK1bV { width:139px;height:21px;top:308.72727966309px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #D35HB8FTUWBsIuQ7Cktn9bdR1voeyQWz { width:141px;height:20px;top:432.22746276855px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #PBAbTvNJkFoctwlKrFckULGDTvJWuZXv { width:141px;height:19px;top:561.98866271973px;left:11.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Bnvkf2qGIoGMs9UEtLFAtVsc7GLzFgc8 { width:141px;height:18px;top:562.97497558594px;left:167px;display:block; }
 }@media only screen and (max-width: 763px) { #KnSr3fJBp2SW2rTZNziqHW3GThwAoTxP { width:144px;height:16.9px;top:177.00000762939px;left:11px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #aPdx7E4Kv2g5BP8OUIglianETMmS3DkP { width:139px;height:16.9px;top:176.98610687256px;left:165.38888549805px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #AR0avMuD13bUqCFFsRJ4y5oa1esS10NW { width:117px;height:16.9px;top:311.72727966309px;left:24px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #d0nF7fB7yLowprVyi3IUTFnxp7MFsFF8 { width:126px;height:14.2773px;top:435.22727966309px;left:172.88636779785px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #eXxaqkKy4JmQqZIb9B2PxLLaRwZw916a { width:143px;height:14.2773px;top:435.21592712402px;left:13px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #PgBhfn3tcqRnBzT1znlXqR5l65lID7Ol { width:160px;height:14.2773px;top:312.22727966309px;left:155px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #T5cL4OWy1bSOqJhWTPlSr0AFK8bPZ7O4 { width:137px;height:16.9px;top:562.98864746094px;left:14px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ZoyUuQMyQeX93QwHKrpKn8r5WoxzdO8m { width:124px;height:16.9px;top:562.98908996582px;left:173.88636779785px;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:25.9766px;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.3438px;top:133.52420043945px;left:36.493058204651px;font-size:12px;display:block; }
 }