.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4b13039-115a-4284-b0d3-206fff8c594a/13.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,23,22,0.68); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,23,22,0.68); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:653px;width:960px;overflow:visible;position:relative;display:block; }#PzqZ2OfdaMP9hMrNTirEacyonoTJRg3f { background-color:#2e6999;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:330px;height:57.9688px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:433.97570800781px;left:0px;display:block; }
#QDlcuv2GOFqOZcvAufTn400UAf5dzgsl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TNgBU46FF8MhB4yKTHMJc7besIlvEVK0 { color:#ffffff;display:block;width:927px;position:absolute;font-family:ubuntu;font-size:50px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:172.91015625px;left:0px;height:130px;text-align:left;text-align-last:left;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; }
#EaP0bZsStksIC71u9w5thfU88bOTPTOo { 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:296px;width:201px;top:247.23011016846px;left:699.38166250378px;overflow:hidden;display:none; }
#OK0XUBLEUpz9nDoRz72d9VDq5W6z1aTU { position:absolute;display:block;z-index:15008;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: 1px 1px 3px rgba(0,0,0,0.5) ;height:210.98px;width:381.989px;top:70.355110168457px;left:564.88632202148px;overflow:hidden;display:none; }
#oLXH2UCPrkfpmtBUrKT5buLu5iMQG6gA { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:194px;width:278px;top:128px;left:245px;overflow:hidden;display:none; }
#otExa8TImXEpq8qF6BM3fnIQHWzkVqmp { color:#ffffff;display:block;width:929px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:328.96484375px;left:0px;height:70.2083px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wV5r4TeCdNFBcHcLcenpqwCr2lZL8ZWu { color:#ffffff;display:block;width:512px;position:absolute;font-family:roboto;font-size:56px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:130px;left:0px;height:145.594px;text-align:left;text-align-last:left;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:none; }
#r83uwKHUqcCh28Tx8c3o61Pa2uIeHwhr { color:#ffffff;display:block;width:512px;position:absolute;font-family:roboto;font-size:56px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:130px;left:0px;height:145.594px;text-align:left;text-align-last:left;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:none; }
#h1ebOOTE0PuFPfAGa9EFTQD0EWW1mgu6 { color:#ffffff;display:block;width:500.99px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:345.88543701172px;left:10px;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#tba1G2n6wPd4M7Ut04Tahw8FyRACuz00 { color:#ffffff;display:block;width:545px;position:absolute;font-family:ubuntu;font-size:26px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:120.22570037842px;left:0px;height:33.8021px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q2ZCwkXchw71AJXEQso1HUG5F9IT4e7q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#Q2ZCwkXchw71AJXEQso1HUG5F9IT4e7q > .row .container { background-color: transparent; background-image: none; }#Q2ZCwkXchw71AJXEQso1HUG5F9IT4e7q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2ZCwkXchw71AJXEQso1HUG5F9IT4e7q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2ZCwkXchw71AJXEQso1HUG5F9IT4e7q > .row .container > .video-iframe-container { display: none; }#Q2ZCwkXchw71AJXEQso1HUG5F9IT4e7q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2ZCwkXchw71AJXEQso1HUG5F9IT4e7q > .row > .video-iframe-container { display: none; }#Q2ZCwkXchw71AJXEQso1HUG5F9IT4e7q > .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); }#Q2ZCwkXchw71AJXEQso1HUG5F9IT4e7q > .row .container { border-width: 0; border-radius: 0; }#Q2ZCwkXchw71AJXEQso1HUG5F9IT4e7q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q2ZCwkXchw71AJXEQso1HUG5F9IT4e7q > .row .container { font-size:14px;font-family:arial;height:592px;width:960px;position:relative;display:block; }#Afcg4mbT4xyxavrpn6Hq0nwRNIfTIu6m { color:#2e6999;display:block;width:355px;position:absolute;font-family:ubuntu;font-size:31px;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:70.46875px;left:313.49609375px;height:37.2049px;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;text-align:center;text-align-last:center;display:block; }
#iJ8ndJ8rohPtcbkSucVd4mxP0yLDgtnE { box-sizing:content-box;height:0.996094px;width:1200px;position:absolute;display:block;z-index:15006;background-color:#2e6999;background-image:none;top:90.9765625px;left:-161.953125px;display:block; }
#oDN4BIqUHfPRUdlerH3TdKFFcQDAxvGp { box-sizing:content-box;height:29px;width:350px;position:absolute;display:block;z-index:15015;background-color:#ededed;background-image:none;top:76px;left:316px;display:block; }
#iK4SeRVJlnMsuWToNBQTaV2PZSLX5iaI { color:#2e6999;display:block;width:238.976px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:399.94793701172px;left:47.534729003906px;height:25.9896px;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;text-align:left;text-align-last:left;display:block; }
#OMleQcDJSwlpSqwW1xbTnx2H19D5b9eG { background-color:#2e6999;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:360px;height:57.9688px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:491.9921875px;left:300px;display:block; }
#tc2hE3FFyVfOSEiZbQoMHtGc649xX7rP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vswr4gfV8db1NOPxqUfkuT46ySHdOMW8 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:191px;width:254px;top:142.48266601562px;left:40px;overflow:hidden;display:block; }
#vcCAVZrm8Gmz1en3n1hvZuly2UzOKThf { position:absolute;display:block;z-index:15022;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:191.997px;width:260px;top:141.97918701172px;left:350px;overflow:hidden;display:block; }
#Mx4X9dxa1OGNgBpLTF1m1zr95n49zpl7 { position:absolute;display:block;z-index:15023;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:190.99px;width:265.99px;top:141.97918701172px;left:657.70837402344px;overflow:hidden;display:block; }
#w3rRAxIVcgNzFiRCtuLFKeXBe27WpmcI { color:#2e6999;display:block;width:180px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:399.94793701172px;left:400.98962402344px;height:25.9896px;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;text-align:left;text-align-last:left;display:block; }
#XJGlmI9niqk858p7GHfZET6SRk1UOo0S { color:#2e6999;display:block;width:235px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:399.94793701172px;left:689.80908203125px;height:25.9896px;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;text-align:left;text-align-last:left;display:block; }
#pM0mJ3ZmraHuQPPip2NOWTAOTo4DoZ3n { box-sizing:content-box;height:36px;width:262px;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:394.96527099609px;left:36.989562988281px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RsHGorXTIWzA6b2ooDJbU8saO8nZGSGF { box-sizing:content-box;height:36px;width:266px;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:394.96527099609px;left:349.47570800781px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yXkvTIC4efI1q99nIJHWiH0oSIyKwuJg { box-sizing:content-box;height:36px;width:281px;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:394.96527099609px;left:661.20837402344px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mgAUCslfUQZJxM3XODVZTwC7MxOb6vp9 { box-sizing:content-box;height:3px;width:960px;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;top:588.9609375px;left:0px;display:block; }
#KTnkakqtXcNlTJV4fQtL3qQM52W20xhd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(238,238,238,0.9);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; }#KTnkakqtXcNlTJV4fQtL3qQM52W20xhd > .row .container { background-color: transparent; background-image: none; }#KTnkakqtXcNlTJV4fQtL3qQM52W20xhd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTnkakqtXcNlTJV4fQtL3qQM52W20xhd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTnkakqtXcNlTJV4fQtL3qQM52W20xhd > .row .container > .video-iframe-container { display: none; }#KTnkakqtXcNlTJV4fQtL3qQM52W20xhd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTnkakqtXcNlTJV4fQtL3qQM52W20xhd > .row > .video-iframe-container { display: none; }#KTnkakqtXcNlTJV4fQtL3qQM52W20xhd > .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); }#KTnkakqtXcNlTJV4fQtL3qQM52W20xhd > .row .container { border-width: 0; border-radius: 0; }#KTnkakqtXcNlTJV4fQtL3qQM52W20xhd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KTnkakqtXcNlTJV4fQtL3qQM52W20xhd > .row .container { font-size:14px;font-family:arial;height:734px;width:960px;position:relative;display:block; }#cT7u7rpP96zLsZeEEaRLtukRENQ7d9WG { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:493.993px;width:368.993px;top:138.90625px;left:17.760375976562px;overflow:hidden;display:block; }
#LISvDW9iLuE7LsqEri6r3UvoKMnaM0UG { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:669px;height:578px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:96.944458007812px;left:320.97222900391px;display:block; }
#Oc8l63OdncD0tOIEsaluMGxfgHoCJdT0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lxrd140cMu5mmt8KI00zRGTQP0MPxES1 { background-color:#2e6999;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:340px;height:57.9688px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:519.21875px;left:460.21484375px;display:block; }
#nDzvuSB6unPTTQVTX1Wb8DHOsoaKON4u { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Db62Olton3hR2EWmJrZJbX1OlfQpsnvw { color:#070707;display:block;width:491px;position:absolute;font-family:ubuntu;font-size:30px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:152.98828125px;left:460.21484375px;height:39px;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;text-align:left;text-align-last:left;display:block; }
#V56eEXbeIOBIvZhcckQtotRlRR8gFMoO { box-sizing:content-box;height:2px;width:260px;position:absolute;display:block;z-index:15004;background-color:#47a7e4;background-image:none;top:119.18403625488px;left:0px;display:block; }
#Ny46x7NnrTbR5vU9T8JHHqRv65dAfDuh { color:#181516;display:block;width:473px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:213.06640625px;left:460.21484375px;height:259.2185px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pDqqyWkd9i2EdTp7W2zWb4b7UnShyd6p { color:#181516;display:block;width:366px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:209.8125px;left:594px;height:325px;text-align:left;text-align-last:left;font-style:normal;display:none; }
#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4b13039-115a-4284-b0d3-206fff8c594a/13.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; }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ.adaptive-delivery-prevent-bg, #XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ.lazyload, #XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ.lazyloading { background-image: none; }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ > .row .container { background-color: transparent; background-image: none; }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,21,22,0.55); }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ > .row .container > .video-iframe-container { display: none; }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,21,22,0.55); }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ > .row > .video-iframe-container { display: none; }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ > .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); }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ > .row .container { border-width: 0; border-radius: 0; }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ::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; }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ > .row .container { font-size:14px;font-family:arial;height:769px;width:960px;position:relative;display:block; }#rPGIvO2fJGrdOKy2VnGuicTVmSbTkXwN { position:absolute;display:block;z-index:15013;background-color:#ededed;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:696px;width:474px;top:37.48046875px;left:242.98828125px;display:block; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-form-header {  }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:14px;font-weight:700;color:#000000;width:360px;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; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:1px solid #181516;border-left:1px solid #181516;border-right:1px solid #181516;border-bottom:1px solid #181516;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:360px;box-sizing:border-box;height:41px;color:#181516;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-input-text {padding-top: 0; padding-bottom: 0;}#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:1px solid #181516;border-left:1px solid #181516;border-right:1px solid #181516;border-bottom:1px solid #181516;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:360px;box-sizing:border-box;height:70px;color:#181516;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:1px solid #181516;border-left:1px solid #181516;border-right:1px solid #181516;border-bottom:1px solid #181516;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:360px;box-sizing:border-box;height:40px;color:#161616;font-family:ubuntu;font-size:14px;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-input-select {padding-top: 0; padding-bottom: 0;}#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .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; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#2e6999;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top: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:24px;font-weight:700;color:#f2f9ff;width:360px;height:55px;font-family:ubuntu;overflow:hidden;font-style:normal; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 [class*="-text"]:-moz-placeholder { color:#181516;font-family:ubuntu;font-size:15px;font-weight:300;font-style:normal; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 [class*="-text"]::-moz-placeholder { color:#181516;font-family:ubuntu;font-size:15px;font-weight:300;font-style:normal; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 [class*="-text"]:-ms-input-placeholder { color:#181516;font-family:ubuntu;font-size:15px;font-weight:300;font-style:normal; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 [class*="-text"]::-webkit-input-placeholder { color:#181516;font-family:ubuntu;font-size:15px;font-weight:300;font-style:normal; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .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:inter;line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:340px;overflow:hidden;font-style:normal;float:none; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .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; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-container:first-of-type{padding-top:0;}#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-container:last-of-type{padding-bottom:0;}#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:360px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:267.93408203125px;left:280px; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:360px;display:block;vertical-align:top; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 {display:block;}#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:360px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:267.93408203125px;left:280px; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #aK7aIDCKysS1ndaSMVGAXlrZeSfnfucc { position:relative; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #wMuVCaxqb7okS111hCUl5DKG0v0RrHw1 { position:relative;display:none; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #T72aHbSO0BzvROiMQ0suQt3UaFaMH5Jo { position:relative; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #oWhwiwECHETkM0UvUDTeSwN59My4nnKc { position:relative; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #i1nVxSxb37ivEHyRcsT1vETkfuMvozVN { position:relative;display:none; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #SMiRT0AhoXVuwzqHeekKF10z3a6MeUhT { position:relative; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #PH8zisXfOcOPzpHkp4cUfXHABUSWQfne { position:relative; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #CNgxEktTou7DFAmu02WHBB4tN5avMsVu { position:relative;display:none; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #kKB2J6kqdKwHdDRL3gq8BsbBSdbGGVtO { position:relative; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #gopL8N9COohfEENFLuDNzKoyxpBd6bR3 { position:relative; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #fwSXSXDfWEo2a5eAkdr0QO1AwOXkFr5v { position:relative;display:none; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #EFZuzikSKnzMo53ZkpRu8gV9tZIiqSlw { position:relative; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #AOJQOhzc8Id357bIWPbMeGDN48M9uf0M { position:relative; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #Fusgb89F3vu6TIPstpCv6lS55soLxuL4 { position:relative;display:none; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #GGPg57tDgGOFK5DiOUMoX4tEdVOWNoR4 { position:relative; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #efczeRHZ4FP0liU9chX5hJHJMZixNhZt { position:relative; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #bFBAvKhDAHGGGfRQuQ1qn7zNmfa9vswZ { position:relative;display:none; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #ZPAFfoImH3XD7pXTAhbydwtvNFhkb7Ct { position:relative; }
#H7T3gyowzQXM2xp4HJsTTyH16PSJRBxr { position:relative;display:block; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #CfDl5W0bneTAJc7rrSCu2EfVDvR8z5FB { position:relative; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #vSxFWXIBqH9k8NRrk5BanrgdrGtN3XHT { position:relative; }
#r2ke1TEXK32qpas4Wwv12r3xQttr4lHT { color:#181516;display:block;width:408.984px;position:absolute;font-family:ubuntu;font-size:32px;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:63.1640625px;left:275.48828125px;height:115.156px;font-style:normal;text-align:center;text-align-last:center;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; }
#r7i5gm7vv9vqgkIPpByUDW8adCR6Sez5 { color:#181516;display:block;width:357.969px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:197.55859375px;left:300.99609375px;height:57.6042px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ITduHLoB5hPU9QHdbP7ZbF7GCxpoP2TQ { color:#181516;display:block;width:356px;position:absolute;font-family:"source sans pro";font-size:34px;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:52px;left:540px;height:81.5938px;font-style:normal;text-align:left;text-align-last:left;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:none; }
#ww69AwP9SOXq1eAq8OIBop3XrBp3MOPF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ww69AwP9SOXq1eAq8OIBop3XrBp3MOPF > .row .container { background-color: transparent; background-image: none; }#ww69AwP9SOXq1eAq8OIBop3XrBp3MOPF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ww69AwP9SOXq1eAq8OIBop3XrBp3MOPF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ww69AwP9SOXq1eAq8OIBop3XrBp3MOPF > .row .container > .video-iframe-container { display: none; }#ww69AwP9SOXq1eAq8OIBop3XrBp3MOPF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ww69AwP9SOXq1eAq8OIBop3XrBp3MOPF > .row > .video-iframe-container { display: none; }#ww69AwP9SOXq1eAq8OIBop3XrBp3MOPF > .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); }#ww69AwP9SOXq1eAq8OIBop3XrBp3MOPF > .row .container { border-width: 0; border-radius: 0; }#ww69AwP9SOXq1eAq8OIBop3XrBp3MOPF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ww69AwP9SOXq1eAq8OIBop3XrBp3MOPF > .row .container { font-size:14px;font-family:arial;height:182px;width:960px;position:relative;display:block; }#b6eRhBCZyQClNTOAXGdl9NIWNgFAAbAT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30px;width:160px;top:715.65975952148px;left:639.49658203125px;overflow:hidden;display:none; }
#f4yoRATzWLCrV6mJre61odd57COiZby0 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.9883px;width:405px;top:56.9921875px;left:277.5px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzqZ2OfdaMP9hMrNTirEacyonoTJRg3f { width:330px;height:57px;top:433px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QDlcuv2GOFqOZcvAufTn400UAf5dzgsl { display:block; }
 }@media only screen and (max-width: 763px) { #TNgBU46FF8MhB4yKTHMJc7besIlvEVK0 { width:764px;height:130px;top:172px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #EaP0bZsStksIC71u9w5thfU88bOTPTOo { top:247px;left:563px;width:201px;height:296px;display:none; }
 }@media only screen and (max-width: 763px) { #OK0XUBLEUpz9nDoRz72d9VDq5W6z1aTU { top:70px;left:383px;width:381px;height:210.43375594585px;display:none; }
 }@media only screen and (max-width: 763px) { #oLXH2UCPrkfpmtBUrKT5buLu5iMQG6gA { top:128px;left:104px;width:278px;height:194px;display:none; }
 }@media only screen and (max-width: 763px) { #otExa8TImXEpq8qF6BM3fnIQHWzkVqmp { width:764px;height:70px;top:328px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wV5r4TeCdNFBcHcLcenpqwCr2lZL8ZWu { width:512px;height:145px;top:130px;left:0px;font-size:56px;display:none; }
 }@media only screen and (max-width: 763px) { #r83uwKHUqcCh28Tx8c3o61Pa2uIeHwhr { width:512px;height:145px;top:130px;left:0px;font-size:56px;display:none; }
 }@media only screen and (max-width: 763px) { #h1ebOOTE0PuFPfAGa9EFTQD0EWW1mgu6 { width:320px;height:124px;top:281px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tba1G2n6wPd4M7Ut04Tahw8FyRACuz00 { width:545px;height:33px;top:120px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ZCwkXchw71AJXEQso1HUG5F9IT4e7q { display:block; }#Q2ZCwkXchw71AJXEQso1HUG5F9IT4e7q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Afcg4mbT4xyxavrpn6Hq0nwRNIfTIu6m { width:355px;height:37px;top:70px;left:215.49609375px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #iJ8ndJ8rohPtcbkSucVd4mxP0yLDgtnE { width:764px;height:0;top:90px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oDN4BIqUHfPRUdlerH3TdKFFcQDAxvGp { width:350px;height:29px;top:76px;left:218px;display:block; }
 }@media only screen and (max-width: 763px) { #iK4SeRVJlnMsuWToNBQTaV2PZSLX5iaI { width:238px;height:25px;top:399px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OMleQcDJSwlpSqwW1xbTnx2H19D5b9eG { width:360px;height:57px;top:491px;left:202px;display:block; }
 }@media only screen and (max-width: 763px) { #tc2hE3FFyVfOSEiZbQoMHtGc649xX7rP { display:block; }
 }@media only screen and (max-width: 763px) { #vswr4gfV8db1NOPxqUfkuT46ySHdOMW8 { top:142px;left:0px;width:254px;height:191px;display:block; }
 }@media only screen and (max-width: 763px) { #vcCAVZrm8Gmz1en3n1hvZuly2UzOKThf { top:141px;left:252px;width:260px;height:191.997px;display:block; }
 }@media only screen and (max-width: 763px) { #Mx4X9dxa1OGNgBpLTF1m1zr95n49zpl7 { top:141px;left:498px;width:265px;height:190.27914583255px;display:block; }
 }@media only screen and (max-width: 763px) { #w3rRAxIVcgNzFiRCtuLFKeXBe27WpmcI { width:180px;height:25px;top:399px;left:302.98962402344px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XJGlmI9niqk858p7GHfZET6SRk1UOo0S { width:235px;height:25px;top:399px;left:529px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pM0mJ3ZmraHuQPPip2NOWTAOTo4DoZ3n { width:262px;height:36px;top:394px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RsHGorXTIWzA6b2ooDJbU8saO8nZGSGF { width:266px;height:36px;top:394px;left:251.47570800781px;display:block; }
 }@media only screen and (max-width: 763px) { #yXkvTIC4efI1q99nIJHWiH0oSIyKwuJg { width:281px;height:36px;top:394px;left:452px;display:block; }
 }@media only screen and (max-width: 763px) { #mgAUCslfUQZJxM3XODVZTwC7MxOb6vp9 { top:588px;left:0px;width:764px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #KTnkakqtXcNlTJV4fQtL3qQM52W20xhd { display:block; }#KTnkakqtXcNlTJV4fQtL3qQM52W20xhd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cT7u7rpP96zLsZeEEaRLtukRENQ7d9WG { top:138px;left:0px;width:368px;height:492.66361150483px;display:block; }
 }@media only screen and (max-width: 763px) { #LISvDW9iLuE7LsqEri6r3UvoKMnaM0UG { width:669px;height:578px;top:96px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #Oc8l63OdncD0tOIEsaluMGxfgHoCJdT0 { display:block; }
 }@media only screen and (max-width: 763px) { #lxrd140cMu5mmt8KI00zRGTQP0MPxES1 { width:340px;height:57px;top:519px;left:362.21484375px;display:block; }
 }@media only screen and (max-width: 763px) { #nDzvuSB6unPTTQVTX1Wb8DHOsoaKON4u { display:block; }
 }@media only screen and (max-width: 763px) { #Db62Olton3hR2EWmJrZJbX1OlfQpsnvw { width:491px;height:39px;top:152px;left:273px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #V56eEXbeIOBIvZhcckQtotRlRR8gFMoO { width:260px;height:2px;top:119px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ny46x7NnrTbR5vU9T8JHHqRv65dAfDuh { top:213px;left:292px;width:472px;height:259px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pDqqyWkd9i2EdTp7W2zWb4b7UnShyd6p { top:332px;left:0px;width:255px;height:280px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ { display:block; }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPGIvO2fJGrdOKy2VnGuicTVmSbTkXwN { top:37px;left:144.98828125px;width:474px;height:696px;display:block; }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-regular-label { width:360px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-input-text { width:360px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-input-text {padding-top: 0; padding-bottom: 0;}#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-textarea { width:360px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-input-select { width:360px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-input-select {padding-top: 0; padding-bottom: 0;}#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-input-button { width:360px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-checkbox-label { width:341px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86  { width:360px;height:auto;top:267px;left:182px; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .radio-container { width:360px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 {display:block;}#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 { width:360px;height:auto;top:267px;left:182px; }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #aK7aIDCKysS1ndaSMVGAXlrZeSfnfucc {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #wMuVCaxqb7okS111hCUl5DKG0v0RrHw1 { display:none; }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #T72aHbSO0BzvROiMQ0suQt3UaFaMH5Jo {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #oWhwiwECHETkM0UvUDTeSwN59My4nnKc {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #i1nVxSxb37ivEHyRcsT1vETkfuMvozVN { display:none; }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #SMiRT0AhoXVuwzqHeekKF10z3a6MeUhT {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #PH8zisXfOcOPzpHkp4cUfXHABUSWQfne {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #CNgxEktTou7DFAmu02WHBB4tN5avMsVu { display:none; }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #kKB2J6kqdKwHdDRL3gq8BsbBSdbGGVtO {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #gopL8N9COohfEENFLuDNzKoyxpBd6bR3 {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #fwSXSXDfWEo2a5eAkdr0QO1AwOXkFr5v {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #EFZuzikSKnzMo53ZkpRu8gV9tZIiqSlw {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #AOJQOhzc8Id357bIWPbMeGDN48M9uf0M {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #Fusgb89F3vu6TIPstpCv6lS55soLxuL4 {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #GGPg57tDgGOFK5DiOUMoX4tEdVOWNoR4 {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #efczeRHZ4FP0liU9chX5hJHJMZixNhZt {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #bFBAvKhDAHGGGfRQuQ1qn7zNmfa9vswZ {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #ZPAFfoImH3XD7pXTAhbydwtvNFhkb7Ct {  }
 }@media only screen and (max-width: 763px) { #H7T3gyowzQXM2xp4HJsTTyH16PSJRBxr { display:block; }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #CfDl5W0bneTAJc7rrSCu2EfVDvR8z5FB {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #vSxFWXIBqH9k8NRrk5BanrgdrGtN3XHT {  }
 }@media only screen and (max-width: 763px) { #r2ke1TEXK32qpas4Wwv12r3xQttr4lHT { top:63px;left:177.48608398438px;width:408px;height:115px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #r7i5gm7vv9vqgkIPpByUDW8adCR6Sez5 { top:197px;left:202.99609375px;width:357px;height:57px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ITduHLoB5hPU9QHdbP7ZbF7GCxpoP2TQ { top:41px;left:0px;width:320px;height:79px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #ww69AwP9SOXq1eAq8OIBop3XrBp3MOPF { display:none; }#ww69AwP9SOXq1eAq8OIBop3XrBp3MOPF > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b6eRhBCZyQClNTOAXGdl9NIWNgFAAbAT { top:715px;left:541.49658203125px;width:160px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #f4yoRATzWLCrV6mJre61odd57COiZby0 { top:56px;left:179.5px;width:405px;height:67.9883px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4b13039-115a-4284-b0d3-206fff8c594a/13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,23,22,0.65); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,23,22,0.65); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:520px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzqZ2OfdaMP9hMrNTirEacyonoTJRg3f { width:270.977px;height:55px;top:435.91796875px;left:24.4921875px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QDlcuv2GOFqOZcvAufTn400UAf5dzgsl { display:block; }
 }@media only screen and (max-width: 763px) { #TNgBU46FF8MhB4yKTHMJc7besIlvEVK0 { width:320px;height:161.1806px;top:107.75390625px;left:0px;text-align:center;text-align-last:center;font-size:31px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EaP0bZsStksIC71u9w5thfU88bOTPTOo { width:207px;height:309px;top:404.00002288818px;left:56.5px;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #OK0XUBLEUpz9nDoRz72d9VDq5W6z1aTU { width:267px;height:144px;top:387px;left:27px;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #oLXH2UCPrkfpmtBUrKT5buLu5iMQG6gA { width:254px;height:177px;top:371px;left:33px;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #otExa8TImXEpq8qF6BM3fnIQHWzkVqmp { width:320px;height:103.993px;top:255.45140075684px;left:0px;text-align:left;text-align-last:left;font-size:16px;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #wV5r4TeCdNFBcHcLcenpqwCr2lZL8ZWu { width:320px;height:0;top:203px;left:40px;text-align:center;text-align-last:center;font-size:25px;color:#ffffff;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #r83uwKHUqcCh28Tx8c3o61Pa2uIeHwhr { width:281px;height:0;top:270px;left:50px;text-align:center;text-align-last:center;font-size:25px;color:#ffffff;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #h1ebOOTE0PuFPfAGa9EFTQD0EWW1mgu6 { width:320px;height:124.792px;top:293.671875px;left:0px;text-align:center;text-align-last:center;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tba1G2n6wPd4M7Ut04Tahw8FyRACuz00 { width:320px;height:20.7986px;top:80px;left:0px;text-align:center;text-align-last:center;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ZCwkXchw71AJXEQso1HUG5F9IT4e7q { display:block; }#Q2ZCwkXchw71AJXEQso1HUG5F9IT4e7q > .row .container { width:320px;height:1087px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Afcg4mbT4xyxavrpn6Hq0nwRNIfTIu6m { width:320px;height:76.7708px;top:13.4765625px;left:0px;font-size:32px;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #iJ8ndJ8rohPtcbkSucVd4mxP0yLDgtnE { width:160px;height:1px;top:89px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #oDN4BIqUHfPRUdlerH3TdKFFcQDAxvGp { width:220px;height:29px;top:99.4px;left:50px;display:none; }
 }@media only screen and (max-width: 763px) { #iK4SeRVJlnMsuWToNBQTaV2PZSLX5iaI { width:240px;height:25.9961px;top:333.4765625px;left:40px;font-size:20px;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OMleQcDJSwlpSqwW1xbTnx2H19D5b9eG { width:316.962px;height:57.9861px;top:983.92370605469px;left:1.5104179382324px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #tc2hE3FFyVfOSEiZbQoMHtGc649xX7rP { display:block; }
 }@media only screen and (max-width: 763px) { #vswr4gfV8db1NOPxqUfkuT46ySHdOMW8 { width:273px;height:204px;top:109.27087402344px;left:24.479167938232px;display:block; }
 }@media only screen and (max-width: 763px) { #vcCAVZrm8Gmz1en3n1hvZuly2UzOKThf { width:272px;height:202px;top:391.94448852539px;left:24.479167938232px;display:block; }
 }@media only screen and (max-width: 763px) { #Mx4X9dxa1OGNgBpLTF1m1zr95n49zpl7 { width:275.972px;height:196.962px;top:685.98964691162px;left:21.996528625488px;display:block; }
 }@media only screen and (max-width: 763px) { #w3rRAxIVcgNzFiRCtuLFKeXBe27WpmcI { width:170px;height:25.9896px;top:616.9792098999px;left:75.000007629395px;font-size:20px;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XJGlmI9niqk858p7GHfZET6SRk1UOo0S { width:255px;height:25.9896px;top:907.04867553711px;left:32.500003814697px;font-size:20px;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pM0mJ3ZmraHuQPPip2NOWTAOTo4DoZ3n { width:271.997px;height:35.9896px;top:611.9792098999px;left:23.993057250977px;display:block; }
 }@media only screen and (max-width: 763px) { #RsHGorXTIWzA6b2ooDJbU8saO8nZGSGF { width:273px;height:35px;top:329px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #yXkvTIC4efI1q99nIJHWiH0oSIyKwuJg { width:272.986px;height:35px;top:902.56942749023px;left:23.506946563721px;display:block; }
 }@media only screen and (max-width: 763px) { #mgAUCslfUQZJxM3XODVZTwC7MxOb6vp9 { width:320px;height:3px;top:1082.9167175293px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KTnkakqtXcNlTJV4fQtL3qQM52W20xhd { background-color:#ffffff;background-image:none;display:block; }#KTnkakqtXcNlTJV4fQtL3qQM52W20xhd > .row .container { background-color: transparent; background-image: none; }#KTnkakqtXcNlTJV4fQtL3qQM52W20xhd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTnkakqtXcNlTJV4fQtL3qQM52W20xhd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTnkakqtXcNlTJV4fQtL3qQM52W20xhd > .row .container > .video-iframe-container { display: none; }#KTnkakqtXcNlTJV4fQtL3qQM52W20xhd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTnkakqtXcNlTJV4fQtL3qQM52W20xhd > .row > .video-iframe-container { display: none; }#KTnkakqtXcNlTJV4fQtL3qQM52W20xhd > .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); }#KTnkakqtXcNlTJV4fQtL3qQM52W20xhd > .row .container { width:320px;height:750px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cT7u7rpP96zLsZeEEaRLtukRENQ7d9WG { width:142px;height:190px;top:32.98828125px;left:63.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #LISvDW9iLuE7LsqEri6r3UvoKMnaM0UG { width:304px;height:578px;top:96px;left:0px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #Oc8l63OdncD0tOIEsaluMGxfgHoCJdT0 { display:block; }
 }@media only screen and (max-width: 763px) { #lxrd140cMu5mmt8KI00zRGTQP0MPxES1 { width:320px;height:57.9688px;top:644.94140625px;left:0px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #nDzvuSB6unPTTQVTX1Wb8DHOsoaKON4u { display:block; }
 }@media only screen and (max-width: 763px) { #Db62Olton3hR2EWmJrZJbX1OlfQpsnvw { width:292.988px;height:77.9861px;top:240.9765625px;left:13.4765625px;font-size:30px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #V56eEXbeIOBIvZhcckQtotRlRR8gFMoO { width:320px;height:3px;top:15.99609375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ny46x7NnrTbR5vU9T8JHHqRv65dAfDuh { width:255px;height:0;top:428.640625px;left:50px;font-size:16px;text-align:center;text-align-last:center;font-family:roboto;font-weight:300;font-style:normal;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #pDqqyWkd9i2EdTp7W2zWb4b7UnShyd6p { width:255px;height:280.3475px;top:332.98828125px;left:32.5px;font-size:15px;text-align:left;text-align-last:left;font-family:ubuntu;font-weight:300;font-style:normal;line-height:1.7;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4b13039-115a-4284-b0d3-206fff8c594a/13.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ.adaptive-delivery-prevent-bg, #XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ.lazyload, #XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ.lazyloading { background-image: none; }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ > .row .container { background-color: transparent; background-image: none; }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,21,22,0.39); }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ > .row .container > .video-iframe-container { display: none; }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,21,22,0.39); }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ > .row > .video-iframe-container { display: none; }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ > .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); }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ > .row .container { border-width: 0; border-radius: 0; }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ::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; }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XQpO7G7uJlttbZ7ffufdXGkUHzmTEnfZ > .row .container { width:320px;height:630px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPGIvO2fJGrdOKy2VnGuicTVmSbTkXwN { width:320px;height:575px;top:26.979125976562px;left:0px;background-color:#ffffff;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) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-family:roboto;font-weight:700;font-style:normal; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-input-text {padding-top: 0; padding-bottom: 0;}#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-family:ubuntu; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-input-select {padding-top: 0; padding-bottom: 0;}#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;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; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 [class*="-text"]:-moz-placeholder { font-family:ubuntu;font-weight:300;font-style:normal; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 [class*="-text"]::-moz-placeholder { font-family:ubuntu;font-weight:300;font-style:normal; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 [class*="-text"]:-ms-input-placeholder { font-family:ubuntu;font-weight:300;font-style:normal; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 [class*="-text"]::-webkit-input-placeholder { font-family:ubuntu;font-weight:300;font-style:normal; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:10px;overflow:hidden;height:auto; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86  { width:280px;height:auto;top:158.21180725098px;left:0px; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 {display:block;}#UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 { width:280px;height:auto;top:158.21180725098px;left:0px; }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #aK7aIDCKysS1ndaSMVGAXlrZeSfnfucc {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #wMuVCaxqb7okS111hCUl5DKG0v0RrHw1 { display:none; }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #T72aHbSO0BzvROiMQ0suQt3UaFaMH5Jo {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #oWhwiwECHETkM0UvUDTeSwN59My4nnKc {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #i1nVxSxb37ivEHyRcsT1vETkfuMvozVN { display:none; }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #SMiRT0AhoXVuwzqHeekKF10z3a6MeUhT {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #PH8zisXfOcOPzpHkp4cUfXHABUSWQfne {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #CNgxEktTou7DFAmu02WHBB4tN5avMsVu { display:none; }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #kKB2J6kqdKwHdDRL3gq8BsbBSdbGGVtO {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #gopL8N9COohfEENFLuDNzKoyxpBd6bR3 {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #fwSXSXDfWEo2a5eAkdr0QO1AwOXkFr5v {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #EFZuzikSKnzMo53ZkpRu8gV9tZIiqSlw {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #AOJQOhzc8Id357bIWPbMeGDN48M9uf0M {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #Fusgb89F3vu6TIPstpCv6lS55soLxuL4 {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #GGPg57tDgGOFK5DiOUMoX4tEdVOWNoR4 {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #efczeRHZ4FP0liU9chX5hJHJMZixNhZt {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #bFBAvKhDAHGGGfRQuQ1qn7zNmfa9vswZ {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #ZPAFfoImH3XD7pXTAhbydwtvNFhkb7Ct {  }
 }@media only screen and (max-width: 763px) { #H7T3gyowzQXM2xp4HJsTTyH16PSJRBxr { display:block; }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #CfDl5W0bneTAJc7rrSCu2EfVDvR8z5FB {  }
 }@media only screen and (max-width: 763px) { #UG9HhQTBJvPPIvG2u5l4lCOGk84n9v86 #vSxFWXIBqH9k8NRrk5BanrgdrGtN3XHT {  }
 }@media only screen and (max-width: 763px) { #r2ke1TEXK32qpas4Wwv12r3xQttr4lHT { width:320px;height:0;top:367px;left:0px;font-size:32px;text-align:center;text-align-last:center;font-family:"playfair display";display:none; }
 }@media only screen and (max-width: 763px) { #r7i5gm7vv9vqgkIPpByUDW8adCR6Sez5 { width:320px;height:51.2152px;top:121.12847900391px;left:0px;font-size:16px;text-align:center;text-align-last:center;font-family:ubuntu;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ITduHLoB5hPU9QHdbP7ZbF7GCxpoP2TQ { width:320px;height:90px;top:31.180541992188px;left:0px;font-size:25px;text-align:center;text-align-last:center;font-family:roboto;z-index:15016;color:#181516;display:block; }
 }@media only screen and (max-width: 763px) { #ww69AwP9SOXq1eAq8OIBop3XrBp3MOPF { background-color:#ffffff;background-image:none;display:block; }#ww69AwP9SOXq1eAq8OIBop3XrBp3MOPF > .row .container { background-color: transparent; background-image: none; }#ww69AwP9SOXq1eAq8OIBop3XrBp3MOPF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ww69AwP9SOXq1eAq8OIBop3XrBp3MOPF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ww69AwP9SOXq1eAq8OIBop3XrBp3MOPF > .row .container > .video-iframe-container { display: none; }#ww69AwP9SOXq1eAq8OIBop3XrBp3MOPF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ww69AwP9SOXq1eAq8OIBop3XrBp3MOPF > .row > .video-iframe-container { display: none; }#ww69AwP9SOXq1eAq8OIBop3XrBp3MOPF > .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); }#ww69AwP9SOXq1eAq8OIBop3XrBp3MOPF > .row .container { width:320px;height:125px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6eRhBCZyQClNTOAXGdl9NIWNgFAAbAT { width:251.992px;height:42.9883px;top:40.99609375px;left:34.00390625px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f4yoRATzWLCrV6mJre61odd57COiZby0 { width:121px;height:23px;top:754.98268127441px;left:98.993062019348px;overflow:hidden;display:none; }
 }