.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;
}
.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-input-select option {
  color: #000;
}
.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;
  }
}
body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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:#ffffff;background-image:url("https://images.assets-landingi.com/KB6DmOEt/Microsoft_Live_Webinar_Landing_Page_BG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:805px;width:960px;overflow:visible;position:relative;display:block; }#qWWkOQW6KZnowp4oTO4yNLQQ6rgcDe4J { color:#555554;display:block;width:960px;position:absolute;font-family:dosis;font-size:40px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:172px;left:0px;height:104px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rzfqTTBoIrLlmkHsmX1SNCRV9MvmDF4R { color:#555555;display:block;width:948px;position:absolute;font-family:"open sans";font-size:22px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:240px;left:5px;height:280px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MGiJcmoTcNgQ9BxaQFTqxef5iGANVc7T { position:absolute;display:block;z-index:100000;height:49px;width:89px;top:58px;left:29px;display:block; }
#IrCCl4WgeiGtF88TEL92JST5I56y7Pg6 { color:#f1f3f4;display:block;width:960px;position:absolute;font-family:"open sans";font-size:36px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:134px;left:0px;height:46px;text-align:center;text-align-last:center;display:block; }
#lU5zSukRrbvMl1CPnycHBkGbTUudxHHk { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:248px;width:179px;top:537px;left:379px;overflow:hidden;display:block; }
#bV6hC2dUKRZVeZWs6P5hBJ6IOE4vdc9d { position:absolute;display:block;z-index:99995;border-top:0;border-left:0;border-right:0;border-bottom:0;height:93px;width:260px;top:13px;left:350px;overflow:hidden;display:block; }
#d0TAwc4TpUJvzx2TbKTNCV8aXhmf8FmB { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:248px;width:179px;top:537px;left:661px;overflow:hidden;display:block; }
#dZFbkFan5ufQUBmZ7pHWdTiRScwN2UyO { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:248px;width:179px;top:537px;left:92px;overflow:hidden;display:block; }
#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03256c;background-image:none;position:relative;display:block; }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row .container { background-color: transparent; background-image: none; }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row .container > .video-iframe-container { display: none; }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row > .video-iframe-container { display: none; }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .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); }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row .container { border-width: 0; border-radius: 0; }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row .container { font-size:14px;font-family:arial;height:462px;width:960px;position:relative;display:block; }#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-form-header {  }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:700;color:#ffffff;width:320px;padding-top:0px;padding-right:0px;padding-bottom:5px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-input-text { 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:0px;margin-bottom:4px;margin-left:0px;display:block;width:320px;box-sizing:border-box;height:44px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-input-text {padding-top: 0; padding-bottom: 0;}#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-textarea { 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:0px;margin-bottom:4px;margin-left:0px;display:block;width:320px;box-sizing:border-box;height:120px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-input-select { 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:0px;margin-bottom:4px;margin-left:0px;display:block;width:320px;box-sizing:border-box;height:44px;color:#000000;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-input-select {padding-top: 0; padding-bottom: 0;}#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-input-button { background-color:#ffd227;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:60px;margin-left:80px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#2e3235;width:160px;height:44px;font-family:"open sans";overflow:hidden;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:14px;font-weight:400;font-style:normal; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:14px;font-weight:400;font-style:normal; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:14px;font-weight:400;font-style:normal; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:14px;font-weight:400;font-style:normal; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.3;font-size:14px;font-weight:400;color:#ffffff;vertical-align:top;width:301px;overflow:hidden;font-style:normal; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:20px;vertical-align:middle;font-family:"open sans";font-size:14px;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-container { padding-top:0;padding-left:0px;padding-right:0px;padding-bottom:0;width:100%;font-size:0px;height:auto; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-container:first-of-type{padding-top:0;}#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-container:last-of-type{padding-bottom:0;}#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT  { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #832c84, #832c84);background-image: -moz-linear-gradient(45deg, #832c84, #832c84);background-image: -ms-linear-gradient(45deg, #832c84, #832c84);background-image: -o-linear-gradient(45deg, #832c84, #832c84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#832c84', endColorstr='#832c84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#832c84', endColorstr='#832c84' );";background-image: linear-gradient(45deg, #832c84, #832c84);background-size:initial auto !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:320px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:300px;top:33px;z-index:100015;position:absolute; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:320px;display:block;vertical-align:top; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:14px;line-height:1.3;font-weight:700;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT {display:block;}#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #832c84, #832c84);background-image: -moz-linear-gradient(45deg, #832c84, #832c84);background-image: -ms-linear-gradient(45deg, #832c84, #832c84);background-image: -o-linear-gradient(45deg, #832c84, #832c84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#832c84', endColorstr='#832c84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#832c84', endColorstr='#832c84' );";background-image: linear-gradient(45deg, #832c84, #832c84);background-size:initial auto !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:320px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:300px;top:33px;z-index:100015;position:absolute; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #MqVz0psunql1t9hI5CXtLZZxFqhkJv1C { position:relative; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #nEeAnuAza34tLBkza7ZrK0qcS3TdUTDZ { position:relative; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #nFE8Q5fpDULzgEDqcEsCtJVJD3iEvMdh { position:relative; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #HLuVuMyvCJpW9m1TK7oEEmfKJJeSdthc { position:relative; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #aFk2dTlDUcEo3ZsCWk6hhZipVXHy1EC4 { position:relative; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #piaxf1pupVR46J4vWE7c2sGRFAdcKM4V { position:relative; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #mLKCzyFx23UFXgOuMbJtrhSessN4nMx6 { position:relative; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #xKxT0yLrLwOiX7vDP78kcGGBqXbC0Uto { position:relative; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #ywtgqkWuxCWclBWutVHmSIqOdTh5KLt6 { position:relative; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #DUuxq8NbWRHEpEKdref1EWzo1dfNqm89 { position:relative; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #oPToCHTrKOTIZbW0pGELqwqZMcnEvMPT { position:relative; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #nwrlV4y5kTWlPCgUxQRMSr1ZrEVmg1b2 { position:relative; }
#M8CDiSWKvfVFOLMwUhOurq4SZOyZu3u2 { position:relative;display:block; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #hSu7ltHTcym1yHR1pDUwfSBo2PGtAaB1 { position:relative; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #QFyZh4TCFTAq2pTUDnXpMSZT5B3nPLbn { position:relative; }
#PS7V456i3lLlZieC2nfT8bTGBuBlQkfX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1a1d22;background-image:none;position:relative;display:block; }#PS7V456i3lLlZieC2nfT8bTGBuBlQkfX > .row .container { background-color: transparent; background-image: none; }#PS7V456i3lLlZieC2nfT8bTGBuBlQkfX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PS7V456i3lLlZieC2nfT8bTGBuBlQkfX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PS7V456i3lLlZieC2nfT8bTGBuBlQkfX > .row .container > .video-iframe-container { display: none; }#PS7V456i3lLlZieC2nfT8bTGBuBlQkfX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PS7V456i3lLlZieC2nfT8bTGBuBlQkfX > .row > .video-iframe-container { display: none; }#PS7V456i3lLlZieC2nfT8bTGBuBlQkfX > .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); }#PS7V456i3lLlZieC2nfT8bTGBuBlQkfX > .row .container { border-width: 0; border-radius: 0; }#PS7V456i3lLlZieC2nfT8bTGBuBlQkfX > .row .container { font-size:14px;font-family:arial;height:150px;width:960px;position:relative;display:block; }#T3w2D88BgcT19TXPRUulNTmZlXutV0vx { border-bottom:0;border-left:0;border-right:0;border-top:0;height:101px;width:300px;position:absolute;display:block;z-index:100000;top:23px;left:0px;overflow:hidden;display:block; }
#a2A2T7dgDQKnK44TplHbd39FXITv3txW { display:block;width:319px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100002;line-height:1.6;letter-spacing:0;top:36px;left:320.5px;height:110px;color:#616161;display:block; }
#GFztre9MsQ48FeBaz5I0fc2Gn1sB7lth { display:block;width:315px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100003;line-height:1.6;letter-spacing:0;top:36px;left:642.5px;height:88px;color:#6f6f6f;display:block; }
#CMeFeRhihNdIlrKKaRcS47f0xdDhzlES { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1a1d22;background-image:none;position:relative;display:block; }#CMeFeRhihNdIlrKKaRcS47f0xdDhzlES > .row .container { background-color: transparent; background-image: none; }#CMeFeRhihNdIlrKKaRcS47f0xdDhzlES::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CMeFeRhihNdIlrKKaRcS47f0xdDhzlES > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CMeFeRhihNdIlrKKaRcS47f0xdDhzlES > .row .container > .video-iframe-container { display: none; }#CMeFeRhihNdIlrKKaRcS47f0xdDhzlES > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CMeFeRhihNdIlrKKaRcS47f0xdDhzlES > .row > .video-iframe-container { display: none; }#CMeFeRhihNdIlrKKaRcS47f0xdDhzlES > .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); }#CMeFeRhihNdIlrKKaRcS47f0xdDhzlES > .row .container { border-width: 0; border-radius: 0; }#CMeFeRhihNdIlrKKaRcS47f0xdDhzlES > .row .container { font-size:14px;font-family:arial;height:78px;width:960px;position:relative;display:block; }#SG0eTRudJ2QfuarDgksJsvkUo7ySGVDx { display:block;width:960px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:30.5px;left:0px;height:18px;color:#616161;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/KB6DmOEt/Microsoft_Live_Webinar_Landing_Page_BG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:764px;height:804px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qWWkOQW6KZnowp4oTO4yNLQQ6rgcDe4J { width:764px;height:41px;top:167px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 959px) { #rzfqTTBoIrLlmkHsmX1SNCRV9MvmDF4R { width:764px;height:308px;top:221px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #MGiJcmoTcNgQ9BxaQFTqxef5iGANVc7T { width:89px;height:49px;top:36px;left:65px;display:block; }
 }@media only screen and (max-width: 959px) { #IrCCl4WgeiGtF88TEL92JST5I56y7Pg6 { width:764px;height:39px;top:132px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #lU5zSukRrbvMl1CPnycHBkGbTUudxHHk { width:179px;height:248px;top:537px;left:281px;display:block; }
 }@media only screen and (max-width: 959px) { #bV6hC2dUKRZVeZWs6P5hBJ6IOE4vdc9d { width:260px;height:93px;top:13px;left:252px;display:block; }
 }@media only screen and (max-width: 959px) { #d0TAwc4TpUJvzx2TbKTNCV8aXhmf8FmB { width:179px;height:248px;top:537px;left:543px;display:block; }
 }@media only screen and (max-width: 959px) { #dZFbkFan5ufQUBmZ7pHWdTiRScwN2UyO { width:179px;height:248px;top:532px;left:25px;display:block; }
 }@media only screen and (max-width: 959px) { #LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw { display:block; }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row .container { width:764px;height:446px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-regular-label { width:320px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-input-text { width:320px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-input-text {padding-top: 0; padding-bottom: 0;}#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-textarea { width:320px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-input-select { width:320px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-input-select {padding-top: 0; padding-bottom: 0;}#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-input-button { width:160px;margin-top:4px;margin-right:0px;margin-left:80px;margin-bottom:4px; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-checkbox-label { width:301px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT  { width:320px;height:auto;top:33px;left:202px; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .radio-container { width:320px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT {display:block;}#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT { width:320px;height:auto;top:33px;left:202px; }
 }@media only screen and (max-width: 959px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #MqVz0psunql1t9hI5CXtLZZxFqhkJv1C {  }
 }@media only screen and (max-width: 959px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #nEeAnuAza34tLBkza7ZrK0qcS3TdUTDZ {  }
 }@media only screen and (max-width: 959px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #nFE8Q5fpDULzgEDqcEsCtJVJD3iEvMdh {  }
 }@media only screen and (max-width: 959px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #HLuVuMyvCJpW9m1TK7oEEmfKJJeSdthc {  }
 }@media only screen and (max-width: 959px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #aFk2dTlDUcEo3ZsCWk6hhZipVXHy1EC4 {  }
 }@media only screen and (max-width: 959px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #piaxf1pupVR46J4vWE7c2sGRFAdcKM4V {  }
 }@media only screen and (max-width: 959px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #mLKCzyFx23UFXgOuMbJtrhSessN4nMx6 {  }
 }@media only screen and (max-width: 959px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #xKxT0yLrLwOiX7vDP78kcGGBqXbC0Uto {  }
 }@media only screen and (max-width: 959px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #ywtgqkWuxCWclBWutVHmSIqOdTh5KLt6 {  }
 }@media only screen and (max-width: 959px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #DUuxq8NbWRHEpEKdref1EWzo1dfNqm89 {  }
 }@media only screen and (max-width: 959px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #oPToCHTrKOTIZbW0pGELqwqZMcnEvMPT {  }
 }@media only screen and (max-width: 959px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #nwrlV4y5kTWlPCgUxQRMSr1ZrEVmg1b2 {  }
 }@media only screen and (max-width: 959px) { #M8CDiSWKvfVFOLMwUhOurq4SZOyZu3u2 { display:block; }
 }@media only screen and (max-width: 959px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #hSu7ltHTcym1yHR1pDUwfSBo2PGtAaB1 {  }
 }@media only screen and (max-width: 959px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #QFyZh4TCFTAq2pTUDnXpMSZT5B3nPLbn {  }
 }@media only screen and (max-width: 959px) { #PS7V456i3lLlZieC2nfT8bTGBuBlQkfX { display:block; }#PS7V456i3lLlZieC2nfT8bTGBuBlQkfX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #T3w2D88BgcT19TXPRUulNTmZlXutV0vx { width:252px;height:86px;top:23px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #a2A2T7dgDQKnK44TplHbd39FXITv3txW { width:244px;height:110px;top:27px;left:260px;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #GFztre9MsQ48FeBaz5I0fc2Gn1sB7lth { width:243px;height:88px;top:27px;left:521px;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #CMeFeRhihNdIlrKKaRcS47f0xdDhzlES { display:block; }#CMeFeRhihNdIlrKKaRcS47f0xdDhzlES > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #SG0eTRudJ2QfuarDgksJsvkUo7ySGVDx { width:756px;height:16px;top:30px;left:2px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/KB6DmOEt/Microsoft_Live_Webinar_Landing_Page_BG.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:1441px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWWkOQW6KZnowp4oTO4yNLQQ6rgcDe4J { width:320px;height:87px;top:196px;left:0px;text-align:center;text-align-last:center;font-size:33px;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #rzfqTTBoIrLlmkHsmX1SNCRV9MvmDF4R { width:320px;height:266px;top:303px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #MGiJcmoTcNgQ9BxaQFTqxef5iGANVc7T { width:89px;height:49px;top:56px;left:124px;display:block; }
 }@media only screen and (max-width: 763px) { #IrCCl4WgeiGtF88TEL92JST5I56y7Pg6 { width:320px;height:31px;top:153px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #lU5zSukRrbvMl1CPnycHBkGbTUudxHHk { width:179px;height:248px;top:883px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #bV6hC2dUKRZVeZWs6P5hBJ6IOE4vdc9d { width:260px;height:93px;top:11px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #d0TAwc4TpUJvzx2TbKTNCV8aXhmf8FmB { width:179px;height:248px;top:1168px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #dZFbkFan5ufQUBmZ7pHWdTiRScwN2UyO { width:179px;height:248px;top:604px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw { display:block; }#LmXJFnTVu8lWT8AruJvT6gR2T6o7vWTw > .row .container { width:320px;height:394px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-form-header {  }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:700;color:#ffffff;width:280px;padding-top:0px;padding-right:0px;padding-bottom:5px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-input-text { 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:0px;margin-bottom:4px;margin-left:0px;display:block;width:280px;box-sizing:border-box;height:44px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-input-text {padding-top: 0; padding-bottom: 0;}#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-textarea { 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:0px;margin-bottom:4px;margin-left:0px;display:block;width:280px;box-sizing:border-box;height:92px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-input-select { 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:0px;margin-bottom:4px;margin-left:0px;display:block;width:280px;box-sizing:border-box;height:44px;color:#000000;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-input-select {padding-top: 0; padding-bottom: 0;}#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-input-button { background-color:#ffd227;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:0px;margin-bottom:4px;margin-left:70px;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#252728;width:140px;height:40px;font-family:"open sans";overflow:hidden;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:14px;font-weight:400;font-style:normal; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:14px;font-weight:400;font-style:normal; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:14px;font-weight:400;font-style:normal; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:14px;font-weight:400;font-style:normal; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.3;font-size:14px;font-weight:400;color:#ffffff;vertical-align:top;width:261px;overflow:hidden;font-style:normal; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:20px;vertical-align:middle;font-family:"open sans";font-size:14px;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-container { padding-top:0;padding-left:0px;padding-right:0px;padding-bottom:0;width:100%;font-size:0px;height:auto; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-container:first-of-type{padding-top:0;}#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-container:last-of-type{padding-bottom:0;}#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT  { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #832c84, #832c84);background-image: -moz-linear-gradient(45deg, #832c84, #832c84);background-image: -ms-linear-gradient(45deg, #832c84, #832c84);background-image: -o-linear-gradient(45deg, #832c84, #832c84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#832c84', endColorstr='#832c84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#832c84', endColorstr='#832c84' );";background-image: linear-gradient(45deg, #832c84, #832c84);background-size:initial auto !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0px;top:20px;z-index:100002; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:280px;display:block;vertical-align:top; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:14px;line-height:1.3;font-weight:700;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT {display:block;}#hF3PFZgxdwUoxCQBruCfB41laCZKCXqT { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #832c84, #832c84);background-image: -moz-linear-gradient(45deg, #832c84, #832c84);background-image: -ms-linear-gradient(45deg, #832c84, #832c84);background-image: -o-linear-gradient(45deg, #832c84, #832c84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#832c84', endColorstr='#832c84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#832c84', endColorstr='#832c84' );";background-image: linear-gradient(45deg, #832c84, #832c84);background-size:initial auto !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0px;top:20px;z-index:100002; }
 }@media only screen and (max-width: 763px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #MqVz0psunql1t9hI5CXtLZZxFqhkJv1C {  }
 }@media only screen and (max-width: 763px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #nEeAnuAza34tLBkza7ZrK0qcS3TdUTDZ {  }
 }@media only screen and (max-width: 763px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #nFE8Q5fpDULzgEDqcEsCtJVJD3iEvMdh {  }
 }@media only screen and (max-width: 763px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #HLuVuMyvCJpW9m1TK7oEEmfKJJeSdthc {  }
 }@media only screen and (max-width: 763px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #aFk2dTlDUcEo3ZsCWk6hhZipVXHy1EC4 {  }
 }@media only screen and (max-width: 763px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #piaxf1pupVR46J4vWE7c2sGRFAdcKM4V {  }
 }@media only screen and (max-width: 763px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #mLKCzyFx23UFXgOuMbJtrhSessN4nMx6 {  }
 }@media only screen and (max-width: 763px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #xKxT0yLrLwOiX7vDP78kcGGBqXbC0Uto {  }
 }@media only screen and (max-width: 763px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #ywtgqkWuxCWclBWutVHmSIqOdTh5KLt6 {  }
 }@media only screen and (max-width: 763px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #DUuxq8NbWRHEpEKdref1EWzo1dfNqm89 {  }
 }@media only screen and (max-width: 763px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #oPToCHTrKOTIZbW0pGELqwqZMcnEvMPT {  }
 }@media only screen and (max-width: 763px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #nwrlV4y5kTWlPCgUxQRMSr1ZrEVmg1b2 {  }
 }@media only screen and (max-width: 763px) { #M8CDiSWKvfVFOLMwUhOurq4SZOyZu3u2 { display:block; }
 }@media only screen and (max-width: 763px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #hSu7ltHTcym1yHR1pDUwfSBo2PGtAaB1 {  }
 }@media only screen and (max-width: 763px) { #hF3PFZgxdwUoxCQBruCfB41laCZKCXqT #QFyZh4TCFTAq2pTUDnXpMSZT5B3nPLbn {  }
 }@media only screen and (max-width: 763px) { #PS7V456i3lLlZieC2nfT8bTGBuBlQkfX { display:block; }#PS7V456i3lLlZieC2nfT8bTGBuBlQkfX > .row .container { width:320px;height:375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3w2D88BgcT19TXPRUulNTmZlXutV0vx { width:300px;height:101px;top:20px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #a2A2T7dgDQKnK44TplHbd39FXITv3txW { width:319px;height:115px;top:141px;left:0px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #GFztre9MsQ48FeBaz5I0fc2Gn1sB7lth { width:315px;height:92px;top:271px;left:2px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #CMeFeRhihNdIlrKKaRcS47f0xdDhzlES { display:block; }#CMeFeRhihNdIlrKKaRcS47f0xdDhzlES > .row .container { width:320px;height:70px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SG0eTRudJ2QfuarDgksJsvkUo7ySGVDx { width:320px;height:16px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }