.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ef4f8190-a7e4-4a42-87f3-0e62f26b47e2/WEBINAR6.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#dceTWhZZqKbGT1AyS4403JE1fciEhqwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .row > .video-iframe-container { display: none; }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .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); }#oho4rbldGwAbbeLVfZRI95ercLcvCTSO { 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; }#oho4rbldGwAbbeLVfZRI95ercLcvCTSO > .row .container { background-color: transparent; background-image: none; }#oho4rbldGwAbbeLVfZRI95ercLcvCTSO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oho4rbldGwAbbeLVfZRI95ercLcvCTSO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oho4rbldGwAbbeLVfZRI95ercLcvCTSO > .row .container > .video-iframe-container { display: none; }#oho4rbldGwAbbeLVfZRI95ercLcvCTSO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oho4rbldGwAbbeLVfZRI95ercLcvCTSO > .row > .video-iframe-container { display: none; }#oho4rbldGwAbbeLVfZRI95ercLcvCTSO > .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); }#oho4rbldGwAbbeLVfZRI95ercLcvCTSO > .row .container { border-width: 0; border-radius: 0; }#oho4rbldGwAbbeLVfZRI95ercLcvCTSO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oho4rbldGwAbbeLVfZRI95ercLcvCTSO > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#xnHGryuyUsDNFFzRHuA8wMnnE4xdP9q3 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:21.1875rem;top:1.859375rem;left:2.197265625rem;overflow:hidden;display:block; }
#nIcADBkgmETg39nGAkhh4SEp5aghMOLW { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:7.875rem;top:1.25rem;left:49.951171875rem;overflow:hidden;display:block; }
#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { background-color: transparent; background-image: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container > .video-iframe-container { display: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row > .video-iframe-container { display: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .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); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { border-width: 0; border-radius: 0; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { width:60rem;height:41.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#lQo3eOWSdlESpfAzgD5MwtIJye94uEkN { color:#ffffff;display:block;width:53.374218rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 3.0625rem #03042e;top:3.0158271789551rem;left:3.3122711181641rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d9V7OsuArM02BsKwU5BTkzLBWqsK4l5F { color:#000000;display:block;width:24.375rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:29rem;left:5.625rem;height:;text-align:center;text-align-last:center;display:block; }
#xF7GxMVrG4uvwJUabRzxGUb1l2BtlGp3 { color:#ffffff;display:block;width:52.3736875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 3.0625rem #03042e;top:31.50390625rem;left:5.625rem;height:7.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FG3IoSTGKsHMirp6XcJyovXD0Uai5ZzP { position:absolute;display:block;z-index:14999;background-color:#00b0ff;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.2) ;height:5.8743105rem;width:29.6875rem;top:16.125rem;left:15.1875rem;display:block; }
#B9wzEgTJ2dPdidnWh2nlyVSTI4n2vPk9 { color:#ffffff;display:block;width:34.1865806875rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 3.0625rem #03042e;top:16.375rem;left:12.9375rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lvgICNPoVkx4QPxx5LFHW3yw3b8nNeal { background-color:#ffcb00;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:25.15625rem;left:21.46875rem;display:block; }
#taHhFwvd8XbmngZmdHfy5BgguJIAuQfa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS { 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; }#JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS > .row .container { background-color: transparent; background-image: none; }#JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS > .row .container > .video-iframe-container { display: none; }#JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS > .row > .video-iframe-container { display: none; }#JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS > .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); }#JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS > .row .container { border-width: 0; border-radius: 0; }#JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS > .row .container { font-size:0.875rem;font-family:arial;height:73.1875rem;width:60rem;position:relative;display:block; }#Kp8aacl0TaPuKtpBJQmra1pz15rT5b5Z { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.0625rem;left:0rem;height:2.69986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MA1Qo1wRegbFKfd3ezO9an11VoXoTBdR { color:#00b0ff;display:block;width:52.9997673125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:8.9375rem;left:3.5rem;height:7.1979125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wLBpSBL2qkTRJC6DMdT11FOgk4FTMivp { color:#00b0ff;display:block;width:52.9997673125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:18.25rem;left:3.5rem;height:7.1979375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Meu1voNTS5W6SyQgF0JBNnloLDBmVUbN { color:#00b0ff;display:block;width:52.9997673125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:27.4375rem;left:3.5rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sAE3UM1uzFnec5Fd3yxmBodAarxwh1rn { color:#00b0ff;display:block;width:52.9997673125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:61.379821777344rem;left:3.4983901977539rem;height:7.1979375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PL3ahiBFtPnvSudnu7z4pn9gfT4EcLuX { 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:27.875rem;width:52.5rem;top:30.5625rem;left:4.9375rem;overflow:hidden;display:block; }
#MuZ54C1XBhveVkaDdQznyu2RgT6RWW0h { position:relative;display:block; }#MuZ54C1XBhveVkaDdQznyu2RgT6RWW0h { background-color: transparent; background-image: none; }#MuZ54C1XBhveVkaDdQznyu2RgT6RWW0h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuZ54C1XBhveVkaDdQznyu2RgT6RWW0h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuZ54C1XBhveVkaDdQznyu2RgT6RWW0h > .row .container > .video-iframe-container { display: none; }#MuZ54C1XBhveVkaDdQznyu2RgT6RWW0h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuZ54C1XBhveVkaDdQznyu2RgT6RWW0h > .row > .video-iframe-container { display: none; }#MuZ54C1XBhveVkaDdQznyu2RgT6RWW0h > .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); }#MuZ54C1XBhveVkaDdQznyu2RgT6RWW0h { border-width: 0; border-radius: 0; }#MuZ54C1XBhveVkaDdQznyu2RgT6RWW0h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MuZ54C1XBhveVkaDdQznyu2RgT6RWW0h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GKrmkQSkKQicFLQ3G1obTwgnBiiBTmXP { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:2.4166669845581rem;left:22.8125rem;height:3.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UWfPIKAtv31uSe9LZGRmp3pSzmO0fcwk { 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; }#UWfPIKAtv31uSe9LZGRmp3pSzmO0fcwk > .row .container { background-color: transparent; background-image: none; }#UWfPIKAtv31uSe9LZGRmp3pSzmO0fcwk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWfPIKAtv31uSe9LZGRmp3pSzmO0fcwk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWfPIKAtv31uSe9LZGRmp3pSzmO0fcwk > .row .container > .video-iframe-container { display: none; }#UWfPIKAtv31uSe9LZGRmp3pSzmO0fcwk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWfPIKAtv31uSe9LZGRmp3pSzmO0fcwk > .row > .video-iframe-container { display: none; }#UWfPIKAtv31uSe9LZGRmp3pSzmO0fcwk > .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); }#UWfPIKAtv31uSe9LZGRmp3pSzmO0fcwk > .row .container { border-width: 0; border-radius: 0; }#UWfPIKAtv31uSe9LZGRmp3pSzmO0fcwk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UWfPIKAtv31uSe9LZGRmp3pSzmO0fcwk > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM { 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; }#bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM > .row .container { background-color: transparent; background-image: none; }#bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM > .row .container > .video-iframe-container { display: none; }#bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM > .row > .video-iframe-container { display: none; }#bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM > .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); }#bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM > .row .container { border-width: 0; border-radius: 0; }#bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:block; }#P2teEG53oJSFFAV0Q6qTn34KCKelx4zA { position:absolute;display:block;z-index:15001;background-color:#00b0ff;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:2.5rem;left:6.25rem;display:block; }
#hRPRNkAi45OGtaTzlMlWEhtJzmWsAapp { color:#424242;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:11.75rem;left:2.8125rem;height:18rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lEefGPTH05HX0ptO4DEaowKgXr5rQ41s { position:absolute;display:block;z-index:15004;background-color:#00b0ff;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:2.5rem;left:26.25rem;display:block; }
#UoTdLO2hFcBfqSa1JPFx4HixLshwsaHV { color:#424242;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:11.788146972656rem;left:22.779180526733rem;height:19.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XrPgkX8e5N2xsSnpDPxPLpcmvSebh2AB { position:absolute;display:block;z-index:15007;background-color:#00b0ff;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:2.5rem;left:46.25rem;display:block; }
#qvN2gvbZ926E4x86tOBHt03V6a4W2VRd { color:#424242;display:block;width:14.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:11.811813354493rem;left:42.812494277954rem;height:24rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g36dUHVffTqo46kolSy9NT3uhB3EWTWH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.2493105rem;width:5.2493105rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.6086883544922rem;left:7.3747711181637rem; }
#tlcCFHngf6NopFVwIzM1dPbgOOw4wHP5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.7495403125rem;width:4.7495403125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.8591461181641rem;left:27.625228881836rem; }
#y8HRDvopXNEFkOFfqt2rf7hUpUTMQMfv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4995403125rem;width:3.4995403125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:4.4692077636719rem;left:48.250228881836rem; }
#iUcoUAoAWzQhFL2bbG75af0egVMOksN0 { position:relative;display:block; }#iUcoUAoAWzQhFL2bbG75af0egVMOksN0 { background-color: transparent; background-image: none; }#iUcoUAoAWzQhFL2bbG75af0egVMOksN0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUcoUAoAWzQhFL2bbG75af0egVMOksN0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUcoUAoAWzQhFL2bbG75af0egVMOksN0 > .row .container > .video-iframe-container { display: none; }#iUcoUAoAWzQhFL2bbG75af0egVMOksN0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUcoUAoAWzQhFL2bbG75af0egVMOksN0 > .row > .video-iframe-container { display: none; }#iUcoUAoAWzQhFL2bbG75af0egVMOksN0 > .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); }#iUcoUAoAWzQhFL2bbG75af0egVMOksN0 { border-width: 0; border-radius: 0; }#iUcoUAoAWzQhFL2bbG75af0egVMOksN0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iUcoUAoAWzQhFL2bbG75af0egVMOksN0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#obuFtSgDVAvT6C5XIs6P17Hks21OJIaw { 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; }#obuFtSgDVAvT6C5XIs6P17Hks21OJIaw > .row .container { background-color: transparent; background-image: none; }#obuFtSgDVAvT6C5XIs6P17Hks21OJIaw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obuFtSgDVAvT6C5XIs6P17Hks21OJIaw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obuFtSgDVAvT6C5XIs6P17Hks21OJIaw > .row .container > .video-iframe-container { display: none; }#obuFtSgDVAvT6C5XIs6P17Hks21OJIaw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obuFtSgDVAvT6C5XIs6P17Hks21OJIaw > .row > .video-iframe-container { display: none; }#obuFtSgDVAvT6C5XIs6P17Hks21OJIaw > .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); }#obuFtSgDVAvT6C5XIs6P17Hks21OJIaw > .row .container { border-width: 0; border-radius: 0; }#obuFtSgDVAvT6C5XIs6P17Hks21OJIaw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#obuFtSgDVAvT6C5XIs6P17Hks21OJIaw > .row .container { font-size:0.875rem;font-family:arial;height:73.375rem;width:60rem;position:relative;display:block; }#If52xh0AnL4GWH4FClMuV3y4Ra47FGii { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.1875rem;width:29.0625rem;top:15.031021118164rem;left:0rem;display:block; }
#z8M9AJL3yqc2ESzefIxiPZIqABZVwqyx { color:#585858;display:block;width:25.0620403125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:23.686813354493rem;left:2.467830657959rem;height:6.9986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CmBl0Iyf3qVpNCfzfc8amcCAvMmauPtm { color:#000000;display:block;width:20.5618095625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:32.866500854493rem;left:4.7173709869385rem;height:5.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QpRAkaKmnIv8wutonnhOzLlQprAhoRpx { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7086410522461rem;left:0rem;height:8.04296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rFrxBqsx0DCiErOyU7ONuW4JtBw5Bn2r { position:absolute;display:block;z-index:15010;background-color:#f2f2f2;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.375rem;width:5.375rem;top:12.3125rem;left:12.3125rem;display:block; }
#aAeyBNzrOr0ZSPa9kdxatblDZTFulhg9 { 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:2.624080875rem;width:3.8120403125rem;top:13.657409667969rem;left:13.093980789184rem;overflow:hidden;display:block; }
#v8G8hhlT5cvHwKewbqzvCQv0VT9hE7lQ { color:#585858;display:block;width:25.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:18.170959472656rem;left:2.5298709869385rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RwK44ZgGWcalHnQxOoUokBv1mZy4lZmM { position:absolute;display:block;z-index:15022;background-color:#f2f2f2;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.375rem;width:5.375rem;top:12.25rem;left:42.75rem;display:block; }
#NAH8p5lEaw3phlx3ZCW0PvVoq1ENHEnJ { position:absolute;display:block;z-index:15028;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:1.6245404375rem;width:3.75rem;top:14.142013549805rem;left:43.560430526733rem;overflow:hidden;display:block; }
#WfdH0EfgFLZtIay2I5kJqWEHV91eKzPg { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.1865806875rem;width:29.0625rem;top:14.75rem;left:30.4375rem;display:block; }
#FwWnvmCOt3ZQN91rWo1Q3OWsHwdd3F2b { color:#585858;display:block;width:25.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:18.125rem;left:32.9375rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KV0JooTxGcxh4uVMkTiRLHWG9leiSMkQ { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:29.0625rem;top:44.17854309082rem;left:30.643381118774rem;display:block; }
#p99pcMg0k4pW9tRGwARAKtZIfXLcV2ai { color:#585858;display:block;width:25.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:47.5625rem;left:33.4375rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NeiU20kIUsKiVVkUJMTighmnr8icMcwb { color:#585858;display:block;width:25.0620403125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:23.9375rem;left:32.875rem;height:6.9986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Za6mQrDf8HaWRy6wtWT9k5xzG2Ov45XI { color:#585858;display:block;width:25.0620403125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:54.04182434082rem;left:33.084787368774rem;height:6.9986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f6x6yWVDymLfdtzcMkPrQAP4Hw4F0Vq1 { position:absolute;display:block;z-index:15028;background-color:#f2f2f2;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.375rem;width:5.375rem;top:41.6875rem;left:43.25rem;display:block; }
#TIvqot3GsuCvqL9naqLMMOut98luh4Ik { position:absolute;display:block;z-index:15034;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:1.99908075rem;width:4.0625rem;top:43.375rem;left:43.9375rem;overflow:hidden;display:block; }
#GCo5co9Qb2TbTsTWfEssutkfnOgLWiH8 { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:33rem;left:35.125rem;height:5.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TsKdi5Qka1hWNfZycfq6uM211uCGGR7f { color:#000000;display:block;width:20.5618095625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:64.519760131838rem;left:35.153951644897rem;height:5.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r4dqgW0zeum7lytJIPOkEP0Lk2ucewmI { position:absolute;display:block;z-index:15034;background-color:#f2f2f2;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.375rem;width:5.375rem;top:41.625rem;left:12.625rem;display:block; }
#sBoO7tTZ3L6qU82CtxHv86RqcJg8gxPd { position:absolute;display:block;z-index:15040;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.1245403125rem;width:4.1245403125rem;top:42.192794799805rem;left:13.258958816528rem;overflow:hidden;display:block; }
#m3384lDobRcUtTiGAXPvHefLT2AJUUkt { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:29.0625rem;top:44.0625rem;left:0rem;display:block; }
#oXnuTu75LMmOPlpk8dN6wMdTC2Guhq1v { color:#585858;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:47.5rem;left:2.8125rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uhf5zq7BuaJXy6S11dwJvsgq4NxS7fgT { color:#585858;display:block;width:25.0620403125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:53.9375rem;left:2.4375rem;height:9.7981875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GoaGx4NCq2hs2fcchuiv22q53I0GeyRr { color:#000000;display:block;width:20.5618095625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:64.561126708988rem;left:4.7173709869385rem;height:5.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mCw1omW5p1PNibtFttdmfwcvHiwnpHsg { position:absolute;display:block;z-index:15028;background-color:#f2f2f2;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.375rem;width:5.375rem;top:41.6875rem;left:43.25rem;display:none; }
#kJS2Kzv0vUVPlytO7gAzcfiGHUSE6M49 { position:relative;display:block; }#kJS2Kzv0vUVPlytO7gAzcfiGHUSE6M49 { background-color: transparent; background-image: none; }#kJS2Kzv0vUVPlytO7gAzcfiGHUSE6M49::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJS2Kzv0vUVPlytO7gAzcfiGHUSE6M49 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJS2Kzv0vUVPlytO7gAzcfiGHUSE6M49 > .row .container > .video-iframe-container { display: none; }#kJS2Kzv0vUVPlytO7gAzcfiGHUSE6M49 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJS2Kzv0vUVPlytO7gAzcfiGHUSE6M49 > .row > .video-iframe-container { display: none; }#kJS2Kzv0vUVPlytO7gAzcfiGHUSE6M49 > .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); }#kJS2Kzv0vUVPlytO7gAzcfiGHUSE6M49 { border-width: 0; border-radius: 0; }#kJS2Kzv0vUVPlytO7gAzcfiGHUSE6M49 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kJS2Kzv0vUVPlytO7gAzcfiGHUSE6M49 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Gdngcdfh/bg.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !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; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW.adaptive-delivery-prevent-bg, #tswyLglcNO87y4WHM0VAJVBNNP669ABW.lazyload, #tswyLglcNO87y4WHM0VAJVBNNP669ABW.lazyloading { background-image: none; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row .container { background-color: transparent; background-image: none; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #182638; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row .container > .video-iframe-container { display: none; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #182638; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row > .video-iframe-container { display: none; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .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); }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row .container { border-width: 0; border-radius: 0; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW::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; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:60rem;position:relative;display:block; }#zzpg9DT78apQSGAznKcX25JdzMTo9OTa { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.890625rem;left:0rem;height:2.69986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mWCSg0uXr4hkdZD2qGOMBVSz7m7GiH5M { color:#00b0ff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:7.8125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Gdngcdfh/bg.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !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; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB.adaptive-delivery-prevent-bg, #P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB.lazyload, #P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB.lazyloading { background-image: none; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row .container { background-color: transparent; background-image: none; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #001623; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row .container > .video-iframe-container { display: none; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #001623; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row > .video-iframe-container { display: none; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .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); }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row .container { border-width: 0; border-radius: 0; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB::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; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row .container { font-size:0.875rem;font-family:arial;height:91.875rem;width:60rem;position:relative;display:block; }#Q2WiNMNMVTkDEv2BWsCelBNT5aQqdgw7 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3q663Ndx/Projekt_bez_tytu_u.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.5rem solid #00b0ff;border-left:0.5rem solid #00b0ff;border-right:0.5rem solid #00b0ff;border-bottom:0.5rem solid #00b0ff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:20.6875rem;width:20.6875rem;top:2.8125rem;left:4.75rem;display:block; }#Q2WiNMNMVTkDEv2BWsCelBNT5aQqdgw7.adaptive-delivery-prevent-bg, #Q2WiNMNMVTkDEv2BWsCelBNT5aQqdgw7.lazyload, #Q2WiNMNMVTkDEv2BWsCelBNT5aQqdgw7.lazyloading { background-image: none; }
#NHdoqLHIxGV3D75a0Z4yM72URWIlXKo4 { position:absolute;display:block;z-index:14999;background-color:rgba(0,176,255,0.2);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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:0rem;display:block; }
#E6kr9Bl60iK5MxcrLRkCEz3RduaSmhm9 { position:absolute;display:block;z-index:14998;background-color:rgba(0,176,255,0.2);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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:14.8125rem;left:16.375rem;display:block; }
#lT0S4gpgJgqQFudVF6TsqVaamy4KtVXI { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:10.25rem;left:33.75rem;height:26.765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TqxehmtiAdO9e6hbuu0IWFq9Dn7gRFl7 { color:#00b0ff;display:block;width:26.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:5.0625rem;left:33.75rem;height:1.19986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aCcQ2pNQri3yobPbaLw2ziFzJtFoOnfH { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:6.3125rem;left:33.6875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zq41oxSp7E0TFb6unzzQTdTGtQGW68ez { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2676aff8-e097-41df-af38-b72e8850fe2e/Zrzutekranu20231211o175811.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.5rem solid #00b0ff;border-left:0.5rem solid #00b0ff;border-right:0.5rem solid #00b0ff;border-bottom:0.5rem solid #00b0ff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:20.5625rem;width:20.5625rem;top:40.3125rem;left:4.7495403289795rem;display:block; }#Zq41oxSp7E0TFb6unzzQTdTGtQGW68ez.adaptive-delivery-prevent-bg, #Zq41oxSp7E0TFb6unzzQTdTGtQGW68ez.lazyload, #Zq41oxSp7E0TFb6unzzQTdTGtQGW68ez.lazyloading { background-image: none; }
#KLluybOr5T88BeGwDfDUHw3lIeBrgty3 { color:#00b0ff;display:block;width:26.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:41.75rem;left:33.75rem;height:1.19986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yZya9bMObJblKm9shlmo5TfOpZQuC0oF { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:43rem;left:33.6875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XMPgNRlTubMkgUz2TpWxlAfXV73E6CP5 { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:46.9375rem;left:33.75rem;height:41.63541875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UUbi4JNivOglMsyl1JquvrD0BHXRlyM1 { position:absolute;display:block;z-index:14999;background-color:rgba(0,176,255,0.2);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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:36.125rem;left:15.625rem;display:block; }
#wmfTKEEgu34Tw95KTrq62uzz4ZhWk15S { position:absolute;display:block;z-index:15000;background-color:rgba(0,176,255,0.2);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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:53.25rem;left:3.9375rem;display:block; }
#EsP375tp294BOtINC5qzD2V66RzWSQy8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#182638;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; }#EsP375tp294BOtINC5qzD2V66RzWSQy8 > .row .container { background-color: transparent; background-image: none; }#EsP375tp294BOtINC5qzD2V66RzWSQy8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsP375tp294BOtINC5qzD2V66RzWSQy8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsP375tp294BOtINC5qzD2V66RzWSQy8 > .row .container > .video-iframe-container { display: none; }#EsP375tp294BOtINC5qzD2V66RzWSQy8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsP375tp294BOtINC5qzD2V66RzWSQy8 > .row > .video-iframe-container { display: none; }#EsP375tp294BOtINC5qzD2V66RzWSQy8 > .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); }#EsP375tp294BOtINC5qzD2V66RzWSQy8 > .row .container { border-width: 0; border-radius: 0; }#EsP375tp294BOtINC5qzD2V66RzWSQy8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EsP375tp294BOtINC5qzD2V66RzWSQy8 > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:block; }#VECZ1vSbNbRN0ueiJ8STISfUJWHTXtGT { 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:6.6865806875rem;width:6.6865806875rem;top:0.60317993164062rem;left:26.656707763672rem;overflow:hidden;display:block; }
#bzJr50exTMG6ooqv0exPTzpGc8ilm28A { color:#ffffff;display:block;width:7.2495403125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:7.2529907226562rem;left:6.3740806579587rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xxx0O29mMu0eJuyeoWpuQQGxvrVG7geT { color:#ffffff;display:block;width:7.2495403125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:7.2702026367188rem;left:26.375228881836rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X1OnpqD81bEgis0otDfoRSo0h5uRnkUi { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:7.26953125rem;left:41.40625rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FriNLqLWn0kUUSKaU6cQptDe6G5Q9pBJ { position:absolute;display:block;z-index:15001;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:7.5rem;width:7.5rem;top:0.0333251953125rem;left:46.25rem;overflow:hidden;display:block; }
#teGXOIfmHXsh8DZIxQbrFOLpCMJ8dStf { 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:7.8125rem;width:7.8125rem;top:0.56640625rem;left:6.09375rem;overflow:hidden;display:block; }
#wwilSd5tyR6pXg8vOBcedMHR9TcNlOc2 { 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; }#wwilSd5tyR6pXg8vOBcedMHR9TcNlOc2 > .row .container { background-color: transparent; background-image: none; }#wwilSd5tyR6pXg8vOBcedMHR9TcNlOc2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwilSd5tyR6pXg8vOBcedMHR9TcNlOc2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwilSd5tyR6pXg8vOBcedMHR9TcNlOc2 > .row .container > .video-iframe-container { display: none; }#wwilSd5tyR6pXg8vOBcedMHR9TcNlOc2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwilSd5tyR6pXg8vOBcedMHR9TcNlOc2 > .row > .video-iframe-container { display: none; }#wwilSd5tyR6pXg8vOBcedMHR9TcNlOc2 > .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); }#wwilSd5tyR6pXg8vOBcedMHR9TcNlOc2 > .row .container { border-width: 0; border-radius: 0; }#wwilSd5tyR6pXg8vOBcedMHR9TcNlOc2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wwilSd5tyR6pXg8vOBcedMHR9TcNlOc2 > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;position:relative;display:block; }#B9dXkENUCO8QwycBFN65wfpmPhaSTRX6 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #004ea9;border-left:0.125rem solid #004ea9;border-right:0.125rem solid #004ea9;border-bottom:0.125rem solid #004ea9;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:32.9375rem;width:22.125rem;top:9.125rem;left:3.875rem;display:block; }
#XdvylcpQADV5WvR4XnRb20yz7KTCpARp { background-color:#a4a4a4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8745403125rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:35.3125rem;left:6.0625rem;display:block; }
#RnnSMze1cT5KRQCOGzbkqfud1mNeeal1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WGe9pONUqTUcc9DBTyxTVgR6VyVt0X3Z { color:#68b6ff;display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:28.5rem;left:6.25rem;height:3.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#WGe9pONUqTUcc9DBTyxTVgR6VyVt0X3Z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WGe9pONUqTUcc9DBTyxTVgR6VyVt0X3Z li:before{  }
#db4i7OUcZDaAlmyrQEAXvDtHV7JN25yG { color:#a4a4a4;display:block;width:3.5rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.5rem;left:18.3125rem;height:2.35611875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QJfNTxAUDrXaJAv1dNO6naGptt4cqdhQ { color:#a4a4a4;display:block;width:9.6875rem;position:absolute;font-family:lato;font-size:4.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.249969482422rem;left:7.1243114471438rem;height:5.4433625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qSc7ZFHGnmtmUMJIK0UU1GlXvqU28vlb { position:absolute;display:block;z-index:15020;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:27.4375rem;left:6.25rem;display:block; }
#ebAQ2BzOqwLDSLGubg1qA3JIDfI1TvGe { position:absolute;display:block;z-index:15010;background-color:#a4a4a4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:22.25rem;top:9.0625rem;left:3.9375rem;display:block; }
#w9Xcep8kaZdKOwbUiM9boGmWB03HWO7Z { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:9.4375rem;left:4rem;height:1.79948125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#v6hcxCLZU45z3hH2Zl3q1kxuyxzhsMoM { color:#a4a4a4;display:block;width:18.3125rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.3125rem;left:6.1875rem;height:2.51823125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GWGgoKDgTPqo3nFGyLZlny1iOL2ykksZ { color:#191919;display:block;width:59.8125rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:3.28125rem;left:0rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#USWlFTvBT5B2TwHVhQQkNF8ssUW5EVvL { color:#535353;display:block;width:15.3740234375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:16.4375rem;left:6.0625rem;height:4.7246125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#t8MomFlZK6evbZ1qsaDCXTqGlmMsxImT { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #004ea9;border-left:0.125rem solid #004ea9;border-right:0.125rem solid #004ea9;border-bottom:0.125rem solid #004ea9;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:32.9375rem;width:22.125rem;top:9.125rem;left:33.8125rem;display:block; }
#zTxKXX3iVT45EffIrFvfvo76pkeWL82c { position:absolute;display:block;z-index:15011;background-color:#5db5ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:22.25rem;top:9.125rem;left:33.875rem;display:block; }
#AGxsTT8SyM4T6omJIi3k0ueVzVSHnZT5 { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:9.34375rem;left:33.9375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sCq8OFvInkKFB6bLzdokTei7A1XiX7Te { color:#5db5ff;display:block;width:18.3125rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:13.3125rem;left:36.6875rem;height:2.51823125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hRv2f89fDVFb2TiHU3cSK6icTZ4z1p28 { color:#535353;display:block;width:15.3740234375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:16.125rem;left:36.6875rem;height:4.7246125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#a3Oo1VTTl1LMdI9v4bJIkeIrFR305Vxq { color:#5db5ff;display:block;width:10.125rem;position:absolute;font-family:lato;font-size:4.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.8125rem;left:37.5rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zLXr7zzQeZgIWPknMuE8REFOCKDxmgGk { color:#5db5ff;display:block;width:3.5rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:23rem;left:48.5rem;height:2.35611875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#J7HBbV4qORdq38e6Fsh9BIhlT0GXSOGO { position:absolute;display:block;z-index:15021;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:27.4375rem;left:37.1875rem;display:block; }
#xb3MvoyXNyHoc1hc6s0ThuT1EclWlv86 { color:#68b6ff;display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:27.6875rem;left:37.1875rem;height:7.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#xb3MvoyXNyHoc1hc6s0ThuT1EclWlv86 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xb3MvoyXNyHoc1hc6s0ThuT1EclWlv86 li:before{  }
#En8AeGxiEt0WVWXySrXgeGMdRzrRKDgp { background-color:#ffcb00;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8740234375rem;height:4.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:35.3125rem;left:36.90625rem;display:block; }
#MDy1icACaV9SmonvMVw2fMDuuR9xvx0y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxeOaCaoZpceWn1NCastg3q0iRmALGsm { border-top:0.625rem solid #000000;border-left:0.625rem solid #000000;border-right:0.625rem solid #000000;border-bottom:0.625rem solid #000000;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; }#TxeOaCaoZpceWn1NCastg3q0iRmALGsm > .row .container { background-color: transparent; background-image: none; }#TxeOaCaoZpceWn1NCastg3q0iRmALGsm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxeOaCaoZpceWn1NCastg3q0iRmALGsm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxeOaCaoZpceWn1NCastg3q0iRmALGsm > .row .container > .video-iframe-container { display: none; }#TxeOaCaoZpceWn1NCastg3q0iRmALGsm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxeOaCaoZpceWn1NCastg3q0iRmALGsm > .row > .video-iframe-container { display: none; }#TxeOaCaoZpceWn1NCastg3q0iRmALGsm > .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); }#TxeOaCaoZpceWn1NCastg3q0iRmALGsm > .row .container { border-width: 0; border-radius: 0; }#TxeOaCaoZpceWn1NCastg3q0iRmALGsm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxeOaCaoZpceWn1NCastg3q0iRmALGsm > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#cFXIPeDl5TSKT6LGq4wfh8LH11wogXT5 { color:#191919;display:block;width:59.8125rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ePoSGevveVMvUsK1VgsLuXs5a3R9ovTk { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:6.375rem;left:0rem;height:2.69986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iyTg654nbVrQzGQJTKTqhhtu5NA48WZK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:9.8125rem;left:28.4375rem; }
#iyTg654nbVrQzGQJTKTqhhtu5NA48WZK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#OyJJrhN0TcrRJTOVT11STbR0J9iaA8o6 { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:13.5rem;left:0rem;height:1.2747375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ { 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; }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row .container { background-color: transparent; background-image: none; }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row .container > .video-iframe-container { display: none; }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row > .video-iframe-container { display: none; }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .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); }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row .container { border-width: 0; border-radius: 0; }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:60rem;position:relative;display:block; }#Q8ELCql8sBTJygyhOhcFNuOw2DR0gQZF { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:2.8851318359375rem;left:0rem;height:8.09766875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oKJoSTitIPN4n86vGa9O9XSHrcD5KqHB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Gdngcdfh/bg.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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; }#oKJoSTitIPN4n86vGa9O9XSHrcD5KqHB.adaptive-delivery-prevent-bg, #oKJoSTitIPN4n86vGa9O9XSHrcD5KqHB.lazyload, #oKJoSTitIPN4n86vGa9O9XSHrcD5KqHB.lazyloading { background-image: none; }#oKJoSTitIPN4n86vGa9O9XSHrcD5KqHB > .row .container { background-color: transparent; background-image: none; }#oKJoSTitIPN4n86vGa9O9XSHrcD5KqHB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #001623; }#oKJoSTitIPN4n86vGa9O9XSHrcD5KqHB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKJoSTitIPN4n86vGa9O9XSHrcD5KqHB > .row .container > .video-iframe-container { display: none; }#oKJoSTitIPN4n86vGa9O9XSHrcD5KqHB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #001623; }#oKJoSTitIPN4n86vGa9O9XSHrcD5KqHB > .row > .video-iframe-container { display: none; }#oKJoSTitIPN4n86vGa9O9XSHrcD5KqHB > .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); }#oKJoSTitIPN4n86vGa9O9XSHrcD5KqHB > .row .container { border-width: 0; border-radius: 0; }#oKJoSTitIPN4n86vGa9O9XSHrcD5KqHB::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; }#oKJoSTitIPN4n86vGa9O9XSHrcD5KqHB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oKJoSTitIPN4n86vGa9O9XSHrcD5KqHB > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#KUNU9cqyJncFvVwhUiPP9lkOJurGE1Re { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.5609130859375rem;left:0rem;height:5.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-form-header {  }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:25.6875rem;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; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .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:#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.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:25.6875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-input-text {padding-top: 0; padding-bottom: 0;}#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .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:#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.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:25.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .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:25.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-input-select {padding-top: 0; padding-bottom: 0;}#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .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; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-input-button { 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:#182638;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.25rem;font-weight:bold;color:#ffffff;width:25.6875rem;height:3.4375rem;font-family:"open sans";overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:24.4375rem;overflow:hidden;font-style:normal;float:none; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .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; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-container:first-of-type{padding-top:0;}#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-container:last-of-type{padding-bottom:0;}#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.80908203125rem;left:30.086164474488rem; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.6875rem;display:block;vertical-align:top; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-info-text { display:block;height:auto;font-family:"open sans";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;text-align:center;text-align-last:center; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h {display:block;}#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.80908203125rem;left:30.086164474488rem; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #uJWXRS1mzArxIrCAvXLxfQSMrwVlA00Z { position:relative;display:block;z-index:15000; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #ohN3D29wdXv7IT4kAccMOAzsze1P00TJ { position:relative;display:block;z-index:15000; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #vm87UGKsTFiaNaAPcgFlgT1lsbzm0k8A { position:relative; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #qlLRcW3xuP1Uln2W0WpGaQc4A6R3KoBe { position:relative;display:block; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #yJkRDENLVP88WCF90dDFB1C9r59WoH3V { position:relative; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #qoBTbwM5i9g7u11R75gRX1CTpMVlyGe8 { position:relative; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #CcTRTMkdDxheEnkFsQv6pQJzZ0GigfPn { position:relative;display:block; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #ppe4X13eWOylKcx6ULiZ7lJz8FfVecPX { position:relative; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #TNocGThJbCO1bUfMI8CNBPLWUdg8mbyC { position:relative; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #u4odGaCI03rfTAOIeFpbPpKpu6MIwLvE { position:relative;z-index:2; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #EXJViUpSIANEis13kNHSPBsqWVTaV9wk { position:relative; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #za9lzZ76aNGD0VKX2gsUzb17PbIbV8ku { position:relative; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #htB1TFBfk66WVEhNfTBl0qt5a05hw8KC { position:relative; }
#W0NtAbqAnwaxQUvs2WkQcVvukfXdr7eL { color:#ffffff;display:block;width:25.9995403125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0rem;height:1.4622375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sCUcgL0zowZ7U1hgq2pDPoHfw3l2r4rD { color:#6ec6ed;display:block;width:22.2495403125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.8125rem;left:0rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S6FnTvql2e7FKurLN2wVNR6qgA2zARNA { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.125rem;left:0rem;height:1.70573125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/2fY1Xcuq/section5_bg.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn.adaptive-delivery-prevent-bg, #xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn.lazyload, #xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn.lazyloading { background-image: none; }#xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn > .row .container { background-color: transparent; background-image: none; }#xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,3,9,0.37); }#xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn > .row .container > .video-iframe-container { display: none; }#xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,3,9,0.37); }#xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn > .row > .video-iframe-container { display: none; }#xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn > .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); }#xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn > .row .container { border-width: 0; border-radius: 0; }#xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn::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; }#xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#IacN91aqk2Zr8vqGsKoRl1Rq8lgeXFbH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.9375rem;width:39rem;top:7.4654951095581rem;left:0rem;display:block; }
#h8WpuVmd7JuHGAFbvWe2o4bzvmTZ1ggT { color:#ffffff;display:block;width:57rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.4667892456055rem;left:0rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AbUqWOy8fUbBUBsPIHNfVXZq21t9wxXZ { color:#ffffff;display:block;width:18rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:18rem;left:41.6875rem;height:0;font-style:normal;display:block; }
#zR2mu3k8IC1x4up6NwdEADQXUCqefNyh { background-color:#fff91e;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.1875rem;height:4.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.812500953674rem;left:12.90625rem;display:block; }
#SqaOSBXBq8x0JgD2LVQ7oVOHKfLIlaHq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bTwyfkKWwbi5Oma9HzzNLc8AcvPhaQwf { position:absolute;display:block;z-index:15008;background-color:#fff91e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:11.25rem;top:0.69661521911619rem;left:0rem;display:block; }
#mnDco1wx3bTKOZrJ42FDJt9RTzuCDveW { position:absolute;display:block;z-index:15009;background-color:#fff91e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.625rem;top:11.8125rem;left:0rem;display:block; }
#XwTS6vAOUdZrvoC6CJ8DTJrqTrO7RoUl { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:16.531901359558rem;left:39.751300811767rem;height:12.796875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fkRAEuv5S1qB3txlQTTFFpyqw1eTHktx { position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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.1875rem;width:0;top:11.8125rem;left:12.125rem;display:block; }
#GtVTZd1ToEnwttnhTZw4gVLMQxKDqFlt { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:8.1360673904419rem;left:39.729167938233rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yEDavdwB5Ftf7TVk7osPWFOeBio2CQF2.widget-smartsection { border-top:0.3125rem solid #000000;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; } #yEDavdwB5Ftf7TVk7osPWFOeBio2CQF2.widget-smartsection *:focus-visible, #yEDavdwB5Ftf7TVk7osPWFOeBio2CQF2.widget-smartsection input[type="text"]:focus-visible, #yEDavdwB5Ftf7TVk7osPWFOeBio2CQF2.widget-smartsection input[type="email"]:focus-visible, #yEDavdwB5Ftf7TVk7osPWFOeBio2CQF2.widget-smartsection input[type="tel"]:focus-visible, #yEDavdwB5Ftf7TVk7osPWFOeBio2CQF2.widget-smartsection textarea:focus-visible { outline: none; } #MORxRu34TXXLMwEAn1EWIpmlNJ9BCwnT > .row .container { background-color: transparent; background-image: none; }#MORxRu34TXXLMwEAn1EWIpmlNJ9BCwnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MORxRu34TXXLMwEAn1EWIpmlNJ9BCwnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MORxRu34TXXLMwEAn1EWIpmlNJ9BCwnT > .row .container > .video-iframe-container { display: none; }#MORxRu34TXXLMwEAn1EWIpmlNJ9BCwnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MORxRu34TXXLMwEAn1EWIpmlNJ9BCwnT > .row > .video-iframe-container { display: none; }#MORxRu34TXXLMwEAn1EWIpmlNJ9BCwnT > .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); }#MORxRu34TXXLMwEAn1EWIpmlNJ9BCwnT > .row .container { border-width: 0; border-radius: 0; }#MORxRu34TXXLMwEAn1EWIpmlNJ9BCwnT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MORxRu34TXXLMwEAn1EWIpmlNJ9BCwnT > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oho4rbldGwAbbeLVfZRI95ercLcvCTSO { display:block; }#oho4rbldGwAbbeLVfZRI95ercLcvCTSO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xnHGryuyUsDNFFzRHuA8wMnnE4xdP9q3 { top:1.8125rem;left:0rem;width:21.1875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIcADBkgmETg39nGAkhh4SEp5aghMOLW { top:1.25rem;left:39.875rem;width:7.875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1po0ITDxceQDH2kvOb9ygBubwyl4NeT { display:block; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQo3eOWSdlESpfAzgD5MwtIJye94uEkN { width:47.75rem;height:4rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9V7OsuArM02BsKwU5BTkzLBWqsK4l5F { width:24.375rem;height:;top:29rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF7GxMVrG4uvwJUabRzxGUb1l2BtlGp3 { width:47.75rem;height:4rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG3IoSTGKsHMirp6XcJyovXD0Uai5ZzP { width:26.8125rem;height:19.625rem;top:27.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9wzEgTJ2dPdidnWh2nlyVSTI4n2vPk9 { width:47.75rem;height:4rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvgICNPoVkx4QPxx5LFHW3yw3b8nNeal { width:17.0625rem;height:3.4375rem;top:25.125rem;left:15.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #taHhFwvd8XbmngZmdHfy5BgguJIAuQfa { display:block; }
 }@media only screen and (max-width: 763px) { #JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS { display:block; }#JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kp8aacl0TaPuKtpBJQmra1pz15rT5b5Z { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA1Qo1wRegbFKfd3ezO9an11VoXoTBdR { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLBpSBL2qkTRJC6DMdT11FOgk4FTMivp { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Meu1voNTS5W6SyQgF0JBNnloLDBmVUbN { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAE3UM1uzFnec5Fd3yxmBodAarxwh1rn { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL3ahiBFtPnvSudnu7z4pn9gfT4EcLuX { top:30.5625rem;left:0rem;width:47.75rem;height:25.352976190476rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuZ54C1XBhveVkaDdQznyu2RgT6RWW0h { display:block; }#MuZ54C1XBhveVkaDdQznyu2RgT6RWW0h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKrmkQSkKQicFLQ3G1obTwgnBiiBTmXP { width:13.4375rem;height:6rem;top:16.4375rem;left:17.791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWfPIKAtv31uSe9LZGRmp3pSzmO0fcwk { display:block; }#UWfPIKAtv31uSe9LZGRmp3pSzmO0fcwk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM { display:block; }#bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2teEG53oJSFFAV0Q6qTn34KCKelx4zA { width:9.9375rem;height:9.9375rem;top:3.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRPRNkAi45OGtaTzlMlWEhtJzmWsAapp { width:13.4375rem;height:6rem;top:16.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEefGPTH05HX0ptO4DEaowKgXr5rQ41s { width:9.9375rem;height:9.9375rem;top:3.625rem;left:18.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoTdLO2hFcBfqSa1JPFx4HixLshwsaHV { width:13.4375rem;height:6rem;top:16.4375rem;left:17.791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrPgkX8e5N2xsSnpDPxPLpcmvSebh2AB { width:9.9375rem;height:9.9375rem;top:3.625rem;left:34.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvN2gvbZ926E4x86tOBHt03V6a4W2VRd { width:13.4375rem;height:6rem;top:16.4375rem;left:33.708333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #g36dUHVffTqo46kolSy9NT3uhB3EWTWH { top:3.5625rem;left:5.3122711181641rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlcCFHngf6NopFVwIzM1dPbgOOw4wHP5 { top:3.8125rem;left:21.437728881836rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8HRDvopXNEFkOFfqt2rf7hUpUTMQMfv { top:4.4375rem;left:37.937728881836rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUcoUAoAWzQhFL2bbG75af0egVMOksN0 { display:block; }#iUcoUAoAWzQhFL2bbG75af0egVMOksN0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obuFtSgDVAvT6C5XIs6P17Hks21OJIaw { display:block; }#obuFtSgDVAvT6C5XIs6P17Hks21OJIaw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #If52xh0AnL4GWH4FClMuV3y4Ra47FGii { width:29.0625rem;height:24.1875rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8M9AJL3yqc2ESzefIxiPZIqABZVwqyx { width:25rem;height:8.375rem;top:23.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmBl0Iyf3qVpNCfzfc8amcCAvMmauPtm { width:20.5rem;height:5.25rem;top:32.8125rem;left:1.6548709869385rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpRAkaKmnIv8wutonnhOzLlQprAhoRpx { width:47.75rem;height:7.9375rem;top:1.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFrxBqsx0DCiErOyU7ONuW4JtBw5Bn2r { top:12.3125rem;left:9.25rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAeyBNzrOr0ZSPa9kdxatblDZTFulhg9 { top:13.625rem;left:10.031480789184rem;width:3.75rem;height:2.5813744017824rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8G8hhlT5cvHwKewbqzvCQv0VT9hE7lQ { width:25.0625rem;height:4.1875rem;top:18.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwK44ZgGWcalHnQxOoUokBv1mZy4lZmM { top:12.25rem;left:33.5625rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAH8p5lEaw3phlx3ZCW0PvVoq1ENHEnJ { top:14.125rem;left:34.372930526733rem;width:3.75rem;height:1.6245404375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfdH0EfgFLZtIay2I5kJqWEHV91eKzPg { width:29.0625rem;height:24.125rem;top:14.75rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwWnvmCOt3ZQN91rWo1Q3OWsHwdd3F2b { width:25.0625rem;height:4.1875rem;top:18.125rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV0JooTxGcxh4uVMkTiRLHWG9leiSMkQ { width:29.0625rem;height:27.5rem;top:44.125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p99pcMg0k4pW9tRGwARAKtZIfXLcV2ai { width:25.0625rem;height:4.1875rem;top:47.5625rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeiU20kIUsKiVVkUJMTighmnr8icMcwb { width:25rem;height:6.9375rem;top:23.9375rem;left:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za6mQrDf8HaWRy6wtWT9k5xzG2Ov45XI { width:25rem;height:6.9375rem;top:54rem;left:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6x6yWVDymLfdtzcMkPrQAP4Hw4F0Vq1 { top:41.6875rem;left:34.0625rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIvqot3GsuCvqL9naqLMMOut98luh4Ik { top:43.375rem;left:34.75rem;width:4.0625rem;height:1.9979319375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCo5co9Qb2TbTsTWfEssutkfnOgLWiH8 { width:22rem;height:5.25rem;top:33rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsKdi5Qka1hWNfZycfq6uM211uCGGR7f { width:20.5rem;height:5.25rem;top:64.5rem;left:25.966451644898rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4dqgW0zeum7lytJIPOkEP0Lk2ucewmI { top:41.625rem;left:9.5625rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBoO7tTZ3L6qU82CtxHv86RqcJg8gxPd { top:42.1875rem;left:10.196458816528rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3384lDobRcUtTiGAXPvHefLT2AJUUkt { width:29.0625rem;height:27.5rem;top:44.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXnuTu75LMmOPlpk8dN6wMdTC2Guhq1v { width:25.0625rem;height:4.1875rem;top:47.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhf5zq7BuaJXy6S11dwJvsgq4NxS7fgT { width:25rem;height:9.75rem;top:53.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoaGx4NCq2hs2fcchuiv22q53I0GeyRr { width:20.5rem;height:5.25rem;top:64.5rem;left:1.6548709869385rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCw1omW5p1PNibtFttdmfwcvHiwnpHsg { top:41.6875rem;left:34.0625rem;width:5.3125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJS2Kzv0vUVPlytO7gAzcfiGHUSE6M49 { display:block; }#kJS2Kzv0vUVPlytO7gAzcfiGHUSE6M49 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tswyLglcNO87y4WHM0VAJVBNNP669ABW { display:block; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzpg9DT78apQSGAznKcX25JdzMTo9OTa { width:32.5625rem;height:5.375rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWCSg0uXr4hkdZD2qGOMBVSz7m7GiH5M { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB { display:block; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2WiNMNMVTkDEv2BWsCelBNT5aQqdgw7 { width:20.6875rem;height:20.6875rem;top:2.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHdoqLHIxGV3D75a0Z4yM72URWIlXKo4 { width:12.5rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6kr9Bl60iK5MxcrLRkCEz3RduaSmhm9 { width:12.5rem;height:12.5rem;top:14.8125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT0S4gpgJgqQFudVF6TsqVaamy4KtVXI { width:19.5625rem;height:12rem;top:12.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqxehmtiAdO9e6hbuu0IWFq9Dn7gRFl7 { width:13.5625rem;height:4.5rem;top:9.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCcQ2pNQri3yobPbaLw2ziFzJtFoOnfH { width:13.5625rem;height:4.5rem;top:9.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq41oxSp7E0TFb6unzzQTdTGtQGW68ez { width:20.5625rem;height:20.5625rem;top:40.3125rem;left:1.6870403289795rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLluybOr5T88BeGwDfDUHw3lIeBrgty3 { width:13.5625rem;height:4.5rem;top:9.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZya9bMObJblKm9shlmo5TfOpZQuC0oF { width:13.5625rem;height:4.5rem;top:9.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMPgNRlTubMkgUz2TpWxlAfXV73E6CP5 { width:19.5625rem;height:12rem;top:12.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUbi4JNivOglMsyl1JquvrD0BHXRlyM1 { width:12.5rem;height:12.5rem;top:36.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmfTKEEgu34Tw95KTrq62uzz4ZhWk15S { width:12.5rem;height:12.5rem;top:53.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsP375tp294BOtINC5qzD2V66RzWSQy8 { display:block; }#EsP375tp294BOtINC5qzD2V66RzWSQy8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VECZ1vSbNbRN0ueiJ8STISfUJWHTXtGT { top:0.5625rem;left:20.469207763672rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzJr50exTMG6ooqv0exPTzpGc8ilm28A { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxx0O29mMu0eJuyeoWpuQQGxvrVG7geT { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1OnpqD81bEgis0otDfoRSo0h5uRnkUi { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FriNLqLWn0kUUSKaU6cQptDe6G5Q9pBJ { top:0rem;left:35.9375rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #teGXOIfmHXsh8DZIxQbrFOLpCMJ8dStf { top:0.5625rem;left:4.03125rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwilSd5tyR6pXg8vOBcedMHR9TcNlOc2 { display:block; }#wwilSd5tyR6pXg8vOBcedMHR9TcNlOc2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9dXkENUCO8QwycBFN65wfpmPhaSTRX6 { top:9.125rem;left:0.8125rem;width:22.125rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdvylcpQADV5WvR4XnRb20yz7KTCpARp { width:17.8125rem;height:4.0625rem;top:35.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnnSMze1cT5KRQCOGzbkqfud1mNeeal1 { display:block; }
 }@media only screen and (max-width: 763px) { #WGe9pONUqTUcc9DBTyxTVgR6VyVt0X3Z { width:17.3125rem;height:3.6875rem;top:28.5rem;left:3.1875rem;font-size:0.9375rem;display:block; }#WGe9pONUqTUcc9DBTyxTVgR6VyVt0X3Z li:before{  }
 }@media only screen and (max-width: 763px) { #db4i7OUcZDaAlmyrQEAXvDtHV7JN25yG { width:3.5rem;height:2.3125rem;top:23.5rem;left:15.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJfNTxAUDrXaJAv1dNO6naGptt4cqdhQ { width:9.6875rem;height:5.4375rem;top:21.1875rem;left:4.0618114471436rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSc7ZFHGnmtmUMJIK0UU1GlXvqU28vlb { top:27.4375rem;left:3.1875rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebAQ2BzOqwLDSLGubg1qA3JIDfI1TvGe { width:22.25rem;height:2.3125rem;top:9.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9Xcep8kaZdKOwbUiM9boGmWB03HWO7Z { width:22.125rem;height:;top:9.4375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6hcxCLZU45z3hH2Zl3q1kxuyxzhsMoM { width:18.3125rem;height:;top:13.3125rem;left:3.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWGgoKDgTPqo3nFGyLZlny1iOL2ykksZ { width:47.75rem;height:;top:3.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USWlFTvBT5B2TwHVhQQkNF8ssUW5EVvL { width:15.3125rem;height:4.6875rem;top:16.4375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8MomFlZK6evbZ1qsaDCXTqGlmMsxImT { top:9.125rem;left:24.625rem;width:22.125rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTxKXX3iVT45EffIrFvfvo76pkeWL82c { width:22.25rem;height:2.3125rem;top:9.125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGxsTT8SyM4T6omJIi3k0ueVzVSHnZT5 { width:22.125rem;height:;top:9.3125rem;left:24.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCq8OFvInkKFB6bLzdokTei7A1XiX7Te { width:18.3125rem;height:2.5rem;top:13.3125rem;left:27.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRv2f89fDVFb2TiHU3cSK6icTZ4z1p28 { width:15.3125rem;height:;top:16.125rem;left:27.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3Oo1VTTl1LMdI9v4bJIkeIrFR305Vxq { width:10.0625rem;height:;top:20.75rem;left:28.312494277954rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLXr7zzQeZgIWPknMuE8REFOCKDxmgGk { width:3.5rem;height:2.3125rem;top:23rem;left:39.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7HBbV4qORdq38e6Fsh9BIhlT0GXSOGO { top:27.4375rem;left:28rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb3MvoyXNyHoc1hc6s0ThuT1EclWlv86 { width:17.3125rem;height:;top:27.6875rem;left:28rem;font-size:0.9375rem;display:block; }#xb3MvoyXNyHoc1hc6s0ThuT1EclWlv86 li:before{  }
 }@media only screen and (max-width: 763px) { #En8AeGxiEt0WVWXySrXgeGMdRzrRKDgp { width:17.8125rem;height:4.0625rem;top:35.3125rem;left:27.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDy1icACaV9SmonvMVw2fMDuuR9xvx0y { display:block; }
 }@media only screen and (max-width: 763px) { #TxeOaCaoZpceWn1NCastg3q0iRmALGsm { display:block; }#TxeOaCaoZpceWn1NCastg3q0iRmALGsm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFXIPeDl5TSKT6LGq4wfh8LH11wogXT5 { width:47.75rem;height:;top:2.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePoSGevveVMvUsK1VgsLuXs5a3R9ovTk { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyTg654nbVrQzGQJTKTqhhtu5NA48WZK { top:9.8125rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
#iyTg654nbVrQzGQJTKTqhhtu5NA48WZK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #OyJJrhN0TcrRJTOVT11STbR0J9iaA8o6 { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ { display:block; }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8ELCql8sBTJygyhOhcFNuOw2DR0gQZF { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKJoSTitIPN4n86vGa9O9XSHrcD5KqHB { display:block; }#oKJoSTitIPN4n86vGa9O9XSHrcD5KqHB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUNU9cqyJncFvVwhUiPP9lkOJurGE1Re { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-regular-label { width:25.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-input-text { width:25.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-input-text {padding-top: 0; padding-bottom: 0;}#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-textarea { width:25.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-input-select { width:25.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-input-select {padding-top: 0; padding-bottom: 0;}#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-input-button { width:25.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-checkbox-label { width:24.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h  { width:25.6875rem;height:auto;top:7.75rem;left:19.5625rem; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .radio-container { width:25.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h {display:block;}#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h { width:25.6875rem;height:auto;top:7.75rem;left:19.5625rem; }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #uJWXRS1mzArxIrCAvXLxfQSMrwVlA00Z {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #ohN3D29wdXv7IT4kAccMOAzsze1P00TJ {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #vm87UGKsTFiaNaAPcgFlgT1lsbzm0k8A {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #qlLRcW3xuP1Uln2W0WpGaQc4A6R3KoBe {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #yJkRDENLVP88WCF90dDFB1C9r59WoH3V {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #qoBTbwM5i9g7u11R75gRX1CTpMVlyGe8 {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #CcTRTMkdDxheEnkFsQv6pQJzZ0GigfPn {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #ppe4X13eWOylKcx6ULiZ7lJz8FfVecPX {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #TNocGThJbCO1bUfMI8CNBPLWUdg8mbyC {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #u4odGaCI03rfTAOIeFpbPpKpu6MIwLvE {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #EXJViUpSIANEis13kNHSPBsqWVTaV9wk {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #za9lzZ76aNGD0VKX2gsUzb17PbIbV8ku {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #htB1TFBfk66WVEhNfTBl0qt5a05hw8KC {  }
 }@media only screen and (max-width: 763px) { #W0NtAbqAnwaxQUvs2WkQcVvukfXdr7eL { width:25.9375rem;height:1.4375rem;top:7.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCUcgL0zowZ7U1hgq2pDPoHfw3l2r4rD { width:22.1875rem;height:3.25rem;top:11.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6FnTvql2e7FKurLN2wVNR6qgA2zARNA { width:13.75rem;height:1.6875rem;top:10.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn { display:block; }#xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IacN91aqk2Zr8vqGsKoRl1Rq8lgeXFbH { width:39rem;height:21.9375rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8WpuVmd7JuHGAFbvWe2o4bzvmTZ1ggT { width:47.75rem;height:2.25rem;top:2.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbUqWOy8fUbBUBsPIHNfVXZq21t9wxXZ { width:18rem;height:0;top:18rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR2mu3k8IC1x4up6NwdEADQXUCqefNyh { width:34.1875rem;height:4.5rem;top:32.8125rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqaOSBXBq8x0JgD2LVQ7oVOHKfLIlaHq { display:block; }
 }@media only screen and (max-width: 763px) { #bTwyfkKWwbi5Oma9HzzNLc8AcvPhaQwf { width:11.25rem;height:0.6875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnDco1wx3bTKOZrJ42FDJt9RTzuCDveW { width:0.625rem;height:11.25rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwTS6vAOUdZrvoC6CJ8DTJrqTrO7RoUl { width:20.125rem;height:12.8125rem;top:16.5rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkRAEuv5S1qB3txlQTTFFpyqw1eTHktx { top:11.8125rem;left:6rem;width:0;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtVTZd1ToEnwttnhTZw4gVLMQxKDqFlt { width:18.9375rem;height:6.75rem;top:8.125rem;left:28.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEDavdwB5Ftf7TVk7osPWFOeBio2CQF2.widget-smartsection { display:block; } #yEDavdwB5Ftf7TVk7osPWFOeBio2CQF2.widget-smartsection *:focus-visible, #yEDavdwB5Ftf7TVk7osPWFOeBio2CQF2.widget-smartsection input[type="text"]:focus-visible, #yEDavdwB5Ftf7TVk7osPWFOeBio2CQF2.widget-smartsection input[type="email"]:focus-visible, #yEDavdwB5Ftf7TVk7osPWFOeBio2CQF2.widget-smartsection input[type="tel"]:focus-visible, #yEDavdwB5Ftf7TVk7osPWFOeBio2CQF2.widget-smartsection textarea:focus-visible { outline: none; } #MORxRu34TXXLMwEAn1EWIpmlNJ9BCwnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oho4rbldGwAbbeLVfZRI95ercLcvCTSO { display:block; }#oho4rbldGwAbbeLVfZRI95ercLcvCTSO > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xnHGryuyUsDNFFzRHuA8wMnnE4xdP9q3 { width:15.9375rem;height:3.6240234375rem;top:0.9375rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIcADBkgmETg39nGAkhh4SEp5aghMOLW { width:9.6240234375rem;height:7.1875rem;top:5.1875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1po0ITDxceQDH2kvOb9ygBubwyl4NeT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0e6769ac-3ca2-49fd-922c-cdc95f7a4419/WEBINAR5.png");background-position:bottom left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT.adaptive-delivery-prevent-bg, #b1po0ITDxceQDH2kvOb9ygBubwyl4NeT.lazyload, #b1po0ITDxceQDH2kvOb9ygBubwyl4NeT.lazyloading { background-image: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { background-color: transparent; background-image: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container > .video-iframe-container { display: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row > .video-iframe-container { display: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .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); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQo3eOWSdlESpfAzgD5MwtIJye94uEkN { width:18.75rem;height:16.1953125rem;top:1.7497711181641rem;left:0.62385106086731rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9V7OsuArM02BsKwU5BTkzLBWqsK4l5F { width:20rem;height:0;top:24.562269210816rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF7GxMVrG4uvwJUabRzxGUb1l2BtlGp3 { width:20rem;height:16.19529375rem;top:26.779357910156rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG3IoSTGKsHMirp6XcJyovXD0Uai5ZzP { width:20rem;height:5.8125rem;top:18.8115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9wzEgTJ2dPdidnWh2nlyVSTI4n2vPk9 { width:20rem;height:4.199225rem;top:19.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvgICNPoVkx4QPxx5LFHW3yw3b8nNeal { width:17.061875rem;height:3.4375rem;top:42.973958969116rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #taHhFwvd8XbmngZmdHfy5BgguJIAuQfa { display:block; }
 }@media only screen and (max-width: 763px) { #JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS { display:block; }#JODy2JvqZvUsgtJtpZoEHUabm9GrX9pS > .row .container { width:20rem;height:96.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kp8aacl0TaPuKtpBJQmra1pz15rT5b5Z { width:18.75rem;height:6.07421875rem;top:1.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA1Qo1wRegbFKfd3ezO9an11VoXoTBdR { width:20rem;height:16.1953125rem;top:9.6484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLBpSBL2qkTRJC6DMdT11FOgk4FTMivp { width:20rem;height:21.59375rem;top:27.586174011231rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Meu1voNTS5W6SyQgF0JBNnloLDBmVUbN { width:20rem;height:5.3984375rem;top:53.021592106934rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAE3UM1uzFnec5Fd3yxmBodAarxwh1rn { width:20rem;height:21.59375rem;top:73.369712829587rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL3ahiBFtPnvSudnu7z4pn9gfT4EcLuX { width:20rem;height:10.6188725rem;top:59.565709544434rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuZ54C1XBhveVkaDdQznyu2RgT6RWW0h { display:block; }#MuZ54C1XBhveVkaDdQznyu2RgT6RWW0h { background-color: transparent; background-image: none; }#MuZ54C1XBhveVkaDdQznyu2RgT6RWW0h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuZ54C1XBhveVkaDdQznyu2RgT6RWW0h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuZ54C1XBhveVkaDdQznyu2RgT6RWW0h > .row .container > .video-iframe-container { display: none; }#MuZ54C1XBhveVkaDdQznyu2RgT6RWW0h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuZ54C1XBhveVkaDdQznyu2RgT6RWW0h > .row > .video-iframe-container { display: none; }#MuZ54C1XBhveVkaDdQznyu2RgT6RWW0h > .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); }#MuZ54C1XBhveVkaDdQznyu2RgT6RWW0h > .row .container { width:20rem;height:5.0625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKrmkQSkKQicFLQ3G1obTwgnBiiBTmXP { width:14.375rem;height:2.3997375rem;top:1.25rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWfPIKAtv31uSe9LZGRmp3pSzmO0fcwk { display:block; }#UWfPIKAtv31uSe9LZGRmp3pSzmO0fcwk > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM { display:block; }#bXQOCqwlRp2urzMhLZ2oPBt9oP19bvRM > .row .container { width:20rem;height:97.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2teEG53oJSFFAV0Q6qTn34KCKelx4zA { width:7.5rem;height:7.5rem;top:1.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRPRNkAi45OGtaTzlMlWEhtJzmWsAapp { width:14.375rem;height:18rem;top:9.75rem;left:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lEefGPTH05HX0ptO4DEaowKgXr5rQ41s { width:7.5rem;height:7.5rem;top:30.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoTdLO2hFcBfqSa1JPFx4HixLshwsaHV { width:14.375rem;height:19.5rem;top:39.75rem;left:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XrPgkX8e5N2xsSnpDPxPLpcmvSebh2AB { width:7.5rem;height:7.5rem;top:62.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvN2gvbZ926E4x86tOBHt03V6a4W2VRd { width:14.375rem;height:25.5rem;top:71.125rem;left:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g36dUHVffTqo46kolSy9NT3uhB3EWTWH { display:flex;width:5.1872701875rem;height:5.1872701875rem;top:1.8573150634766rem;left:7.3724719285962rem; }
 }@media only screen and (max-width: 763px) { #tlcCFHngf6NopFVwIzM1dPbgOOw4wHP5 { display:flex;width:4.6875rem;height:4.6875rem;top:31.4375rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #y8HRDvopXNEFkOFfqt2rf7hUpUTMQMfv { display:flex;width:3.4375rem;height:3.4375rem;top:64.1875rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #iUcoUAoAWzQhFL2bbG75af0egVMOksN0 { display:block; }#iUcoUAoAWzQhFL2bbG75af0egVMOksN0 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obuFtSgDVAvT6C5XIs6P17Hks21OJIaw { display:block; }#obuFtSgDVAvT6C5XIs6P17Hks21OJIaw > .row .container { width:20rem;height:155rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #If52xh0AnL4GWH4FClMuV3y4Ra47FGii { width:19.6243095625rem;height:14.375rem;top:22.936584472656rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8M9AJL3yqc2ESzefIxiPZIqABZVwqyx { width:18.75rem;height:12.796875rem;top:35.060882568359rem;left:0.62385106086731rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmBl0Iyf3qVpNCfzfc8amcCAvMmauPtm { width:20rem;height:4.79883125rem;top:49.311798095703rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QpRAkaKmnIv8wutonnhOzLlQprAhoRpx { width:20rem;height:12.1875rem;top:2.6971435546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFrxBqsx0DCiErOyU7ONuW4JtBw5Bn2r { width:5.3745403125rem;height:5.3745403125rem;top:20.212997436524rem;left:7.3115807771681rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAeyBNzrOr0ZSPa9kdxatblDZTFulhg9 { width:3.75rem;height:2.580422625rem;top:21.602691650391rem;left:8.1238509416581rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8G8hhlT5cvHwKewbqzvCQv0VT9hE7lQ { width:20rem;height:6.3984375rem;top:26.624542236328rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwK44ZgGWcalHnQxOoUokBv1mZy4lZmM { width:5.3125rem;height:5.3125rem;top:65.215993298825rem;left:12.375232696533rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAH8p5lEaw3phlx3ZCW0PvVoq1ENHEnJ { width:3.75rem;height:1.6245404375rem;top:126.04458618164rem;left:8.1238509416581rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #WfdH0EfgFLZtIay2I5kJqWEHV91eKzPg { width:19.625rem;height:24.125rem;top:96.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwWnvmCOt3ZQN91rWo1Q3OWsHwdd3F2b { width:20rem;height:6.3984375rem;top:100.49859619141rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV0JooTxGcxh4uVMkTiRLHWG9leiSMkQ { width:19.6875rem;height:14.1875rem;top:126.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p99pcMg0k4pW9tRGwARAKtZIfXLcV2ai { width:20rem;height:6.3984375rem;top:130.58706665039rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeiU20kIUsKiVVkUJMTighmnr8icMcwb { width:20rem;height:11.19725rem;top:107.62405395507rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za6mQrDf8HaWRy6wtWT9k5xzG2Ov45XI { width:20rem;height:9.597625rem;top:138.85107421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6x6yWVDymLfdtzcMkPrQAP4Hw4F0Vq1 { width:5.3125rem;height:5.3125rem;top:93.620147705075rem;left:7.3426009416581rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIvqot3GsuCvqL9naqLMMOut98luh4Ik { width:4.0625rem;height:1.9979319375rem;top:95.241241455075rem;left:7.9676009416581rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCo5co9Qb2TbTsTWfEssutkfnOgLWiH8 { width:20rem;height:3.199225rem;top:120.08959960938rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsKdi5Qka1hWNfZycfq6uM211uCGGR7f { width:20rem;height:3.199225rem;top:150.18264770507rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4dqgW0zeum7lytJIPOkEP0Lk2ucewmI { width:5.3125rem;height:5.3125rem;top:55.657165527344rem;left:7.3426009416581rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBoO7tTZ3L6qU82CtxHv86RqcJg8gxPd { width:4.0625rem;height:4.0625rem;top:56.300537109375rem;left:7.9676009416581rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3384lDobRcUtTiGAXPvHefLT2AJUUkt { width:19.625rem;height:27.5rem;top:58.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXnuTu75LMmOPlpk8dN6wMdTC2Guhq1v { width:20rem;height:4.79883125rem;top:61.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhf5zq7BuaJXy6S11dwJvsgq4NxS7fgT { width:20rem;height:17.5956875rem;top:67.381652832031rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoaGx4NCq2hs2fcchuiv22q53I0GeyRr { width:20rem;height:4.79883125rem;top:86.495849609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCw1omW5p1PNibtFttdmfwcvHiwnpHsg { width:5.3125rem;height:5.3125rem;top:124.19921875rem;left:7.3426009416581rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #kJS2Kzv0vUVPlytO7gAzcfiGHUSE6M49 { display:block; }#kJS2Kzv0vUVPlytO7gAzcfiGHUSE6M49 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tswyLglcNO87y4WHM0VAJVBNNP669ABW { display:block; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzpg9DT78apQSGAznKcX25JdzMTo9OTa { width:18.75rem;height:5.3997375rem;top:2.2369794845581rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWCSg0uXr4hkdZD2qGOMBVSz7m7GiH5M { width:20rem;height:0;top:8.4375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB { display:block; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row .container { width:20rem;height:139.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2WiNMNMVTkDEv2BWsCelBNT5aQqdgw7 { width:12.5rem;height:12.5rem;top:1.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHdoqLHIxGV3D75a0Z4yM72URWIlXKo4 { width:6.25rem;height:6.25rem;top:0rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6kr9Bl60iK5MxcrLRkCEz3RduaSmhm9 { width:6.25rem;height:6.25rem;top:9.6875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT0S4gpgJgqQFudVF6TsqVaamy4KtVXI { width:18.75rem;height:37.1745rem;top:21.3125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqxehmtiAdO9e6hbuu0IWFq9Dn7gRFl7 { width:20rem;height:1.19986875rem;top:17.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aCcQ2pNQri3yobPbaLw2ziFzJtFoOnfH { width:20rem;height:2.0996125rem;top:18.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zq41oxSp7E0TFb6unzzQTdTGtQGW68ez { width:12.8125rem;height:13.9372701875rem;top:60.568695068359rem;left:3.1146599054336rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2676aff8-e097-41df-af38-b72e8850fe2e/Zrzutekranu20231211o175811.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Zq41oxSp7E0TFb6unzzQTdTGtQGW68ez.adaptive-delivery-prevent-bg, #Zq41oxSp7E0TFb6unzzQTdTGtQGW68ez.lazyload, #Zq41oxSp7E0TFb6unzzQTdTGtQGW68ez.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KLluybOr5T88BeGwDfDUHw3lIeBrgty3 { width:20rem;height:1.19986875rem;top:76.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZya9bMObJblKm9shlmo5TfOpZQuC0oF { width:20rem;height:2.0996125rem;top:79.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMPgNRlTubMkgUz2TpWxlAfXV73E6CP5 { width:20rem;height:55.01823125rem;top:82.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUbi4JNivOglMsyl1JquvrD0BHXRlyM1 { width:5.6875rem;height:5.6875rem;top:69.072845458988rem;left:13.193933218086rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmfTKEEgu34Tw95KTrq62uzz4ZhWk15S { width:6.6245403125rem;height:6.6245403125rem;top:60.506683349609rem;left:1.8106616735458rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsP375tp294BOtINC5qzD2V66RzWSQy8 { display:block; }#EsP375tp294BOtINC5qzD2V66RzWSQy8 > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VECZ1vSbNbRN0ueiJ8STISfUJWHTXtGT { width:6.6245403125rem;height:6.6245403125rem;top:10.198791503906rem;left:6.6854315996169rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzJr50exTMG6ooqv0exPTzpGc8ilm28A { width:7.1875rem;height:2.0996125rem;top:8.1824340820312rem;left:6.4051009416581rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxx0O29mMu0eJuyeoWpuQQGxvrVG7geT { width:7.1875rem;height:2.0996125rem;top:16.781921386719rem;left:6.4051009416581rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1OnpqD81bEgis0otDfoRSo0h5uRnkUi { width:12.1875rem;height:4.19921875rem;top:24.792541503906rem;left:3.905100941658rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FriNLqLWn0kUUSKaU6cQptDe6G5Q9pBJ { width:7.5rem;height:7.5rem;top:18.800537109375rem;left:6.248850941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #teGXOIfmHXsh8DZIxQbrFOLpCMJ8dStf { width:7.8125rem;height:7.8125rem;top:1.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwilSd5tyR6pXg8vOBcedMHR9TcNlOc2 { display:block; }#wwilSd5tyR6pXg8vOBcedMHR9TcNlOc2 > .row .container { width:20rem;height:75.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9dXkENUCO8QwycBFN65wfpmPhaSTRX6 { width:19.8125rem;height:31.8125rem;top:9.8529663085938rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #XdvylcpQADV5WvR4XnRb20yz7KTCpARp { width:15.625rem;height:4.0625rem;top:33.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnnSMze1cT5KRQCOGzbkqfud1mNeeal1 { display:block; }
 }@media only screen and (max-width: 763px) { #WGe9pONUqTUcc9DBTyxTVgR6VyVt0X3Z { width:17.3125rem;height:3.6875rem;top:27.9375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#WGe9pONUqTUcc9DBTyxTVgR6VyVt0X3Z li:before{  }
 }@media only screen and (max-width: 763px) { #db4i7OUcZDaAlmyrQEAXvDtHV7JN25yG { width:2.5rem;height:2.35611875rem;top:23.090576171875rem;left:11.435431599617rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #QJfNTxAUDrXaJAv1dNO6naGptt4cqdhQ { width:7.8745403125rem;height:4.46875rem;top:21.4375rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:3.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #qSc7ZFHGnmtmUMJIK0UU1GlXvqU28vlb { width:15.625rem;height:0.124080875rem;top:25.773498535156rem;left:1.5900734663009rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebAQ2BzOqwLDSLGubg1qA3JIDfI1TvGe { width:20rem;height:2.311580875rem;top:9.731201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9Xcep8kaZdKOwbUiM9boGmWB03HWO7Z { width:20rem;height:1.79948125rem;top:10.062072753906rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #v6hcxCLZU45z3hH2Zl3q1kxuyxzhsMoM { width:14.5625rem;height:2.5996125rem;top:12.7001953125rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GWGgoKDgTPqo3nFGyLZlny1iOL2ykksZ { width:20rem;height:5.19921875rem;top:3.0618286132812rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #USWlFTvBT5B2TwHVhQQkNF8ssUW5EVvL { width:15.3125rem;height:4.7246125rem;top:15.200622558594rem;left:3.4443932771682rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #t8MomFlZK6evbZ1qsaDCXTqGlmMsxImT { width:19.7495403125rem;height:32.9365806875rem;top:41.879638671875rem;left:0.029871344566345rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #zTxKXX3iVT45EffIrFvfvo76pkeWL82c { width:20rem;height:2.3125rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGxsTT8SyM4T6omJIi3k0ueVzVSHnZT5 { width:20rem;height:1.79948125rem;top:42.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #sCq8OFvInkKFB6bLzdokTei7A1XiX7Te { width:18.3125rem;height:2.5996125rem;top:46rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hRv2f89fDVFb2TiHU3cSK6icTZ4z1p28 { width:15.3125rem;height:4.7246125rem;top:48.8125rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #a3Oo1VTTl1LMdI9v4bJIkeIrFR305Vxq { width:10.1240806875rem;height:4.46875rem;top:54.763366699219rem;left:3.8821231126785rem;text-align:center;text-align-last:center;font-size:3.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zLXr7zzQeZgIWPknMuE8REFOCKDxmgGk { width:3.4995403125rem;height:2.35611875rem;top:56.282165527344rem;left:13.072150349617rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #J7HBbV4qORdq38e6Fsh9BIhlT0GXSOGO { width:15.625rem;height:0.125rem;top:60.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb3MvoyXNyHoc1hc6s0ThuT1EclWlv86 { width:17.3125rem;height:7.375rem;top:60.375rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#xb3MvoyXNyHoc1hc6s0ThuT1EclWlv86 li:before{  }
 }@media only screen and (max-width: 763px) { #En8AeGxiEt0WVWXySrXgeGMdRzrRKDgp { width:17.8125rem;height:4.0625rem;top:69.767700195312rem;left:1.0926011800766rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDy1icACaV9SmonvMVw2fMDuuR9xvx0y { display:block; }
 }@media only screen and (max-width: 763px) { #TxeOaCaoZpceWn1NCastg3q0iRmALGsm { display:block; }#TxeOaCaoZpceWn1NCastg3q0iRmALGsm > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFXIPeDl5TSKT6LGq4wfh8LH11wogXT5 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePoSGevveVMvUsK1VgsLuXs5a3R9ovTk { width:20rem;height:2.25rem;top:7.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyTg654nbVrQzGQJTKTqhhtu5NA48WZK { display:flex;width:3.125rem;height:3.125rem;top:11.125rem;left:8.4375rem; }
#iyTg654nbVrQzGQJTKTqhhtu5NA48WZK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #OyJJrhN0TcrRJTOVT11STbR0J9iaA8o6 { width:20rem;height:1.2747375rem;top:15.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ { display:block; }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8ELCql8sBTJygyhOhcFNuOw2DR0gQZF { width:18.75rem;height:17.54489375rem;top:1.1764526367188rem;left:0.62385106086731rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oKJoSTitIPN4n86vGa9O9XSHrcD5KqHB { display:block; }#oKJoSTitIPN4n86vGa9O9XSHrcD5KqHB > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUNU9cqyJncFvVwhUiPP9lkOJurGE1Re { width:18.75rem;height:4.199225rem;top:1.9355673789978rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-input-text {padding-top: 0; padding-bottom: 0;}#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-input-select {padding-top: 0; padding-bottom: 0;}#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h  { width:17.5rem;height:auto;top:11.810547828674rem;left:0rem; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h {display:block;}#XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h { width:17.5rem;height:auto;top:11.810547828674rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #uJWXRS1mzArxIrCAvXLxfQSMrwVlA00Z {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #ohN3D29wdXv7IT4kAccMOAzsze1P00TJ {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #vm87UGKsTFiaNaAPcgFlgT1lsbzm0k8A {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #qlLRcW3xuP1Uln2W0WpGaQc4A6R3KoBe {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #yJkRDENLVP88WCF90dDFB1C9r59WoH3V {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #qoBTbwM5i9g7u11R75gRX1CTpMVlyGe8 {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #CcTRTMkdDxheEnkFsQv6pQJzZ0GigfPn {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #ppe4X13eWOylKcx6ULiZ7lJz8FfVecPX {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #TNocGThJbCO1bUfMI8CNBPLWUdg8mbyC {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #u4odGaCI03rfTAOIeFpbPpKpu6MIwLvE {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #EXJViUpSIANEis13kNHSPBsqWVTaV9wk {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #za9lzZ76aNGD0VKX2gsUzb17PbIbV8ku {  }
 }@media only screen and (max-width: 763px) { #XAI4TOcMWICeM3nUTKBME0gZe9p3Z50h #htB1TFBfk66WVEhNfTBl0qt5a05hw8KC {  }
 }@media only screen and (max-width: 763px) { #W0NtAbqAnwaxQUvs2WkQcVvukfXdr7eL { width:20rem;height:1.29948125rem;top:4.8762612342834rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sCUcgL0zowZ7U1hgq2pDPoHfw3l2r4rD { width:13.75rem;height:2.1933625rem;top:8.5625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6FnTvql2e7FKurLN2wVNR6qgA2zARNA { width:13.75rem;height:1.70573125rem;top:6.875rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn { background-color:transparent;background-image:url("https://images.assets-landingi.com/2fY1Xcuq/section5_bg.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn.adaptive-delivery-prevent-bg, #xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn.lazyload, #xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn.lazyloading { background-image: none; }#xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn > .row .container { background-color: transparent; background-image: none; }#xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #001623; }#xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn > .row .container > .video-iframe-container { display: none; }#xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #001623; }#xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn > .row > .video-iframe-container { display: none; }#xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn > .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); }#xmoiG4g0dRxTpZNsHuu5NwWdxZiXTlpn > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IacN91aqk2Zr8vqGsKoRl1Rq8lgeXFbH { height:10.75rem;width:19.25rem;top:6.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8WpuVmd7JuHGAFbvWe2o4bzvmTZ1ggT { width:18rem;height:3.29948125rem;top:1.0625rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AbUqWOy8fUbBUBsPIHNfVXZq21t9wxXZ { width:18rem;height:0;top:9.125rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zR2mu3k8IC1x4up6NwdEADQXUCqefNyh { width:16.3125rem;height:3.4375rem;top:44.753908157349rem;left:1.84375rem;font-size:1rem;background-color:#6ec6ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);font-weight:400;font-style:normal;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #SqaOSBXBq8x0JgD2LVQ7oVOHKfLIlaHq { display:block; }
 }@media only screen and (max-width: 763px) { #bTwyfkKWwbi5Oma9HzzNLc8AcvPhaQwf { width:7.5rem;height:0.375rem;top:6.625rem;left:10.9375rem;background-color:#6ec6ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mnDco1wx3bTKOZrJ42FDJt9RTzuCDveW { width:0.375rem;height:6.25rem;top:10.6875rem;left:0rem;background-color:#6ec6ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XwTS6vAOUdZrvoC6CJ8DTJrqTrO7RoUl { width:18.936875rem;height:14.3965rem;top:28.887371063233rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkRAEuv5S1qB3txlQTTFFpyqw1eTHktx { width:0;height:5.1875rem;top:11.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GtVTZd1ToEnwttnhTZw4gVLMQxKDqFlt { width:18.9375rem;height:8.0989375rem;top:19.394532203674rem;left:1.0625rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yEDavdwB5Ftf7TVk7osPWFOeBio2CQF2.widget-smartsection { display:block; } #yEDavdwB5Ftf7TVk7osPWFOeBio2CQF2.widget-smartsection *:focus-visible, #yEDavdwB5Ftf7TVk7osPWFOeBio2CQF2.widget-smartsection input[type="text"]:focus-visible, #yEDavdwB5Ftf7TVk7osPWFOeBio2CQF2.widget-smartsection input[type="email"]:focus-visible, #yEDavdwB5Ftf7TVk7osPWFOeBio2CQF2.widget-smartsection input[type="tel"]:focus-visible, #yEDavdwB5Ftf7TVk7osPWFOeBio2CQF2.widget-smartsection textarea:focus-visible { outline: none; } #MORxRu34TXXLMwEAn1EWIpmlNJ9BCwnT > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }