.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;
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#BtRZBVT6kgsMEJ8CsOXkBd5Qfp8uOUl3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtRZBVT6kgsMEJ8CsOXkBd5Qfp8uOUl3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtRZBVT6kgsMEJ8CsOXkBd5Qfp8uOUl3 > .row > .video-iframe-container { display: none; }#BtRZBVT6kgsMEJ8CsOXkBd5Qfp8uOUl3 > .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); }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#403a60;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row .container { background-color: transparent; background-image: none; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row .container > .video-iframe-container { display: none; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row > .video-iframe-container { display: none; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .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); }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row .container { border-width: 0; border-radius: 0; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#hJwhVlwlMX1cbiS8uZcU8dxhzFws2cKX { color:#d8d7df;display:block;width:4.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:2.8125rem;left:9.1875rem;height:1.349825rem;text-align:center;text-align-last:center;display:block; }
#FfOMKo7Qvz3v5caDK4iKDbgEJ1yEBTEc { display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.2;top:2.4560546875rem;left:38.75rem;background-color:transparent;background-image:none;height:2.0249rem;text-align:center;text-align-last:center;color:#5a5757;display:block; }
#dvBa1klMPL53DZeT9NH02NfhTad8ciid { display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.2;top:4.125rem;left:38.75rem;background-color:transparent;background-image:none;height:0;text-align:center;text-align-last:center;display:block; }
#DS4MzGR38T4bo44gPOUGXPoaJ9BMVvKU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93706875rem;width:4.0625rem;top:1rem;left:27.9375rem;overflow:hidden;display:block; }
#A6UExbLZ1TDFzmdTN6iqiMv2UWHIOAFM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#403a60;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#A6UExbLZ1TDFzmdTN6iqiMv2UWHIOAFM > .row .container { border-width: 0; border-radius: 0; }#A6UExbLZ1TDFzmdTN6iqiMv2UWHIOAFM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6UExbLZ1TDFzmdTN6iqiMv2UWHIOAFM > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:none; }#IhTNbcJS2lT4QgGvJdmMRzLRree9aASs { color:#d8d7df;display:block;width:4.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:2.8125rem;left:9.1875rem;height:1.3501rem;text-align:center;text-align-last:center;display:block; }
#upFuxKag4frvF0XSDBLzszqcJTmKTMCQ { display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.2;top:4.125rem;left:38.75rem;background-color:transparent;background-image:none;height:0;text-align:center;text-align-last:center;display:block; }
#QKAQJWs6O2nq8qIo9XaroKAhTcRIVuSu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93706875rem;width:4.0625rem;top:1rem;left:27.9375rem;overflow:hidden;display:block; }
#T0eLo5CO5bgIUgiE8TKto6Wid2dFqff4 { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6875rem;left:3.1875rem;height:1.462675rem;font-style:normal;display:block; }
#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5579a515-ffdc-4081-acfb-a3bc59a11463/Events2025landingpagebanner1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu.adaptive-delivery-prevent-bg, #AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu.lazyload, #AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu.lazyloading { background-image: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container { background-color: transparent; background-image: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(70,44,135,0.61); }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container > .video-iframe-container { display: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(70,44,135,0.61); }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row > .video-iframe-container { display: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .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); }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container { border-width: 0; border-radius: 0; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container { width:60rem;height:32.1875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#xmiTwLJFD4vRIq9w8Lhrn9JW8eLICNLl { color:#ffffff;display:block;width:27.6243125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:24.809124946594rem;left:0rem;height:1.70605625rem;font-style:normal;display:block; }
#dz7RCUbeLq0CUBnX5MeT8GNX2TFyrNTG { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.894094467163rem;left:0rem;height:3.8183625rem;text-align:center;text-align-last:center;display:block; }
#lmv3R0Sh7CrR3ynle1iD3kgiCBmxzNT3 { color:#ffffff;display:block;width:12.3735625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.62353515625rem;left:47.6259765625rem;height:1.462675rem;font-style:normal;display:block; }
#HLbzD5BGtO0MyJzbceQAFbeH9kO6fZSA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:3.625rem;top:3.04150390625rem;left:42.6875rem;overflow:hidden;display:block; }
#uIkRWwTraQh1OST7deUXen7EKcw1QkTc { color:#fafafa;display:block;width:30.2495625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:18.580730654299rem;left:14.874130249024rem;height:6.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container { background-color: transparent; background-image: none; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container > .video-iframe-container { display: none; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row > .video-iframe-container { display: none; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .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); }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container { border-width: 0; border-radius: 0; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:60rem;position:relative;display:block; }#exV5kGNSiIJi24qTfFRQhAzehHSDJzeH { color:#fafafa;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:7.31640625rem;left:0rem;height:;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#JTsVmbSeuDG3QkL2y8tnVqDaRK9m5JOK { color:#000000;display:block;width:28.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:2.87109375rem;left:26.60791015625rem;height:24.931675rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#rM6sV4t6MBPl2F7lfTMfvi517Vhi5GxZ { background-color:#352a56;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4965625rem;height:3.3110375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:44.00244140625rem;left:20.2509765625rem;display:block; }
#Kp9P1qJ3tlt7LxHxnlyI195vC7hA4X89 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HartwJxrpJCyBkH5t2ihAAs6EgVhmELx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.125rem;width:25.25rem;top:2.775390625rem;left:0rem;overflow:hidden;display:block; }
#vqIbE3eMNBWisot2Jl7RDlOI3qn6PQRF { color:#000000;display:block;width:55.6875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:39.3486328125rem;left:2.15625rem;height:1.6621125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IAWahezXpPwqDqRWfDyNF1Mwzc3EIyiF { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:30.7861328125rem;left:0rem;height:6.64844375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w94ApotoMKHNwxHqDGOFwucPPSPWoXcI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70667e5f-b636-4354-913a-9b32452c0d7d/BannerPart1BDWebinarlonger2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#w94ApotoMKHNwxHqDGOFwucPPSPWoXcI.adaptive-delivery-prevent-bg, #w94ApotoMKHNwxHqDGOFwucPPSPWoXcI.lazyload, #w94ApotoMKHNwxHqDGOFwucPPSPWoXcI.lazyloading { background-image: none; }#w94ApotoMKHNwxHqDGOFwucPPSPWoXcI > .row .container { border-width: 0; border-radius: 0; }#w94ApotoMKHNwxHqDGOFwucPPSPWoXcI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w94ApotoMKHNwxHqDGOFwucPPSPWoXcI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w94ApotoMKHNwxHqDGOFwucPPSPWoXcI > .row .container { font-size:0.875rem;font-family:arial;height:102.25rem;width:60rem;position:relative;display:none; }#ovXR2ZBkpf7q76qLTZ7qR7G9BX7lyEvT { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.65185546875rem;left:16.3125rem;height:11.0210625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cu64oGzRZDMHBVFIAm5TDcsybkT5E2oB { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.466796875rem;left:0rem;height:2.76220625rem;text-align:center;text-align-last:center;display:block; }
#Sboxp6BbM3o3uXva3IaTVekt1v9HSwzp { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:32.28125rem;left:2.6875rem;display:block; }
#E4pack9DvN1HkDpz1oKX21FTDUThuReC { position:absolute;display:block;z-index:15019;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:33.0625rem;left:3.46875rem;display:block; }
#pVMBzfch4q7EhQKt6hPhUhzuIUm9dvS2 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:33.375rem;left:3.78125rem;overflow:hidden;display:block; }
#JPP9BgIaR2oHkZ5KaQb4L3gHdzSbdgJX { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:15.65185546875rem;left:2.90625rem;display:block; }
#HvDGhg8HTz8mqUcrSHkZ1P5BVpPnFpIf { position:absolute;display:block;z-index:15020;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:16.43310546875rem;left:3.6875rem;display:block; }
#ItTfyhviOk6DHkLJtqUKpZpgP4Htzdco { background-color:#352a56;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.3125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:18.86962890625rem;left:44.0625rem;display:block; }
#gL6XM5V8AaEVzttqlTvy8PXT8TMu2uhg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nMBQ57fmHl8roVsRFwxxaNHKNydaifVK { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:32.28125rem;left:16.15625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qvnh16TXbIgNbT3FE0gK7hXfRbknJTLC { background-color:#352a56;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:34.6875rem;left:44.0625rem;display:block; }
#HTxMyR2Js132306FLoHoC41udbPHQ5d1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#clh7rwOF1fXdsyqTeWQaNocd2xNc7odu { color:#ffffff;display:block;width:27.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:50.85205078125rem;left:16.15625rem;height:6.29775rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PS6aTWiTy94eCZ1b03htl6XXTPMv7Tri { background-color:#352a56;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.3125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:52.3447265625rem;left:44.0625rem;display:block; }
#mGZXCTptIlRmOQosOONdR9KUTKawO9cN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x2OtBHUSQ85Ap4mvS30U11wHAHO0LqLW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:60rem;top:62.3125rem;left:0rem;overflow:hidden;display:block; }
#d7Oq5xtCTPkNXcvwRP01XG4f7miuMErH { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.749025rem;width:5.749025rem;top:16.8388671875rem;left:4.125rem;overflow:hidden;display:block; }
#tTL2JVOdu27Aq07PBuakzp45R03oDVK4 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:49.9375rem;left:2.6875rem;display:block; }
#uuZz87ed22xwhvw2UtgiKibiyp1I83EJ { position:absolute;display:block;z-index:15020;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:50.6875rem;left:3.5rem;display:block; }
#JsEJQV7KnpoDwh0Sqg7qN4oZw0DBJvyu { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:51.6875rem;left:4.4375rem;overflow:hidden;display:block; }
#SbZH8T4dXBT2o7r3dBkDDCh2w1oqZDzv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:33.875rem;top:62.3125rem;left:0rem;overflow:hidden;display:none; }
#vpzEhxXFIhy4sZC4e5qGLTgNVHAbGE8r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70667e5f-b636-4354-913a-9b32452c0d7d/BannerPart1BDWebinarlonger2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vpzEhxXFIhy4sZC4e5qGLTgNVHAbGE8r.adaptive-delivery-prevent-bg, #vpzEhxXFIhy4sZC4e5qGLTgNVHAbGE8r.lazyload, #vpzEhxXFIhy4sZC4e5qGLTgNVHAbGE8r.lazyloading { background-image: none; }#vpzEhxXFIhy4sZC4e5qGLTgNVHAbGE8r > .row .container { border-width: 0; border-radius: 0; }#vpzEhxXFIhy4sZC4e5qGLTgNVHAbGE8r::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vpzEhxXFIhy4sZC4e5qGLTgNVHAbGE8r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vpzEhxXFIhy4sZC4e5qGLTgNVHAbGE8r > .row .container { font-size:0.875rem;font-family:arial;height:88.625rem;width:60rem;position:relative;display:none; }#yKq1vSyThaFXKm2kolwTVUR7i5wdtwxQ { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.65185546875rem;left:16.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LOM4aKme56gFAtQabKvdifVOiXbWy0uo { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.466796875rem;left:0rem;height:2.76220625rem;text-align:center;text-align-last:center;display:block; }
#RLhmeAEtUNI7I85ckq9ErwPOxp92XoJo { background-color:#5d4f89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.3125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:18.86962890625rem;left:44.0625rem;display:block; }
#uJhrronD0HNGTFJMOKqSkw4OnBClfVEi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WARmvp2cwxgUys2eba5EdyasQ6SK2LpI { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:32.28125rem;left:16.15625rem;height:12.597625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vsd9shC2acL1kV32DMB0uu6pQw10vLsE { background-color:#5d4f89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:34.6875rem;left:44.0625rem;display:block; }
#I5JBHJFQDnqH5OLnNBuHAGTRFnM0T6NT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#utRHC7IlUiIhC7BaBSpbwIvw06FK62G0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:59.875rem;top:48.9375rem;left:0rem;overflow:hidden;display:block; }
#RWhPIzhqOzuWNTOsvpbdIZPhzqX7Tx6e { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:15.625rem;left:2.6875rem;display:block; }
#i9X18JoD2xnzQWvivCbW2MEOJQFx6bly { position:absolute;display:block;z-index:15021;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:16.4375rem;left:3.5rem;display:block; }
#RmETbUOHQibmGO5pIVFZ0y8mZz6FfMv6 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.18555rem;width:5.18555rem;top:16.749181747436rem;left:4.1547317504883rem;overflow:hidden;display:block; }
#J5DOK7BxWo7LBQae5VHSTQA2RqaTJ8BX { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:32.3125rem;left:2.6875rem;display:block; }
#cpZITmCborGSgoh03lTI5hVs8n5CLfaS { position:absolute;display:block;z-index:15023;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:33.125rem;left:3.5rem;display:block; }
#W1lP4gDPs8T9NgqqeoEO2Nbl58HF2TwX { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.749025rem;width:5.749025rem;top:33.5rem;left:3.9375rem;overflow:hidden;display:block; }
#Maha5cbITli1sxszSRas0UsP96HUqNH7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:33.6875rem;top:48.9375rem;left:0rem;overflow:hidden;display:none; }
#v7lWFWvhL5fqu0ZDcZwt8BzIbr4OC9F1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70667e5f-b636-4354-913a-9b32452c0d7d/BannerPart1BDWebinarlonger2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#v7lWFWvhL5fqu0ZDcZwt8BzIbr4OC9F1.adaptive-delivery-prevent-bg, #v7lWFWvhL5fqu0ZDcZwt8BzIbr4OC9F1.lazyload, #v7lWFWvhL5fqu0ZDcZwt8BzIbr4OC9F1.lazyloading { background-image: none; }#v7lWFWvhL5fqu0ZDcZwt8BzIbr4OC9F1 > .row .container { border-width: 0; border-radius: 0; }#v7lWFWvhL5fqu0ZDcZwt8BzIbr4OC9F1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v7lWFWvhL5fqu0ZDcZwt8BzIbr4OC9F1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v7lWFWvhL5fqu0ZDcZwt8BzIbr4OC9F1 > .row .container { font-size:0.875rem;font-family:arial;height:69.9375rem;width:60rem;position:relative;display:none; }#VX9SzDgldIBLTBiQuJCLhPmtNCNos75l { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.65185546875rem;left:16.3125rem;height:9.44825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZeRzqVP8p1kyiTa5lwTKhJyvCoD7tKaq { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.466796875rem;left:0rem;height:2.76220625rem;text-align:center;text-align-last:center;display:block; }
#ttTW3qwKy4vq7pt4wxLdq1WwVmoownH1 { background-color:#352a56;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.3125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:18.86962890625rem;left:44.0625rem;display:block; }
#vOH2AZfOLz7xm4eeGNf2xw5oRgEum8hx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fk5oe6PkKnsIyG0DV2F2NzrPUVtFSHTM { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:59.8125rem;top:30.90625rem;left:0.1259765625rem;overflow:hidden;display:block; }
#aSxts5UwaA3TGB0kqMaznNf3euDzAOFJ { position:absolute;display:block;z-index:15039;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:17.9375rem;left:3.5rem;display:block; }
#tdcgQwAJpGW1l3Zd0raHl04CFAy6CvVo { position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:17.125rem;left:2.75rem;display:block; }
#zHtG8zCp7BRlOQFK86dqMSy7cfITO2ZT { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.186525rem;width:5.186525rem;top:18.125rem;left:4.1875rem;overflow:hidden;display:block; }
#bMyOVACkL5PuwV9p1oLIN66d4EyEK6Gu { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:33.6875rem;top:81.1875rem;left:0rem;overflow:hidden;display:none; }
#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70667e5f-b636-4354-913a-9b32452c0d7d/BannerPart1BDWebinarlonger2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1.adaptive-delivery-prevent-bg, #OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1.lazyload, #OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1.lazyloading { background-image: none; }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 > .row .container { background-color: transparent; background-image: none; }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #352a56; }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 > .row .container > .video-iframe-container { display: none; }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #352a56; }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 > .row > .video-iframe-container { display: none; }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 > .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); }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 > .row .container { border-width: 0; border-radius: 0; }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 > .row .container { font-size:0.875rem;font-family:arial;height:195.6875rem;width:60rem;position:relative;display:block; }#SithJEst59vC9TADiRWkxpodm2AFFMoP { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.65185546875rem;left:16.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#muwubi776RAINCvmJuelZ0RynoA6sFIl { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.466796875rem;left:0rem;height:2.76220625rem;text-align:center;text-align-last:center;display:block; }
#knXWbgcznJxAhtpi5tePdJyMWXfWkWi8 { background-color:#5d4f89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.3125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:18.869140625rem;left:44.1875rem;display:block; }
#RHG93UZzWOEROTmOHhDVx8ZGbe1tkIP2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MIxdGvqfe59ZigGEi6NKtibVK2dxWr95 { background-color:#5d4f89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:34.6875rem;left:44.0625rem;display:block; }
#y3a877ATnyoS1DKOo0BabZaETBzzN4Qh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K6D3UGZVxuQfXWAafQToUdfIQfKfGaMM { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:49.16357421875rem;left:2.6875rem;display:block; }
#AnUNvbTlGTUATXA4Ar76MMZ2gtMdKNZo { position:absolute;display:block;z-index:15020;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:49.94482421875rem;left:3.46875rem;display:block; }
#hfKhoAZofoZFbDkLZXreJcc0TSipulAk { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:50.25732421875rem;left:3.78125rem;overflow:hidden;display:block; }
#UOZbxrCH2a3eKsXGbKaFmegNJRs7Rcma { background-color:#5d4f89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:51.56982421875rem;left:44.0625rem;display:block; }
#CPG4JLxab3dzBLaUahEyflVSWFNTT5Um { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XgGA3KtRus0RPCrc8wnXTqNIlTcOfR5O { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:32.28125rem;left:16.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zPE23v3oLUNDrpdFIhya9NG174sJmIIc { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:49.16357421875rem;left:16.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kL2ZGEQuwcxKG5MXBlByEkUU4AuUfa55 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:59.875rem;top:122.625rem;left:0rem;overflow:hidden;display:block; }
#t1Q8TKOQrPVoMXCtF5DCMPDTwBrxhM9T { position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:32.3125rem;left:2.75rem;display:block; }
#tD8LP87zt33sS6GQRX6g7v0AgqciazOz { position:absolute;display:block;z-index:15044;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:33.125rem;left:3.5625rem;display:block; }
#w4i9DTrOP9GaSZmBc59PHnJtxAUnVHXm { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.749025rem;width:5.749025rem;top:33.4375rem;left:3.9375rem;overflow:hidden;display:block; }
#zuG4L70ml9Rp04TnHS750I3O4EOTJKJb { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:15.625rem;left:2.6875rem;display:block; }
#SZmfkwDITq4bNPyzZhk1hPZagXuF5MRs { position:absolute;display:block;z-index:15045;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:16.4375rem;left:3.4375rem;display:block; }
#XcRCacQAE6h5zLypKuIhBgCNyF4JAcWb { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.186525rem;width:5.186525rem;top:16.625rem;left:4.125rem;overflow:hidden;display:block; }
#kO5qtFUizuQXP1cHncFNQ5SgF4iGxygP { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:33.3125rem;top:65.4375rem;left:0rem;overflow:hidden;display:none; }
#PI59xVmzeDsfp0ryZRz8iPuithDRzpHH { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5620125rem;width:5.5620125rem;top:104.28076171875rem;left:3.96875rem;overflow:hidden;display:block; }
#ocKUIfosb3uF0azZhOmvwHG7p4l4Vahx { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:68.6357421875rem;left:4.4375rem;overflow:hidden;display:block; }
#KNuX5nygyM2bSvAB0JfhuQDqJwis5Up3 { color:#ffffff;display:block;width:31.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:67.0732421875rem;left:15.96875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nbnd609hLgBLKAQbpwiszNNtTvm4H6b8 { position:absolute;display:block;z-index:15050;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:67.6669921875rem;left:3.46875rem;display:block; }
#ZcGf8qUT2m9R5lnEfCXEghyG9kKVPyTE { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:67.0732421875rem;left:2.6875rem;display:block; }
#DGKIeyLuf5ZSCUVd9mAh6xKq8RCnANy6 { color:#ffffff;display:block;width:31rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:85.04345703125rem;left:15.96875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fxhn6Qyh8xLJzlAVx84nIdCfe9JEHEXS { position:absolute;display:block;z-index:15050;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:85.966796875rem;left:3.46875rem;display:block; }
#oZA4rdFVVQMvdtFRChxxCmtJsCmJ76cs { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:85.185546875rem;left:2.6875rem;display:block; }
#xm2aiTN7Ukr0n6NDFmIXy0uXxn10PgRt { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.186525rem;width:5.186525rem;top:86.65478515625rem;left:4.15625rem;overflow:hidden;display:block; }
#DZIleavJKMorWZPbznLc8so7AX1MTmDG { position:absolute;display:block;z-index:15051;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:103.78076171875rem;left:3.46875rem;display:block; }
#qF9rr9ARQPshbbhrbcOHubDfqTtWxJdq { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:102.99951171875rem;left:2.6875rem;display:block; }
#mbACoAEnT3PnQgaBiPpHu5wyAxT00MMs { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:102.99951171875rem;left:15.96875rem;height:14.172375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zTuddsshw5M9H9UXILlihmM61iHpi11A { background-color:#5d4f89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:69.2919921875rem;left:44.5rem;display:block; }
#azI40rS6pIW0TD4NfSNovAowlC3yEWFw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lX1vBRUvPIRAXyuRV7TSCFWT5WqA0IPs { background-color:#5d4f89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.3125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:86.65478515625rem;left:44.5rem;display:block; }
#TdOTr1lSlLpZXPEcT7kywlpV5iLymaIW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XFHxgHuBEdFah78KTpAImJas6fCgtge8 { background-color:#5d4f89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:105.4052734375rem;left:44.5rem;display:block; }
#DK58BOybaLLV3UruC71xwtHZNtkq58Tm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SVDGP5CikTTxhwoDI9IQwnGTE5dhVq0x { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:59.8125rem;top:156.25rem;left:0rem;overflow:hidden;display:block; }
#rM6VL3egnvS2wzPwydnagItxU5uX0i7S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70667e5f-b636-4354-913a-9b32452c0d7d/BannerPart1BDWebinarlonger2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S.adaptive-delivery-prevent-bg, #rM6VL3egnvS2wzPwydnagItxU5uX0i7S.lazyload, #rM6VL3egnvS2wzPwydnagItxU5uX0i7S.lazyloading { background-image: none; }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S > .row .container { background-color: transparent; background-image: none; }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #5d4f89; }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S > .row .container > .video-iframe-container { display: none; }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #5d4f89; }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S > .row > .video-iframe-container { display: none; }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S > .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); }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S > .row .container { border-width: 0; border-radius: 0; }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S > .row .container { font-size:0.875rem;font-family:arial;height:108.875rem;width:60rem;position:relative;display:block; }#DOAFAC8A68y0In02Ue9FWlPwrzOJEvEJ { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.466796875rem;left:0rem;height:2.76220625rem;text-align:center;text-align-last:center;display:block; }
#UFpB5EkCfiIppRC5QD93bVKlLKGCTMQs { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:15.65185546875rem;left:2.90625rem;display:block; }
#x9Fsx7G3nn9XpunEzWSozT6ohn28Zq2I { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:16.74560546875rem;left:4rem;overflow:hidden;display:block; }
#sOq9KWE1tkMRwpUMuGTKh2U2NtXmTsWT { position:absolute;display:block;z-index:15020;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:16.43310546875rem;left:3.6875rem;display:block; }
#xPJoXO7DrhZgVtKsZJ3TKWTCqfFW4vIS { background-color:#352a56;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.3125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:17.931640625rem;left:44.5rem;display:block; }
#nu2T0z7IL8NGXdHxLbtgzcfodzGQHVUq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#upflgCxTTXUcwHNLaW5L7ksUxAlQt2L9 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:59.875rem;top:69rem;left:0rem;overflow:hidden;display:block; }
#u1KNL49wNWMQEUt0wR8WlhqL4K8wx7BZ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:33.0625rem;top:28.4375rem;left:0rem;overflow:hidden;display:none; }
#ZInnCl40CUS3qi0VKVXiZZvQ3c4IreBk { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.77734375rem;left:16.5rem;height:7.8735625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qldqh8465TwDusA2m9JX4hBQpArUR3kS { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:30.73583984375rem;left:16.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yEOgvHOnEzJuq1vtKD8H4eTTHRN5Rk0T { color:#ffffff;display:block;width:25.5615rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:50.12646484375rem;left:16.5rem;height:14.172375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g5BeIoRmT1ltHTCkRmISNqlk8RI6IuhI { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1870125rem;width:5.1870125rem;top:33.23583984375rem;left:4.375rem;overflow:hidden;display:block; }
#Po2m3gqgPZHqernwcwCoHgDtHszD3ZJo { position:absolute;display:block;z-index:15036;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:32.5478515625rem;left:3.6875rem;display:block; }
#RSpViCaCD4MMpSQ0wO70MBfBFwvOE3Z2 { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:31.7666015625rem;left:2.90625rem;display:block; }
#TnqFND4X8NLcMZhNJueRn0AEPQK5970W { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.749025rem;width:5.749025rem;top:51.34033203125rem;left:4.09375rem;overflow:hidden;display:block; }
#doAwS8muP6ZDiDENdCIJ1ICxKdfe8mQs { position:absolute;display:block;z-index:15035;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:50.93359375rem;left:3.6875rem;display:block; }
#UtTXP9fTgR12FlvOlmucoFsH3kpVEd24 { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:50.12646484375rem;left:2.90625rem;display:block; }
#k9zmefW2Ap15l39SXQHCbZcSUWSy3Xbo { background-color:#352a56;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:35.3779296875rem;left:44.5rem;display:block; }
#OF7hcNzOX0BnIGLWPeTxVwFzRfTrT6hV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kvEmuWpRicNRrIS4R0Dvm2G6xPCepXgm { background-color:#352a56;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.3125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:56.5029296875rem;left:44.5rem;display:block; }
#wQ8Zed4HkKexuGfCU70pJlEBof3rWaDb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MrNamnWAumFvZINFK0wH733JpZQDaLT5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70667e5f-b636-4354-913a-9b32452c0d7d/BannerPart1BDWebinarlonger2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5.adaptive-delivery-prevent-bg, #MrNamnWAumFvZINFK0wH733JpZQDaLT5.lazyload, #MrNamnWAumFvZINFK0wH733JpZQDaLT5.lazyloading { background-image: none; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5 > .row .container { background-color: transparent; background-image: none; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #352a56; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrNamnWAumFvZINFK0wH733JpZQDaLT5 > .row .container > .video-iframe-container { display: none; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #352a56; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5 > .row > .video-iframe-container { display: none; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5 > .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); }#MrNamnWAumFvZINFK0wH733JpZQDaLT5 > .row .container { border-width: 0; border-radius: 0; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5 > .row .container { font-size:0.875rem;font-family:arial;height:69.8125rem;width:60rem;position:relative;display:block; }#VDL93NkRL8Knd9TagFK6Mv7uGLa8fKag { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.466796875rem;left:0rem;height:2.76220625rem;text-align:center;text-align-last:center;display:block; }
#eQTyrz25Rs9Il6mAX3oTGRg42nqUhakK { background-color:#5d4f89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.3125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:18.05810546875rem;left:42.25rem;display:block; }
#AsENc0xIdr2gsniV1mmm1crRzdshGOin { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#faicxXu6TD5dntxJvpPyKkMU6oPG9CEO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:59.875rem;top:29.75rem;left:0rem;overflow:hidden;display:block; }
#epAX6Ppp6bgZaIJ2t1TOFSBOmW4EDnAC { position:absolute;display:block;z-index:15048;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:16.4375rem;left:3.5625rem;display:block; }
#OxiuqSCVuCmioTwAmJMunWKxvtfWA7y9 { position:absolute;display:block;z-index:15047;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:15.625rem;left:2.8125rem;display:block; }
#UHI5qR595RTvyos1HbUmPNamsms65Bpg { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1870125rem;width:5.1870125rem;top:16.625rem;left:4.25rem;overflow:hidden;display:block; }
#t49ptidytXoA82i6KPcZyndvaI905I6x { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:33.0625rem;top:47.4375rem;left:0rem;overflow:hidden;display:none; }
#KWCTUVk0SCfkUi0IbGLv7smsTtJSOx8u { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.77734375rem;left:15.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70667e5f-b636-4354-913a-9b32452c0d7d/BannerPart1BDWebinarlonger2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry.adaptive-delivery-prevent-bg, #K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry.lazyload, #K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry.lazyloading { background-image: none; }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry > .row .container { background-color: transparent; background-image: none; }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #5d4f89; }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry > .row .container > .video-iframe-container { display: none; }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #5d4f89; }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry > .row > .video-iframe-container { display: none; }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry > .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); }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry > .row .container { border-width: 0; border-radius: 0; }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry > .row .container { font-size:0.875rem;font-family:arial;height:88.8125rem;width:60rem;position:relative;display:block; }#FFGDV5Khv3KRN59TSowTMyqBzXILHtK1 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.466796875rem;left:0rem;height:2.76220625rem;text-align:center;text-align-last:center;display:block; }
#ElHoz0eZFkJw3XxvfzMeBFHggKAp18G7 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:15.65185546875rem;left:2.90625rem;display:block; }
#gNcqyXTuZK1aXDKmegaKx5nRb8xA70eI { position:absolute;display:block;z-index:15020;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:16.43310546875rem;left:3.6875rem;display:block; }
#NMAl78zzfFQrnpuBCAMRoWWrHkcQgSsz { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:34.09375rem;left:2.90625rem;display:block; }
#QKhhhvO04LWSyOuZpJZXmG8uqP7xCdeX { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:16.61962890625rem;left:4rem;overflow:hidden;display:block; }
#af3kriDM1T3z2TpSlSlOS6ygDwbxwzis { position:absolute;display:block;z-index:15021;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:34.875rem;left:3.6875rem;display:block; }
#cwTU7ch2WIAxFovVtFSbgrTObJcTgHgw { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33.96435546875rem;left:15.4375rem;height:11.0229375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MhP4Q4NuKmpR7KlKLLnVu0AQVb1Cob6x { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.65185546875rem;left:15.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HVcmKm6DKXBl16N0bgQXko3DzNA6uP8b { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:35.84375rem;left:4.65625rem;overflow:hidden;display:block; }
#FbLsJ9m1f06oHpZ0I6azQrOvqxfzAzin { background-color:#352a56;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:19.74560546875rem;left:42.25rem;display:block; }
#XvpfRFCog6hfCGiK7aNAFO7F0D2fzPym { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cUMT6d42Cr01wFVsry6yev4ONQxWPLqw { background-color:#352a56;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.3125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:38.96875rem;left:42.25rem;display:block; }
#sL892Mpe8q7E6ITvqR1K55drx8v7G0xw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NACCSxzD9KR9HB0l5mDEAkHAgzWo5nH8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:59.875rem;top:49.75rem;left:0rem;overflow:hidden;display:block; }
#a8BXpb4w4daop1enI75k4ucOn3ANKwKI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70667e5f-b636-4354-913a-9b32452c0d7d/BannerPart1BDWebinarlonger2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI.adaptive-delivery-prevent-bg, #a8BXpb4w4daop1enI75k4ucOn3ANKwKI.lazyload, #a8BXpb4w4daop1enI75k4ucOn3ANKwKI.lazyloading { background-image: none; }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI > .row .container { background-color: transparent; background-image: none; }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #352a56; }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI > .row .container > .video-iframe-container { display: none; }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #352a56; }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI > .row > .video-iframe-container { display: none; }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI > .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); }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI > .row .container { border-width: 0; border-radius: 0; }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI > .row .container { font-size:0.875rem;font-family:arial;height:67.75rem;width:60rem;position:relative;display:block; }#C2nSzOqS1iTAnnThbknTApmhp4Pc61ty { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.466796875rem;left:0rem;height:2.76220625rem;text-align:center;text-align-last:center;display:block; }
#L1fepEcnlCyf2tlRFS7VFOyn73ZDFiVI { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:15.65185546875rem;left:2.90625rem;display:block; }
#LU1kx6Be8qzcFSfWdKyKVPw6pHwki2K4 { position:absolute;display:block;z-index:15020;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:16.43310546875rem;left:3.6875rem;display:block; }
#WuQHtkNLIvh0GRPKST95Cyf5KVMaQDGA { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:16.61962890625rem;left:4rem;overflow:hidden;display:block; }
#WaH0Nfq6CmhKLMw1uTNvVT3m1zfEElUB { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.56396484375rem;left:15.1875rem;height:6.2988125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v6sepZApBko4G1r1hyer6w2PKlD7ah0F { background-color:#5d4f89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:18.05810546875rem;left:42.25rem;display:block; }
#NI50tP90dXiRpFxoyIw5AnThhb4LP4Dg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MBJ5IchrptEeO6c8reWFdaS4i9L3DAfZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:59.875rem;top:29rem;left:0rem;overflow:hidden;display:block; }
#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70667e5f-b636-4354-913a-9b32452c0d7d/BannerPart1BDWebinarlonger2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc.adaptive-delivery-prevent-bg, #vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc.lazyload, #vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc.lazyloading { background-image: none; }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc > .row .container { background-color: transparent; background-image: none; }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #5d4f89; }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc > .row .container > .video-iframe-container { display: none; }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #5d4f89; }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc > .row > .video-iframe-container { display: none; }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc > .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); }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc > .row .container { border-width: 0; border-radius: 0; }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc > .row .container { font-size:0.875rem;font-family:arial;height:120.875rem;width:60rem;position:relative;display:block; }#MXDv7RU88wCCCWpZmTq0cGrymrt4I6JX { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.466796875rem;left:0rem;height:2.76220625rem;text-align:center;text-align-last:center;display:block; }
#J1QZIHK3IV2aPa9WigxH5aeDUrI4hz2v { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:15.65185546875rem;left:2.90625rem;display:block; }
#HxQFTyPSoUBnNTP6rUGDCJX934enLCme { position:absolute;display:block;z-index:15020;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:16.43310546875rem;left:3.6875rem;display:block; }
#o3Kfpi2ydlhegh2mNERmHc3wAU2dx1mM { background-color:#352a56;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:18.05810546875rem;left:42.25rem;display:block; }
#Q4hpkScVpTfbpTOCdXutgU5F9yOrPJFt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LQWyCNRx0roEuSiWhb1TmT0EM0yVhdOl { color:#ffffff;display:block;width:29.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.651062011719rem;left:14.749347686767rem;height:12.597625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TxJferIlNxklra0cuVey2VDihbpn1Ooc { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:31.40185546875rem;left:14.75rem;height:12.597625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sgNM63hfbQTEN41cMKNZRPm5a8HyETee { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:31.40185546875rem;left:2.90625rem;display:block; }
#WXdFNBGhcWxbHGQQfsoAEPZG3DHpGRMT { position:absolute;display:block;z-index:15021;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:32.18310546875rem;left:3.6875rem;display:block; }
#WzNnHiR6scRwHBCGFyVhZFJvwPxym02J { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1870125rem;width:5.1870125rem;top:17.12060546875rem;left:4.375rem;overflow:hidden;display:block; }
#ifwRGP88eddfXO9IWAUIXICzA4saeIq7 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.749025rem;width:5.749025rem;top:32.58984375rem;left:4.09375rem;overflow:hidden;display:block; }
#zqfQZIwWwvmNoCa1pB21U5Om4cCq7hPE { background-color:#352a56;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.3125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:33.80810546875rem;left:42.25rem;display:block; }
#AFwmEddyc4uOFzKM9xJuPfNEodecXNFp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uucP28R0b7z9nDXXs4Vfs27ID6O3ZitX { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:59.875rem;top:48.375rem;left:0rem;overflow:hidden;display:block; }
#dyKDxUAJZctxkc8p65TTochQJLP02o59 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:59.875rem;top:82rem;left:0rem;overflow:hidden;display:block; }
#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70667e5f-b636-4354-913a-9b32452c0d7d/BannerPart1BDWebinarlonger2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b.adaptive-delivery-prevent-bg, #z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b.lazyload, #z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b.lazyloading { background-image: none; }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b > .row .container { background-color: transparent; background-image: none; }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #352a56; }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b > .row .container > .video-iframe-container { display: none; }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #352a56; }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b > .row > .video-iframe-container { display: none; }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b > .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); }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b > .row .container { border-width: 0; border-radius: 0; }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b > .row .container { font-size:0.875rem;font-family:arial;height:123.9375rem;width:60rem;position:relative;display:block; }#WybcuJVxJ2KN2bAq3xZODuy0lzcPS7pO { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.466796875rem;left:0rem;height:2.76220625rem;text-align:center;text-align-last:center;display:block; }
#HTJDVvs4M6Qgw96JPHtiJklA2tCkxbIU { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:15.65185546875rem;left:2.90625rem;display:block; }
#Zh6v3FLAQFIxqugEkHTTGy5AkKDGcpD1 { position:absolute;display:block;z-index:15020;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:16.43310546875rem;left:3.6875rem;display:block; }
#UVF3t8fyXgphc2GQPzmNW12xccn28LcI { background-color:#5d4f89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:18.05810546875rem;left:42.25rem;display:block; }
#qm6dF9RP7egCvwXdqZQOkGhrBdADEUA9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QVmPfkOKmv8pfsoQE5J0AUTPttggKndP { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.65185546875rem;left:14.4375rem;height:12.597625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QbT8PHuc89GQqgBAvTLQ4NdI1FT2sqqo { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:31.40185546875rem;left:14.4375rem;height:12.597625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b1T5rtrip0T1lKaInCb2y5ZTyrnaQBFU { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:31.40185546875rem;left:2.90625rem;display:block; }
#pTVoTIyoPGUl3rl7Uco6xc9Q2ZWLZ9J3 { position:absolute;display:block;z-index:15021;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:32.18310546875rem;left:3.6875rem;display:block; }
#krTL87BPTnp28qVzaD1T2Q9BFXbGwLdU { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1870125rem;width:5.1870125rem;top:17.12060546875rem;left:4.375rem;overflow:hidden;display:block; }
#SBzpoOL9x3Vqz9da1N6XhWmsUw58XQhZ { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.749025rem;width:5.749025rem;top:32.58984375rem;left:4.09375rem;overflow:hidden;display:block; }
#iDDdqGDqLn38WLDn8DQVfRsb2I1a1MoB { background-color:#5d4f89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.3125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:33.80810546875rem;left:42.25rem;display:block; }
#GpeOW4og7on2GNQDxuHWVFzpNhz6zyc9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E3fO0y5HoGkMJS2RT3yQxqkXorwQ4gH1 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:59.875rem;top:51.3251953125rem;left:0rem;overflow:hidden;display:block; }
#GPg3eV3vznKvRyvymetR6LUWH2vqeLnD { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:59.875rem;top:84.9501953125rem;left:0rem;overflow:hidden;display:block; }
#Env6SxCEq27maT9blfe362Q4ClVZxD6F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70667e5f-b636-4354-913a-9b32452c0d7d/BannerPart1BDWebinarlonger2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Env6SxCEq27maT9blfe362Q4ClVZxD6F.adaptive-delivery-prevent-bg, #Env6SxCEq27maT9blfe362Q4ClVZxD6F.lazyload, #Env6SxCEq27maT9blfe362Q4ClVZxD6F.lazyloading { background-image: none; }#Env6SxCEq27maT9blfe362Q4ClVZxD6F > .row .container { background-color: transparent; background-image: none; }#Env6SxCEq27maT9blfe362Q4ClVZxD6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #5d4f89; }#Env6SxCEq27maT9blfe362Q4ClVZxD6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Env6SxCEq27maT9blfe362Q4ClVZxD6F > .row .container > .video-iframe-container { display: none; }#Env6SxCEq27maT9blfe362Q4ClVZxD6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #5d4f89; }#Env6SxCEq27maT9blfe362Q4ClVZxD6F > .row > .video-iframe-container { display: none; }#Env6SxCEq27maT9blfe362Q4ClVZxD6F > .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); }#Env6SxCEq27maT9blfe362Q4ClVZxD6F > .row .container { border-width: 0; border-radius: 0; }#Env6SxCEq27maT9blfe362Q4ClVZxD6F::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Env6SxCEq27maT9blfe362Q4ClVZxD6F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Env6SxCEq27maT9blfe362Q4ClVZxD6F > .row .container { font-size:0.875rem;font-family:arial;height:106.3125rem;width:60rem;position:relative;display:block; }#sRpKk6z0UgDxeV4RxvqhEolD8WQUDQsb { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.466796875rem;left:0rem;height:2.76220625rem;text-align:center;text-align-last:center;display:block; }
#iEMVAvQd6rT0HTcWEoykUuBddbkylVpT { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:15.65185546875rem;left:2.90625rem;display:block; }
#aIThGf4pHSCSuQeTHU7x2qTMFpATF7rO { position:absolute;display:block;z-index:15020;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:16.43310546875rem;left:3.6875rem;display:block; }
#dR20Z7LXqQvGrBSp2MtCNmmc6LrrS2UH { background-color:#352a56;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:19.74560546875rem;left:42.25rem;display:block; }
#LADh0AMItmVVtqSINmT6ZaCi5XDayhSA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l7wm4cGrgEh53VGhtTpO1VlE66Ru90uv { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(93,79,137,0.5);top:15.65185546875rem;left:15.0625rem;height:12.597625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DNKnvwyHMulAvWRg5MTCDWTEKkb3xJUr { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:33.80810546875rem;left:2.90625rem;display:block; }
#gBJkgrzvGoWRUnaqkpXZ1rK6oQRMZiXZ { position:absolute;display:block;z-index:15021;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:34.58935546875rem;left:3.6875rem;display:block; }
#fVlhbLvaHnQGkLNgDzUMwZXlisfeTBKI { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1870125rem;width:5.1870125rem;top:17.12060546875rem;left:4.375rem;overflow:hidden;display:block; }
#HOT1f494HGfsP25wrN7zXfhXnNicRlmB { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.749025rem;width:5.749025rem;top:34.99609375rem;left:4.09375rem;overflow:hidden;display:block; }
#L31VXlwlWTpisvJRwAS1m7Q4TXTWtefM { background-color:#352a56;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.3125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:37.90185546875rem;left:42.25rem;display:block; }
#T2F3JEsd6MCTN8fWzpiISbGUpHtutdNx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WVrOs4FIBzpMSzgRDDLTr9NfvrUH28sH { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33.80810546875rem;left:15.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EEXG6FMZm4EZWRK5uIyhy7hW29im2oAQ { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:51.05810546875rem;left:15.0625rem;height:12.597625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#efexM60Banesr51oaLzEScLpB2fbaOzo { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:51.05810546875rem;left:2.90625rem;display:block; }
#s5bMKDT8wBAaHOsQl50SIKQ0wLsPOQyQ { position:absolute;display:block;z-index:15022;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:51.83935546875rem;left:3.6875rem;display:block; }
#XfuIdKo4tP2Fec4dELO3TNRKLOr0Pr9T { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:52.52685546875rem;left:4rem;overflow:hidden;display:block; }
#l0R4xEFFzlAND9UC8BxrRDJ70SMRZOPT { background-color:#352a56;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.3125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:53.83935546875rem;left:42.25rem;display:block; }
#HTEELgGcylh1ECUFpeC0hQrnx9sF5yeT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rZ6HT47Q21XelUhwd3wVJZwBxU81lmFo { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:59.875rem;top:67.7001953125rem;left:0rem;overflow:hidden;display:block; }
#vNWXCyS8ADV713RlbDT74owfFat1WOTV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70667e5f-b636-4354-913a-9b32452c0d7d/BannerPart1BDWebinarlonger2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vNWXCyS8ADV713RlbDT74owfFat1WOTV.adaptive-delivery-prevent-bg, #vNWXCyS8ADV713RlbDT74owfFat1WOTV.lazyload, #vNWXCyS8ADV713RlbDT74owfFat1WOTV.lazyloading { background-image: none; }#vNWXCyS8ADV713RlbDT74owfFat1WOTV > .row .container { background-color: transparent; background-image: none; }#vNWXCyS8ADV713RlbDT74owfFat1WOTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #352a56; }#vNWXCyS8ADV713RlbDT74owfFat1WOTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNWXCyS8ADV713RlbDT74owfFat1WOTV > .row .container > .video-iframe-container { display: none; }#vNWXCyS8ADV713RlbDT74owfFat1WOTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #352a56; }#vNWXCyS8ADV713RlbDT74owfFat1WOTV > .row > .video-iframe-container { display: none; }#vNWXCyS8ADV713RlbDT74owfFat1WOTV > .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); }#vNWXCyS8ADV713RlbDT74owfFat1WOTV > .row .container { border-width: 0; border-radius: 0; }#vNWXCyS8ADV713RlbDT74owfFat1WOTV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vNWXCyS8ADV713RlbDT74owfFat1WOTV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vNWXCyS8ADV713RlbDT74owfFat1WOTV > .row .container { font-size:0.875rem;font-family:arial;height:90.6875rem;width:60rem;position:relative;display:block; }#KCFVzinrfsOSI8CzTvay4dpCrlVZy9y0 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.466796875rem;left:0rem;height:2.76220625rem;text-align:center;text-align-last:center;display:block; }
#A0KgCUVTxdmdDNlrA1ve0E57S454L8RW { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:15.65185546875rem;left:2.90625rem;display:block; }
#JCBvEfX7OqPouQ4rD67DmEE8ZMTuArwq { position:absolute;display:block;z-index:15020;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:16.43310546875rem;left:3.6875rem;display:block; }
#VziUXK2lqoTsFgfX8LG9JoQayAD2FuvT { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:75.89892578125rem;left:0rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UdGpLMTEJErNmsT3mNDPKfUp2ODxn4WS { background-color:#5d4f89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:82.49560546875rem;left:21.125rem;display:block; }
#LKuZLHkoLVMWs5EBxh88UXSMLGaHipQr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zpv3FSMNXxO3FZ79JthuTLbegfBzTTWd { background-color:#5d4f89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:18.05810546875rem;left:42.25rem;display:block; }
#P4c3PJqWqOnTu370uzlNW0naWzpvxhzV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#baUdFXRLZMycWigFbbeouTTy5lBr1aNU { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.65185546875rem;left:15.6875rem;height:11.0229375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rgnuMw9B6bgDHf9HvCFWb83TqLc5ZQ6S { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1870125rem;width:5.1870125rem;top:17.12060546875rem;left:4.375rem;overflow:hidden;display:block; }
#qFgLqqPAZddzPxNbclxbVKXsel4aK8VM { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:59.875rem;top:31.77392578125rem;left:0rem;overflow:hidden;display:block; }
#rrw4oWHZlBhTewb5mgclu0OiwcQfngnu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#352a56;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rrw4oWHZlBhTewb5mgclu0OiwcQfngnu > .row .container { border-width: 0; border-radius: 0; }#rrw4oWHZlBhTewb5mgclu0OiwcQfngnu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rrw4oWHZlBhTewb5mgclu0OiwcQfngnu > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:60rem;position:relative;display:none; }#uVt3scMRQTnGaBtPTp3CXn9qdwP04ZHp { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5674715042114rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ea3FDAFGXIeRvtNR5nMunuGFsTmZS48q { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:8.8117942810056rem;left:0rem;height:1.57470625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-element-container { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;box-shadow: none; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:montserrat;font-style:normal;color:#352a56; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:montserrat;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;height:auto;color:#352a56; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-trigger.adaptive-delivery-prevent-bg, #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-trigger.lazyload, #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-trigger.lazyloading { background-image: none; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep { box-sizing:content-box;height:auto;width:50.625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15018;background-color:#352a56;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.53125rem;left:3.4375rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #Ii26ZyEXVtcN4coXaZysiQo76oRZWTZW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #M9eQIlltSB5aCkXR5i9Bv7vCVJvdeuJh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #eaeKGnKczDwHhvbFMMKzWbPKi6lG687v { display:block;position:relative; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #bvLWy17KavBPuGT4pqa5KFF36GgoPXTv {  }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #qG729WTshaTWILglrrutyyEURDTaxV0o {  }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #bw9RIyCDDWNUh6TIyO1TZCF4ghTeZ8Uw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #xJxmdQLHtmZPHRvTHaTO4839f5S3znR2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #bO6ARoRNm9Pt2qIFrKt3GedwJ1dXn5KR { display:block;position:relative; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #D6MMgtPry6RIMeTzRWPlebm6yUI0ePeO {  }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #GVE9S5UErHZvU4Lig0waLZILWVUhQkSs { display:none; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #Cp210HsNC62ZPz0CWh9TQEfxsQnES2DS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #nQmdUnFqPqP2dyfTsD2IbUZsUcLSho7d { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #T69LozHQDsVpbTLt1VNxhJdbA57xvTMm { display:block;position:relative; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #xxKvgvIkiekRiKUeNEbrheBesbLuEO2q {  }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #xdbWOgTPi2KDxVkc613murwnCQBMpsxZ { display:none; }
#N14dyPqvEnHW9mKpKM9ySkI3ATLpbsO8 { background-color:#403a60;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:32.0625rem;left:20.25rem;display:none; }
#VDVvX33IB2uTJdCHrwkOrKScHe2lxUV4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d4f89;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK > .row .container { background-color: transparent; background-image: none; }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK > .row .container > .video-iframe-container { display: none; }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK > .row > .video-iframe-container { display: none; }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK > .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); }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK > .row .container { border-width: 0; border-radius: 0; }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:60rem;position:relative;display:block; }#TKDssB6S9VQBWHBuweA08TJaDfcBS8uw { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(104,91,199,0.4), rgba(63,42,86,0.99));background-image: -moz-linear-gradient(120deg, rgba(104,91,199,0.4), rgba(63,42,86,0.99));background-image: -ms-linear-gradient(120deg, rgba(104,91,199,0.4), rgba(63,42,86,0.99));background-image: -o-linear-gradient(120deg, rgba(104,91,199,0.4), rgba(63,42,86,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#66685bc7', endColorstr='#fc3f2a56' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#66685bc7', endColorstr='#fc3f2a56' );";background-image: linear-gradient(120deg, rgba(104,91,199,0.4), rgba(63,42,86,0.99));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:27.9375rem;width:60rem;top:6.78125rem;left:0rem;display:block; }
#dCoNviX5pSXHv5Ti6QMfJzTCXoav0TlV { color:#fafafa;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mco8CVPHz0D2cSQzXLRTlIvCZLvNXOhH { position:absolute;display:block;z-index:15005;height:26.3125rem;width:60rem;top:7.75rem;left:0rem;display:block; }
#hDgRk0xpXn2X1VtqliTACO0JwCqFVfs7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #352a56);background-image: -moz-linear-gradient(180deg, #685bc7, #352a56);background-image: -ms-linear-gradient(180deg, #685bc7, #352a56);background-image: -o-linear-gradient(180deg, #685bc7, #352a56);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#352a56' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#352a56' );";background-image: linear-gradient(180deg, #685bc7, #352a56);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hDgRk0xpXn2X1VtqliTACO0JwCqFVfs7 > .row .container { background-color: transparent; background-image: none; }#hDgRk0xpXn2X1VtqliTACO0JwCqFVfs7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDgRk0xpXn2X1VtqliTACO0JwCqFVfs7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDgRk0xpXn2X1VtqliTACO0JwCqFVfs7 > .row .container > .video-iframe-container { display: none; }#hDgRk0xpXn2X1VtqliTACO0JwCqFVfs7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDgRk0xpXn2X1VtqliTACO0JwCqFVfs7 > .row > .video-iframe-container { display: none; }#hDgRk0xpXn2X1VtqliTACO0JwCqFVfs7 > .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); }#hDgRk0xpXn2X1VtqliTACO0JwCqFVfs7 > .row .container { border-width: 0; border-radius: 0; }#hDgRk0xpXn2X1VtqliTACO0JwCqFVfs7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hDgRk0xpXn2X1VtqliTACO0JwCqFVfs7 > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:60rem;position:relative;display:block; }#vQmIDQdznAuOVHaDGxm33GpIuDrVQlkE { position:absolute;display:block;z-index:15001;background-color:#352a56;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:25.125rem;width:27.625rem;top:12rem;left:32.375rem;display:block; }
#m6AoGyX10FWDa0HDQ1ffl8QMfoPaFGgo { color:#685bc7;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3745660781861rem;left:32.905818939209rem;height:2.51855625rem;font-style:normal;display:block; }
#UkUKvH3PQnSEKptfFu3TideHLy71Wagm { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:23.875rem;top:9.3424482345581rem;left:3.3723945617676rem;overflow:hidden;display:block; }
#gxpuIA9ce2MMCtlezDPdRL29hSH3H6ZE { color:#fafafa;display:block;width:25.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:6.6872837543488rem;left:32.936634063721rem;height:3.1494125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-form-header { font-size:0.875rem; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#ffffff;width:22.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5625rem;box-sizing:border-box;height:2.5rem;color:#f3f7ff;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-input-text {padding-top: 0; padding-bottom: 0;}#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5625rem;box-sizing:border-box;height:4.375rem;color:#f3f7ff;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-input-select {padding-top: 0; padding-bottom: 0;}#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-input-button { border-top-left-radius:0.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:#685bc7;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:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:22.5625rem;height:3.4375rem;font-family:montserrat;overflow:hidden; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y [class*="-text"]:-moz-placeholder { color:rgba(255,255,255,0.97);font-family:montserrat;font-size:0.875rem; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y [class*="-text"]::-moz-placeholder { color:rgba(255,255,255,0.97);font-family:montserrat;font-size:0.875rem; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y [class*="-text"]:-ms-input-placeholder { color:rgba(255,255,255,0.97);font-family:montserrat;font-size:0.875rem; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y [class*="-text"]::-webkit-input-placeholder { color:rgba(255,255,255,0.97);font-family:montserrat;font-size:0.875rem; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#fafafa;vertical-align:top;width:21.3125rem;overflow:hidden;font-style:normal;float:none; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-container:first-of-type{padding-top:0;}#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-container:last-of-type{padding-bottom:0;}#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.566650390625rem;left:33.655601501465rem;font-size:0.875rem; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5625rem;display:block;vertical-align:top; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;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; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y {display:block;}#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.566650390625rem;left:33.655601501465rem;font-size:0.875rem; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #V801rqbL68kgL3JHIJ0zTOFb9BxMgm0D { position:relative; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #I0kak0f6vDgzTTdivKzlIIy3iPzbu1qA { position:relative;display:block; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #g906BmMbsLhqIUcSmq7rSZNznKGVv0XP { position:relative; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #wLVcnTlsXhiBCgtw441wQ0fMKQl4Z9ZP { position:relative; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #Tv8U2hcReMoyOp75asGfKTne6y3TkDvc { position:relative;display:block; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #aCy0MDZLfEe8Cd7ZX1eVraegIJBQv7ZT { position:relative; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #Kw5IZkzZ5W2L0kMxPZN6LyIayTfJ4FBa { position:relative; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #Tgwx4TPNZ9dMo1XRKIouya3EdDz1sQ6h { position:relative;display:block; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #pl5DZJJJPPVviydQxwgDaIeePg03w0ZB { position:relative; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #sQVTE0ycqwHDa6cuOlDrAtoho0wamvFo { position:relative; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #GdIEI4XExG44NOMfZEipzWBdrSu78etz { position:relative;z-index:2; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #tRLI1blw3m6KSXQ2kfXfGaWm3RqGu0gq { position:relative; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #pdW9hsIckyoJpGvz2nUibX7hhTGKTGB2 { position:relative; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #pzdwBNTK18WUiq6C7pJ17OVRBP9waJnx { position:relative; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s { display:block; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hJwhVlwlMX1cbiS8uZcU8dxhzFws2cKX { width:4.0625rem;height:1.05025rem;top:2.8125rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #FfOMKo7Qvz3v5caDK4iKDbgEJ1yEBTEc { background-color:transparent;background-image:none;left:26.0009765625rem;top:2.4560546875rem;width:21.74925rem;height:2.0247375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #dvBa1klMPL53DZeT9NH02NfhTad8ciid { left:20.3125rem;background-color:transparent;background-image:none;top:3.1875rem;width:27.4375rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #DS4MzGR38T4bo44gPOUGXPoaJ9BMVvKU { width:4.0625rem;height:4.93706875rem;top:1rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #A6UExbLZ1TDFzmdTN6iqiMv2UWHIOAFM { display:none; }#A6UExbLZ1TDFzmdTN6iqiMv2UWHIOAFM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #IhTNbcJS2lT4QgGvJdmMRzLRree9aASs { width:4.0625rem;height:1.04980625rem;top:2.8125rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #upFuxKag4frvF0XSDBLzszqcJTmKTMCQ { left:20.3125rem;background-color:transparent;background-image:none;top:3.1875rem;width:27.4375rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #QKAQJWs6O2nq8qIo9XaroKAhTcRIVuSu { width:4.0625rem;height:4.93706875rem;top:1rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #T0eLo5CO5bgIUgiE8TKto6Wid2dFqff4 { width:12.374125rem;height:1.2999125rem;top:4.7851567268372rem;left:3.249783039093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/55fde341-3333-4c2f-9b3e-6b322e586b05/BDWebinarSocials3.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu.adaptive-delivery-prevent-bg, #AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu.lazyload, #AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu.lazyloading { background-image: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container { background-color: transparent; background-image: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #5d4f89; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container > .video-iframe-container { display: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #5d4f89; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row > .video-iframe-container { display: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .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); }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container { width:47.75rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #xmiTwLJFD4vRIq9w8Lhrn9JW8eLICNLl { width:24.561625rem;height:0;top:27.874350018334rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 959px) { #dz7RCUbeLq0CUBnX5MeT8GNX2TFyrNTG { width:47.75rem;height:3.24978125rem;top:2.431640625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #lmv3R0Sh7CrR3ynle1iD3kgiCBmxzNT3 { width:12.372375rem;height:0;top:3.3450517654419rem;left:6.0924482345581rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #HLbzD5BGtO0MyJzbceQAFbeH9kO6fZSA { width:3.625rem;height:4.625rem;top:1.6796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #uIkRWwTraQh1OST7deUXen7EKcw1QkTc { width:47.7480625rem;height:3.148875rem;top:6.4443359375rem;left:0.0009765625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq { background-color:#ffffff;background-image:none;display:block; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container { background-color: transparent; background-image: none; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container > .video-iframe-container { display: none; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row > .video-iframe-container { display: none; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .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); }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container { width:47.75rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #exV5kGNSiIJi24qTfFRQhAzehHSDJzeH { width:47.7495625rem;height:0;top:2.5444889068604rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #JTsVmbSeuDG3QkL2y8tnVqDaRK9m5JOK { width:47.7480625rem;height:22.04211875rem;top:1.55078125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #rM6sV4t6MBPl2F7lfTMfvi517Vhi5GxZ { width:20.3125rem;height:3.311525rem;top:34.4375rem;left:13.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Kp9P1qJ3tlt7LxHxnlyI195vC7hA4X89 { display:block; }
 }@media only screen and (max-width: 959px) { #HartwJxrpJCyBkH5t2ihAAs6EgVhmELx { top:5.1015625rem;left:27.3125rem;width:15.125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #vqIbE3eMNBWisot2Jl7RDlOI3qn6PQRF { width:47.7480625rem;height:1.5744375rem;top:31.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #IAWahezXpPwqDqRWfDyNF1Mwzc3EIyiF { width:47.7480625rem;height:7.87218125rem;top:23.58984375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #w94ApotoMKHNwxHqDGOFwucPPSPWoXcI { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5d4f89, #000000);background-image: -moz-linear-gradient(180deg, #5d4f89, #000000);background-image: -ms-linear-gradient(180deg, #5d4f89, #000000);background-image: -o-linear-gradient(180deg, #5d4f89, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d4f89', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d4f89', endColorstr='#000000' );";background-image: linear-gradient(180deg, #5d4f89, #000000);background-size:cover !important;display:none; }#w94ApotoMKHNwxHqDGOFwucPPSPWoXcI > .row .container { width:47.75rem;height:89.8125rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #ovXR2ZBkpf7q76qLTZ7qR7G9BX7lyEvT { width:47.7480625rem;height:9.795875rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Cu64oGzRZDMHBVFIAm5TDcsybkT5E2oB { width:47.75rem;height:2.03125rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Sboxp6BbM3o3uXva3IaTVekt1v9HSwzp { top:9.0625rem;left:36.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #E4pack9DvN1HkDpz1oKX21FTDUThuReC { top:50.625rem;left:37.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #pVMBzfch4q7EhQKt6hPhUhzuIUm9dvS2 { width:5.3125rem;height:5.3125rem;top:51.25rem;left:38.25rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 959px) { #JPP9BgIaR2oHkZ5KaQb4L3gHdzSbdgJX { top:29.25rem;left:36.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HvDGhg8HTz8mqUcrSHkZ1P5BVpPnFpIf { top:9.8125rem;left:37.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ItTfyhviOk6DHkLJtqUKpZpgP4Htzdco { width:20.3125rem;height:3.125rem;top:18.8125rem;left:13.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #gL6XM5V8AaEVzttqlTvy8PXT8TMu2uhg { display:block; }
 }@media only screen and (max-width: 959px) { #nMBQ57fmHl8roVsRFwxxaNHKNydaifVK { width:34.625rem;height:11.1953125rem;top:27.72265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Qvnh16TXbIgNbT3FE0gK7hXfRbknJTLC { width:20.3125rem;height:3.125rem;top:38.91796875rem;left:13.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HTxMyR2Js132306FLoHoC41udbPHQ5d1 { display:block; }
 }@media only screen and (max-width: 959px) { #clh7rwOF1fXdsyqTeWQaNocd2xNc7odu { width:25.3125rem;height:5.59765625rem;top:49.85546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #PS6aTWiTy94eCZ1b03htl6XXTPMv7Tri { width:20.3125rem;height:3.125rem;top:58rem;left:13.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #mGZXCTptIlRmOQosOONdR9KUTKawO9cN { display:block; }
 }@media only screen and (max-width: 959px) { #x2OtBHUSQ85Ap4mvS30U11wHAHO0LqLW { top:62.75rem;left:0rem;width:47.75rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #d7Oq5xtCTPkNXcvwRP01XG4f7miuMErH { width:5rem;height:5rem;top:30.8125rem;left:38.375rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 959px) { #tTL2JVOdu27Aq07PBuakzp45R03oDVK4 { top:49.875rem;left:36.8125rem;width:8.125rem;height:8.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 959px) { #uuZz87ed22xwhvw2UtgiKibiyp1I83EJ { top:30rem;left:37.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #JsEJQV7KnpoDwh0Sqg7qN4oZw0DBJvyu { width:4.625rem;height:4.625rem;top:10.8125rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #SbZH8T4dXBT2o7r3dBkDDCh2w1oqZDzv { top:10.4140625rem;left:3.3125rem;width:6.75rem;height:6.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #vpzEhxXFIhy4sZC4e5qGLTgNVHAbGE8r { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd47014f-68cd-4348-aa25-c795981f73d1/openartimage_alTFwhnS_1742181586003_raw.preview.mirror.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#vpzEhxXFIhy4sZC4e5qGLTgNVHAbGE8r.adaptive-delivery-prevent-bg, #vpzEhxXFIhy4sZC4e5qGLTgNVHAbGE8r.lazyload, #vpzEhxXFIhy4sZC4e5qGLTgNVHAbGE8r.lazyloading { background-image: none; }#vpzEhxXFIhy4sZC4e5qGLTgNVHAbGE8r > .row .container { width:47.75rem;height:71.625rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #yKq1vSyThaFXKm2kolwTVUR7i5wdtwxQ { width:27.561875rem;height:11.1979375rem;top:7.0290802717206rem;left:2.5618491172791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #LOM4aKme56gFAtQabKvdifVOiXbWy0uo { width:47.75rem;height:2.03125rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #RLhmeAEtUNI7I85ckq9ErwPOxp92XoJo { width:12.999125rem;height:3.125rem;top:15.033638000488rem;left:33.436418294907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #uJhrronD0HNGTFJMOKqSkw4OnBClfVEi { display:block; }
 }@media only screen and (max-width: 959px) { #WARmvp2cwxgUys2eba5EdyasQ6SK2LpI { width:36.25rem;height:11.1979375rem;top:26.499567389488rem;left:2.5618491172791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Vsd9shC2acL1kV32DMB0uu6pQw10vLsE { width:13rem;height:3.125rem;top:34.641929984092rem;left:33.434247732162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #I5JBHJFQDnqH5OLnNBuHAGTRFnM0T6NT { display:block; }
 }@media only screen and (max-width: 959px) { #utRHC7IlUiIhC7BaBSpbwIvw06FK62G0 { top:42.150390625rem;left:0rem;width:47.75rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #RWhPIzhqOzuWNTOsvpbdIZPhzqX7Tx6e { top:25.125rem;left:35.875rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #i9X18JoD2xnzQWvivCbW2MEOJQFx6bly { top:25.875rem;left:36.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #RmETbUOHQibmGO5pIVFZ0y8mZz6FfMv6 { width:4.12435rem;height:4.12435rem;top:6.8912762403488rem;left:37.873265981674rem;display:block; }
 }@media only screen and (max-width: 959px) { #J5DOK7BxWo7LBQae5VHSTQA2RqaTJ8BX { top:5.125rem;left:35.875rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #cpZITmCborGSgoh03lTI5hVs8n5CLfaS { top:5.875rem;left:36.6875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #W1lP4gDPs8T9NgqqeoEO2Nbl58HF2TwX { width:5rem;height:5rem;top:26.6875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Maha5cbITli1sxszSRas0UsP96HUqNH7 { top:10.4140625rem;left:3.3125rem;width:6.6875rem;height:6.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #v7lWFWvhL5fqu0ZDcZwt8BzIbr4OC9F1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5d4f89, #000000);background-image: -moz-linear-gradient(180deg, #5d4f89, #000000);background-image: -ms-linear-gradient(180deg, #5d4f89, #000000);background-image: -o-linear-gradient(180deg, #5d4f89, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d4f89', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d4f89', endColorstr='#000000' );";background-image: linear-gradient(180deg, #5d4f89, #000000);background-size:cover !important;display:none; }#v7lWFWvhL5fqu0ZDcZwt8BzIbr4OC9F1 > .row .container { width:47.75rem;height:106.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #VX9SzDgldIBLTBiQuJCLhPmtNCNos75l { width:37.9373125rem;height:8.3984375rem;top:8.4874143600462rem;left:2.3741321563721rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZeRzqVP8p1kyiTa5lwTKhJyvCoD7tKaq { width:47.75rem;height:2.03125rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ttTW3qwKy4vq7pt4wxLdq1WwVmoownH1 { width:13rem;height:3.125rem;top:14.819869995118rem;left:33.467881917954rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #vOH2AZfOLz7xm4eeGNf2xw5oRgEum8hx { display:block; }
 }@media only screen and (max-width: 959px) { #fk5oe6PkKnsIyG0DV2F2NzrPUVtFSHTM { top:77.3857421875rem;left:0rem;width:47rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #aSxts5UwaA3TGB0kqMaznNf3euDzAOFJ { top:41.6875rem;left:36.6875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #tdcgQwAJpGW1l3Zd0raHl04CFAy6CvVo { top:40.875rem;left:35.875rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #zHtG8zCp7BRlOQFK86dqMSy7cfITO2ZT { width:4.12435rem;height:4.12435rem;top:42.875rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #bMyOVACkL5PuwV9p1oLIN66d4EyEK6Gu { top:10.4140625rem;left:3.3125rem;width:6.6875rem;height:6.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd47014f-68cd-4348-aa25-c795981f73d1/openartimage_alTFwhnS_1742181586003_raw.preview.mirror.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1.adaptive-delivery-prevent-bg, #OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1.lazyload, #OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1.lazyloading { background-image: none; }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 > .row .container { background-color: transparent; background-image: none; }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #352a56; }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 > .row .container > .video-iframe-container { display: none; }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #352a56; }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 > .row > .video-iframe-container { display: none; }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 > .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); }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 > .row .container { width:47.75rem;height:89.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #SithJEst59vC9TADiRWkxpodm2AFFMoP { width:32.7495625rem;height:11.1979375rem;top:8.1000442504881rem;left:3.2573785781861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #muwubi776RAINCvmJuelZ0RynoA6sFIl { width:47.75rem;height:2.03125rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #knXWbgcznJxAhtpi5tePdJyMWXfWkWi8 { width:13rem;height:3.125rem;top:16.242405354977rem;left:32.590062856674rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #RHG93UZzWOEROTmOHhDVx8ZGbe1tkIP2 { display:block; }
 }@media only screen and (max-width: 959px) { #MIxdGvqfe59ZigGEi6NKtibVK2dxWr95 { width:13rem;height:3.125rem;top:33.978950917721rem;left:32.658422231674rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #y3a877ATnyoS1DKOo0BabZaETBzzN4Qh { display:block; }
 }@media only screen and (max-width: 959px) { #K6D3UGZVxuQfXWAafQToUdfIQfKfGaMM { top:42.0625rem;left:35rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #AnUNvbTlGTUATXA4Ar76MMZ2gtMdKNZo { top:42.8125rem;left:35.8125rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #hfKhoAZofoZFbDkLZXreJcc0TSipulAk { width:5.3125rem;height:5.3125rem;top:43.4375rem;left:36.561849355697rem;display:block; }
 }@media only screen and (max-width: 959px) { #UOZbxrCH2a3eKsXGbKaFmegNJRs7Rcma { width:13rem;height:3.125rem;top:51.687282979488rem;left:32.588975667954rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #CPG4JLxab3dzBLaUahEyflVSWFNTT5Um { display:block; }
 }@media only screen and (max-width: 959px) { #XgGA3KtRus0RPCrc8wnXTqNIlTcOfR5O { width:39.6875rem;height:11.1979375rem;top:25.836590230465rem;left:4.0299479961395rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #zPE23v3oLUNDrpdFIhya9NG174sJmIIc { width:35.2495625rem;height:11.1979375rem;top:44.374994695187rem;left:3.2573785781861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #kL2ZGEQuwcxKG5MXBlByEkUU4AuUfa55 { top:60.197475850582rem;left:0rem;width:47rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #t1Q8TKOQrPVoMXCtF5DCMPDTwBrxhM9T { top:24.25rem;left:35rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #tD8LP87zt33sS6GQRX6g7v0AgqciazOz { top:25.0625rem;left:35.8125rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #w4i9DTrOP9GaSZmBc59PHnJtxAUnVHXm { width:5rem;height:5rem;top:25.8125rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #zuG4L70ml9Rp04TnHS750I3O4EOTJKJb { top:6.5625rem;left:35rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #SZmfkwDITq4bNPyzZhk1hPZagXuF5MRs { top:7.375rem;left:35.8125rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #XcRCacQAE6h5zLypKuIhBgCNyF4JAcWb { width:4.62456875rem;height:4.62456875rem;top:8.3125rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kO5qtFUizuQXP1cHncFNQ5SgF4iGxygP { top:10.4140625rem;left:3.3125rem;width:6.5625rem;height:6.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #PI59xVmzeDsfp0ryZRz8iPuithDRzpHH { width:5rem;height:5rem;top:24.75rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ocKUIfosb3uF0azZhOmvwHG7p4l4Vahx { width:4.625rem;height:4.625rem;top:7.8125rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KNuX5nygyM2bSvAB0JfhuQDqJwis5Up3 { width:37.561875rem;height:11.1979375rem;top:42.245010375976rem;left:2.3741321563721rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Nbnd609hLgBLKAQbpwiszNNtTvm4H6b8 { top:42.8125rem;left:35.8125rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZcGf8qUT2m9R5lnEfCXEghyG9kKVPyTE { top:42.0625rem;left:35rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #DGKIeyLuf5ZSCUVd9mAh6xKq8RCnANy6 { width:23.125rem;height:11.1979375rem;top:24.0625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Fxhn6Qyh8xLJzlAVx84nIdCfe9JEHEXS { top:42.8125rem;left:35.8125rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #oZA4rdFVVQMvdtFRChxxCmtJsCmJ76cs { top:42.0625rem;left:35rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #xm2aiTN7Ukr0n6NDFmIXy0uXxn10PgRt { width:4.62456875rem;height:4.62456875rem;top:8.3125rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #DZIleavJKMorWZPbznLc8so7AX1MTmDG { top:42.8125rem;left:35.8125rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #qF9rr9ARQPshbbhrbcOHubDfqTtWxJdq { top:42.0625rem;left:35rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #mbACoAEnT3PnQgaBiPpHu5wyAxT00MMs { width:26.8125rem;height:12.597625rem;top:61.274959564209rem;left:2.3741321563721rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #zTuddsshw5M9H9UXILlihmM61iHpi11A { width:13rem;height:3.125rem;top:16.359613895416rem;left:33.373483419418rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #azI40rS6pIW0TD4NfSNovAowlC3yEWFw { display:block; }
 }@media only screen and (max-width: 959px) { #lX1vBRUvPIRAXyuRV7TSCFWT5WqA0IPs { width:13rem;height:3.125rem;top:16.359613895416rem;left:33.373483419418rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TdOTr1lSlLpZXPEcT7kywlpV5iLymaIW { display:block; }
 }@media only screen and (max-width: 959px) { #XFHxgHuBEdFah78KTpAImJas6fCgtge8 { width:13rem;height:3.125rem;top:16.359613895416rem;left:33.373483419418rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #DK58BOybaLLV3UruC71xwtHZNtkq58Tm { display:block; }
 }@media only screen and (max-width: 959px) { #SVDGP5CikTTxhwoDI9IQwnGTE5dhVq0x { top:63.47332933545rem;left:0rem;width:47rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #rM6VL3egnvS2wzPwydnagItxU5uX0i7S { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd47014f-68cd-4348-aa25-c795981f73d1/openartimage_alTFwhnS_1742181586003_raw.preview.mirror.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S.adaptive-delivery-prevent-bg, #rM6VL3egnvS2wzPwydnagItxU5uX0i7S.lazyload, #rM6VL3egnvS2wzPwydnagItxU5uX0i7S.lazyloading { background-image: none; }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S > .row .container { background-color: transparent; background-image: none; }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #352a56; }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S > .row .container > .video-iframe-container { display: none; }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #352a56; }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S > .row > .video-iframe-container { display: none; }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S > .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); }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S > .row .container { width:47.75rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #DOAFAC8A68y0In02Ue9FWlPwrzOJEvEJ { width:47.75rem;height:2.03125rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #UFpB5EkCfiIppRC5QD93bVKlLKGCTMQs { top:7.25rem;left:35.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #x9Fsx7G3nn9XpunEzWSozT6ohn28Zq2I { width:5.3125rem;height:5.3125rem;top:8.625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #sOq9KWE1tkMRwpUMuGTKh2U2NtXmTsWT { top:8rem;left:36.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xPJoXO7DrhZgVtKsZJ3TKWTCqfFW4vIS { width:13rem;height:3.125rem;top:16.359613895416rem;left:33.373483419418rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nu2T0z7IL8NGXdHxLbtgzcfodzGQHVUq { display:block; }
 }@media only screen and (max-width: 959px) { #upflgCxTTXUcwHNLaW5L7ksUxAlQt2L9 { top:22.760392189026rem;left:0rem;width:47rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #u1KNL49wNWMQEUt0wR8WlhqL4K8wx7BZ { top:10.4140625rem;left:3.3125rem;width:6.5625rem;height:6.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #ZInnCl40CUS3qi0VKVXiZZvQ3c4IreBk { width:27.6248125rem;height:5.59895625rem;top:8.6870660781863rem;left:2.312283039093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #qldqh8465TwDusA2m9JX4hBQpArUR3kS { width:40rem;height:11.1979375rem;top:23.619793176651rem;left:2.312283039093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #yEOgvHOnEzJuq1vtKD8H4eTTHRN5Rk0T { width:35.9375rem;height:11.1979375rem;top:42.9375rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #g5BeIoRmT1ltHTCkRmISNqlk8RI6IuhI { width:4.24913125rem;height:4.24913125rem;top:6.4984817504881rem;left:37.934030294418rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 959px) { #Po2m3gqgPZHqernwcwCoHgDtHszD3ZJo { top:5.375rem;left:36.75rem;width:6.5625rem;height:6.5625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 959px) { #RSpViCaCD4MMpSQ0wO70MBfBFwvOE3Z2 { top:4.5625rem;left:36rem;width:8.125rem;height:8.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 959px) { #TnqFND4X8NLcMZhNJueRn0AEPQK5970W { width:5rem;height:5rem;top:24.218750238419rem;left:37.559678792954rem;display:block; }
 }@media only screen and (max-width: 959px) { #doAwS8muP6ZDiDENdCIJ1ICxKdfe8mQs { top:23.4375rem;left:36.8125rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #UtTXP9fTgR12FlvOlmucoFsH3kpVEd24 { top:22.625rem;left:36rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #k9zmefW2Ap15l39SXQHCbZcSUWSy3Xbo { width:13rem;height:3.125rem;top:16.359613895416rem;left:33.373483419418rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #OF7hcNzOX0BnIGLWPeTxVwFzRfTrT6hV { display:block; }
 }@media only screen and (max-width: 959px) { #kvEmuWpRicNRrIS4R0Dvm2G6xPCepXgm { width:13rem;height:3.125rem;top:16.359613895416rem;left:33.373483419418rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wQ8Zed4HkKexuGfCU70pJlEBof3rWaDb { display:block; }
 }@media only screen and (max-width: 959px) { #MrNamnWAumFvZINFK0wH733JpZQDaLT5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd47014f-68cd-4348-aa25-c795981f73d1/openartimage_alTFwhnS_1742181586003_raw.preview.mirror.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5.adaptive-delivery-prevent-bg, #MrNamnWAumFvZINFK0wH733JpZQDaLT5.lazyload, #MrNamnWAumFvZINFK0wH733JpZQDaLT5.lazyloading { background-image: none; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5 > .row .container { background-color: transparent; background-image: none; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #5d4f89; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrNamnWAumFvZINFK0wH733JpZQDaLT5 > .row .container > .video-iframe-container { display: none; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #5d4f89; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5 > .row > .video-iframe-container { display: none; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5 > .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); }#MrNamnWAumFvZINFK0wH733JpZQDaLT5 > .row .container { width:47.75rem;height:73rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VDL93NkRL8Knd9TagFK6Mv7uGLa8fKag { width:47.75rem;height:2.03125rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #eQTyrz25Rs9Il6mAX3oTGRg42nqUhakK { width:13rem;height:3.125rem;top:15.819227218628rem;left:33.092450857162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #AsENc0xIdr2gsniV1mmm1crRzdshGOin { display:block; }
 }@media only screen and (max-width: 959px) { #faicxXu6TD5dntxJvpPyKkMU6oPG9CEO { top:41.758900642395rem;left:0rem;width:47rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #epAX6Ppp6bgZaIJ2t1TOFSBOmW4EDnAC { top:24.4375rem;left:36.3125rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #OxiuqSCVuCmioTwAmJMunWKxvtfWA7y9 { top:23.625rem;left:35.5rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #UHI5qR595RTvyos1HbUmPNamsms65Bpg { width:3.4375rem;height:3.4375rem;top:9.3120460510256rem;left:37.873265981674rem;display:block; }
 }@media only screen and (max-width: 959px) { #t49ptidytXoA82i6KPcZyndvaI905I6x { top:10.4140625rem;left:3.3125rem;width:6.5625rem;height:6.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #KWCTUVk0SCfkUi0IbGLv7smsTtJSOx8u { width:26.749125rem;height:5.59895625rem;top:10.761719226837rem;left:2.4370660781861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd47014f-68cd-4348-aa25-c795981f73d1/openartimage_alTFwhnS_1742181586003_raw.preview.mirror.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry.adaptive-delivery-prevent-bg, #K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry.lazyload, #K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry.lazyloading { background-image: none; }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry > .row .container { background-color: transparent; background-image: none; }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,42,86,0.51); }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry > .row .container > .video-iframe-container { display: none; }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,42,86,0.51); }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry > .row > .video-iframe-container { display: none; }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry > .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); }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry > .row .container { width:47.75rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #FFGDV5Khv3KRN59TSowTMyqBzXILHtK1 { width:47.75rem;height:2.03125rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ElHoz0eZFkJw3XxvfzMeBFHggKAp18G7 { top:2.625rem;left:35.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #gNcqyXTuZK1aXDKmegaKx5nRb8xA70eI { top:3.375rem;left:36.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #NMAl78zzfFQrnpuBCAMRoWWrHkcQgSsz { top:2.625rem;left:35.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #QKhhhvO04LWSyOuZpJZXmG8uqP7xCdeX { width:5.3125rem;height:5.3125rem;top:3.9951171875rem;left:37.134765625rem;display:block; }
 }@media only screen and (max-width: 959px) { #af3kriDM1T3z2TpSlSlOS6ygDwbxwzis { top:3.375rem;left:36.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #cwTU7ch2WIAxFovVtFSbgrTObJcTgHgw { width:28.3745625rem;height:9.7981875rem;top:25.889758110046rem;left:2.5618491172791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #MhP4Q4NuKmpR7KlKLLnVu0AQVb1Cob6x { width:26.6873125rem;height:11.1979375rem;top:7.6790361404419rem;left:2.5618491172791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #HVcmKm6DKXBl16N0bgQXko3DzNA6uP8b { width:4.625rem;height:4.625rem;top:7.8125rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #FbLsJ9m1f06oHpZ0I6azQrOvqxfzAzin { width:13rem;height:3.125rem;top:15.819227218628rem;left:33.092450857162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #XvpfRFCog6hfCGiK7aNAFO7F0D2fzPym { display:block; }
 }@media only screen and (max-width: 959px) { #cUMT6d42Cr01wFVsry6yev4ONQxWPLqw { width:13rem;height:3.125rem;top:15.819227218628rem;left:33.092450857162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #sL892Mpe8q7E6ITvqR1K55drx8v7G0xw { display:block; }
 }@media only screen and (max-width: 959px) { #NACCSxzD9KR9HB0l5mDEAkHAgzWo5nH8 { top:41.758900642395rem;left:0rem;width:47rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #a8BXpb4w4daop1enI75k4ucOn3ANKwKI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd47014f-68cd-4348-aa25-c795981f73d1/openartimage_alTFwhnS_1742181586003_raw.preview.mirror.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI.adaptive-delivery-prevent-bg, #a8BXpb4w4daop1enI75k4ucOn3ANKwKI.lazyload, #a8BXpb4w4daop1enI75k4ucOn3ANKwKI.lazyloading { background-image: none; }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI > .row .container { background-color: transparent; background-image: none; }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,42,86,0.51); }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI > .row .container > .video-iframe-container { display: none; }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,42,86,0.51); }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI > .row > .video-iframe-container { display: none; }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI > .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); }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI > .row .container { width:47.75rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #C2nSzOqS1iTAnnThbknTApmhp4Pc61ty { width:47.75rem;height:2.03125rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #L1fepEcnlCyf2tlRFS7VFOyn73ZDFiVI { top:2.625rem;left:35.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LU1kx6Be8qzcFSfWdKyKVPw6pHwki2K4 { top:3.375rem;left:36.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #WuQHtkNLIvh0GRPKST95Cyf5KVMaQDGA { width:5.3125rem;height:5.3125rem;top:3.9951171875rem;left:37.134765625rem;display:block; }
 }@media only screen and (max-width: 959px) { #WaH0Nfq6CmhKLMw1uTNvVT3m1zfEElUB { width:47.7480625rem;height:4.19970625rem;top:38.265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #v6sepZApBko4G1r1hyer6w2PKlD7ah0F { width:13rem;height:3.125rem;top:15.819227218628rem;left:33.092450857162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #NI50tP90dXiRpFxoyIw5AnThhb4LP4Dg { display:block; }
 }@media only screen and (max-width: 959px) { #MBJ5IchrptEeO6c8reWFdaS4i9L3DAfZ { top:41.758900642395rem;left:0rem;width:47rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd47014f-68cd-4348-aa25-c795981f73d1/openartimage_alTFwhnS_1742181586003_raw.preview.mirror.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc.adaptive-delivery-prevent-bg, #vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc.lazyload, #vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc.lazyloading { background-image: none; }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc > .row .container { background-color: transparent; background-image: none; }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,42,86,0.51); }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc > .row .container > .video-iframe-container { display: none; }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,42,86,0.51); }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc > .row > .video-iframe-container { display: none; }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc > .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); }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc > .row .container { width:47.75rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MXDv7RU88wCCCWpZmTq0cGrymrt4I6JX { width:47.75rem;height:2.03125rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #J1QZIHK3IV2aPa9WigxH5aeDUrI4hz2v { top:2.625rem;left:35.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HxQFTyPSoUBnNTP6rUGDCJX934enLCme { top:3.375rem;left:36.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #o3Kfpi2ydlhegh2mNERmHc3wAU2dx1mM { width:13rem;height:3.125rem;top:15.819227218628rem;left:33.092450857162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Q4hpkScVpTfbpTOCdXutgU5F9yOrPJFt { display:block; }
 }@media only screen and (max-width: 959px) { #LQWyCNRx0roEuSiWhb1TmT0EM0yVhdOl { width:47.7480625rem;height:9.7993125rem;top:38.265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #TxJferIlNxklra0cuVey2VDihbpn1Ooc { width:47.7480625rem;height:9.7993125rem;top:38.265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #sgNM63hfbQTEN41cMKNZRPm5a8HyETee { top:2.625rem;left:35.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #WXdFNBGhcWxbHGQQfsoAEPZG3DHpGRMT { top:3.375rem;left:36.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #WzNnHiR6scRwHBCGFyVhZFJvwPxym02J { width:3.4375rem;height:3.4375rem;top:9.3120460510256rem;left:37.873265981674rem;display:block; }
 }@media only screen and (max-width: 959px) { #ifwRGP88eddfXO9IWAUIXICzA4saeIq7 { width:5rem;height:5rem;top:24.218750238419rem;left:37.559678792954rem;display:block; }
 }@media only screen and (max-width: 959px) { #zqfQZIwWwvmNoCa1pB21U5Om4cCq7hPE { width:13rem;height:3.125rem;top:15.819227218628rem;left:33.092450857162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #AFwmEddyc4uOFzKM9xJuPfNEodecXNFp { display:block; }
 }@media only screen and (max-width: 959px) { #uucP28R0b7z9nDXXs4Vfs27ID6O3ZitX { top:41.758900642395rem;left:0rem;width:47rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #dyKDxUAJZctxkc8p65TTochQJLP02o59 { top:41.758900642395rem;left:0rem;width:47rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd47014f-68cd-4348-aa25-c795981f73d1/openartimage_alTFwhnS_1742181586003_raw.preview.mirror.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b.adaptive-delivery-prevent-bg, #z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b.lazyload, #z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b.lazyloading { background-image: none; }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b > .row .container { background-color: transparent; background-image: none; }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,42,86,0.51); }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b > .row .container > .video-iframe-container { display: none; }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,42,86,0.51); }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b > .row > .video-iframe-container { display: none; }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b > .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); }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b > .row .container { width:47.75rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #WybcuJVxJ2KN2bAq3xZODuy0lzcPS7pO { width:47.75rem;height:2.03125rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #HTJDVvs4M6Qgw96JPHtiJklA2tCkxbIU { top:2.625rem;left:35.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Zh6v3FLAQFIxqugEkHTTGy5AkKDGcpD1 { top:3.375rem;left:36.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #UVF3t8fyXgphc2GQPzmNW12xccn28LcI { width:13rem;height:3.125rem;top:15.819227218628rem;left:33.092450857162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #qm6dF9RP7egCvwXdqZQOkGhrBdADEUA9 { display:block; }
 }@media only screen and (max-width: 959px) { #QVmPfkOKmv8pfsoQE5J0AUTPttggKndP { width:47.7480625rem;height:9.7993125rem;top:38.265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #QbT8PHuc89GQqgBAvTLQ4NdI1FT2sqqo { width:47.7480625rem;height:9.7993125rem;top:38.265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #b1T5rtrip0T1lKaInCb2y5ZTyrnaQBFU { top:2.625rem;left:35.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #pTVoTIyoPGUl3rl7Uco6xc9Q2ZWLZ9J3 { top:3.375rem;left:36.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #krTL87BPTnp28qVzaD1T2Q9BFXbGwLdU { width:3.4375rem;height:3.4375rem;top:9.3120460510256rem;left:37.873265981674rem;display:block; }
 }@media only screen and (max-width: 959px) { #SBzpoOL9x3Vqz9da1N6XhWmsUw58XQhZ { width:5rem;height:5rem;top:24.218750238419rem;left:37.559678792954rem;display:block; }
 }@media only screen and (max-width: 959px) { #iDDdqGDqLn38WLDn8DQVfRsb2I1a1MoB { width:13rem;height:3.125rem;top:15.819227218628rem;left:33.092450857162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #GpeOW4og7on2GNQDxuHWVFzpNhz6zyc9 { display:block; }
 }@media only screen and (max-width: 959px) { #E3fO0y5HoGkMJS2RT3yQxqkXorwQ4gH1 { top:41.758900642395rem;left:0rem;width:47rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #GPg3eV3vznKvRyvymetR6LUWH2vqeLnD { top:41.758900642395rem;left:0rem;width:47rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Env6SxCEq27maT9blfe362Q4ClVZxD6F { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd47014f-68cd-4348-aa25-c795981f73d1/openartimage_alTFwhnS_1742181586003_raw.preview.mirror.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Env6SxCEq27maT9blfe362Q4ClVZxD6F.adaptive-delivery-prevent-bg, #Env6SxCEq27maT9blfe362Q4ClVZxD6F.lazyload, #Env6SxCEq27maT9blfe362Q4ClVZxD6F.lazyloading { background-image: none; }#Env6SxCEq27maT9blfe362Q4ClVZxD6F > .row .container { background-color: transparent; background-image: none; }#Env6SxCEq27maT9blfe362Q4ClVZxD6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,42,86,0.51); }#Env6SxCEq27maT9blfe362Q4ClVZxD6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Env6SxCEq27maT9blfe362Q4ClVZxD6F > .row .container > .video-iframe-container { display: none; }#Env6SxCEq27maT9blfe362Q4ClVZxD6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,42,86,0.51); }#Env6SxCEq27maT9blfe362Q4ClVZxD6F > .row > .video-iframe-container { display: none; }#Env6SxCEq27maT9blfe362Q4ClVZxD6F > .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); }#Env6SxCEq27maT9blfe362Q4ClVZxD6F > .row .container { width:47.75rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #sRpKk6z0UgDxeV4RxvqhEolD8WQUDQsb { width:47.75rem;height:2.03125rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #iEMVAvQd6rT0HTcWEoykUuBddbkylVpT { top:2.625rem;left:35.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #aIThGf4pHSCSuQeTHU7x2qTMFpATF7rO { top:3.375rem;left:36.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #dR20Z7LXqQvGrBSp2MtCNmmc6LrrS2UH { width:13rem;height:3.125rem;top:15.819227218628rem;left:33.092450857162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LADh0AMItmVVtqSINmT6ZaCi5XDayhSA { display:block; }
 }@media only screen and (max-width: 959px) { #l7wm4cGrgEh53VGhtTpO1VlE66Ru90uv { width:47.7480625rem;height:9.7993125rem;top:38.265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #DNKnvwyHMulAvWRg5MTCDWTEKkb3xJUr { top:2.625rem;left:35.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #gBJkgrzvGoWRUnaqkpXZ1rK6oQRMZiXZ { top:3.375rem;left:36.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #fVlhbLvaHnQGkLNgDzUMwZXlisfeTBKI { width:3.4375rem;height:3.4375rem;top:9.3120460510256rem;left:37.873265981674rem;display:block; }
 }@media only screen and (max-width: 959px) { #HOT1f494HGfsP25wrN7zXfhXnNicRlmB { width:5rem;height:5rem;top:24.218750238419rem;left:37.559678792954rem;display:block; }
 }@media only screen and (max-width: 959px) { #L31VXlwlWTpisvJRwAS1m7Q4TXTWtefM { width:13rem;height:3.125rem;top:15.819227218628rem;left:33.092450857162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #T2F3JEsd6MCTN8fWzpiISbGUpHtutdNx { display:block; }
 }@media only screen and (max-width: 959px) { #WVrOs4FIBzpMSzgRDDLTr9NfvrUH28sH { width:47.7480625rem;height:9.7993125rem;top:38.265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #EEXG6FMZm4EZWRK5uIyhy7hW29im2oAQ { width:47.7480625rem;height:9.7993125rem;top:38.265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #efexM60Banesr51oaLzEScLpB2fbaOzo { top:2.625rem;left:35.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #s5bMKDT8wBAaHOsQl50SIKQ0wLsPOQyQ { top:3.375rem;left:36.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #XfuIdKo4tP2Fec4dELO3TNRKLOr0Pr9T { width:5.3125rem;height:5.3125rem;top:3.9951171875rem;left:37.134765625rem;display:block; }
 }@media only screen and (max-width: 959px) { #l0R4xEFFzlAND9UC8BxrRDJ70SMRZOPT { width:13rem;height:3.125rem;top:15.819227218628rem;left:33.092450857162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HTEELgGcylh1ECUFpeC0hQrnx9sF5yeT { display:block; }
 }@media only screen and (max-width: 959px) { #rZ6HT47Q21XelUhwd3wVJZwBxU81lmFo { top:41.758900642395rem;left:0rem;width:47rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #vNWXCyS8ADV713RlbDT74owfFat1WOTV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd47014f-68cd-4348-aa25-c795981f73d1/openartimage_alTFwhnS_1742181586003_raw.preview.mirror.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vNWXCyS8ADV713RlbDT74owfFat1WOTV.adaptive-delivery-prevent-bg, #vNWXCyS8ADV713RlbDT74owfFat1WOTV.lazyload, #vNWXCyS8ADV713RlbDT74owfFat1WOTV.lazyloading { background-image: none; }#vNWXCyS8ADV713RlbDT74owfFat1WOTV > .row .container { background-color: transparent; background-image: none; }#vNWXCyS8ADV713RlbDT74owfFat1WOTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,42,86,0.51); }#vNWXCyS8ADV713RlbDT74owfFat1WOTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNWXCyS8ADV713RlbDT74owfFat1WOTV > .row .container > .video-iframe-container { display: none; }#vNWXCyS8ADV713RlbDT74owfFat1WOTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,42,86,0.51); }#vNWXCyS8ADV713RlbDT74owfFat1WOTV > .row > .video-iframe-container { display: none; }#vNWXCyS8ADV713RlbDT74owfFat1WOTV > .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); }#vNWXCyS8ADV713RlbDT74owfFat1WOTV > .row .container { width:47.75rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #KCFVzinrfsOSI8CzTvay4dpCrlVZy9y0 { width:47.75rem;height:2.03125rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #A0KgCUVTxdmdDNlrA1ve0E57S454L8RW { top:2.625rem;left:35.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #JCBvEfX7OqPouQ4rD67DmEE8ZMTuArwq { top:3.375rem;left:36.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #VziUXK2lqoTsFgfX8LG9JoQayAD2FuvT { width:47.7480625rem;height:2.79980625rem;top:38.265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #UdGpLMTEJErNmsT3mNDPKfUp2ODxn4WS { width:20.3125rem;height:3.125rem;top:25.434026718139rem;left:13.717448949814rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LKuZLHkoLVMWs5EBxh88UXSMLGaHipQr { display:block; }
 }@media only screen and (max-width: 959px) { #zpv3FSMNXxO3FZ79JthuTLbegfBzTTWd { width:13rem;height:3.125rem;top:15.819227218628rem;left:33.092450857162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #P4c3PJqWqOnTu370uzlNW0naWzpvxhzV { display:block; }
 }@media only screen and (max-width: 959px) { #baUdFXRLZMycWigFbbeouTTy5lBr1aNU { width:47.7480625rem;height:9.7993125rem;top:38.265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #rgnuMw9B6bgDHf9HvCFWb83TqLc5ZQ6S { width:3.4375rem;height:3.4375rem;top:9.3120460510256rem;left:37.873265981674rem;display:block; }
 }@media only screen and (max-width: 959px) { #qFgLqqPAZddzPxNbclxbVKXsel4aK8VM { top:41.758900642395rem;left:0rem;width:47rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #rrw4oWHZlBhTewb5mgclu0OiwcQfngnu { display:none; }#rrw4oWHZlBhTewb5mgclu0OiwcQfngnu > .row .container { width:47.75rem;height:24rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #uVt3scMRQTnGaBtPTp3CXn9qdwP04ZHp { width:47.75rem;height:2.1933625rem;top:2.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ea3FDAFGXIeRvtNR5nMunuGFsTmZS48q { width:47.7493125rem;height:1.57470625rem;top:7.1853432655338rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep { display:flex;height:auto;width:45.25rem;top:6.0625rem;left:0rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #Ii26ZyEXVtcN4coXaZysiQo76oRZWTZW {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #M9eQIlltSB5aCkXR5i9Bv7vCVJvdeuJh {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #eaeKGnKczDwHhvbFMMKzWbPKi6lG687v {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #bvLWy17KavBPuGT4pqa5KFF36GgoPXTv {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #qG729WTshaTWILglrrutyyEURDTaxV0o {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #bw9RIyCDDWNUh6TIyO1TZCF4ghTeZ8Uw {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #xJxmdQLHtmZPHRvTHaTO4839f5S3znR2 {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #bO6ARoRNm9Pt2qIFrKt3GedwJ1dXn5KR {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #D6MMgtPry6RIMeTzRWPlebm6yUI0ePeO {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #GVE9S5UErHZvU4Lig0waLZILWVUhQkSs {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #Cp210HsNC62ZPz0CWh9TQEfxsQnES2DS {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #nQmdUnFqPqP2dyfTsD2IbUZsUcLSho7d {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #T69LozHQDsVpbTLt1VNxhJdbA57xvTMm {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #xxKvgvIkiekRiKUeNEbrheBesbLuEO2q {  }
 }@media only screen and (max-width: 959px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #xdbWOgTPi2KDxVkc613murwnCQBMpsxZ {  }
 }@media only screen and (max-width: 959px) { #N14dyPqvEnHW9mKpKM9ySkI3ATLpbsO8 { width:16.3743125rem;height:3.624825rem;top:29.122869193554rem;left:15.915304899216rem;display:none; }
 }@media only screen and (max-width: 959px) { #VDVvX33IB2uTJdCHrwkOrKScHe2lxUV4 { display:block; }
 }@media only screen and (max-width: 959px) { #M71IxL7HGceREJhTcTrt0JLdiIUrMJSK { display:block; }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TKDssB6S9VQBWHBuweA08TJaDfcBS8uw { width:47.75rem;height:27.9375rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #dCoNviX5pSXHv5Ti6QMfJzTCXoav0TlV { width:47.75rem;height:2.1933625rem;top:2rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mco8CVPHz0D2cSQzXLRTlIvCZLvNXOhH { width:47.75rem;height:26.3125rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #hDgRk0xpXn2X1VtqliTACO0JwCqFVfs7 { display:block; }#hDgRk0xpXn2X1VtqliTACO0JwCqFVfs7 > .row .container { width:47.75rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vQmIDQdznAuOVHaDGxm33GpIuDrVQlkE { top:15.936416625976rem;left:20.124783992768rem;width:27.6248125rem;height:22.999125rem;display:block; }
 }@media only screen and (max-width: 959px) { #m6AoGyX10FWDa0HDQ1ffl8QMfoPaFGgo { top:3.3125rem;left:21.8125rem;width:25.875rem;height:2.27430625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #UkUKvH3PQnSEKptfFu3TideHLy71Wagm { top:3.3116321563721rem;left:0rem;width:19.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #gxpuIA9ce2MMCtlezDPdRL29hSH3H6ZE { width:25.875rem;height:3.125rem;top:6.625rem;left:21.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-regular-label { width:22.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-input-text { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-input-text {padding-top: 0; padding-bottom: 0;}#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-textarea { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-input-select { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-input-select {padding-top: 0; padding-bottom: 0;}#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-input-button { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-checkbox-label { width:21.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y  { width:22.561875rem;height:auto;top:17.760417938233rem;left:22.687718868256rem; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .radio-container { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y {display:block;}#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y { width:22.561875rem;height:auto;top:17.760417938233rem;left:22.687718868256rem; }
 }@media only screen and (max-width: 959px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #V801rqbL68kgL3JHIJ0zTOFb9BxMgm0D {  }
 }@media only screen and (max-width: 959px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #I0kak0f6vDgzTTdivKzlIIy3iPzbu1qA {  }
 }@media only screen and (max-width: 959px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #g906BmMbsLhqIUcSmq7rSZNznKGVv0XP {  }
 }@media only screen and (max-width: 959px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #wLVcnTlsXhiBCgtw441wQ0fMKQl4Z9ZP {  }
 }@media only screen and (max-width: 959px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #Tv8U2hcReMoyOp75asGfKTne6y3TkDvc {  }
 }@media only screen and (max-width: 959px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #aCy0MDZLfEe8Cd7ZX1eVraegIJBQv7ZT {  }
 }@media only screen and (max-width: 959px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #Kw5IZkzZ5W2L0kMxPZN6LyIayTfJ4FBa {  }
 }@media only screen and (max-width: 959px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #Tgwx4TPNZ9dMo1XRKIouya3EdDz1sQ6h {  }
 }@media only screen and (max-width: 959px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #pl5DZJJJPPVviydQxwgDaIeePg03w0ZB {  }
 }@media only screen and (max-width: 959px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #sQVTE0ycqwHDa6cuOlDrAtoho0wamvFo {  }
 }@media only screen and (max-width: 959px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #GdIEI4XExG44NOMfZEipzWBdrSu78etz {  }
 }@media only screen and (max-width: 959px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #tRLI1blw3m6KSXQ2kfXfGaWm3RqGu0gq {  }
 }@media only screen and (max-width: 959px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #pdW9hsIckyoJpGvz2nUibX7hhTGKTGB2 {  }
 }@media only screen and (max-width: 959px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #pzdwBNTK18WUiq6C7pJ17OVRBP9waJnx {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s { display:none; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row .container { width:20rem;height:9.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hJwhVlwlMX1cbiS8uZcU8dxhzFws2cKX { width:9.3090625rem;height:0;top:1.1865234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FfOMKo7Qvz3v5caDK4iKDbgEJ1yEBTEc { left:6.75rem;background-color:transparent;background-image:none;top:6.875rem;height:1.04948125rem;width:6.497375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvBa1klMPL53DZeT9NH02NfhTad8ciid { left:0.0625rem;background-color:transparent;background-image:none;top:1.25rem;width:19.8073125rem;height:0;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS4MzGR38T4bo44gPOUGXPoaJ9BMVvKU { width:2.375rem;height:3.125rem;top:2.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6UExbLZ1TDFzmdTN6iqiMv2UWHIOAFM { display:block; }#A6UExbLZ1TDFzmdTN6iqiMv2UWHIOAFM > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhTNbcJS2lT4QgGvJdmMRzLRree9aASs { width:9.3090625rem;height:0;top:1.1865234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #upFuxKag4frvF0XSDBLzszqcJTmKTMCQ { left:0.0625rem;background-color:transparent;background-image:none;top:1.25rem;width:19.806625rem;height:0;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKAQJWs6O2nq8qIo9XaroKAhTcRIVuSu { width:2.99805rem;height:3.93555rem;top:5.04980625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0eLo5CO5bgIUgiE8TKto6Wid2dFqff4 { width:13.058625rem;height:1.2999125rem;top:2.5rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5579a515-ffdc-4081-acfb-a3bc59a11463/Events2025landingpagebanner1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu.adaptive-delivery-prevent-bg, #AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu.lazyload, #AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu.lazyloading { background-image: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container { background-color: transparent; background-image: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(93,79,137,0.33); }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container > .video-iframe-container { display: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(93,79,137,0.33); }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row > .video-iframe-container { display: none; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .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); }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container { border-width: 0; border-radius: 0; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AwldFD3Iwq99dJ2nDPF9aiyz8IzE5odu > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmiTwLJFD4vRIq9w8Lhrn9JW8eLICNLl { width:17.371125rem;height:1.625rem;top:18.86133125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz7RCUbeLq0CUBnX5MeT8GNX2TFyrNTG { width:20rem;height:4.875rem;top:10.499132633209rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lmv3R0Sh7CrR3ynle1iD3kgiCBmxzNT3 { width:13.058625rem;height:1.2999125rem;top:4.88671875rem;left:3.4697265625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLbzD5BGtO0MyJzbceQAFbeH9kO6fZSA { width:2.875rem;height:3.625rem;top:1.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIkRWwTraQh1OST7deUXen7EKcw1QkTc { width:16.1870625rem;height:7.8711rem;top:15.048828125rem;left:1.9053819775581rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq { background-color:#ffffff;background-image:none;display:block; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container { background-color: transparent; background-image: none; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container > .video-iframe-container { display: none; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row > .video-iframe-container { display: none; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .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); }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exV5kGNSiIJi24qTfFRQhAzehHSDJzeH { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTsVmbSeuDG3QkL2y8tnVqDaRK9m5JOK { width:20rem;height:17.05725625rem;top:2.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rM6sV4t6MBPl2F7lfTMfvi517Vhi5GxZ { width:19.436875rem;height:3.24978125rem;top:33.403865814209rem;left:0rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Kp9P1qJ3tlt7LxHxnlyI195vC7hA4X89 { display:block; }
 }@media only screen and (max-width: 763px) { #HartwJxrpJCyBkH5t2ihAAs6EgVhmELx { width:20rem;height:19.875rem;top:20.80075rem;left:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #vqIbE3eMNBWisot2Jl7RDlOI3qn6PQRF { width:20rem;height:2.2744125rem;top:30.068359375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IAWahezXpPwqDqRWfDyNF1Mwzc3EIyiF { width:20rem;height:9.09721875rem;top:19.555121421814rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w94ApotoMKHNwxHqDGOFwucPPSPWoXcI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70667e5f-b636-4354-913a-9b32452c0d7d/BannerPart1BDWebinarlonger2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#w94ApotoMKHNwxHqDGOFwucPPSPWoXcI.adaptive-delivery-prevent-bg, #w94ApotoMKHNwxHqDGOFwucPPSPWoXcI.lazyload, #w94ApotoMKHNwxHqDGOFwucPPSPWoXcI.lazyloading { background-image: none; }#w94ApotoMKHNwxHqDGOFwucPPSPWoXcI > .row .container { width:20rem;height:86.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ovXR2ZBkpf7q76qLTZ7qR7G9BX7lyEvT { width:20rem;height:8.5676875rem;top:31.349609375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cu64oGzRZDMHBVFIAm5TDcsybkT5E2oB { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sboxp6BbM3o3uXva3IaTVekt1v9HSwzp { width:8.125rem;height:8.125rem;top:32.25rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E4pack9DvN1HkDpz1oKX21FTDUThuReC { width:6.5625rem;height:6.5625rem;top:33.0625rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pVMBzfch4q7EhQKt6hPhUhzuIUm9dvS2 { width:5.9375rem;height:5.9375rem;top:44.9375rem;left:7.03125rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #JPP9BgIaR2oHkZ5KaQb4L3gHdzSbdgJX { width:8.125rem;height:8.125rem;top:15.625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HvDGhg8HTz8mqUcrSHkZ1P5BVpPnFpIf { width:6.5625rem;height:6.5625rem;top:16.375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItTfyhviOk6DHkLJtqUKpZpgP4Htzdco { width:15.9375rem;height:3.3125rem;top:40.4375rem;left:2.03125rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gL6XM5V8AaEVzttqlTvy8PXT8TMu2uhg { display:block; }
 }@media only screen and (max-width: 763px) { #nMBQ57fmHl8roVsRFwxxaNHKNydaifVK { width:20rem;height:12.2395625rem;top:50.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qvnh16TXbIgNbT3FE0gK7hXfRbknJTLC { width:15.9375rem;height:3.3125rem;top:63.74609375rem;left:2.03125rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HTxMyR2Js132306FLoHoC41udbPHQ5d1 { display:block; }
 }@media only screen and (max-width: 763px) { #clh7rwOF1fXdsyqTeWQaNocd2xNc7odu { width:20rem;height:6.11979375rem;top:74.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PS6aTWiTy94eCZ1b03htl6XXTPMv7Tri { width:15.9375rem;height:3.3125rem;top:81.060546875rem;left:2.03125rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mGZXCTptIlRmOQosOONdR9KUTKawO9cN { display:block; }
 }@media only screen and (max-width: 763px) { #x2OtBHUSQ85Ap4mvS30U11wHAHO0LqLW { width:20rem;height:11.2275625rem;top:10.787109375rem;left:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #d7Oq5xtCTPkNXcvwRP01XG4f7miuMErH { width:5.6875rem;height:5.6875rem;top:25.662109375rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTL2JVOdu27Aq07PBuakzp45R03oDVK4 { width:8.125rem;height:8.125rem;top:49.9375rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uuZz87ed22xwhvw2UtgiKibiyp1I83EJ { width:6.5625rem;height:6.5625rem;top:50.6875rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsEJQV7KnpoDwh0Sqg7qN4oZw0DBJvyu { width:4.625rem;height:4.625rem;top:69.125rem;left:7.6875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #SbZH8T4dXBT2o7r3dBkDDCh2w1oqZDzv { width:20rem;height:19.875rem;top:5.0244140625rem;left:0rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vpzEhxXFIhy4sZC4e5qGLTgNVHAbGE8r { background-color:#352a56;background-image:none;display:none; }#vpzEhxXFIhy4sZC4e5qGLTgNVHAbGE8r > .row .container { width:20rem;height:74.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yKq1vSyThaFXKm2kolwTVUR7i5wdtwxQ { width:20rem;height:9.7916875rem;top:32.964414596558rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LOM4aKme56gFAtQabKvdifVOiXbWy0uo { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RLhmeAEtUNI7I85ckq9ErwPOxp92XoJo { width:15.9375rem;height:3.31163125rem;top:43.847658157349rem;left:2.0312500596046rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uJhrronD0HNGTFJMOKqSkw4OnBClfVEi { display:block; }
 }@media only screen and (max-width: 763px) { #WARmvp2cwxgUys2eba5EdyasQ6SK2LpI { width:20rem;height:9.7916875rem;top:56.786029815674rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vsd9shC2acL1kV32DMB0uu6pQw10vLsE { width:15.9375rem;height:3.31163125rem;top:68.04470825195rem;left:2.0312500596046rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #I5JBHJFQDnqH5OLnNBuHAGTRFnM0T6NT { display:block; }
 }@media only screen and (max-width: 763px) { #utRHC7IlUiIhC7BaBSpbwIvw06FK62G0 { width:20rem;height:11.251rem;top:25.287109375rem;left:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #RWhPIzhqOzuWNTOsvpbdIZPhzqX7Tx6e { width:8.125rem;height:8.125rem;top:15.625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9X18JoD2xnzQWvivCbW2MEOJQFx6bly { width:6.5625rem;height:6.5625rem;top:16.4375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmETbUOHQibmGO5pIVFZ0y8mZz6FfMv6 { width:5.12478125rem;height:5.12478125rem;top:50.848533034324rem;left:7.4370663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5DOK7BxWo7LBQae5VHSTQA2RqaTJ8BX { width:8.125rem;height:8.125rem;top:32.3125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cpZITmCborGSgoh03lTI5hVs8n5CLfaS { width:6.5625rem;height:6.5625rem;top:33.125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W1lP4gDPs8T9NgqqeoEO2Nbl58HF2TwX { width:5.68685rem;height:5.68685rem;top:26.661242485046rem;left:7.1560333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #Maha5cbITli1sxszSRas0UsP96HUqNH7 { width:20rem;height:20rem;top:5.287109375rem;left:0rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v7lWFWvhL5fqu0ZDcZwt8BzIbr4OC9F1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70667e5f-b636-4354-913a-9b32452c0d7d/BannerPart1BDWebinarlonger2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#v7lWFWvhL5fqu0ZDcZwt8BzIbr4OC9F1.adaptive-delivery-prevent-bg, #v7lWFWvhL5fqu0ZDcZwt8BzIbr4OC9F1.lazyload, #v7lWFWvhL5fqu0ZDcZwt8BzIbr4OC9F1.lazyloading { background-image: none; }#v7lWFWvhL5fqu0ZDcZwt8BzIbr4OC9F1 > .row .container { width:20rem;height:40.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VX9SzDgldIBLTBiQuJCLhPmtNCNos75l { width:17.8125rem;height:7.34375rem;top:25.249567031861rem;left:1.0937500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZeRzqVP8p1kyiTa5lwTKhJyvCoD7tKaq { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ttTW3qwKy4vq7pt4wxLdq1WwVmoownH1 { width:15.9375rem;height:3.31163125rem;top:34.8125rem;left:2rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vOH2AZfOLz7xm4eeGNf2xw5oRgEum8hx { display:block; }
 }@media only screen and (max-width: 763px) { #fk5oe6PkKnsIyG0DV2F2NzrPUVtFSHTM { width:20rem;height:11.25rem;top:6.4735244512556rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #aSxts5UwaA3TGB0kqMaznNf3euDzAOFJ { width:6.5625rem;height:6.5625rem;top:26.875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdcgQwAJpGW1l3Zd0raHl04CFAy6CvVo { width:8.125rem;height:8.125rem;top:26.0625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHtG8zCp7BRlOQFK86dqMSy7cfITO2ZT { width:5.125rem;height:5.125rem;top:19.3125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMyOVACkL5PuwV9p1oLIN66d4EyEK6Gu { width:20rem;height:20rem;top:5.162109375rem;left:0rem;z-index:14997;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 { background-color:#352a56;background-image:none;display:block; }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 > .row .container { background-color: transparent; background-image: none; }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 > .row .container > .video-iframe-container { display: none; }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 > .row > .video-iframe-container { display: none; }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 > .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); }#OHSmuGTyA2LGwFf4STlQ9dkQJXr2KOl1 > .row .container { width:20rem;height:178.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SithJEst59vC9TADiRWkxpodm2AFFMoP { width:20rem;height:9.7916875rem;top:39.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #muwubi776RAINCvmJuelZ0RynoA6sFIl { width:20rem;height:5.19748125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #knXWbgcznJxAhtpi5tePdJyMWXfWkWi8 { width:15.7498125rem;height:3.31055rem;top:50.3125rem;left:2.125rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RHG93UZzWOEROTmOHhDVx8ZGbe1tkIP2 { display:block; }
 }@media only screen and (max-width: 763px) { #MIxdGvqfe59ZigGEi6NKtibVK2dxWr95 { width:15.9375rem;height:3.31163125rem;top:73rem;left:2rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y3a877ATnyoS1DKOo0BabZaETBzzN4Qh { display:block; }
 }@media only screen and (max-width: 763px) { #K6D3UGZVxuQfXWAafQToUdfIQfKfGaMM { width:8.125rem;height:8.125rem;top:49.125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnUNvbTlGTUATXA4Ar76MMZ2gtMdKNZo { width:6.5625rem;height:6.5625rem;top:49.9375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfKhoAZofoZFbDkLZXreJcc0TSipulAk { width:5.9375rem;height:5.9375rem;top:79.5rem;left:7rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #UOZbxrCH2a3eKsXGbKaFmegNJRs7Rcma { width:15.9375rem;height:3.31055rem;top:96.0625rem;left:2rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CPG4JLxab3dzBLaUahEyflVSWFNTT5Um { display:block; }
 }@media only screen and (max-width: 763px) { #XgGA3KtRus0RPCrc8wnXTqNIlTcOfR5O { width:20rem;height:9.7916875rem;top:62.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPE23v3oLUNDrpdFIhya9NG174sJmIIc { width:20rem;height:9.7916875rem;top:85.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kL2ZGEQuwcxKG5MXBlByEkUU4AuUfa55 { width:20rem;height:11.25rem;top:8.5980777740481rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #t1Q8TKOQrPVoMXCtF5DCMPDTwBrxhM9T { width:8.125rem;height:8.125rem;top:32.3125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tD8LP87zt33sS6GQRX6g7v0AgqciazOz { width:6.5625rem;height:6.5625rem;top:33.125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w4i9DTrOP9GaSZmBc59PHnJtxAUnVHXm { width:5.68685rem;height:5.68685rem;top:125.8125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuG4L70ml9Rp04TnHS750I3O4EOTJKJb { width:8.125rem;height:8.125rem;top:26.8125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZmfkwDITq4bNPyzZhk1hPZagXuF5MRs { width:6.5625rem;height:6.5625rem;top:27.625rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XcRCacQAE6h5zLypKuIhBgCNyF4JAcWb { width:5.49805rem;height:5.49805rem;top:33.6875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO5qtFUizuQXP1cHncFNQ5SgF4iGxygP { width:20rem;height:20.2485rem;top:9.7460956573488rem;left:0rem;z-index:14997;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #PI59xVmzeDsfp0ryZRz8iPuithDRzpHH { width:5.68685rem;height:5.68685rem;top:56.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocKUIfosb3uF0azZhOmvwHG7p4l4Vahx { width:4.62456875rem;height:4.62456875rem;top:153.0625rem;left:7.6875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #KNuX5nygyM2bSvAB0JfhuQDqJwis5Up3 { width:17.874375rem;height:12.2395625rem;top:107.06054496765rem;left:1.0622830986977rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nbnd609hLgBLKAQbpwiszNNtTvm4H6b8 { width:6.5625rem;height:6.5625rem;top:67.625rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZcGf8qUT2m9R5lnEfCXEghyG9kKVPyTE { width:8.125rem;height:8.125rem;top:67.0625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGKIeyLuf5ZSCUVd9mAh6xKq8RCnANy6 { width:20rem;height:11.015625rem;top:132.24826622009rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fxhn6Qyh8xLJzlAVx84nIdCfe9JEHEXS { width:6.5625rem;height:6.5625rem;top:85.9375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oZA4rdFVVQMvdtFRChxxCmtJsCmJ76cs { width:8.125rem;height:8.125rem;top:85.125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xm2aiTN7Ukr0n6NDFmIXy0uXxn10PgRt { width:5.12478125rem;height:5.12478125rem;top:101.9375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZIleavJKMorWZPbznLc8so7AX1MTmDG { width:6.5625rem;height:6.5625rem;top:103.75rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qF9rr9ARQPshbbhrbcOHubDfqTtWxJdq { width:8.125rem;height:8.125rem;top:102.9375rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mbACoAEnT3PnQgaBiPpHu5wyAxT00MMs { width:20rem;height:13.4635625rem;top:158.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTuddsshw5M9H9UXILlihmM61iHpi11A { width:15.499125rem;height:3.31163125rem;top:120rem;left:2.25rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #azI40rS6pIW0TD4NfSNovAowlC3yEWFw { display:block; }
 }@media only screen and (max-width: 763px) { #lX1vBRUvPIRAXyuRV7TSCFWT5WqA0IPs { width:15.499125rem;height:3.31163125rem;top:145.8125rem;left:2.3125rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TdOTr1lSlLpZXPEcT7kywlpV5iLymaIW { display:block; }
 }@media only screen and (max-width: 763px) { #XFHxgHuBEdFah78KTpAImJas6fCgtge8 { width:15.499125rem;height:3.31163125rem;top:173.5rem;left:2.25rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DK58BOybaLLV3UruC71xwtHZNtkq58Tm { display:block; }
 }@media only screen and (max-width: 763px) { #SVDGP5CikTTxhwoDI9IQwnGTE5dhVq0x { width:20rem;height:11.25rem;top:19.847005844116rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #rM6VL3egnvS2wzPwydnagItxU5uX0i7S { background-color:#5d4f89;background-image:none;display:block; }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S > .row .container { background-color: transparent; background-image: none; }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S > .row .container > .video-iframe-container { display: none; }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S > .row > .video-iframe-container { display: none; }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S > .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); }#rM6VL3egnvS2wzPwydnagItxU5uX0i7S > .row .container { width:20rem;height:87rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOAFAC8A68y0In02Ue9FWlPwrzOJEvEJ { width:20rem;height:2.59874375rem;top:3.2486982345581rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UFpB5EkCfiIppRC5QD93bVKlLKGCTMQs { width:8.125rem;height:8.125rem;top:15.625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9Fsx7G3nn9XpunEzWSozT6ohn28Zq2I { width:5.9375rem;height:5.9375rem;top:21.374784708023rem;left:7.0312502980231rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #sOq9KWE1tkMRwpUMuGTKh2U2NtXmTsWT { width:6.5625rem;height:6.5625rem;top:16.375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPJoXO7DrhZgVtKsZJ3TKWTCqfFW4vIS { width:17.7495625rem;height:3.31163125rem;top:34.123266220093rem;left:1.1241319775581rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nu2T0z7IL8NGXdHxLbtgzcfodzGQHVUq { display:block; }
 }@media only screen and (max-width: 763px) { #upflgCxTTXUcwHNLaW5L7ksUxAlQt2L9 { width:20rem;height:11.25rem;top:8.03493976593rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #u1KNL49wNWMQEUt0wR8WlhqL4K8wx7BZ { width:20rem;height:20.4373125rem;top:2.7495660781861rem;left:0rem;z-index:14997;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ZInnCl40CUS3qi0VKVXiZZvQ3c4IreBk { width:20rem;height:4.89583125rem;top:27.873266220092rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qldqh8465TwDusA2m9JX4hBQpArUR3kS { width:20rem;height:9.7916875rem;top:45.811641693115rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yEOgvHOnEzJuq1vtKD8H4eTTHRN5Rk0T { width:20rem;height:11.015625rem;top:69.494361877444rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g5BeIoRmT1ltHTCkRmISNqlk8RI6IuhI { width:5.12478125rem;height:5.12478125rem;top:40.122612953186rem;left:7.4370663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po2m3gqgPZHqernwcwCoHgDtHszD3ZJo { width:6.5625rem;height:6.5625rem;top:32.5rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RSpViCaCD4MMpSQ0wO70MBfBFwvOE3Z2 { width:8.125rem;height:8.125rem;top:31.75rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnqFND4X8NLcMZhNJueRn0AEPQK5970W { width:5.68685rem;height:5.68685rem;top:62.81141757965rem;left:7.1560333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #doAwS8muP6ZDiDENdCIJ1ICxKdfe8mQs { width:6.5625rem;height:6.5625rem;top:50.875rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UtTXP9fTgR12FlvOlmucoFsH3kpVEd24 { width:8.125rem;height:8.125rem;top:50.125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k9zmefW2Ap15l39SXQHCbZcSUWSy3Xbo { width:15.4980625rem;height:3.31055rem;top:57.266705036163rem;left:2.2504342198372rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OF7hcNzOX0BnIGLWPeTxVwFzRfTrT6hV { display:block; }
 }@media only screen and (max-width: 763px) { #kvEmuWpRicNRrIS4R0Dvm2G6xPCepXgm { width:15.4980625rem;height:3.31055rem;top:81.76541137695rem;left:2.2504342198372rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wQ8Zed4HkKexuGfCU70pJlEBof3rWaDb { display:block; }
 }@media only screen and (max-width: 763px) { #MrNamnWAumFvZINFK0wH733JpZQDaLT5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70667e5f-b636-4354-913a-9b32452c0d7d/BannerPart1BDWebinarlonger2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5.adaptive-delivery-prevent-bg, #MrNamnWAumFvZINFK0wH733JpZQDaLT5.lazyload, #MrNamnWAumFvZINFK0wH733JpZQDaLT5.lazyloading { background-image: none; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5 > .row .container { background-color: transparent; background-image: none; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #352a56; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrNamnWAumFvZINFK0wH733JpZQDaLT5 > .row .container > .video-iframe-container { display: none; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #352a56; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5 > .row > .video-iframe-container { display: none; }#MrNamnWAumFvZINFK0wH733JpZQDaLT5 > .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); }#MrNamnWAumFvZINFK0wH733JpZQDaLT5 > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDL93NkRL8Knd9TagFK6Mv7uGLa8fKag { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eQTyrz25Rs9Il6mAX3oTGRg42nqUhakK { width:17.7485rem;height:3.31055rem;top:30.849611282349rem;left:1.1252171397209rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AsENc0xIdr2gsniV1mmm1crRzdshGOin { display:block; }
 }@media only screen and (max-width: 763px) { #faicxXu6TD5dntxJvpPyKkMU6oPG9CEO { width:20rem;height:11.25rem;top:5.0996125rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #epAX6Ppp6bgZaIJ2t1TOFSBOmW4EDnAC { width:6.5625rem;height:6.5625rem;top:26.625rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OxiuqSCVuCmioTwAmJMunWKxvtfWA7y9 { width:8.125rem;height:8.125rem;top:25.8125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UHI5qR595RTvyos1HbUmPNamsms65Bpg { width:5.1237rem;height:5.1237rem;top:18.370220184326rem;left:7.4370663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #t49ptidytXoA82i6KPcZyndvaI905I6x { width:20rem;height:20.4375rem;top:4.6005859375rem;left:0rem;z-index:14997;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #KWCTUVk0SCfkUi0IbGLv7smsTtJSOx8u { width:20rem;height:4.89583125rem;top:24.561660289764rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70667e5f-b636-4354-913a-9b32452c0d7d/BannerPart1BDWebinarlonger2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry.adaptive-delivery-prevent-bg, #K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry.lazyload, #K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry.lazyloading { background-image: none; }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry > .row .container { background-color: transparent; background-image: none; }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #5d4f89; }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry > .row .container > .video-iframe-container { display: none; }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #5d4f89; }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry > .row > .video-iframe-container { display: none; }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry > .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); }#K7w73BrpZM3RoUddoZ1TyNzP4F4OCMry > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFGDV5Khv3KRN59TSowTMyqBzXILHtK1 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ElHoz0eZFkJw3XxvfzMeBFHggKAp18G7 { width:8.125rem;height:8.125rem;top:15.625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNcqyXTuZK1aXDKmegaKx5nRb8xA70eI { width:6.5625rem;height:6.5625rem;top:16.375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NMAl78zzfFQrnpuBCAMRoWWrHkcQgSsz { width:8.125rem;height:8.125rem;top:30.5625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKhhhvO04LWSyOuZpJZXmG8uqP7xCdeX { width:5.9375rem;height:5.9375rem;top:18.811876177788rem;left:7.0312502980231rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #af3kriDM1T3z2TpSlSlOS6ygDwbxwzis { width:6.5625rem;height:6.5625rem;top:31.3125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwTU7ch2WIAxFovVtFSbgrTObJcTgHgw { width:20rem;height:8.5676875rem;top:49.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MhP4Q4NuKmpR7KlKLLnVu0AQVb1Cob6x { width:20rem;height:9.7916875rem;top:26.088325500488rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVcmKm6DKXBl16N0bgQXko3DzNA6uP8b { width:4.62456875rem;height:4.62456875rem;top:43.6875rem;left:7.6875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #FbLsJ9m1f06oHpZ0I6azQrOvqxfzAzin { width:17.7495625rem;height:3.31163125rem;top:37.444664001465rem;left:1.1241319775581rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XvpfRFCog6hfCGiK7aNAFO7F0D2fzPym { display:block; }
 }@media only screen and (max-width: 763px) { #cUMT6d42Cr01wFVsry6yev4ONQxWPLqw { width:17.7495625rem;height:3.31163125rem;top:60.132383346558rem;left:1.1241319775581rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sL892Mpe8q7E6ITvqR1K55drx8v7G0xw { display:block; }
 }@media only screen and (max-width: 763px) { #NACCSxzD9KR9HB0l5mDEAkHAgzWo5nH8 { width:20rem;height:11.231604637229rem;top:5.9429345130921rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #a8BXpb4w4daop1enI75k4ucOn3ANKwKI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70667e5f-b636-4354-913a-9b32452c0d7d/BannerPart1BDWebinarlonger2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI.adaptive-delivery-prevent-bg, #a8BXpb4w4daop1enI75k4ucOn3ANKwKI.lazyload, #a8BXpb4w4daop1enI75k4ucOn3ANKwKI.lazyloading { background-image: none; }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI > .row .container { background-color: transparent; background-image: none; }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #352a56; }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI > .row .container > .video-iframe-container { display: none; }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #352a56; }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI > .row > .video-iframe-container { display: none; }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI > .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); }#a8BXpb4w4daop1enI75k4ucOn3ANKwKI > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2nSzOqS1iTAnnThbknTApmhp4Pc61ty { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L1fepEcnlCyf2tlRFS7VFOyn73ZDFiVI { width:8.125rem;height:8.125rem;top:15.625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LU1kx6Be8qzcFSfWdKyKVPw6pHwki2K4 { width:6.5625rem;height:6.5625rem;top:16.375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WuQHtkNLIvh0GRPKST95Cyf5KVMaQDGA { width:5.9375rem;height:5.9375rem;top:19.3125rem;left:7rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #WaH0Nfq6CmhKLMw1uTNvVT3m1zfEElUB { width:20rem;height:4.89583125rem;top:26.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v6sepZApBko4G1r1hyer6w2PKlD7ah0F { width:17.75rem;height:3.3125rem;top:32.25rem;left:1.125rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NI50tP90dXiRpFxoyIw5AnThhb4LP4Dg { display:block; }
 }@media only screen and (max-width: 763px) { #MBJ5IchrptEeO6c8reWFdaS4i9L3DAfZ { width:20rem;height:11.231604637229rem;top:5.3993196487427rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70667e5f-b636-4354-913a-9b32452c0d7d/BannerPart1BDWebinarlonger2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc.adaptive-delivery-prevent-bg, #vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc.lazyload, #vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc.lazyloading { background-image: none; }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc > .row .container { background-color: transparent; background-image: none; }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #5d4f89; }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc > .row .container > .video-iframe-container { display: none; }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #5d4f89; }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc > .row > .video-iframe-container { display: none; }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc > .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); }#vQDPmgDTJFUPOPL7UWl712MOKQ28v4oc > .row .container { width:20rem;height:77rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXDv7RU88wCCCWpZmTq0cGrymrt4I6JX { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J1QZIHK3IV2aPa9WigxH5aeDUrI4hz2v { width:8.125rem;height:8.125rem;top:15.625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HxQFTyPSoUBnNTP6rUGDCJX934enLCme { width:6.5625rem;height:6.5625rem;top:16.375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3Kfpi2ydlhegh2mNERmHc3wAU2dx1mM { width:17.7495625rem;height:3.31163125rem;top:46.5625rem;left:1.125rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Q4hpkScVpTfbpTOCdXutgU5F9yOrPJFt { display:block; }
 }@media only screen and (max-width: 763px) { #LQWyCNRx0roEuSiWhb1TmT0EM0yVhdOl { width:20rem;height:11.015625rem;top:35rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxJferIlNxklra0cuVey2VDihbpn1Ooc { width:20rem;height:11.015625rem;top:59.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sgNM63hfbQTEN41cMKNZRPm5a8HyETee { width:8.125rem;height:8.125rem;top:31.375rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXdFNBGhcWxbHGQQfsoAEPZG3DHpGRMT { width:6.5625rem;height:6.5625rem;top:32.125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WzNnHiR6scRwHBCGFyVhZFJvwPxym02J { width:5.12478125rem;height:5.12478125rem;top:29.9375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifwRGP88eddfXO9IWAUIXICzA4saeIq7 { width:5.68685rem;height:5.68685rem;top:52.1875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqfQZIwWwvmNoCa1pB21U5Om4cCq7hPE { width:17.7495625rem;height:3.31163125rem;top:71.125rem;left:1.1875rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AFwmEddyc4uOFzKM9xJuPfNEodecXNFp { display:block; }
 }@media only screen and (max-width: 763px) { #uucP28R0b7z9nDXXs4Vfs27ID6O3ZitX { width:20rem;height:11.2315625rem;top:4.625rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #dyKDxUAJZctxkc8p65TTochQJLP02o59 { width:20rem;height:11.2315625rem;top:15.856094837189rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70667e5f-b636-4354-913a-9b32452c0d7d/BannerPart1BDWebinarlonger2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b.adaptive-delivery-prevent-bg, #z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b.lazyload, #z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b.lazyloading { background-image: none; }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b > .row .container { background-color: transparent; background-image: none; }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #352a56; }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b > .row .container > .video-iframe-container { display: none; }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #352a56; }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b > .row > .video-iframe-container { display: none; }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b > .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); }#z2SvgQFlnH2Vfek6zktJPu6AxaR3Jr6b > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WybcuJVxJ2KN2bAq3xZODuy0lzcPS7pO { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTJDVvs4M6Qgw96JPHtiJklA2tCkxbIU { width:8.125rem;height:8.125rem;top:15.625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zh6v3FLAQFIxqugEkHTTGy5AkKDGcpD1 { width:6.5625rem;height:6.5625rem;top:16.375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UVF3t8fyXgphc2GQPzmNW12xccn28LcI { width:17.7495625rem;height:3.31163125rem;top:48.970232009888rem;left:1.1241319775581rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qm6dF9RP7egCvwXdqZQOkGhrBdADEUA9 { display:block; }
 }@media only screen and (max-width: 763px) { #QVmPfkOKmv8pfsoQE5J0AUTPttggKndP { width:16.124125rem;height:12.2395625rem;top:35.184464454651rem;left:1.9368491768837rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QbT8PHuc89GQqgBAvTLQ4NdI1FT2sqqo { width:20rem;height:12.2395625rem;top:62.156038284302rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b1T5rtrip0T1lKaInCb2y5ZTyrnaQBFU { width:8.125rem;height:8.125rem;top:31.375rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTVoTIyoPGUl3rl7Uco6xc9Q2ZWLZ9J3 { width:6.5625rem;height:6.5625rem;top:32.125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #krTL87BPTnp28qVzaD1T2Q9BFXbGwLdU { width:5.12478125rem;height:5.12478125rem;top:30.060765266419rem;left:7.4359810948375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBzpoOL9x3Vqz9da1N6XhWmsUw58XQhZ { width:5.68685rem;height:5.68685rem;top:55.594621658325rem;left:7.1560333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDDdqGDqLn38WLDn8DQVfRsb2I1a1MoB { width:17.7495625rem;height:3.31163125rem;top:75.782304763794rem;left:1.1252171397209rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GpeOW4og7on2GNQDxuHWVFzpNhz6zyc9 { display:block; }
 }@media only screen and (max-width: 763px) { #E3fO0y5HoGkMJS2RT3yQxqkXorwQ4gH1 { width:20rem;height:11.2315625rem;top:5.375rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #GPg3eV3vznKvRyvymetR6LUWH2vqeLnD { width:20rem;height:11.2315625rem;top:16.605932235717rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Env6SxCEq27maT9blfe362Q4ClVZxD6F { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70667e5f-b636-4354-913a-9b32452c0d7d/BannerPart1BDWebinarlonger2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Env6SxCEq27maT9blfe362Q4ClVZxD6F.adaptive-delivery-prevent-bg, #Env6SxCEq27maT9blfe362Q4ClVZxD6F.lazyload, #Env6SxCEq27maT9blfe362Q4ClVZxD6F.lazyloading { background-image: none; }#Env6SxCEq27maT9blfe362Q4ClVZxD6F > .row .container { background-color: transparent; background-image: none; }#Env6SxCEq27maT9blfe362Q4ClVZxD6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #5d4f89; }#Env6SxCEq27maT9blfe362Q4ClVZxD6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Env6SxCEq27maT9blfe362Q4ClVZxD6F > .row .container > .video-iframe-container { display: none; }#Env6SxCEq27maT9blfe362Q4ClVZxD6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #5d4f89; }#Env6SxCEq27maT9blfe362Q4ClVZxD6F > .row > .video-iframe-container { display: none; }#Env6SxCEq27maT9blfe362Q4ClVZxD6F > .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); }#Env6SxCEq27maT9blfe362Q4ClVZxD6F > .row .container { width:20rem;height:87.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRpKk6z0UgDxeV4RxvqhEolD8WQUDQsb { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iEMVAvQd6rT0HTcWEoykUuBddbkylVpT { width:8.125rem;height:8.125rem;top:15.625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIThGf4pHSCSuQeTHU7x2qTMFpATF7rO { width:6.5625rem;height:6.5625rem;top:16.375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dR20Z7LXqQvGrBSp2MtCNmmc6LrrS2UH { width:17.7495625rem;height:3.31163125rem;top:33.340930938721rem;left:1.1252171397209rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LADh0AMItmVVtqSINmT6ZaCi5XDayhSA { display:block; }
 }@media only screen and (max-width: 763px) { #l7wm4cGrgEh53VGhtTpO1VlE66Ru90uv { width:20rem;height:9.7916875rem;top:22.472873449326rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNKnvwyHMulAvWRg5MTCDWTEKkb3xJUr { width:8.125rem;height:8.125rem;top:31.375rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBJkgrzvGoWRUnaqkpXZ1rK6oQRMZiXZ { width:6.5625rem;height:6.5625rem;top:32.125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVlhbLvaHnQGkLNgDzUMwZXlisfeTBKI { width:5.12478125rem;height:5.12478125rem;top:16.730685949326rem;left:7.4370663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOT1f494HGfsP25wrN7zXfhXnNicRlmB { width:5.68685rem;height:5.68685rem;top:39.418404579162rem;left:7.1560333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #L31VXlwlWTpisvJRwAS1m7Q4TXTWtefM { width:17.7495625rem;height:3.31163125rem;top:81.813156127931rem;left:1.1252171397209rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T2F3JEsd6MCTN8fWzpiISbGUpHtutdNx { display:block; }
 }@media only screen and (max-width: 763px) { #WVrOs4FIBzpMSzgRDDLTr9NfvrUH28sH { width:20rem;height:9.7916875rem;top:45.896484375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EEXG6FMZm4EZWRK5uIyhy7hW29im2oAQ { width:20rem;height:11.015625rem;top:69.692930221556rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #efexM60Banesr51oaLzEScLpB2fbaOzo { width:8.125rem;height:8.125rem;top:54rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s5bMKDT8wBAaHOsQl50SIKQ0wLsPOQyQ { width:6.5625rem;height:6.5625rem;top:54.8125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfuIdKo4tP2Fec4dELO3TNRKLOr0Pr9T { width:5.9375rem;height:5.9375rem;top:63.186853408813rem;left:7.0312502980231rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #l0R4xEFFzlAND9UC8BxrRDJ70SMRZOPT { width:17.7495625rem;height:3.31163125rem;top:56.831600189209rem;left:1.1252171397209rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HTEELgGcylh1ECUFpeC0hQrnx9sF5yeT { display:block; }
 }@media only screen and (max-width: 763px) { #rZ6HT47Q21XelUhwd3wVJZwBxU81lmFo { width:20rem;height:11.2315625rem;top:4.3956506252289rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #vNWXCyS8ADV713RlbDT74owfFat1WOTV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70667e5f-b636-4354-913a-9b32452c0d7d/BannerPart1BDWebinarlonger2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vNWXCyS8ADV713RlbDT74owfFat1WOTV.adaptive-delivery-prevent-bg, #vNWXCyS8ADV713RlbDT74owfFat1WOTV.lazyload, #vNWXCyS8ADV713RlbDT74owfFat1WOTV.lazyloading { background-image: none; }#vNWXCyS8ADV713RlbDT74owfFat1WOTV > .row .container { background-color: transparent; background-image: none; }#vNWXCyS8ADV713RlbDT74owfFat1WOTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #352a56; }#vNWXCyS8ADV713RlbDT74owfFat1WOTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNWXCyS8ADV713RlbDT74owfFat1WOTV > .row .container > .video-iframe-container { display: none; }#vNWXCyS8ADV713RlbDT74owfFat1WOTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #352a56; }#vNWXCyS8ADV713RlbDT74owfFat1WOTV > .row > .video-iframe-container { display: none; }#vNWXCyS8ADV713RlbDT74owfFat1WOTV > .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); }#vNWXCyS8ADV713RlbDT74owfFat1WOTV > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCFVzinrfsOSI8CzTvay4dpCrlVZy9y0 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A0KgCUVTxdmdDNlrA1ve0E57S454L8RW { width:8.125rem;height:8.125rem;top:15.625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JCBvEfX7OqPouQ4rD67DmEE8ZMTuArwq { width:6.5625rem;height:6.5625rem;top:16.375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VziUXK2lqoTsFgfX8LG9JoQayAD2FuvT { width:20rem;height:3.671875rem;top:42.561805725097rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UdGpLMTEJErNmsT3mNDPKfUp2ODxn4WS { width:17.7495625rem;height:3.31163125rem;top:47.686633110046rem;left:1.1252171397209rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LKuZLHkoLVMWs5EBxh88UXSMLGaHipQr { display:block; }
 }@media only screen and (max-width: 763px) { #zpv3FSMNXxO3FZ79JthuTLbegfBzTTWd { width:17.7495625rem;height:3.31163125rem;top:34.058161735534rem;left:1.1252171397209rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #P4c3PJqWqOnTu370uzlNW0naWzpvxhzV { display:block; }
 }@media only screen and (max-width: 763px) { #baUdFXRLZMycWigFbbeouTTy5lBr1aNU { width:20rem;height:8.5676875rem;top:23.965929985046rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rgnuMw9B6bgDHf9HvCFWb83TqLc5ZQ6S { width:5.1237rem;height:5.1237rem;top:17.880860328674rem;left:7.4370663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFgLqqPAZddzPxNbclxbVKXsel4aK8VM { width:20rem;height:11.2315625rem;top:4.5930991172791rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #rrw4oWHZlBhTewb5mgclu0OiwcQfngnu { display:none; }#rrw4oWHZlBhTewb5mgclu0OiwcQfngnu > .row .container { width:20rem;height:31.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uVt3scMRQTnGaBtPTp3CXn9qdwP04ZHp { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea3FDAFGXIeRvtNR5nMunuGFsTmZS48q { width:20rem;height:1.04980625rem;top:4.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep { display:flex;height:18.125rem;width:17.5rem;top:6.42480625rem;left:0rem; }
#S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #Ii26ZyEXVtcN4coXaZysiQo76oRZWTZW {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #M9eQIlltSB5aCkXR5i9Bv7vCVJvdeuJh {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #eaeKGnKczDwHhvbFMMKzWbPKi6lG687v {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #bvLWy17KavBPuGT4pqa5KFF36GgoPXTv {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #qG729WTshaTWILglrrutyyEURDTaxV0o {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #bw9RIyCDDWNUh6TIyO1TZCF4ghTeZ8Uw {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #xJxmdQLHtmZPHRvTHaTO4839f5S3znR2 {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #bO6ARoRNm9Pt2qIFrKt3GedwJ1dXn5KR {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #D6MMgtPry6RIMeTzRWPlebm6yUI0ePeO {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #GVE9S5UErHZvU4Lig0waLZILWVUhQkSs {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #Cp210HsNC62ZPz0CWh9TQEfxsQnES2DS {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #nQmdUnFqPqP2dyfTsD2IbUZsUcLSho7d {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #T69LozHQDsVpbTLt1VNxhJdbA57xvTMm {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #xxKvgvIkiekRiKUeNEbrheBesbLuEO2q {  }
 }@media only screen and (max-width: 763px) { #S8rLonbFQ5fyvTJm1ca6CBD60H9Sr2Ep #xdbWOgTPi2KDxVkc613murwnCQBMpsxZ {  }
 }@media only screen and (max-width: 763px) { #N14dyPqvEnHW9mKpKM9ySkI3ATLpbsO8 { width:13.875rem;height:2.625rem;top:28.29980625rem;left:3.0625rem;font-size:0.875rem;font-family:montserrat;font-weight:700;font-style:normal;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #VDVvX33IB2uTJdCHrwkOrKScHe2lxUV4 { display:block; }
 }@media only screen and (max-width: 763px) { #M71IxL7HGceREJhTcTrt0JLdiIUrMJSK { display:block; }#M71IxL7HGceREJhTcTrt0JLdiIUrMJSK > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKDssB6S9VQBWHBuweA08TJaDfcBS8uw { width:19.1875rem;height:25.3125rem;top:6.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCoNviX5pSXHv5Ti6QMfJzTCXoav0TlV { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mco8CVPHz0D2cSQzXLRTlIvCZLvNXOhH { width:20rem;height:21.75rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDgRk0xpXn2X1VtqliTACO0JwCqFVfs7 { display:block; }#hDgRk0xpXn2X1VtqliTACO0JwCqFVfs7 > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQmIDQdznAuOVHaDGxm33GpIuDrVQlkE { width:17.75rem;height:21.25rem;top:11.1875rem;left:1.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #m6AoGyX10FWDa0HDQ1ffl8QMfoPaFGgo { width:17.7495625rem;height:2.1933625rem;top:1.9975910186768rem;left:1.1252170205116rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkUKvH3PQnSEKptfFu3TideHLy71Wagm { width:7.375rem;height:7.9375rem;top:5.6875rem;left:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #gxpuIA9ce2MMCtlezDPdRL29hSH3H6ZE { width:18.3125rem;height:3.671875rem;top:5.1605911254883rem;left:0.56206637620926rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-regular-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-input-text { width:13.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-input-text {padding-top: 0; padding-bottom: 0;}#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-textarea { width:13.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-input-select { width:13.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-input-select {padding-top: 0; padding-bottom: 0;}#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-input-button { width:13.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .widget-checkbox-label { width:12.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y  { width:13.8125rem;height:auto;top:11.5625rem;left:1.9375rem; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y .radio-container { width:13.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y {display:block;}#kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y { width:13.8125rem;height:auto;top:11.5625rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #V801rqbL68kgL3JHIJ0zTOFb9BxMgm0D {  }
 }@media only screen and (max-width: 763px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #I0kak0f6vDgzTTdivKzlIIy3iPzbu1qA {  }
 }@media only screen and (max-width: 763px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #g906BmMbsLhqIUcSmq7rSZNznKGVv0XP {  }
 }@media only screen and (max-width: 763px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #wLVcnTlsXhiBCgtw441wQ0fMKQl4Z9ZP {  }
 }@media only screen and (max-width: 763px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #Tv8U2hcReMoyOp75asGfKTne6y3TkDvc {  }
 }@media only screen and (max-width: 763px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #aCy0MDZLfEe8Cd7ZX1eVraegIJBQv7ZT {  }
 }@media only screen and (max-width: 763px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #Kw5IZkzZ5W2L0kMxPZN6LyIayTfJ4FBa {  }
 }@media only screen and (max-width: 763px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #Tgwx4TPNZ9dMo1XRKIouya3EdDz1sQ6h {  }
 }@media only screen and (max-width: 763px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #pl5DZJJJPPVviydQxwgDaIeePg03w0ZB {  }
 }@media only screen and (max-width: 763px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #sQVTE0ycqwHDa6cuOlDrAtoho0wamvFo {  }
 }@media only screen and (max-width: 763px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #GdIEI4XExG44NOMfZEipzWBdrSu78etz {  }
 }@media only screen and (max-width: 763px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #tRLI1blw3m6KSXQ2kfXfGaWm3RqGu0gq {  }
 }@media only screen and (max-width: 763px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #pdW9hsIckyoJpGvz2nUibX7hhTGKTGB2 {  }
 }@media only screen and (max-width: 763px) { #kW3UwZBogDmUzA5mHFL1WbZQczIEAK3y #pzdwBNTK18WUiq6C7pJ17OVRBP9waJnx {  }
 }