.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:url("https://images.assets-landingi.com/uc/7ef324e2-f90c-4fcf-a86c-b960615824cb/DALLE20231205143743AsymbolicandcreativebackgroundforawebinarsignuppagefocusingontheconceptofGoogleAdsanditsconnectiontofinancialsuccessinecom.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,21,63,0.86); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,21,63,0.86); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a34d78aa-1540-475b-8cdc-06207c675607/DALLE20231205143743AsymbolicandcreativebackgroundforawebinarsignuppagefocusingontheconceptofGoogleAdsanditsconnectiontofinancialsuccessinecom.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,21,63,0.86); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,21,63,0.86); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:960px;height:1148px;font-size:14px;font-family:"open sans";position:relative;display:block; }#BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { color:#ffffff;display:block;width:554px;position:absolute;font-family:ubuntu;font-size:37px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.5);top:146.140625px;left:28px;height:144.281px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { position:absolute;display:block;z-index:15002;background-color:#ff3557;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:508px;width:358px;top:146px;left:602px;display:block; }
#usz6MIeQ2xKry57sRChBys22H2UlPJkz { color:#050b26;display:block;width:281px;position:absolute;font-family:ubuntu;font-size:27px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:166.046875px;left:640.5px;height:70.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-form-header {  }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:14px;font-weight:bold;color:#000000;width:295px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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:rgba(255,255,255,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:295px;box-sizing:border-box;height:46px;color:#ffffff;font-size:18px;overflow:hidden;font-family:ubuntu;font-weight:300;font-style:normal;box-shadow: 1px 1px 5px rgba(0,0,0,0.5) ; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(255,255,255,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:295px;box-sizing:border-box;height:70px;color:#ffffff;font-size:18px;overflow:hidden;font-family:ubuntu;font-weight:300;font-style:normal;box-shadow: 1px 1px 5px rgba(0,0,0,0.5) ; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:295px;box-sizing:border-box;height:40px;color:#161616;font-family:ubuntu;font-size:14px;overflow:hidden; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:44px;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#f2f9ff;width:206px;height:55px;font-family:ubuntu;overflow:hidden;box-shadow: 1px 1px 5px rgba(0,0,0,0.5) ; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:ubuntu;font-size:12px;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:ubuntu;font-size:12px;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:ubuntu;font-size:12px;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:ubuntu;font-size:12px;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.7;font-size:12px;font-weight:300;color:rgba(255,255,255,0.8);vertical-align:top;width:272px;overflow:hidden;font-style:normal;text-shadow:1px 1px 5px rgba(0,0,0,0.5); }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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:ubuntu;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:first-of-type{padding-top:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:last-of-type{padding-bottom:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:295px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:246.140625px;left:613.5px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:295px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-info-text { display:block;height:auto;font-family:ubuntu;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; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:295px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:246.140625px;left:613.5px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #N5apBI9txtMM5aOJGPpTHG2qB67siFVW { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #okiNFwV8Ck2Q52LqrwGp7VwCVMGGFMVc { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #GH9xDsPUxEOqkszmF8KTbGXcfHqEVwN3 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Uh8k2ae3H8WVDy7o2zo5O3mRJJqFpoyX { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #kqO7OA0peswlyTaeqTZnTXm3vXWopnuo { position:relative;z-index:2; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #FX8upcBiK8ozt1Ag1RCUxutZFWfnVCa1 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n { position:relative; }
#g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:114px;width:114px;top:10px;left:28px;overflow:hidden;display:block; }
#Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:110px;width:358px;top:146.140625px;left:602px;display:block; }
#VMpofsHhlQIoDdkFtx05MVqT3U6E5JR4 { color:#ffffff;display:block;width:927px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.5);top:697.78125px;left:28px;height:52px;display:block; }
#ohBg6Gu2f3uTeGqsFITpfQePd6EOn43M { color:#ffffff;display:block;width:932px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.5);top:765.015625px;left:28px;height:290px;display:block; }#ohBg6Gu2f3uTeGqsFITpfQePd6EOn43M li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ohBg6Gu2f3uTeGqsFITpfQePd6EOn43M li:before{  }
#HcddLiScJ4k8T0TFhf5VdbTEI6iT2Rnq { color:#ffffff;display:block;width:926.997px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.5);top:1088.3159790039px;left:27.986145019531px;height:26px;display:block; }
#PTONLW8XoXeapO7TVMfLyp61MZyZe07D { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:2px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:303px;width:501px;top:352px;left:54.5px;overflow:hidden;display:block; }
#AQg0TCiJ4cKpBz6TW1U3hBIHshmxmk9G { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:95px;width:100px;top:30px;left:830.7265625px;overflow:hidden;display:block; }
#AqZchv5kiJrhdWimRCK9TupJ47GWh9D4 { display:block; }#AqZchv5kiJrhdWimRCK9TupJ47GWh9D4 { background-color: transparent; background-image: none; }#AqZchv5kiJrhdWimRCK9TupJ47GWh9D4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqZchv5kiJrhdWimRCK9TupJ47GWh9D4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqZchv5kiJrhdWimRCK9TupJ47GWh9D4 > .row .container > .video-iframe-container { display: none; }#AqZchv5kiJrhdWimRCK9TupJ47GWh9D4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqZchv5kiJrhdWimRCK9TupJ47GWh9D4 > .row > .video-iframe-container { display: none; }#AqZchv5kiJrhdWimRCK9TupJ47GWh9D4 > .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); }#AqZchv5kiJrhdWimRCK9TupJ47GWh9D4 { border-width: 0; border-radius: 0; }#AqZchv5kiJrhdWimRCK9TupJ47GWh9D4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AqZchv5kiJrhdWimRCK9TupJ47GWh9D4 > .row .container { background-color:#ffffff;background-image:none;width:960px;height:1400px;font-size:14px;font-family:"open sans";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;position:relative;display:block; }#G12bauC8wJ5WELSCbkwMFN35WFzM0Vdx { color:#0b153f;display:block;width:870px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.125px;left:43.993103027344px;height:45.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OGsEPrx1d6hRTezcFScu6rLedwXkSxv7 { color:#0b153f;display:block;width:646.997px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:81.04167175293px;left:269.07989501953px;height:350.9764px;font-style:italic;display:block; }
#leG2TM3SBbJuyC8eIhTRWhExA82sKRxH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:216px;width:235px;top:101px;left:28px;overflow:hidden;display:block; }
#Qq4SN4MnUwACwuFuwTqGuIDMZay9Ikl8 { color:#0b153f;display:block;width:204px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:317px;left:44px;height:31.1876px;text-align:center;text-align-last:center;display:block; }
#KgphQ938Vbcnc8iTDJVZFvBTmAw5u2ky { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:47px;width:168px;top:348.1875px;left:61.5px;overflow:hidden;display:block; }
#p4RAluwfrupo9mouJbAutt2ez9igaIhy { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:218px;width:158px;top:487px;left:727px;overflow:hidden;display:block; }
#EyVn0B5HBio9T1eLRbDFXR2gEqkv2vrF { color:#0b153f;display:block;width:663px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:486.99656677246px;left:40.989624023438px;height:257.3828px;font-style:italic;display:block; }
#nlgc6QrAO6Mc2eto1TchyZtq1xZf7IQQ { color:#0b153f;display:block;width:204px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:705px;left:711px;height:31.1876px;text-align:center;text-align-last:center;display:block; }
#V0cPoo1B7eXgP9IJErRs6O6d6oriBydx { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:38px;width:144px;top:747px;left:734px;overflow:hidden;display:block; }
#sTWNGSxLg3ZPagvs425mTHFaktG3pl1B { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:211px;width:168px;top:814px;left:81px;overflow:hidden;display:block; }
#KD7dETq1mKcbCGSGcsZkR6HBHQqiivuT { color:#0b153f;display:block;width:609px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:858px;left:277px;height:93.6px;font-style:italic;display:block; }
#mwzAV2U0nndVHmx5Ttl8Ge07dwAp6o6T { color:#0b153f;display:block;width:204px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1024px;left:60px;height:31.1876px;text-align:center;text-align-last:center;display:block; }
#FIeJgfvL9T9WT0eTdldfAxW3erxFcu3x { 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;height:84px;width:82px;top:972.1875px;left:263px;overflow:hidden;display:block; }
#nf4TJDOIHm997qsoobdoCASi9recCQ0T { 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;height:236px;width:170px;top:1092px;left:721px;overflow:hidden;display:block; }
#w05LwwVQNmNyioFa07zTuOC3O5SxgkMQ { color:#0b153f;display:block;width:675px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1120.2778320312px;left:43.993103027344px;height:163.7889px;font-style:italic;display:block; }
#W0vaOIHzrdz3cGhl9suwi9ZLxXKQq4FL { color:#0b153f;display:block;width:204px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:1328px;left:711px;height:31.1876px;text-align:center;text-align-last:center;display:block; }
#iAlVsJMr4mJUs1hxTdoUdLByGkwLiTuk { 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;height:96px;width:197px;top:1283px;left:538px;overflow:hidden;display:block; }
#dB3Empyu0u9zPoKhMFfAw8CTtD2lZDWi { 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;height:27px;width:870px;top:431px;left:44px;overflow:hidden;display:block; }
#usBuU80RmAbq3RTV7QGOvXmTXNs4rour { 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;height:27px;width:870px;top:794px;left:44px;overflow:hidden;display:block; }
#qtnJSnTQrglZRAD0aqzMyaQwrbG3lccR { 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;height:27px;width:870px;top:1076px;left:44px;overflow:hidden;display:block; }
#BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a34d78aa-1540-475b-8cdc-06207c675607/DALLE20231205143743AsymbolicandcreativebackgroundforawebinarsignuppagefocusingontheconceptofGoogleAdsanditsconnectiontofinancialsuccessinecom.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw.adaptive-delivery-prevent-bg, #BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw.lazyload, #BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw.lazyloading { background-image: none; }#BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw > .row .container { background-color: transparent; background-image: none; }#BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,21,63,0.86); }#BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw > .row .container > .video-iframe-container { display: none; }#BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,21,63,0.86); }#BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw > .row > .video-iframe-container { display: none; }#BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw > .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); }#BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw > .row .container { border-width: 0; border-radius: 0; }#BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw > .row .container { width:960px;height:219px;font-size:14px;font-family:"open sans";position:relative;display:block; }#J723qX8GmTuffIrmHTCBUe2A5dZuOpy1 { color:#ff3557;display:block;width:832px;position:absolute;font-family:ubuntu;font-size:27px;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.5);top:38.65625px;left:24px;height:37.7969px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kzu6BdNv10Rve6eugFvpMqhGVShP3tMT { background-color:#ff3557;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 5px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:109px;left:24px;display:block; }
#xsg2i0yQ9ekABmVMg08toH5rFbtT42Gx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { width:554px;height:144px;top:146px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { width:358px;height:508px;top:146px;left:406px;display:block; }
 }@media only screen and (max-width: 763px) { #usz6MIeQ2xKry57sRChBys22H2UlPJkz { width:281px;height:70px;top:166px;left:483px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { width:345px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { width:241px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:52px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { width:322px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { width:345px;height:auto;top:507px;left:187.984375px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { width:345px;height:auto;top:507px;left:187.984375px; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #N5apBI9txtMM5aOJGPpTHG2qB67siFVW {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #okiNFwV8Ck2Q52LqrwGp7VwCVMGGFMVc {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #GH9xDsPUxEOqkszmF8KTbGXcfHqEVwN3 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Uh8k2ae3H8WVDy7o2zo5O3mRJJqFpoyX {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #kqO7OA0peswlyTaeqTZnTXm3vXWopnuo {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #FX8upcBiK8ozt1Ag1RCUxutZFWfnVCa1 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { width:114px;height:114px;top:10px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { width:358px;height:110px;top:146px;left:406px;display:block; }
 }@media only screen and (max-width: 763px) { #VMpofsHhlQIoDdkFtx05MVqT3U6E5JR4 { top:697px;left:0px;width:764px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ohBg6Gu2f3uTeGqsFITpfQePd6EOn43M { top:765px;left:0px;width:764px;height:;font-size:20px;display:block; }#ohBg6Gu2f3uTeGqsFITpfQePd6EOn43M li:before{  }
 }@media only screen and (max-width: 763px) { #HcddLiScJ4k8T0TFhf5VdbTEI6iT2Rnq { top:1088px;left:0px;width:764px;height:25px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #PTONLW8XoXeapO7TVMfLyp61MZyZe07D { top:352px;left:0px;width:501px;height:303px;display:block; }
 }@media only screen and (max-width: 763px) { #AQg0TCiJ4cKpBz6TW1U3hBIHshmxmk9G { top:30px;left:664px;width:100px;height:95px;display:block; }
 }@media only screen and (max-width: 763px) { #AqZchv5kiJrhdWimRCK9TupJ47GWh9D4 { display:block; }#AqZchv5kiJrhdWimRCK9TupJ47GWh9D4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G12bauC8wJ5WELSCbkwMFN35WFzM0Vdx { width:764px;height:45px;top:8px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #OGsEPrx1d6hRTezcFScu6rLedwXkSxv7 { top:81px;left:117px;width:646px;height:351px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #leG2TM3SBbJuyC8eIhTRWhExA82sKRxH { top:101px;left:0px;width:235px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #Qq4SN4MnUwACwuFuwTqGuIDMZay9Ikl8 { top:317px;left:0px;width:204px;height:31px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #KgphQ938Vbcnc8iTDJVZFvBTmAw5u2ky { top:348px;left:0px;width:168px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #p4RAluwfrupo9mouJbAutt2ez9igaIhy { top:487px;left:606px;width:158px;height:218px;display:block; }
 }@media only screen and (max-width: 763px) { #EyVn0B5HBio9T1eLRbDFXR2gEqkv2vrF { top:486px;left:0px;width:663px;height:257px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nlgc6QrAO6Mc2eto1TchyZtq1xZf7IQQ { top:705px;left:560px;width:204px;height:31px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #V0cPoo1B7eXgP9IJErRs6O6d6oriBydx { top:747px;left:620px;width:144px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #sTWNGSxLg3ZPagvs425mTHFaktG3pl1B { top:814px;left:0px;width:168px;height:211px;display:block; }
 }@media only screen and (max-width: 763px) { #KD7dETq1mKcbCGSGcsZkR6HBHQqiivuT { top:857px;left:156px;width:608px;height:93px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mwzAV2U0nndVHmx5Ttl8Ge07dwAp6o6T { top:1024px;left:0px;width:204px;height:31px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #FIeJgfvL9T9WT0eTdldfAxW3erxFcu3x { top:972px;left:165px;width:82px;height:84px;display:block; }
 }@media only screen and (max-width: 763px) { #nf4TJDOIHm997qsoobdoCASi9recCQ0T { top:1092px;left:594px;width:170px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #w05LwwVQNmNyioFa07zTuOC3O5SxgkMQ { top:1120px;left:0px;width:675px;height:163px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #W0vaOIHzrdz3cGhl9suwi9ZLxXKQq4FL { top:1328px;left:560px;width:204px;height:31px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #iAlVsJMr4mJUs1hxTdoUdLByGkwLiTuk { top:1283px;left:440px;width:197px;height:96px;display:block; }
 }@media only screen and (max-width: 763px) { #dB3Empyu0u9zPoKhMFfAw8CTtD2lZDWi { top:431px;left:0px;width:764px;height:23.710344827586px;display:block; }
 }@media only screen and (max-width: 763px) { #usBuU80RmAbq3RTV7QGOvXmTXNs4rour { top:794px;left:0px;width:764px;height:23.710344827586px;display:block; }
 }@media only screen and (max-width: 763px) { #qtnJSnTQrglZRAD0aqzMyaQwrbG3lccR { top:1076px;left:0px;width:764px;height:23.710344827586px;display:block; }
 }@media only screen and (max-width: 763px) { #BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw { display:block; }#BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J723qX8GmTuffIrmHTCBUe2A5dZuOpy1 { width:764px;height:37px;top:38px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #kzu6BdNv10Rve6eugFvpMqhGVShP3tMT { width:280px;height:55px;top:109px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xsg2i0yQ9ekABmVMg08toH5rFbtT42Gx { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32455f91-a8df-427e-8faf-8b441ee5adf0/elevatordyplom800v2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a34d78aa-1540-475b-8cdc-06207c675607/DALLE20231205143743AsymbolicandcreativebackgroundforawebinarsignuppagefocusingontheconceptofGoogleAdsanditsconnectiontofinancialsuccessinecom.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,11,38,0.82); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,11,38,0.82); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:320px;height:1977px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { width:300px;height:88.1953px;top:100px;left:10px;font-size:21px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { width:320px;height:414px;top:301px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #usz6MIeQ2xKry57sRChBys22H2UlPJkz { width:300px;height:62.3906px;top:226px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { width:243px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { width:243px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:46px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { width:243px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { width:243px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { width:170px;margin-top:4px;margin-right:42px;margin-bottom:4px;margin-left:36px;height:46px;font-size:16px;overflow:hidden; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { width:221px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { width:242.997px;height:auto;top:301px;left:18px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { width:243px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { width:242.997px;height:auto;top:301px;left:18px; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #N5apBI9txtMM5aOJGPpTHG2qB67siFVW {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #okiNFwV8Ck2Q52LqrwGp7VwCVMGGFMVc {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #GH9xDsPUxEOqkszmF8KTbGXcfHqEVwN3 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Uh8k2ae3H8WVDy7o2zo5O3mRJJqFpoyX {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #kqO7OA0peswlyTaeqTZnTXm3vXWopnuo {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #FX8upcBiK8ozt1Ag1RCUxutZFWfnVCa1 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { width:74px;height:74px;top:0px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { width:320px;height:88px;top:213px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VMpofsHhlQIoDdkFtx05MVqT3U6E5JR4 { width:320px;height:156px;top:944.515625px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ohBg6Gu2f3uTeGqsFITpfQePd6EOn43M { width:320px;height:758px;top:1118.4453125px;left:0px;font-size:20px;text-align:left;text-align-last:left;display:block; }#ohBg6Gu2f3uTeGqsFITpfQePd6EOn43M li:before{  }
 }@media only screen and (max-width: 763px) { #HcddLiScJ4k8T0TFhf5VdbTEI6iT2Rnq { width:320px;height:57.1875px;top:1896.4453125px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTONLW8XoXeapO7TVMfLyp61MZyZe07D { width:320px;height:193.53293413174px;top:732.6328125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AQg0TCiJ4cKpBz6TW1U3hBIHshmxmk9G { width:66px;height:63px;top:3px;left:240.79722572509px;display:block; }
 }@media only screen and (max-width: 763px) { #AqZchv5kiJrhdWimRCK9TupJ47GWh9D4 { background-color:#ffffff;background-image:none;display:block; }#AqZchv5kiJrhdWimRCK9TupJ47GWh9D4 > .row .container { background-color: transparent; background-image: none; }#AqZchv5kiJrhdWimRCK9TupJ47GWh9D4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqZchv5kiJrhdWimRCK9TupJ47GWh9D4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqZchv5kiJrhdWimRCK9TupJ47GWh9D4 > .row .container > .video-iframe-container { display: none; }#AqZchv5kiJrhdWimRCK9TupJ47GWh9D4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqZchv5kiJrhdWimRCK9TupJ47GWh9D4 > .row > .video-iframe-container { display: none; }#AqZchv5kiJrhdWimRCK9TupJ47GWh9D4 > .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); }#AqZchv5kiJrhdWimRCK9TupJ47GWh9D4 > .row .container { width:320px;height:2848px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G12bauC8wJ5WELSCbkwMFN35WFzM0Vdx { width:300px;height:35px;top:12px;left:10px;font-size:25px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OGsEPrx1d6hRTezcFScu6rLedwXkSxv7 { width:320px;height:457.531px;top:399px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #leG2TM3SBbJuyC8eIhTRWhExA82sKRxH { width:235px;height:216px;top:62px;left:42px;display:block; }
 }@media only screen and (max-width: 763px) { #Qq4SN4MnUwACwuFuwTqGuIDMZay9Ikl8 { width:204px;height:31.1876px;top:286px;left:58px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #KgphQ938Vbcnc8iTDJVZFvBTmAw5u2ky { width:168px;height:47px;top:325px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #p4RAluwfrupo9mouJbAutt2ez9igaIhy { width:158px;height:218px;top:900px;left:81px;display:block; }
 }@media only screen and (max-width: 763px) { #EyVn0B5HBio9T1eLRbDFXR2gEqkv2vrF { width:320px;height:374.3433px;top:1235px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nlgc6QrAO6Mc2eto1TchyZtq1xZf7IQQ { width:204px;height:31.1876px;top:1127px;left:58px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #V0cPoo1B7eXgP9IJErRs6O6d6oriBydx { width:144px;height:38px;top:1167px;left:88px;display:block; }
 }@media only screen and (max-width: 763px) { #sTWNGSxLg3ZPagvs425mTHFaktG3pl1B { width:168px;height:211px;top:1621px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #KD7dETq1mKcbCGSGcsZkR6HBHQqiivuT { width:320px;height:166.375px;top:1993px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mwzAV2U0nndVHmx5Ttl8Ge07dwAp6o6T { width:204px;height:31.1876px;top:1845px;left:58px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #FIeJgfvL9T9WT0eTdldfAxW3erxFcu3x { width:82px;height:84px;top:1889px;left:119px;display:block; }
 }@media only screen and (max-width: 763px) { #nf4TJDOIHm997qsoobdoCASi9recCQ0T { width:170px;height:236px;top:2176px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #w05LwwVQNmNyioFa07zTuOC3O5SxgkMQ { width:320px;height:249.5627px;top:2575px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0vaOIHzrdz3cGhl9suwi9ZLxXKQq4FL { width:204px;height:31.1876px;top:2425px;left:58px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #iAlVsJMr4mJUs1hxTdoUdLByGkwLiTuk { width:197px;height:96px;top:2456px;left:61px;display:block; }
 }@media only screen and (max-width: 763px) { #dB3Empyu0u9zPoKhMFfAw8CTtD2lZDWi { width:320px;height:9.93056px;top:879.42700195312px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #usBuU80RmAbq3RTV7QGOvXmTXNs4rour { width:320px;height:9.93056px;top:1621px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qtnJSnTQrglZRAD0aqzMyaQwrbG3lccR { width:320px;height:9.93056px;top:2176.163269043px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a34d78aa-1540-475b-8cdc-06207c675607/DALLE20231205143743AsymbolicandcreativebackgroundforawebinarsignuppagefocusingontheconceptofGoogleAdsanditsconnectiontofinancialsuccessinecom.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw.adaptive-delivery-prevent-bg, #BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw.lazyload, #BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw.lazyloading { background-image: none; }#BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw > .row .container { background-color: transparent; background-image: none; }#BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,11,38,0.82); }#BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw > .row .container > .video-iframe-container { display: none; }#BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,11,38,0.82); }#BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw > .row > .video-iframe-container { display: none; }#BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw > .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); }#BQ4plFU3H5WTa3xvXHQHmpvZXQGpw5Pw > .row .container { width:320px;height:225px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J723qX8GmTuffIrmHTCBUe2A5dZuOpy1 { width:320px;height:75.5859px;top:25px;left:0px;font-size:21px;text-align:center;text-align-last:center;line-height:1.2;color:#ff3557;display:block; }
 }@media only screen and (max-width: 763px) { #kzu6BdNv10Rve6eugFvpMqhGVShP3tMT { width:280px;height:55px;top:133.97570800781px;left:20.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #xsg2i0yQ9ekABmVMg08toH5rFbtT42Gx { display:block; }
 }