.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); }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD { 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; }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD.adaptive-delivery-prevent-bg, #R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD.lazyload, #R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD.lazyloading { background-image: none; }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD > .row .container { background-color: transparent; background-image: none; }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,128,0.79); }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD > .row .container > .video-iframe-container { display: none; }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD > .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); }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD > .row > .video-iframe-container { display: none; }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD > .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); }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD > .row .container { border-width: 0; border-radius: 0; }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD::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; }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD > .row .container { font-size:14px;font-family:arial;height:736px;width:1200px;position:relative;display:block; }#q3hObNfN2Jtzyi0JL85tQpT6vf3meKqJ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:57px;width:186px;top:101px;left:234px;overflow:hidden;display:block; }
#BgrzTQrV5rEVwcnnstiMen8JWKdnbv2c { color:#faf3f3;display:block;width:473.984px;position:absolute;font-family:montserrat;font-size:36px;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.86);top:201.9921875px;left:101.953125px;height:79.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V0n6qUzsOF100SB6XfdEAFi4TnoacMAT { color:#faf3f3;display:block;width:140px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:397px;left:137px;height:66px;font-style:normal;display:block; }
#I4ShLXzVc7kwGqvaXLub6ONmG4SeVZhw { color:#f6f1f1;display:block;width:152.988px;position:absolute;font-family:montserrat;font-size:240px;font-weight:700;z-index:15037;line-height:.7;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:349px;left:303px;height:168px;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; }
#z6DoRmgOOSSc2ESeRflaasPELOUK3rNL { color:#faf3f3;display:block;width:80px;position:absolute;font-family:montserrat;font-size:90px;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.92);top:349px;left:437px;height:90px;font-style:normal;display:block; }
#lN8Ffu5xJrHEa5zC1RAg5eXwbWOxdgZZ { 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:202px;left:725px;display:block; }
#UgR6STZzApoAoc6eLMovUPpvM0VeU3ms { 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:219px;left:746px;height:66.2812px;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:285px;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:285px;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(0,0,0,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:285px;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:285px;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:285px;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:266px;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(244,239,246,0.21);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:285px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:742.984375px;top:305px;z-index:15012;position:absolute; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:285px;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(244,239,246,0.21);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:285px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:742.984375px;top:305px;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; }
#qal3JFchSUQ3tiZkVTOFLhgbq99yFDIn { 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:15068;opacity:1;top:595px;left:54px; }
#drfeM3VlWaTJSB5VebNUsrZADaMqKMVk { 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:15069;opacity:1;top:590px;left:256px; }
#ObwT48tMA6QKkEismalIw2magyZTDvBi { color:#faf3f3;display:block;width:130.992px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15065;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:589px;left:114px;height:55px;font-style:normal;display:block; }
#E1zBm1UhA1n8QfCGsnSoS43K17lNhAxX { color:#faf3f3;display:block;width:169px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15066;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:591.484375px;left:324px;height:55px;font-style:normal;display:block; }
#Jo0aw3BrFhdRRr0Wy9JuJdTT6ds69DTO { 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:15070;opacity:1;top:595px;left:470px; }
#iTwUXJThl5J2mDMsMd7n6uFNafEoFAe8 { color:#faf3f3;display:block;width:88px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15066;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:606px;left:530px;height:27.5px;font-style:normal;display:block; }
#cbZOBtkxacBJgrLA2kRMHvikFy78Draa { position:relative;display:block; }#cbZOBtkxacBJgrLA2kRMHvikFy78Draa { background-color: transparent; background-image: none; }#cbZOBtkxacBJgrLA2kRMHvikFy78Draa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbZOBtkxacBJgrLA2kRMHvikFy78Draa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbZOBtkxacBJgrLA2kRMHvikFy78Draa > .row .container > .video-iframe-container { display: none; }#cbZOBtkxacBJgrLA2kRMHvikFy78Draa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbZOBtkxacBJgrLA2kRMHvikFy78Draa > .row > .video-iframe-container { display: none; }#cbZOBtkxacBJgrLA2kRMHvikFy78Draa > .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); }#cbZOBtkxacBJgrLA2kRMHvikFy78Draa { border-width: 0; border-radius: 0; }#cbZOBtkxacBJgrLA2kRMHvikFy78Draa > .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; }#cbZOBtkxacBJgrLA2kRMHvikFy78Draa > .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:538px;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; }#nLGdtM3hp6FUTLT9g1hSQE8FMbwDn5Mq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:438px;width:438px;top:39px;left:81px;overflow:hidden;display:block; }
#tuMvT9G5z043mosRB2rBzDAxXBkloZUl { color:#6d0608;display:block;width:490px;position:absolute;font-family:montserrat;font-size:27px;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:39px;left:618px;height:70.1875px;font-style:normal;display:block; }
#f5qqDebkfhbw1O25PEIT7Gt0V2GepaGu { position:absolute;display:block;z-index:15036;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;box-shadow: none;height:7px;width:498px;top:112px;left:618px;display:block; }
#VP14GqTrOvPwvruUlP2Lo7KcEfDkcGpC { color:#040303;display:block;width:550px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:143px;left:618px;height:154.656px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#bF3Fc3TOVWyNtPIhTZffxw1kVITcGqom { color:#040303;display:block;width:500px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:313px;left:613px;height:110.469px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#h8xmBIyfbuFeMvg4RmlPhAkkPKw8UmTw { color:#040303;display:block;width:560.969px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:444px;left:618px;height:22.0938px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#hTuuK5LiIIZ2hDfRAyE39FS5iu6G2TZy { 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; }#hTuuK5LiIIZ2hDfRAyE39FS5iu6G2TZy > .row .container { background-color: transparent; background-image: none; }#hTuuK5LiIIZ2hDfRAyE39FS5iu6G2TZy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTuuK5LiIIZ2hDfRAyE39FS5iu6G2TZy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTuuK5LiIIZ2hDfRAyE39FS5iu6G2TZy > .row .container > .video-iframe-container { display: none; }#hTuuK5LiIIZ2hDfRAyE39FS5iu6G2TZy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTuuK5LiIIZ2hDfRAyE39FS5iu6G2TZy > .row > .video-iframe-container { display: none; }#hTuuK5LiIIZ2hDfRAyE39FS5iu6G2TZy > .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); }#hTuuK5LiIIZ2hDfRAyE39FS5iu6G2TZy > .row .container { border-width: 0; border-radius: 0; }#hTuuK5LiIIZ2hDfRAyE39FS5iu6G2TZy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTuuK5LiIIZ2hDfRAyE39FS5iu6G2TZy > .row .container { font-size:14px;font-family:arial;height:662px;width:1200px;position:relative;display:block; }#kHRa3CryqKsZvVKHA810FMvqk7C53RN0 { color:#f5f8f8;display:block;width:683px;position:absolute;font-family:montserrat;font-size:40px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23px;left:258.5px;height:104px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SfPFEUANTLXNhqKuIcJnxLUTpUMkiSyk { color:#f5f8f5;display:block;width:271px;position:absolute;font-family:montserrat;font-size:13px;font-weight:400;z-index:15019;line-height:1.9;letter-spacing:0;top:441px;left:89px;height:123.438px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PHsRW2T1FDg64OqHTTIVW8u1CgFWkPgc { color:#f6fbfb;display:block;width:147px;position:absolute;font-family:montserrat;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; }
#RooeOuNTd5hCEplxlFLuVIpccKtCK21J { color:#effaef;display:block;width:271px;position:absolute;font-family:montserrat;font-size:13px;font-weight:400;z-index:15020;line-height:1.9;letter-spacing:0;top:440.99993896484px;left:464.49998474121px;height:123.438px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ck7iGGlV6D6vt5AzuEypTs5VkufahTDF { color:#f5fafa;display:block;width:147px;position:absolute;font-family:montserrat;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; }
#ynTdmolmI6N6a96gv9TXxBWlRVx2kTTE { color:#f5fbfb;display:block;width:147px;position:absolute;font-family:montserrat;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; }
#KUMaMVIrwNunfUVocuwGqmx7DlqLQtWc { color:#f3fbf3;display:block;width:251px;position:absolute;font-family:montserrat;font-size:13px;font-weight:400;z-index:15021;line-height:1.9;letter-spacing:0;top:441px;left:836px;height:98.75px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t3v6ThU8givgDDaouCtcM7DpNvgSfnNI { 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; }
#w0umFTcmlutSA9z67oCr9TGod6l9Nkya { 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; }
#hlA6LLtzOArFItytXnrLAcU2OcOMZum9 { 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; }
#CM3BVa0EaXbC4dcIIGSRudsWMXKH2zIv { position:relative;display:block; }#CM3BVa0EaXbC4dcIIGSRudsWMXKH2zIv { background-color: transparent; background-image: none; }#CM3BVa0EaXbC4dcIIGSRudsWMXKH2zIv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CM3BVa0EaXbC4dcIIGSRudsWMXKH2zIv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CM3BVa0EaXbC4dcIIGSRudsWMXKH2zIv > .row .container > .video-iframe-container { display: none; }#CM3BVa0EaXbC4dcIIGSRudsWMXKH2zIv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CM3BVa0EaXbC4dcIIGSRudsWMXKH2zIv > .row > .video-iframe-container { display: none; }#CM3BVa0EaXbC4dcIIGSRudsWMXKH2zIv > .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); }#CM3BVa0EaXbC4dcIIGSRudsWMXKH2zIv { border-width: 0; border-radius: 0; }#CM3BVa0EaXbC4dcIIGSRudsWMXKH2zIv > .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; }#CM3BVa0EaXbC4dcIIGSRudsWMXKH2zIv > .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; }#EMp17sTqSiLZ3UWKxhytTQO4O6UUmR19 { color:#080909;display:block;width:683px;position:absolute;font-family:montserrat;font-size:40px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:31px;left:258.5px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QowUyDU5CdAPcx11fcJkg5QGmdtLq8Ki { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:236px;width:357px;top:117px;left:32px;overflow:hidden;display:block; }
#fsuo2AryRebJuzoTbhANbDPHC5P2lMf3 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:238px;width:358px;top:116px;left:421px;overflow:hidden;display:block; }
#XVnIAv7MwEfIlz98oqDo4dQ8pJaG7qZF { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:240px;width:360px;top:115px;left:808px;overflow:hidden;display:block; }
#wfzmysWrdmPlep3lUuiNZwhXaIT0tW54 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:236px;width:354px;top:412px;left:33.5px;overflow:hidden;display:block; }
#ekZumPSp7QPr4NRTXhtqPhoHCEDeHuD3 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:236px;width:354px;top:412px;left:811px;overflow:hidden;display:block; }
#Ap8X688v46r9wKu0gleTqTWowgrcMipn { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:240px;width:361px;top:702px;left:612px;overflow:hidden;display:block; }
#p4fJLBqIhs5o0L27Vr1yRMSc6txKiMlG { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:237px;width:356px;top:705px;left:227px;overflow:hidden;display:block; }
#ZS23lUZd5TJTF6wEULzRBGqMnkbwvoia { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:236px;width:355px;top:412px;left:422.47503662109px;overflow:hidden;display:block; }
#GI876iGu5HqrImhXdLVDMPa42SQeJwt1 { 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;box-shadow: none;height:34px;width:357px;top:352.99993896484px;left:32.000015258789px;display:block; }
#Jsr4g3y5uXmmHNgSRvBzMXT46WqguxRg { 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;box-shadow: none;height:34px;width:357px;top:353.99999332428px;left:421.48612976074px;display:block; }
#frfpgZwHri08bbxG3e5rlWK1fTqW54Xf { 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;box-shadow: none;height:34px;width:357px;top:648px;left:32px;display:block; }
#xtZOXmJNZEcIBFim8v48rEkwTvCWNWrQ { 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;box-shadow: none;height:34px;width:354px;top:648px;left:422.47503662109px;display:block; }
#mWGTw71S0DSXneh7h9ROwRLhnt4TGcbT { 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;box-shadow: none;height:34px;width:362px;top:353.00001525879px;left:807.00004577637px;display:block; }
#Pv2Cvocx9ZSOHox9JEsUv3AOC7M29SB8 { 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;box-shadow: none;height:34px;width:354px;top:648px;left:811px;display:block; }
#ZTvuABy0ioiWifpZsE21Ou35VzVVyltT { 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;box-shadow: none;height:34px;width:358px;top:941px;left:226px;display:block; }
#pzWKKWpvRsBerPbaqfvZQJrKfvRJlazv { 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;box-shadow: none;height:34px;width:361px;top:941px;left:612px;display:block; }
#QGkzHRaT33ByfTQyKUMw9POw1Evz3RnT { color:#000000;display:block;width:279px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:359.58333969116px;left:71.000015258789px;height:23.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hikZTv3Q83hNrmtMZNV8NHWClxeFWQK7 { color:#000000;display:block;width:279px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:359.58333969116px;left:460.49998474121px;height:23.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mbT08FBTBSAPryNwCgffk7MXLn42Xa6T { color:#000000;display:block;width:279px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:359.58333969116px;left:848.50004577637px;height:23.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X4i6vqsDayDNLEqFgRkFZ1RDsTvkli8C { color:#000000;display:block;width:279px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:654.58740234375px;left:848.5px;height:23.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TP951GHmZThCgT5dGSnPEeHTQzxQqXsi { color:#000000;display:block;width:279px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:654.58740234375px;left:460.5px;height:23.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kUyP5UWU9TDtw12VHK1pgFtopNLVIXK7 { color:#000000;display:block;width:279px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:654.58740234375px;left:71px;height:23.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DJl48O7uCcbMTbz7CMVKZoOFol4t4RyU { color:#000000;display:block;width:279px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:947.58740234375px;left:265.47500610352px;height:23.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cwsUpF9HHD1nTocCdafQ8Ty311OuPB5G { color:#000000;display:block;width:279px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:947.58740234375px;left:653px;height:23.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#II8nQcmwVEf2eAPvWwDyTh9UBh6h4JOx { 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; }#II8nQcmwVEf2eAPvWwDyTh9UBh6h4JOx.adaptive-delivery-prevent-bg, #II8nQcmwVEf2eAPvWwDyTh9UBh6h4JOx.lazyload, #II8nQcmwVEf2eAPvWwDyTh9UBh6h4JOx.lazyloading { background-image: none; }#II8nQcmwVEf2eAPvWwDyTh9UBh6h4JOx > .row .container { background-color: transparent; background-image: none; }#II8nQcmwVEf2eAPvWwDyTh9UBh6h4JOx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#II8nQcmwVEf2eAPvWwDyTh9UBh6h4JOx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#II8nQcmwVEf2eAPvWwDyTh9UBh6h4JOx > .row .container > .video-iframe-container { display: none; }#II8nQcmwVEf2eAPvWwDyTh9UBh6h4JOx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#II8nQcmwVEf2eAPvWwDyTh9UBh6h4JOx > .row > .video-iframe-container { display: none; }#II8nQcmwVEf2eAPvWwDyTh9UBh6h4JOx > .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); }#II8nQcmwVEf2eAPvWwDyTh9UBh6h4JOx > .row .container { border-width: 0; border-radius: 0; }#II8nQcmwVEf2eAPvWwDyTh9UBh6h4JOx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#II8nQcmwVEf2eAPvWwDyTh9UBh6h4JOx > .row .container { font-size:14px;font-family:arial;height:310px;width:1200px;position:relative;display:block; }#ApsooucIzfKDGW4hOUoTOAg1DiSMpCDR { 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.2969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MJ4dSc2JFuS6G7Sca6vwIgPFiTEVnk2t { 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;box-shadow: none;height:81.9965px;width:255.99px;top:72px;left:472px;overflow:hidden;display:block; }
#PyMaOSgAK5IeVRMX4odA5UK14XE3Si9H { 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) { #R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD { display:block; }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3hObNfN2Jtzyi0JL85tQpT6vf3meKqJ { top:101px;left:16px;width:186px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #BgrzTQrV5rEVwcnnstiMen8JWKdnbv2c { top:201px;left:0px;width:473px;height:79px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #V0n6qUzsOF100SB6XfdEAFi4TnoacMAT { top:397px;left:0px;width:140px;height:66px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #I4ShLXzVc7kwGqvaXLub6ONmG4SeVZhw { top:349px;left:85px;width:152px;height:168px;font-size:240px;display:block; }
 }@media only screen and (max-width: 763px) { #z6DoRmgOOSSc2ESeRflaasPELOUK3rNL { top:349px;left:219px;width:80px;height:90px;font-size:90px;display:block; }
 }@media only screen and (max-width: 763px) { #lN8Ffu5xJrHEa5zC1RAg5eXwbWOxdgZZ { top:202px;left:404px;width:360px;height:440px;display:block; }
 }@media only screen and (max-width: 763px) { #UgR6STZzApoAoc6eLMovUPpvM0VeU3ms { top:219px;left:444px;width:320px;height:66px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-regular-label { display:block;width:285px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text { width:285px;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:285px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select { width:285px;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:285px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-checkbox-label { width:266px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv  { width:285px;height:276px;top:305px;left:439px; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .radio-container { width:285px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv {display:block;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv { width:285px;height:276px;top:305px;left:439px; }
 }@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) { #qal3JFchSUQ3tiZkVTOFLhgbq99yFDIn { top:595px;left:0px;width:49px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #drfeM3VlWaTJSB5VebNUsrZADaMqKMVk { top:590px;left:38px;width:54px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #ObwT48tMA6QKkEismalIw2magyZTDvBi { top:589px;left:0px;width:130px;height:55px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #E1zBm1UhA1n8QfCGsnSoS43K17lNhAxX { top:591px;left:106px;width:169px;height:55px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Jo0aw3BrFhdRRr0Wy9JuJdTT6ds69DTO { top:595px;left:252px;width:49px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #iTwUXJThl5J2mDMsMd7n6uFNafEoFAe8 { top:606px;left:312px;width:88px;height:27px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #cbZOBtkxacBJgrLA2kRMHvikFy78Draa { display:block; }#cbZOBtkxacBJgrLA2kRMHvikFy78Draa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLGdtM3hp6FUTLT9g1hSQE8FMbwDn5Mq { top:39px;left:0px;width:438px;height:438px;display:block; }
 }@media only screen and (max-width: 763px) { #tuMvT9G5z043mosRB2rBzDAxXBkloZUl { top:39px;left:274px;width:490px;height:70px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #f5qqDebkfhbw1O25PEIT7Gt0V2GepaGu { top:112px;left:266px;width:498px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #VP14GqTrOvPwvruUlP2Lo7KcEfDkcGpC { top:143px;left:214px;width:550px;height:154px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bF3Fc3TOVWyNtPIhTZffxw1kVITcGqom { top:313px;left:264px;width:500px;height:110px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #h8xmBIyfbuFeMvg4RmlPhAkkPKw8UmTw { top:444px;left:204px;width:560px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hTuuK5LiIIZ2hDfRAyE39FS5iu6G2TZy { display:block; }#hTuuK5LiIIZ2hDfRAyE39FS5iu6G2TZy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHRa3CryqKsZvVKHA810FMvqk7C53RN0 { top:23px;left:40.5px;width:683px;height:104px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #SfPFEUANTLXNhqKuIcJnxLUTpUMkiSyk { top:441px;left:0px;width:271px;height:123px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PHsRW2T1FDg64OqHTTIVW8u1CgFWkPgc { top:401px;left:0px;width:147px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RooeOuNTd5hCEplxlFLuVIpccKtCK21J { top:440px;left:246.484375px;width:271px;height:123px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Ck7iGGlV6D6vt5AzuEypTs5VkufahTDF { top:400px;left:308.49998474121px;width:147px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ynTdmolmI6N6a96gv9TXxBWlRVx2kTTE { top:401px;left:617px;width:147px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KUMaMVIrwNunfUVocuwGqmx7DlqLQtWc { top:441px;left:513px;width:251px;height:98px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #t3v6ThU8givgDDaouCtcM7DpNvgSfnNI { top:226px;left:0px;width:107px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #w0umFTcmlutSA9z67oCr9TGod6l9Nkya { top:226px;left:334.5px;width:107px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #hlA6LLtzOArFItytXnrLAcU2OcOMZum9 { top:226px;left:657px;width:107px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #CM3BVa0EaXbC4dcIIGSRudsWMXKH2zIv { display:block; }#CM3BVa0EaXbC4dcIIGSRudsWMXKH2zIv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMp17sTqSiLZ3UWKxhytTQO4O6UUmR19 { top:31px;left:40.5px;width:683px;height:52px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #QowUyDU5CdAPcx11fcJkg5QGmdtLq8Ki { top:117px;left:0px;width:357px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #fsuo2AryRebJuzoTbhANbDPHC5P2lMf3 { top:116px;left:203px;width:358px;height:238px;display:block; }
 }@media only screen and (max-width: 763px) { #XVnIAv7MwEfIlz98oqDo4dQ8pJaG7qZF { top:115px;left:404px;width:360px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #wfzmysWrdmPlep3lUuiNZwhXaIT0tW54 { top:412px;left:0px;width:354px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #ekZumPSp7QPr4NRTXhtqPhoHCEDeHuD3 { top:412px;left:410px;width:354px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #Ap8X688v46r9wKu0gleTqTWowgrcMipn { top:702px;left:394px;width:361px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #p4fJLBqIhs5o0L27Vr1yRMSc6txKiMlG { top:705px;left:9px;width:356px;height:237px;display:block; }
 }@media only screen and (max-width: 763px) { #ZS23lUZd5TJTF6wEULzRBGqMnkbwvoia { top:412px;left:204.47503662109px;width:355px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #GI876iGu5HqrImhXdLVDMPa42SQeJwt1 { top:352px;left:0px;width:357px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #Jsr4g3y5uXmmHNgSRvBzMXT46WqguxRg { top:353px;left:203.48612976074px;width:357px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #frfpgZwHri08bbxG3e5rlWK1fTqW54Xf { top:648px;left:0px;width:357px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #xtZOXmJNZEcIBFim8v48rEkwTvCWNWrQ { top:648px;left:204.47503662109px;width:354px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #mWGTw71S0DSXneh7h9ROwRLhnt4TGcbT { top:353px;left:402px;width:362px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #Pv2Cvocx9ZSOHox9JEsUv3AOC7M29SB8 { top:648px;left:410px;width:354px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTvuABy0ioiWifpZsE21Ou35VzVVyltT { top:941px;left:8px;width:358px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #pzWKKWpvRsBerPbaqfvZQJrKfvRJlazv { top:941px;left:394px;width:361px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #QGkzHRaT33ByfTQyKUMw9POw1Evz3RnT { top:359px;left:0px;width:279px;height:23px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #hikZTv3Q83hNrmtMZNV8NHWClxeFWQK7 { top:359px;left:242.49998474121px;width:279px;height:23px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #mbT08FBTBSAPryNwCgffk7MXLn42Xa6T { top:359px;left:485px;width:279px;height:23px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #X4i6vqsDayDNLEqFgRkFZ1RDsTvkli8C { top:654px;left:485px;width:279px;height:23px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #TP951GHmZThCgT5dGSnPEeHTQzxQqXsi { top:654px;left:242.5px;width:279px;height:23px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #kUyP5UWU9TDtw12VHK1pgFtopNLVIXK7 { top:654px;left:0px;width:279px;height:23px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #DJl48O7uCcbMTbz7CMVKZoOFol4t4RyU { top:947px;left:47.475006103516px;width:279px;height:23px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #cwsUpF9HHD1nTocCdafQ8Ty311OuPB5G { top:947px;left:435px;width:279px;height:23px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #II8nQcmwVEf2eAPvWwDyTh9UBh6h4JOx { display:block; }#II8nQcmwVEf2eAPvWwDyTh9UBh6h4JOx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApsooucIzfKDGW4hOUoTOAg1DiSMpCDR { top:282px;left:67.5px;width:629px;height:14px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #MJ4dSc2JFuS6G7Sca6vwIgPFiTEVnk2t { top:72px;left:254px;width:255px;height:81.662158678073px;display:block; }
 }@media only screen and (max-width: 763px) { #PyMaOSgAK5IeVRMX4odA5UK14XE3Si9H { 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) { #R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD { 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; }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD.adaptive-delivery-prevent-bg, #R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD.lazyload, #R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD.lazyloading { background-image: none; }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD > .row .container { background-color: transparent; background-image: none; }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD > .row .container > .video-iframe-container { display: none; }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD > .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); }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD > .row > .video-iframe-container { display: none; }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD > .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); }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD > .row .container { border-width: 0; border-radius: 0; }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD::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; }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R7W08oHRrlsStNqwBqHKw2gfk2JgNZJD > .row .container { width:320px;height:966px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3hObNfN2Jtzyi0JL85tQpT6vf3meKqJ { width:210px;height:65px;top:53px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #BgrzTQrV5rEVwcnnstiMen8JWKdnbv2c { width:275px;height:59.375px;top:176px;left:22.5px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #V0n6qUzsOF100SB6XfdEAFi4TnoacMAT { width:78px;height:37.375px;top:315px;left:55px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #I4ShLXzVc7kwGqvaXLub6ONmG4SeVZhw { width:32px;height:98px;top:284px;left:135px;font-size:140px;display:block; }
 }@media only screen and (max-width: 763px) { #z6DoRmgOOSSc2ESeRflaasPELOUK3rNL { width:57px;height:43px;top:284px;left:209px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #lN8Ffu5xJrHEa5zC1RAg5eXwbWOxdgZZ { width:280px;height:373px;top:551px;left:20px;background-color:rgba(244,241,246,0.89);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UgR6STZzApoAoc6eLMovUPpvM0VeU3ms { width:241px;height:52.7812px;top:565px;left:40px;font-size:16px;text-align:justify;text-align-last:initial;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-regular-label { display:block;width:238px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text { width:238px;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:238px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select { width:238px;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:238px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:19px;overflow:hidden; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-checkbox-label { width:219px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv  { width:238px;height:auto;top:608px;left:20px; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .radio-container { width:238px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv {display:block;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv { width:238px;height:auto;top:608px;left:20px; }
 }@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) { #qal3JFchSUQ3tiZkVTOFLhgbq99yFDIn { display:flex;width:36px;height:36px;top:409px;left:32px; }
 }@media only screen and (max-width: 763px) { #drfeM3VlWaTJSB5VebNUsrZADaMqKMVk { display:flex;width:40px;height:40px;top:407px;left:173px;font-size:24px; }
 }@media only screen and (max-width: 763px) { #ObwT48tMA6QKkEismalIw2magyZTDvBi { width:81px;height:33px;top:411px;left:80px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #E1zBm1UhA1n8QfCGsnSoS43K17lNhAxX { width:74px;height:33px;top:411px;left:214px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Jo0aw3BrFhdRRr0Wy9JuJdTT6ds69DTO { display:flex;width:39px;height:39px;top:471px;left:89px; }
 }@media only screen and (max-width: 763px) { #iTwUXJThl5J2mDMsMd7n6uFNafEoFAe8 { width:88px;height:16.5px;top:482px;left:129px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #cbZOBtkxacBJgrLA2kRMHvikFy78Draa { display:block; }#cbZOBtkxacBJgrLA2kRMHvikFy78Draa > .row .container { width:320px;height:785px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLGdtM3hp6FUTLT9g1hSQE8FMbwDn5Mq { width:281px;height:281px;top:28px;left:19.5px;display:block; }
 }@media only screen and (max-width: 763px) { #tuMvT9G5z043mosRB2rBzDAxXBkloZUl { width:300px;height:40.7812px;top:330px;left:10px;font-size:17px;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f5qqDebkfhbw1O25PEIT7Gt0V2GepaGu { width:293px;height:5px;top:380px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VP14GqTrOvPwvruUlP2Lo7KcEfDkcGpC { width:294px;height:181.875px;top:396.75px;left:13px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bF3Fc3TOVWyNtPIhTZffxw1kVITcGqom { width:307px;height:110.469px;top:597.53125px;left:13px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #h8xmBIyfbuFeMvg4RmlPhAkkPKw8UmTw { width:306px;height:36.375px;top:720px;left:14px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hTuuK5LiIIZ2hDfRAyE39FS5iu6G2TZy { display:block; }#hTuuK5LiIIZ2hDfRAyE39FS5iu6G2TZy > .row .container { width:320px;height:1023px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHRa3CryqKsZvVKHA810FMvqk7C53RN0 { width:307px;height:72.7812px;top:27.666564941406px;left:6.5px;font-size:28px;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #SfPFEUANTLXNhqKuIcJnxLUTpUMkiSyk { width:240px;height:97.9688px;top:298px;left:40px;font-size:14px;font-family:neuton;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PHsRW2T1FDg64OqHTTIVW8u1CgFWkPgc { width:147px;height:20.8px;top:265px;left:87px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RooeOuNTd5hCEplxlFLuVIpccKtCK21J { width:232px;height:97.9688px;top:598px;left:44px;font-size:14px;font-family:neuton;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ck7iGGlV6D6vt5AzuEypTs5VkufahTDF { width:147px;height:20.8px;top:565px;left:87px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ynTdmolmI6N6a96gv9TXxBWlRVx2kTTE { width:147px;height:20.8px;top:853px;left:87px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KUMaMVIrwNunfUVocuwGqmx7DlqLQtWc { width:214px;height:78.375px;top:889px;left:53px;font-size:14px;font-family:neuton;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #t3v6ThU8givgDDaouCtcM7DpNvgSfnNI { display:flex;width:84px;height:84px;top:175.1875px;left:118px; }
 }@media only screen and (max-width: 763px) { #w0umFTcmlutSA9z67oCr9TGod6l9Nkya { display:flex;width:84px;height:84px;top:462.1875px;left:118px;font-size:58px; }
 }@media only screen and (max-width: 763px) { #hlA6LLtzOArFItytXnrLAcU2OcOMZum9 { display:flex;width:84px;height:84px;top:753px;left:118px;font-size:58px; }
 }@media only screen and (max-width: 763px) { #CM3BVa0EaXbC4dcIIGSRudsWMXKH2zIv { display:block; }#CM3BVa0EaXbC4dcIIGSRudsWMXKH2zIv > .row .container { width:320px;height:616px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMp17sTqSiLZ3UWKxhytTQO4O6UUmR19 { width:320px;height:36.4px;top:20px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #QowUyDU5CdAPcx11fcJkg5QGmdtLq8Ki { width:143px;height:94px;top:79.000007629395px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #fsuo2AryRebJuzoTbhANbDPHC5P2lMf3 { width:146px;height:97px;top:77.500007629395px;left:162.88888549805px;display:block; }
 }@media only screen and (max-width: 763px) { #XVnIAv7MwEfIlz98oqDo4dQ8pJaG7qZF { width:138px;height:91px;top:217.72728443146px;left:13.5px;display:block; }
 }@media only screen and (max-width: 763px) { #wfzmysWrdmPlep3lUuiNZwhXaIT0tW54 { width:147px;height:96px;top:215.22728443146px;left:162.38636779785px;display:block; }
 }@media only screen and (max-width: 763px) { #ekZumPSp7QPr4NRTXhtqPhoHCEDeHuD3 { width:142px;height:94px;top:339.22729769349px;left:164.88636779785px;display:block; }
 }@media only screen and (max-width: 763px) { #Ap8X688v46r9wKu0gleTqTWowgrcMipn { width:142px;height:94px;top:468.98863983154px;left:165.8789380285px;display:block; }
 }@media only screen and (max-width: 763px) { #p4fJLBqIhs5o0L27Vr1yRMSc6txKiMlG { width:141px;height:93px;top:468.98883056641px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ZS23lUZd5TJTF6wEULzRBGqMnkbwvoia { width:139px;height:89px;top:342.72727966309px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GI876iGu5HqrImhXdLVDMPa42SQeJwt1 { width:143px;height:24px;top:173.00000762939px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Jsr4g3y5uXmmHNgSRvBzMXT46WqguxRg { width:146px;height:23px;top:172.98610687256px;left:162.88888549805px;display:block; }
 }@media only screen and (max-width: 763px) { #frfpgZwHri08bbxG3e5rlWK1fTqW54Xf { width:147px;height:20px;top:308.72727966309px;left:162.38636779785px;display:block; }
 }@media only screen and (max-width: 763px) { #xtZOXmJNZEcIBFim8v48rEkwTvCWNWrQ { width:139px;height:22px;top:431.22727966309px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mWGTw71S0DSXneh7h9ROwRLhnt4TGcbT { width:139px;height:21px;top:308.72727966309px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Pv2Cvocx9ZSOHox9JEsUv3AOC7M29SB8 { width:141px;height:20px;top:432.22746276855px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTvuABy0ioiWifpZsE21Ou35VzVVyltT { width:141px;height:19px;top:561.98866271973px;left:11.5px;display:block; }
 }@media only screen and (max-width: 763px) { #pzWKKWpvRsBerPbaqfvZQJrKfvRJlazv { width:141px;height:18px;top:562.97497558594px;left:167px;display:block; }
 }@media only screen and (max-width: 763px) { #QGkzHRaT33ByfTQyKUMw9POw1Evz3RnT { width:144px;height:16.9px;top:177.00000762939px;left:11px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #hikZTv3Q83hNrmtMZNV8NHWClxeFWQK7 { width:139px;height:16.9px;top:176.98610687256px;left:165.38888549805px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #mbT08FBTBSAPryNwCgffk7MXLn42Xa6T { width:117px;height:16.9px;top:311.72727966309px;left:24px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #X4i6vqsDayDNLEqFgRkFZ1RDsTvkli8C { width:126px;height:14.3px;top:435.22727966309px;left:172.88636779785px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #TP951GHmZThCgT5dGSnPEeHTQzxQqXsi { width:143px;height:14.3px;top:435.21592712402px;left:13px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #kUyP5UWU9TDtw12VHK1pgFtopNLVIXK7 { width:160px;height:14.3px;top:312.22727966309px;left:155px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #DJl48O7uCcbMTbz7CMVKZoOFol4t4RyU { width:137px;height:16.9px;top:562.98864746094px;left:14px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #cwsUpF9HHD1nTocCdafQ8Ty311OuPB5G { width:124px;height:16.9px;top:562.98908996582px;left:173.88636779785px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #II8nQcmwVEf2eAPvWwDyTh9UBh6h4JOx { display:block; }#II8nQcmwVEf2eAPvWwDyTh9UBh6h4JOx > .row .container { width:320px;height:271px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApsooucIzfKDGW4hOUoTOAg1DiSMpCDR { 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) { #MJ4dSc2JFuS6G7Sca6vwIgPFiTEVnk2t { width:143px;height:44px;top:45.5625px;left:88.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PyMaOSgAK5IeVRMX4odA5UK14XE3Si9H { width:246.997px;height:50.4px;top:133.52420043945px;left:36.493058204651px;font-size:12px;display:block; }
 }