.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#002071;background-image:url("https://images.assets-landingi.com/uc/cec46d49-7f02-4a63-a03d-e22f96a441c9/section4bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .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); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/633a2c21-289b-4925-b32b-554b56ff91dd/herotrocardecontadorcontabilidadeonline.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z.adaptive-delivery-prevent-bg, #TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z.lazyload, #TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z.lazyloading { background-image: none; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container { background-color: transparent; background-image: none; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container > .video-iframe-container { display: none; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row > .video-iframe-container { display: none; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .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); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container { border-width: 0; border-radius: 0; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container { width:1200px;height:897px;font-size:14px;font-family:arial;position:relative;display:block; }#tUQcJ2aqghXJRgK6TalSCoefzN478A8T { display:block;width:769px;position:absolute;font-family:montserrat;font-size:70px;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:249px;left:431px;height:77px;font-style:normal;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#fNEPs51HeFDZq6aVFGUmNBp165fs50nx { display:block;width:766px;position:absolute;font-family:rubik;font-size:40px;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:326px;left:431px;height:96px;font-style:normal;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#i0azyaVyMgrxdSCkKAVBAxDcQ0FBi2Gg { position:absolute;display:block;z-index:15066;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:100px;width:1200px;top:778px;left:0px;display:none; }
#En7kDOM7zXLXcNk0HBJfoNFNblm0B3T8 { color:#000000;display:block;width:157px;position:absolute;font-family:ubuntu;font-size:45px;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:792px;left:21px;height:0;text-align:center;text-align-last:center;display:none; }
#T5WvsWQ1MbuSxB0NAma7XB31ZJ0b2v3k { color:#000000;display:block;width:152px;position:absolute;font-family:rubik;font-size:14px;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:842px;left:24px;height:0;text-align:center;text-align-last:center;display:none; }
#P0ShRsrrIhCx3Qb8Qv9pZzzuPbyvy7XW { color:#000000;display:block;width:157px;position:absolute;font-family:ubuntu;font-size:45px;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:792px;left:228px;height:0;text-align:center;text-align-last:center;display:none; }
#kNtSqdG8BT2Csgw1OfyD9wb6ZQL3yFov { color:#000000;display:block;width:161px;position:absolute;font-family:rubik;font-size:14px;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:842px;left:228px;height:0;text-align:center;text-align-last:center;display:none; }
#GLarXnK8zJfb1kyKm8NeJoseEzk0Z1N1 { color:#000000;display:block;width:157px;position:absolute;font-family:ubuntu;font-size:45px;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:792px;left:439px;height:0;display:none; }
#edqe0dpqUiThVB0w3powNZcwBc9LEaXT { color:#000000;display:block;width:152px;position:absolute;font-family:rubik;font-size:14px;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:842px;left:439px;height:0;text-align:center;text-align-last:center;display:none; }
#mAEBLLnnVuHvyfxgoJnLRGuTCB2dk79L { position:absolute;display:block;z-index:15076;background-color:#727272;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:50px;width:2px;top:803px;left:199.5px;display:none; }
#CfxCgZqa8Sc1g8a6RR5UoEmtC04UfPDn { position:absolute;display:block;z-index:15077;background-color:#727272;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:50px;width:2px;top:803px;left:412.5px;display:none; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-form-header {  }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-regular-label { display:block;width:167px;height:auto;font-size:14px;font-family:ubuntu;line-height:1;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#000000;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:0;border-right:0;border-bottom:0;border-left:0;height:50px;width:167px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#000000;line-height:1;box-sizing:border-box;font-family:rubik;font-weight:400;font-size:14px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-input-text {padding-top: 0; padding-bottom: 0;}#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:0;border-right:0;border-bottom:0;border-left:0;height:48px;width:167px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#000000;line-height:1;box-sizing:border-box;font-family:rubik;font-weight:400;font-size:14px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:2px solid rgba(242,249,255,0.4);border-right:2px solid rgba(242,249,255,0.4);border-bottom:2px solid rgba(242,249,255,0.4);border-left:2px solid rgba(242,249,255,0.4);height:50px;width:167px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#9e9e9e;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:14px;background-color:transparent;background-image:none;overflow:hidden;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-input-select {padding-top: 0; padding-bottom: 0;}#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:16px;height:16px;margin-top:3px;margin-right:3px;margin-bottom:3px;margin-left:5px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top;box-sizing:border-box; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top:0;border-right:0;border-bottom:0;border-left:0;height:50px;width:180px;padding-top:0;padding-right:14px;padding-bottom:0;padding-left:14px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#ffffff;line-height:1;box-sizing:border-box;font-family:rubik;font-weight:bold;text-align:center;text-align-last:center;font-size:14px;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #fdc007, #ff6622);background-image: -moz-linear-gradient(225deg, #fdc007, #ff6622);background-image: -ms-linear-gradient(225deg, #fdc007, #ff6622);background-image: -o-linear-gradient(225deg, #fdc007, #ff6622);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc007', endColorstr='#ff6622' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc007', endColorstr='#ff6622' );";background-image: linear-gradient(225deg, #fdc007, #ff6622);background-size:initial !important;overflow:hidden; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB [class*="-text"]:-moz-placeholder { font-size:17px;font-family:rubik;color:#9e9e9e; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB [class*="-text"]::-moz-placeholder { font-size:17px;font-family:rubik;color:#9e9e9e; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB [class*="-text"]:-ms-input-placeholder { font-size:17px;font-family:rubik;color:#9e9e9e; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB [class*="-text"]::-webkit-input-placeholder { font-size:17px;font-family:rubik;color:#9e9e9e; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:520px;height:auto;font-size:14px;font-family:ubuntu;line-height:1.2;margin-top:2px;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#000000; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:16px;height:16px;margin-top:23px;margin-right:0;margin-bottom:3px;margin-left:3px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-radio-label { font-size:16px;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:32px;width:69.5px;vertical-align:middle;margin-top:22px;margin-right:0;margin-bottom:3px;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-container:first-of-type{padding-top:0;}#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-container:last-of-type{padding-bottom:0;}#aTG842UfdtrTZSKevup9P8g78VCdtGvB  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:544px;height:auto;left:596px;top:778px;z-index:15078;position:absolute; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .radio-container { width:177px; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:14px;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; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:544px;height:auto;left:596px;top:778px;z-index:15078;position:absolute;display:none; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB #Ue0UxITZAFrT0IZ5omchxwclfRtubg20 { position:relative; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB #lCEdik5Q9G6rR6TPuNdIftkbfZNQgkCJ { position:relative;display:none; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB #Q7EzUh39RzlMU6MT7vUo9I2eqPIkVy4f { position:relative; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB #ePmIUftvRpAWIXMtdIt17Z0616FMearT { position:relative; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB #kOJJanblmwWCW0Kr3nVCfvcPBBgkkq1v { position:relative;display:none; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB #eheysxfEnJXw04EQUGr4guq2QGhHDHoK { position:relative; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB #HZV2NOO7wouzxG57Nbkuh6FPTerX49SV { position:relative; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB #cJR0nKPlyiVV2cBI77qehoEMJ54oQWT2 { position:relative; }
#MVM7NLVUTAn399n7EQZmOU6getI8aQ5X { display:block;width:917.986px;position:absolute;font-family:rubik;font-size:70px;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:215px;left:0px;height:;font-style:normal;color:#ffffff;text-align:left;text-align-last:left;display:none; }
#W6yluPy4tPVgXQf8NTFHNzcFfVR1xTen { color:#000000;display:block;width:157px;position:absolute;font-family:ubuntu;font-size:45px;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:792px;left:228px;height:58.5px;text-align:center;text-align-last:center;display:none; }
#fq3561pduRbQX0te4teBtnVNSIbNxosp { display:block;width:146px;position:absolute;font-family:montserrat;font-size:100px;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:492px;left:920px;height:110px;font-style:normal;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#nEiyXWMwOaqg8khThF0lQ5Cpyn1h51Mq { display:block;width:102px;position:absolute;font-family:montserrat;font-size:35px;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:549px;left:1045px;height:38.5px;font-style:normal;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#ukBDaqwqULmB045f4f5BW9bSurvTL3Wh { display:block;width:74px;position:absolute;font-family:montserrat;font-size:35px;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:511px;left:867px;height:38.5px;font-style:normal;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#WrU7MaKfwrTKueHKumF3Vc9yzSxyD7R0 { display:block;width:287px;position:absolute;font-family:montserrat;font-size:35px;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:465px;left:867px;height:38.5px;font-style:normal;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#nFeRoTZXZn5XxS4ScpyfuL47T2FRmiGb { box-sizing:content-box;height:40px;width:400px;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:470px;left:431px;border-top-right-radius:25px;border-bottom-right-radius:25px;border-bottom-left-radius:0;border-top-left-radius:0;display:block; }
#dQOMAwyfcmg7Irlv8lUh2z6XCU9fpVRM { color:#000000;display:block;width:326px;position:absolute;font-family:rubik;font-size:25px;font-weight:normal;z-index:15080;line-height:1.1;letter-spacing:0;top:476px;left:468px;height:27.5px;text-align:left;text-align-last:left;display:block; }#dQOMAwyfcmg7Irlv8lUh2z6XCU9fpVRM li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#dQOMAwyfcmg7Irlv8lUh2z6XCU9fpVRM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
#T6n9WM8xxyCWKEpVV2igyeSleKGVHZuA { box-sizing:content-box;height:40px;width:400px;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:515px;left:431px;border-top-right-radius:25px;border-bottom-right-radius:25px;border-bottom-left-radius:0;border-top-left-radius:0;display:block; }
#JpTAFMbqbPsGDWID2F5XF1hCQzDvrVGr { color:#000000;display:block;width:330px;position:absolute;font-family:rubik;font-size:25px;font-weight:normal;z-index:15082;line-height:1.1;letter-spacing:0;top:522px;left:468px;height:27.5px;text-align:left;text-align-last:left;display:block; }#JpTAFMbqbPsGDWID2F5XF1hCQzDvrVGr li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#JpTAFMbqbPsGDWID2F5XF1hCQzDvrVGr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
#JK2dpUGoFEHDXLfC4h7weKnPwdnkX9iq { box-sizing:content-box;height:40px;width:400px;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:560px;left:431px;border-top-right-radius:25px;border-bottom-right-radius:25px;border-bottom-left-radius:0;border-top-left-radius:0;display:block; }
#a98LHdv0XuJcTnAtQpgEQQL9oB2oM2MT { color:#000000;display:block;width:326px;position:absolute;font-family:rubik;font-size:25px;font-weight:normal;z-index:15084;line-height:1.1;letter-spacing:0;top:566px;left:468px;height:27.5px;text-align:left;text-align-last:left;display:block; }#a98LHdv0XuJcTnAtQpgEQQL9oB2oM2MT li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#a98LHdv0XuJcTnAtQpgEQQL9oB2oM2MT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
#R1hUbiFpHcZuVfd0spJHQMUTRZe2FBhu { box-sizing:content-box;height:40px;width:400px;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:605px;left:431px;border-top-right-radius:25px;border-bottom-right-radius:25px;border-bottom-left-radius:0;border-top-left-radius:0;display:block; }
#vTgHlWVThaqIMWxXq0TN4NmUsMq9Brnx { color:#000000;display:block;width:326px;position:absolute;font-family:rubik;font-size:25px;font-weight:normal;z-index:15086;line-height:1.1;letter-spacing:0;top:611px;left:468px;height:27.5px;text-align:left;text-align-last:left;display:block; }#vTgHlWVThaqIMWxXq0TN4NmUsMq9Brnx li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#vTgHlWVThaqIMWxXq0TN4NmUsMq9Brnx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
#XFtpq9OIXi3xNNwC6CUUQ8qVUTrT8ifN { background-color:transparent;background-image: -webkit-linear-gradient(130deg, #007104, #26e886);background-image: -moz-linear-gradient(130deg, #007104, #26e886);background-image: -ms-linear-gradient(130deg, #007104, #26e886);background-image: -o-linear-gradient(130deg, #007104, #26e886);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007104', endColorstr='#26e886' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007104', endColorstr='#26e886' );";background-image: linear-gradient(130deg, #007104, #26e886);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:5px solid #007104;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 0 0 8px rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:18px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:402px;height:70px;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:667px;left:431px;display:block; }
#lLEofSTkVyB4qRuV52R54Tk3TV50dTRL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#yIc7RgItK4sTI7JngMCODvTKD8plibER { color:#000000;display:block;width:326px;position:absolute;font-family:rubik;font-size:25px;font-weight:normal;z-index:15080;line-height:1.1;letter-spacing:0;top:388px;left:37px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px;padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GCh7m0p0bmNrbDxD5UGUsk9rkpbQUyyP { box-sizing:content-box;height:40px;width:400px;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:382px;left:0px;border-top-right-radius:25px;border-bottom-right-radius:25px;border-bottom-left-radius:0;border-top-left-radius:0;display:none; }
#WLrqDmGOyfcXqULFkXqihKxB9bTilw2P { color:#000000;display:block;width:326px;position:absolute;font-family:rubik;font-size:25px;font-weight:normal;z-index:15080;line-height:1.1;letter-spacing:0;top:388px;left:37px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px;padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#G2D49zXFArAP4imRQ44LS4JTig0sNA0W { box-sizing:content-box;height:40px;width:400px;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:382px;left:0px;border-top-right-radius:25px;border-bottom-right-radius:25px;border-bottom-left-radius:0;border-top-left-radius:0;display:none; }
#BAW2ehl4eSLcJ3Jt8EWnuD6UA5uCO4nS { color:#000000;display:block;width:326px;position:absolute;font-family:rubik;font-size:25px;font-weight:normal;z-index:15080;line-height:1.1;letter-spacing:0;top:388px;left:37px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px;padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Sm0lIvCystHD7id4fNz0Cpuwqy9oKv4J { 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:760px;width:857px;display:none; }
#tDwwl6mdvVMGNEfe2eRk24pvBZBrZ2il { position:absolute;display:block;z-index:15087;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:124px;width:121px;top:10px;left:451px;overflow:hidden;display:block; }
#imdgQhRgezehset94plhN5WGw5cIyKNb { box-sizing:content-box;height:160px;width:160px;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:0px;left:431px;border-top-right-radius:0;border-bottom-right-radius:50px;border-bottom-left-radius:50px;border-top-left-radius:0;display:block; }
#A2lIE7RLHf5Vh1e2OsTq18SRbVtxsh4v { 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; }#A2lIE7RLHf5Vh1e2OsTq18SRbVtxsh4v > .row .container { background-color: transparent; background-image: none; }#A2lIE7RLHf5Vh1e2OsTq18SRbVtxsh4v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2lIE7RLHf5Vh1e2OsTq18SRbVtxsh4v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2lIE7RLHf5Vh1e2OsTq18SRbVtxsh4v > .row .container > .video-iframe-container { display: none; }#A2lIE7RLHf5Vh1e2OsTq18SRbVtxsh4v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2lIE7RLHf5Vh1e2OsTq18SRbVtxsh4v > .row > .video-iframe-container { display: none; }#A2lIE7RLHf5Vh1e2OsTq18SRbVtxsh4v > .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); }#A2lIE7RLHf5Vh1e2OsTq18SRbVtxsh4v > .row .container { border-width: 0; border-radius: 0; }#A2lIE7RLHf5Vh1e2OsTq18SRbVtxsh4v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A2lIE7RLHf5Vh1e2OsTq18SRbVtxsh4v > .row .container { font-size:14px;font-family:arial;height:160px;width:1200px;position:relative;display:block; }#iPgIWqgEUlIxvET5IkwBmVnDlHcEWkB5 { color:#0a1263;display:block;width:1200px;position:absolute;font-family:rubik;font-size:55px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:89px;left:0px;height:71.5px;text-align:center;text-align-last:center;display:block; }
#hB7gwSPCoHFAtdlqmNZ06e7RVh7VRbWS { 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; }#hB7gwSPCoHFAtdlqmNZ06e7RVh7VRbWS > .row .container { background-color: transparent; background-image: none; }#hB7gwSPCoHFAtdlqmNZ06e7RVh7VRbWS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hB7gwSPCoHFAtdlqmNZ06e7RVh7VRbWS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hB7gwSPCoHFAtdlqmNZ06e7RVh7VRbWS > .row .container > .video-iframe-container { display: none; }#hB7gwSPCoHFAtdlqmNZ06e7RVh7VRbWS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hB7gwSPCoHFAtdlqmNZ06e7RVh7VRbWS > .row > .video-iframe-container { display: none; }#hB7gwSPCoHFAtdlqmNZ06e7RVh7VRbWS > .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); }#hB7gwSPCoHFAtdlqmNZ06e7RVh7VRbWS > .row .container { border-width: 0; border-radius: 0; }#hB7gwSPCoHFAtdlqmNZ06e7RVh7VRbWS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hB7gwSPCoHFAtdlqmNZ06e7RVh7VRbWS > .row .container { font-size:14px;font-family:arial;height:582px;width:1200px;position:relative;display:block; }#FrAOsPUSwCGa1NFN94uRKJ0z5JSH59EO { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:460px;width:275px;top:71px;left:905px;display:block; }
#mARfTayZrQwwub5bocWXuDI8NcOCDvOp { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/59a891e5-0ab6-472a-b9d0-63196a69c3e5/migrarmei.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:290px;width:276px;top:22px;left:905px;display:block; }#mARfTayZrQwwub5bocWXuDI8NcOCDvOp.adaptive-delivery-prevent-bg, #mARfTayZrQwwub5bocWXuDI8NcOCDvOp.lazyload, #mARfTayZrQwwub5bocWXuDI8NcOCDvOp.lazyloading { background-image: none; }
#LPAPAENHLlEzq8R0GEmhPMcBfQWncysT { color:#000000;display:block;width:210px;position:absolute;font-family:rubik;font-size:30px;font-weight:normal;z-index:15064;line-height:1.1;letter-spacing:0;top:331px;left:938px;height:66px;text-align:center;text-align-last:center;display:block; }
#TFpVlTLTkAaolCTXJbuZVfKlkG4QIDH3 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:460px;width:275px;top:71px;left:610px;display:block; }
#vpU9yWrWVM8msA6C63sE4FLWlZs2WNq3 { color:#000000;display:block;width:210px;position:absolute;font-family:rubik;font-size:30px;font-weight:normal;z-index:15069;line-height:1.1;letter-spacing:0;top:331px;left:642px;height:66px;text-align:center;text-align-last:center;display:block; }
#arXlpWIdwcfL9qzUoTXhB3ZLOF4dJDcV { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2e30f450-76aa-40e8-81cf-28912f58c422/trocarcontador.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:290px;width:275px;top:22px;left:610px;display:block; }#arXlpWIdwcfL9qzUoTXhB3ZLOF4dJDcV.adaptive-delivery-prevent-bg, #arXlpWIdwcfL9qzUoTXhB3ZLOF4dJDcV.lazyload, #arXlpWIdwcfL9qzUoTXhB3ZLOF4dJDcV.lazyloading { background-image: none; }
#fOTds71l2dUQTbiacwHg7M4BM3tFkgTI { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:460px;width:275px;top:71px;left:315px;display:block; }
#kF3H1kyTMScL27nlzf7egGPzcyFap0ah { color:#000000;display:block;width:210px;position:absolute;font-family:rubik;font-size:30px;font-weight:normal;z-index:15074;line-height:1.1;letter-spacing:0;top:331px;left:347px;height:66px;text-align:center;text-align-last:center;display:block; }
#Tdm261rwngGFAMXAEeXhwc07Ad8HEMxA { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f89113ac-d875-4d8c-8046-384405773786/contabilidade.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:290px;width:276px;top:22px;left:315px;display:block; }#Tdm261rwngGFAMXAEeXhwc07Ad8HEMxA.adaptive-delivery-prevent-bg, #Tdm261rwngGFAMXAEeXhwc07Ad8HEMxA.lazyload, #Tdm261rwngGFAMXAEeXhwc07Ad8HEMxA.lazyloading { background-image: none; }
#hEvgkDumGNrS2susk5V2GlGuca3Cn4kE { color:#000000;display:block;width:220px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:408px;left:343px;height:72.4px;overflow:hidden;display:block; }#hEvgkDumGNrS2susk5V2GlGuca3Cn4kE li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#hEvgkDumGNrS2susk5V2GlGuca3Cn4kE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#AIwLbHXbkNvLkF2ETtXBdoAm1DklrrO7 { color:#000000;display:block;width:220px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:408px;left:638px;height:72.4px;overflow:hidden;display:block; }#AIwLbHXbkNvLkF2ETtXBdoAm1DklrrO7 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#AIwLbHXbkNvLkF2ETtXBdoAm1DklrrO7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#SV729PEDJN8mP6J9ayPz48rMvuubJsVT { color:#000000;display:block;width:241px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:408px;left:922px;height:72.4px;overflow:hidden;display:block; }#SV729PEDJN8mP6J9ayPz48rMvuubJsVT li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#SV729PEDJN8mP6J9ayPz48rMvuubJsVT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#TJdbNTkTIglpOQ8gSfUbhIDtdlwSuDKR { background-color:transparent;background-image: -webkit-linear-gradient(130deg, #007104, #26e886);background-image: -moz-linear-gradient(130deg, #007104, #26e886);background-image: -ms-linear-gradient(130deg, #007104, #26e886);background-image: -o-linear-gradient(130deg, #007104, #26e886);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007104', endColorstr='#26e886' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007104', endColorstr='#26e886' );";background-image: linear-gradient(130deg, #007104, #26e886);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 0 0 8px rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:15px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:501px;left:352px;display:block; }
#lmCfmdwqJgJN0ZqomnffKJvtXIfppytJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zmOgv5smC4y8tgKvFy59BUsGiqe4TxFx { background-color:transparent;background-image: -webkit-linear-gradient(130deg, #007104, #26e886);background-image: -moz-linear-gradient(130deg, #007104, #26e886);background-image: -ms-linear-gradient(130deg, #007104, #26e886);background-image: -o-linear-gradient(130deg, #007104, #26e886);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007104', endColorstr='#26e886' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007104', endColorstr='#26e886' );";background-image: linear-gradient(130deg, #007104, #26e886);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 0 0 8px rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:15px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:501px;left:647px;display:block; }
#QSETCUa1aLTQPiEha9pbIpvwL0R1LJPL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kzM4Avu96MM7bht1U6sCUBqqQVvsAwTP { background-color:transparent;background-image: -webkit-linear-gradient(130deg, #007104, #26e886);background-image: -moz-linear-gradient(130deg, #007104, #26e886);background-image: -ms-linear-gradient(130deg, #007104, #26e886);background-image: -o-linear-gradient(130deg, #007104, #26e886);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007104', endColorstr='#26e886' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007104', endColorstr='#26e886' );";background-image: linear-gradient(130deg, #007104, #26e886);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 0 0 8px rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:15px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:502px;left:942.5px;display:block; }
#kpa4FuGqTK7rQkm61OwdwVJc88cCurHX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bSzN7PtfPzExfuprckThyaSTIsdw4pFW { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/98940463-6785-4a1e-9a9c-897308ae32bb/happybusinessmanusingtouchpadlaptopwhileworkingbusinessreportsofficescalede1683636767690.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:290px;width:276px;top:22px;left:19px;display:block; }#bSzN7PtfPzExfuprckThyaSTIsdw4pFW.adaptive-delivery-prevent-bg, #bSzN7PtfPzExfuprckThyaSTIsdw4pFW.lazyload, #bSzN7PtfPzExfuprckThyaSTIsdw4pFW.lazyloading { background-image: none; }
#mhrnsTuONevWxvhf9ITZnsdvEUEmub4m { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:460px;width:275px;top:71px;left:19px;display:block; }
#QM1RPpMTPVOk2Wvs8bqzWJ3U0tkJDvNy { color:#000000;display:block;width:210px;position:absolute;font-family:rubik;font-size:30px;font-weight:normal;z-index:15079;line-height:1.1;letter-spacing:0;top:331px;left:51px;height:66px;text-align:center;text-align-last:center;display:block; }
#pK3kKAP0rAR2fRewsbT6N7cSNNhnJp99 { color:#000000;display:block;width:220px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:408px;left:47px;height:72.4px;overflow:hidden;display:block; }#pK3kKAP0rAR2fRewsbT6N7cSNNhnJp99 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#pK3kKAP0rAR2fRewsbT6N7cSNNhnJp99 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#BQsTf6txXZi8wuUvZiTOaaWkXfsTB0Ai { background-color:transparent;background-image: -webkit-linear-gradient(130deg, #007104, #26e886);background-image: -moz-linear-gradient(130deg, #007104, #26e886);background-image: -ms-linear-gradient(130deg, #007104, #26e886);background-image: -o-linear-gradient(130deg, #007104, #26e886);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007104', endColorstr='#26e886' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007104', endColorstr='#26e886' );";background-image: linear-gradient(130deg, #007104, #26e886);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 0 0 8px rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:15px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:501px;left:57px;display:block; }
#xmTAKHnvQ1S9JQUknIsCkSaOc34DgDDE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qfz6sLpDAcT52JMGaBkrHbocZCwDfR3h { 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; }#qfz6sLpDAcT52JMGaBkrHbocZCwDfR3h > .row .container { background-color: transparent; background-image: none; }#qfz6sLpDAcT52JMGaBkrHbocZCwDfR3h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfz6sLpDAcT52JMGaBkrHbocZCwDfR3h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfz6sLpDAcT52JMGaBkrHbocZCwDfR3h > .row .container > .video-iframe-container { display: none; }#qfz6sLpDAcT52JMGaBkrHbocZCwDfR3h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfz6sLpDAcT52JMGaBkrHbocZCwDfR3h > .row > .video-iframe-container { display: none; }#qfz6sLpDAcT52JMGaBkrHbocZCwDfR3h > .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); }#qfz6sLpDAcT52JMGaBkrHbocZCwDfR3h > .row .container { border-width: 0; border-radius: 0; }#qfz6sLpDAcT52JMGaBkrHbocZCwDfR3h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qfz6sLpDAcT52JMGaBkrHbocZCwDfR3h > .row .container { font-size:14px;font-family:arial;height:844px;width:1200px;position:relative;display:block; }#xR0k0VVqvHELs0NimAyyCMlMga5NqzKO { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #007fff, #002071);background-image: -moz-linear-gradient(90deg, #007fff, #002071);background-image: -ms-linear-gradient(90deg, #007fff, #002071);background-image: -o-linear-gradient(90deg, #007fff, #002071);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fff', endColorstr='#002071' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fff', endColorstr='#002071' );";background-image: linear-gradient(90deg, #007fff, #002071);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 0 0 8px rgba(0,0,0,0.34) ;height:150px;width:263px;top:41px;left:611px;display:block; }
#EhuL95BKmNHAhZCZtNZ1TcpmCk5F5smc { color:#4285f4;display:block;width:145px;position:absolute;font-family:rubik;font-size:20px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:119px;left:670px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uNy4A6TxlHGbL9KWoiEnLTSvV1ZasHkv { position:absolute;display:block;z-index:15004;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 0 0 8px rgba(0,0,0,0.34) ;height:150px;width:263px;top:102px;left:897px;display:block; }
#n59l84RpgQvqqlf50HpeTS8t9bMbKlp1 { color:#4285f4;display:block;width:151px;position:absolute;font-family:rubik;font-size:20px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:174px;left:953px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wkT7l1m65bTUxVKqaaAoxAhmkAEmWo6Q { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #007fff, #002071);background-image: -moz-linear-gradient(90deg, #007fff, #002071);background-image: -ms-linear-gradient(90deg, #007fff, #002071);background-image: -o-linear-gradient(90deg, #007fff, #002071);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fff', endColorstr='#002071' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fff', endColorstr='#002071' );";background-image: linear-gradient(90deg, #007fff, #002071);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 0 0 8px rgba(0,0,0,0.34) ;height:150px;width:263px;top:274px;left:897px;display:block; }
#gB9TaRwUJgfWZov6WrLSPK6eEmhq2BZ2 { position:absolute;display:block;z-index:15008;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 0 0 8px rgba(0,0,0,0.34) ;height:150px;width:263px;top:213px;left:611px;display:block; }
#sx5x6FuGvD06vDRLU8UuDBZaWT4fueR5 { color:#ffffff;display:block;width:162px;position:absolute;font-family:rubik;font-size:20px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:353px;left:947.5px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NIpWitWL25B8GhbtPsrnoAln0eCq7L3v { color:#4285f4;display:block;width:165px;position:absolute;font-family:rubik;font-size:20px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:301px;left:660px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l7R5pPogT9rOTNPLLas9p8p0eZP5BLAL { position:absolute;display:block;z-index:15024;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 0 0 8px rgba(0,0,0,0.34) ;height:150px;width:263px;top:213px;left:40px;display:block; }
#P5gq4IVEuX4n9bdR6FmfkORvKan8cc3u { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #007fff, #002071);background-image: -moz-linear-gradient(90deg, #007fff, #002071);background-image: -ms-linear-gradient(90deg, #007fff, #002071);background-image: -o-linear-gradient(90deg, #007fff, #002071);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fff', endColorstr='#002071' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fff', endColorstr='#002071' );";background-image: linear-gradient(90deg, #007fff, #002071);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 0 0 8px rgba(0,0,0,0.34) ;height:150px;width:263px;top:274px;left:326px;display:block; }
#tBBay6MVUbHecwrC4RDygdoMBUw0zZZp { color:#4285f4;display:block;width:155px;position:absolute;font-family:rubik;font-size:20px;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:291px;left:94px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TsxXpJAd45c7bhXmhmBDyA9oRqZMTLwI { color:#ffffff;display:block;width:155px;position:absolute;font-family:comfortaa;font-size:20px;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:352px;left:380px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UIZIiPeJeFi3lF0RnxawHgO3fwqTfycE { position:absolute;display:block;z-index:15020;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 0 0 8px rgba(0,0,0,0.34) ;height:150px;width:263px;top:102px;left:326px;display:block; }
#TUNRSVxpTZKU47AFl0y3ty5PzPQFynx5 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #007fff, #002071);background-image: -moz-linear-gradient(90deg, #007fff, #002071);background-image: -ms-linear-gradient(90deg, #007fff, #002071);background-image: -o-linear-gradient(90deg, #007fff, #002071);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fff', endColorstr='#002071' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fff', endColorstr='#002071' );";background-image: linear-gradient(90deg, #007fff, #002071);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 0 0 8px rgba(0,0,0,0.34) ;height:150px;width:263px;top:41px;left:40px;display:block; }
#fpZhcrnbozqVvQFV9TotnWoQwudwThGV { color:#4285f4;display:block;width:156px;position:absolute;font-family:rubik;font-size:20px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:123px;left:94px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qo0CUsdTDdZ7kWNB8FSFoUPbIxkGg2ID { color:#4285f4;display:block;width:144px;position:absolute;font-family:rubik;font-size:20px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:179px;left:386px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hq7q0NM2LuMMJq5t1kbD8tFmmmM2rzJR { position:absolute;display:block;z-index:15052;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #007fff, #002071);background-image: -moz-linear-gradient(90deg, #007fff, #002071);background-image: -ms-linear-gradient(90deg, #007fff, #002071);background-image: -o-linear-gradient(90deg, #007fff, #002071);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fff', endColorstr='#002071' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fff', endColorstr='#002071' );";background-image: linear-gradient(90deg, #007fff, #002071);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 0 0 8px rgba(0,0,0,0.34) ;height:150px;width:263px;top:619px;left:326px;display:block; }
#UyagSrkEC2C8BRavcwRPdv64TamG70OA { color:#ffffff;display:block;width:155px;position:absolute;font-family:rubik;font-size:20px;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:697px;left:380px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yLJ7cluMWREVk6dehkQZQD5tSRmPm4mo { position:absolute;display:block;z-index:15032;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 0 0 8px rgba(0,0,0,0.34) ;height:150px;width:263px;top:558px;left:611px;display:block; }
#IkVsFfH0amoJ2OcyP9XfrH0ULLeTI4Si { position:absolute;display:block;z-index:15048;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 0 0 8px rgba(0,0,0,0.34) ;height:150px;width:263px;top:558px;left:40px;display:block; }
#zNNkn92KlpMCHOG06p0Gpwgkwxv1sIOS { color:#4285f4;display:block;width:171px;position:absolute;font-family:rubik;font-size:20px;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:636px;left:657px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JwIFuwmFpJZATDuqoTigoHUFb7FIdJiv { color:#4285f4;display:block;width:155px;position:absolute;font-family:rubik;font-size:20px;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:637px;left:94px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QRXC1Dwuupr0WcVuhBIQ8vxXz9CBv1Wa { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #007fff, #002071);background-image: -moz-linear-gradient(90deg, #007fff, #002071);background-image: -ms-linear-gradient(90deg, #007fff, #002071);background-image: -o-linear-gradient(90deg, #007fff, #002071);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fff', endColorstr='#002071' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fff', endColorstr='#002071' );";background-image: linear-gradient(90deg, #007fff, #002071);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 0 0 8px rgba(0,0,0,0.34) ;height:150px;width:263px;top:619px;left:897px;display:block; }
#F79AbRdygOUUMFsd3EtO7T9aIT6sNewg { color:#ffffff;display:block;width:135px;position:absolute;font-family:rubik;font-size:20px;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:697px;left:961px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HdBswEQbIxt0IoV8gnlXaCqu8ZJARRgq { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #007fff, #002071);background-image: -moz-linear-gradient(90deg, #007fff, #002071);background-image: -ms-linear-gradient(90deg, #007fff, #002071);background-image: -o-linear-gradient(90deg, #007fff, #002071);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fff', endColorstr='#002071' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fff', endColorstr='#002071' );";background-image: linear-gradient(90deg, #007fff, #002071);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 0 0 8px rgba(0,0,0,0.34) ;height:150px;width:263px;top:386px;left:611px;display:block; }
#Z6eJ5FNVKBK2HObBNximDiTZx9G5bg1t { color:#4285f4;display:block;width:145px;position:absolute;font-family:rubik;font-size:20px;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:461px;left:670px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mFVdKK9USVB4WQdbIUD4g5TaeTeuhhCE { position:absolute;display:block;z-index:15028;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 0 0 8px rgba(0,0,0,0.34) ;height:150px;width:263px;top:447px;left:897px;display:block; }
#e18CU6zfounFc7hypZ5ik5Qd6kthGXIA { color:#4285f4;display:block;width:118px;position:absolute;font-family:rubik;font-size:20px;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:525px;left:970px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p9NxAh8qwwQRBMNQKKqyGvNrfXnBAmpy { position:absolute;display:block;z-index:15044;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 0 0 8px rgba(0,0,0,0.34) ;height:150px;width:263px;top:447px;left:326px;display:block; }
#D6c4Cv6FWbw4qmqg2fXGa3wrhuVIB3Qf { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #007fff, #002071);background-image: -moz-linear-gradient(90deg, #007fff, #002071);background-image: -ms-linear-gradient(90deg, #007fff, #002071);background-image: -o-linear-gradient(90deg, #007fff, #002071);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fff', endColorstr='#002071' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fff', endColorstr='#002071' );";background-image: linear-gradient(90deg, #007fff, #002071);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 0 0 8px rgba(0,0,0,0.34) ;height:150px;width:263px;top:386px;left:40px;display:block; }
#EdLOS7aGV7J6u574BQ7tZbZUPuJ8IOVi { color:#4285f4;display:block;width:159px;position:absolute;font-family:rubik;font-size:20px;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:461px;left:92px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EKEFff1zTZ1HKqz1B8oFcW30VTW35c0v { color:#4285f4;display:block;width:174px;position:absolute;font-family:rubik;font-size:20px;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:525px;left:371px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ana1Q3Ev5zbJhGomxEnRNTkUdClbbPcD { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:58px;width:58px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:70px;left:142.5px; }
#Iw5iHSpywxtmCQ8B2GPawpRTLQm1AJgp { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:58px;width:58px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:62px;left:714px; }
#xKfBiL2yTfV4LMMMSghiP5BeFUbehNmB { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:58px;width:58px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:295px;left:428.5px; }
#pZ3dwgEHzdeZ30BT6rsHT95TuTuTruhx { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:58px;width:58px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:295px;left:1003px; }
#iXqXuXE1Bq9CNnZvgC41W6a5obwc4GfW { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:58px;width:58px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:640px;left:428.5px; }
#iWDahw2vhewstfXC7V9Ose8Ldydn85qR { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:58px;width:58px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:640px;left:999.5px; }
#qTENC0A8H34EcwKB8JLJ7EzVio99VtmT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:58px;width:58px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:404px;left:143px; }
#alhBVZxWrLa1Ai7H9AmZLW7ZGZTh2eWA { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:58px;width:58px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:404px;left:714px; }
#TxiwvM6rMq9vzZ4SkZnexC9xmG7HuXiG { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:58px;width:58px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:116px;left:999.5px; }
#pX6fu5gASwFKk9wSFUw9IzMAFTAtTfNT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:58px;width:58px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:234px;left:714px; }
#aBoo5ZfZQaMZXi97bSQhm4p4gOlUoJ4l { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:58px;width:58px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:124px;left:429px; }
#gKfLLtpvcxDGezQ1QTJfkPBWGhRzPtJO { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:58px;width:58px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:234px;left:143px; }
#XZTRnS97S6MDVsldbNT4D5UxHIHUZtoC { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:58px;width:58px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:468px;left:429px; }
#sqs1T7dwy5zyS7wTemDNUIyfmZtccEJZ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:58px;width:58px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:468px;left:999px; }
#OKCw8wzGVpVAhpKmCakNB09BHZ1L9cXP { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:58px;width:58px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:579px;left:714px; }
#UnFpqRA2pWbMT35r5E2XvqzpcHCeodXF { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:58px;width:58px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:580px;left:142.5px; }
#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { background-color: transparent; background-image: none; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container > .video-iframe-container { display: none; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row > .video-iframe-container { display: none; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .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); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { border-width: 0; border-radius: 0; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { font-size:14px;font-family:arial;height:48px;width:1200px;position:relative;display:block; }#so6u2FXu3OrbLu5mSSKVVOO6AQTDif1H { display:block;width:1200px;position:absolute;font-family:rubik;font-size:13px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:14.25px;left:0px;height:16.9px;font-style:normal;color:#a5a5a5;text-align:center;text-align-last:center;display:block; }
#EW5rxvAV2ognIEErWBzHhFsT79HXFbvQ { position:relative;display:none; }#EW5rxvAV2ognIEErWBzHhFsT79HXFbvQ { border-width: 0; border-radius: 0; }#EW5rxvAV2ognIEErWBzHhFsT79HXFbvQ > .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; }#EW5rxvAV2ognIEErWBzHhFsT79HXFbvQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#flH87lhTCBBAWq6VFPlxQDSdkApMogbQ { background-color:transparent;background-image: -webkit-linear-gradient(130deg, #ff6622, #fdc007);background-image: -moz-linear-gradient(130deg, #ff6622, #fdc007);background-image: -ms-linear-gradient(130deg, #ff6622, #fdc007);background-image: -o-linear-gradient(130deg, #ff6622, #fdc007);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6622', endColorstr='#fdc007' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6622', endColorstr='#fdc007' );";background-image: linear-gradient(130deg, #ff6622, #fdc007);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: 0 0 8px rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:20px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:368px;height:59px;text-decoration:none;z-index:15082;text-align:center;text-align-last:center;top:629px;left:0px;display:none; }
#NdUkSHnw4MWokMPw0xfFgzOdpicSFwy5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z { display:block; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container { width:764px;height:575px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUQcJ2aqghXJRgK6TalSCoefzN478A8T { width:200px;height:32px;top:49px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fNEPs51HeFDZq6aVFGUmNBp165fs50nx { width:200px;height:32px;top:49px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #i0azyaVyMgrxdSCkKAVBAxDcQ0FBi2Gg { width:764px;height:100px;top:778px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #En7kDOM7zXLXcNk0HBJfoNFNblm0B3T8 { width:157px;height:58px;top:792px;left:0px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #T5WvsWQ1MbuSxB0NAma7XB31ZJ0b2v3k { width:152px;height:18px;top:842px;left:0px;font-size:8px;display:none; }
 }@media only screen and (max-width: 763px) { #P0ShRsrrIhCx3Qb8Qv9pZzzuPbyvy7XW { width:157px;height:58px;top:792px;left:10px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #kNtSqdG8BT2Csgw1OfyD9wb6ZQL3yFov { width:161px;height:18px;top:842px;left:10px;font-size:8px;display:none; }
 }@media only screen and (max-width: 763px) { #GLarXnK8zJfb1kyKm8NeJoseEzk0Z1N1 { width:157px;height:58px;top:792px;left:221px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #edqe0dpqUiThVB0w3powNZcwBc9LEaXT { width:152px;height:18px;top:842px;left:221px;font-size:8px;display:none; }
 }@media only screen and (max-width: 763px) { #mAEBLLnnVuHvyfxgoJnLRGuTCB2dk79L { width:2px;height:50px;top:803px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #CfxCgZqa8Sc1g8a6RR5UoEmtC04UfPDn { width:2px;height:50px;top:803px;left:194.5px;display:none; }
 }@media only screen and (max-width: 763px) { #aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-regular-label { display:block;width:167px; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-input-text { width:167px; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-input-text {padding-top: 0; padding-bottom: 0;}#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-textarea { width:167px; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-input-select { width:167px; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-input-select {padding-top: 0; padding-bottom: 0;}#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-checkbox-label { width:520px; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-radio-label { width:69.5px; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB  { width:544px;height:auto;top:778px;left:180px; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .radio-container { width:177px; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB {display:inline-block;}#aTG842UfdtrTZSKevup9P8g78VCdtGvB { width:544px;height:auto;top:778px;left:180px; }
 }@media only screen and (max-width: 763px) { #aTG842UfdtrTZSKevup9P8g78VCdtGvB #Ue0UxITZAFrT0IZ5omchxwclfRtubg20 {  }
 }@media only screen and (max-width: 763px) { #aTG842UfdtrTZSKevup9P8g78VCdtGvB #lCEdik5Q9G6rR6TPuNdIftkbfZNQgkCJ {  }
 }@media only screen and (max-width: 763px) { #aTG842UfdtrTZSKevup9P8g78VCdtGvB #Q7EzUh39RzlMU6MT7vUo9I2eqPIkVy4f {  }
 }@media only screen and (max-width: 763px) { #aTG842UfdtrTZSKevup9P8g78VCdtGvB #ePmIUftvRpAWIXMtdIt17Z0616FMearT {  }
 }@media only screen and (max-width: 763px) { #aTG842UfdtrTZSKevup9P8g78VCdtGvB #kOJJanblmwWCW0Kr3nVCfvcPBBgkkq1v {  }
 }@media only screen and (max-width: 763px) { #aTG842UfdtrTZSKevup9P8g78VCdtGvB #eheysxfEnJXw04EQUGr4guq2QGhHDHoK {  }
 }@media only screen and (max-width: 763px) { #aTG842UfdtrTZSKevup9P8g78VCdtGvB #HZV2NOO7wouzxG57Nbkuh6FPTerX49SV {  }
 }@media only screen and (max-width: 763px) { #aTG842UfdtrTZSKevup9P8g78VCdtGvB #cJR0nKPlyiVV2cBI77qehoEMJ54oQWT2 {  }
 }@media only screen and (max-width: 763px) { #MVM7NLVUTAn399n7EQZmOU6getI8aQ5X { width:200px;height:32px;top:49px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #W6yluPy4tPVgXQf8NTFHNzcFfVR1xTen { width:320px;height:32px;top:501px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #fq3561pduRbQX0te4teBtnVNSIbNxosp { width:200px;height:32px;top:49px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nEiyXWMwOaqg8khThF0lQ5Cpyn1h51Mq { width:200px;height:32px;top:49px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ukBDaqwqULmB045f4f5BW9bSurvTL3Wh { width:200px;height:32px;top:49px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WrU7MaKfwrTKueHKumF3Vc9yzSxyD7R0 { width:200px;height:32px;top:49px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nFeRoTZXZn5XxS4ScpyfuL47T2FRmiGb { width:400px;height:40px;top:470px;left:213px;display:block; }
 }@media only screen and (max-width: 763px) { #dQOMAwyfcmg7Irlv8lUh2z6XCU9fpVRM { width:326px;height:27px;top:476px;left:250px;font-size:22px;display:block; }#dQOMAwyfcmg7Irlv8lUh2z6XCU9fpVRM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #T6n9WM8xxyCWKEpVV2igyeSleKGVHZuA { width:400px;height:40px;top:515px;left:213px;display:block; }
 }@media only screen and (max-width: 763px) { #JpTAFMbqbPsGDWID2F5XF1hCQzDvrVGr { width:330px;height:27px;top:522px;left:250px;font-size:22px;display:block; }#JpTAFMbqbPsGDWID2F5XF1hCQzDvrVGr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #JK2dpUGoFEHDXLfC4h7weKnPwdnkX9iq { width:400px;height:40px;top:560px;left:213px;display:block; }
 }@media only screen and (max-width: 763px) { #a98LHdv0XuJcTnAtQpgEQQL9oB2oM2MT { width:326px;height:27px;top:566px;left:250px;font-size:22px;display:block; }#a98LHdv0XuJcTnAtQpgEQQL9oB2oM2MT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #R1hUbiFpHcZuVfd0spJHQMUTRZe2FBhu { width:400px;height:40px;top:605px;left:213px;display:block; }
 }@media only screen and (max-width: 763px) { #vTgHlWVThaqIMWxXq0TN4NmUsMq9Brnx { width:326px;height:27px;top:611px;left:250px;font-size:22px;display:block; }#vTgHlWVThaqIMWxXq0TN4NmUsMq9Brnx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #XFtpq9OIXi3xNNwC6CUUQ8qVUTrT8ifN { width:402px;height:69px;top:667px;left:213px;display:block; }
 }@media only screen and (max-width: 763px) { #lLEofSTkVyB4qRuV52R54Tk3TV50dTRL { display:block; }
 }@media only screen and (max-width: 763px) { #yIc7RgItK4sTI7JngMCODvTKD8plibER { width:326px;height:;top:388px;left:0px;font-size:22px;display:none; }
 }@media only screen and (max-width: 763px) { #GCh7m0p0bmNrbDxD5UGUsk9rkpbQUyyP { width:400px;height:40px;top:382px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #WLrqDmGOyfcXqULFkXqihKxB9bTilw2P { width:320px;height:24px;top:500px;left:0px;font-size:22px;display:none; }
 }@media only screen and (max-width: 763px) { #G2D49zXFArAP4imRQ44LS4JTig0sNA0W { width:400px;height:40px;top:382px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #BAW2ehl4eSLcJ3Jt8EWnuD6UA5uCO4nS { width:320px;height:24px;top:550px;left:0px;font-size:22px;display:none; }
 }@media only screen and (max-width: 763px) { #Sm0lIvCystHD7id4fNz0Cpuwqy9oKv4J { width:606px;height:537px;display:none; }
 }@media only screen and (max-width: 763px) { #tDwwl6mdvVMGNEfe2eRk24pvBZBrZ2il { width:121px;height:124px;top:10px;left:233px;display:block; }
 }@media only screen and (max-width: 763px) { #imdgQhRgezehset94plhN5WGw5cIyKNb { width:160px;height:160px;top:0px;left:213px;display:block; }
 }@media only screen and (max-width: 763px) { #A2lIE7RLHf5Vh1e2OsTq18SRbVtxsh4v { display:block; }#A2lIE7RLHf5Vh1e2OsTq18SRbVtxsh4v > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPgIWqgEUlIxvET5IkwBmVnDlHcEWkB5 { width:764px;height:71px;top:89px;left:0px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #hB7gwSPCoHFAtdlqmNZ06e7RVh7VRbWS { display:block; }#hB7gwSPCoHFAtdlqmNZ06e7RVh7VRbWS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrAOsPUSwCGa1NFN94uRKJ0z5JSH59EO { width:275px;height:460px;top:71px;left:489px;display:block; }
 }@media only screen and (max-width: 763px) { #mARfTayZrQwwub5bocWXuDI8NcOCDvOp { width:276px;height:290px;top:22px;left:488px;display:block; }
 }@media only screen and (max-width: 763px) { #LPAPAENHLlEzq8R0GEmhPMcBfQWncysT { width:210px;height:66px;top:331px;left:554px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TFpVlTLTkAaolCTXJbuZVfKlkG4QIDH3 { width:275px;height:460px;top:71px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #vpU9yWrWVM8msA6C63sE4FLWlZs2WNq3 { width:210px;height:66px;top:331px;left:424px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #arXlpWIdwcfL9qzUoTXhB3ZLOF4dJDcV { width:275px;height:290px;top:22px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #fOTds71l2dUQTbiacwHg7M4BM3tFkgTI { width:275px;height:460px;top:71px;left:97px;display:block; }
 }@media only screen and (max-width: 763px) { #kF3H1kyTMScL27nlzf7egGPzcyFap0ah { width:210px;height:66px;top:331px;left:129px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Tdm261rwngGFAMXAEeXhwc07Ad8HEMxA { width:276px;height:290px;top:22px;left:97px;display:block; }
 }@media only screen and (max-width: 763px) { #hEvgkDumGNrS2susk5V2GlGuca3Cn4kE { width:220px;height:;top:408px;left:125px;font-size:9px;display:block; }#hEvgkDumGNrS2susk5V2GlGuca3Cn4kE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #AIwLbHXbkNvLkF2ETtXBdoAm1DklrrO7 { width:220px;height:;top:408px;left:420px;font-size:9px;display:block; }#AIwLbHXbkNvLkF2ETtXBdoAm1DklrrO7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #SV729PEDJN8mP6J9ayPz48rMvuubJsVT { width:241px;height:72px;top:408px;left:523px;font-size:9px;display:block; }#SV729PEDJN8mP6J9ayPz48rMvuubJsVT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #TJdbNTkTIglpOQ8gSfUbhIDtdlwSuDKR { width:200px;height:50px;top:501px;left:134px;display:block; }
 }@media only screen and (max-width: 763px) { #lmCfmdwqJgJN0ZqomnffKJvtXIfppytJ { display:block; }
 }@media only screen and (max-width: 763px) { #zmOgv5smC4y8tgKvFy59BUsGiqe4TxFx { width:200px;height:50px;top:501px;left:429px;display:block; }
 }@media only screen and (max-width: 763px) { #QSETCUa1aLTQPiEha9pbIpvwL0R1LJPL { display:block; }
 }@media only screen and (max-width: 763px) { #kzM4Avu96MM7bht1U6sCUBqqQVvsAwTP { width:200px;height:50px;top:502px;left:564px;display:block; }
 }@media only screen and (max-width: 763px) { #kpa4FuGqTK7rQkm61OwdwVJc88cCurHX { display:block; }
 }@media only screen and (max-width: 763px) { #bSzN7PtfPzExfuprckThyaSTIsdw4pFW { width:276px;height:290px;top:22px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mhrnsTuONevWxvhf9ITZnsdvEUEmub4m { width:275px;height:460px;top:71px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QM1RPpMTPVOk2Wvs8bqzWJ3U0tkJDvNy { width:210px;height:66px;top:331px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pK3kKAP0rAR2fRewsbT6N7cSNNhnJp99 { width:220px;height:;top:408px;left:0px;font-size:9px;display:block; }#pK3kKAP0rAR2fRewsbT6N7cSNNhnJp99 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #BQsTf6txXZi8wuUvZiTOaaWkXfsTB0Ai { width:200px;height:50px;top:501px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xmTAKHnvQ1S9JQUknIsCkSaOc34DgDDE { display:block; }
 }@media only screen and (max-width: 763px) { #qfz6sLpDAcT52JMGaBkrHbocZCwDfR3h { display:block; }#qfz6sLpDAcT52JMGaBkrHbocZCwDfR3h > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xR0k0VVqvHELs0NimAyyCMlMga5NqzKO { width:263px;height:150px;top:41px;left:393px;display:block; }
 }@media only screen and (max-width: 763px) { #EhuL95BKmNHAhZCZtNZ1TcpmCk5F5smc { width:145px;height:52px;top:119px;left:452px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uNy4A6TxlHGbL9KWoiEnLTSvV1ZasHkv { width:263px;height:150px;top:102px;left:501px;display:block; }
 }@media only screen and (max-width: 763px) { #n59l84RpgQvqqlf50HpeTS8t9bMbKlp1 { width:151px;height:52px;top:174px;left:613px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wkT7l1m65bTUxVKqaaAoxAhmkAEmWo6Q { width:263px;height:150px;top:274px;left:501px;display:block; }
 }@media only screen and (max-width: 763px) { #gB9TaRwUJgfWZov6WrLSPK6eEmhq2BZ2 { width:263px;height:150px;top:213px;left:393px;display:block; }
 }@media only screen and (max-width: 763px) { #sx5x6FuGvD06vDRLU8UuDBZaWT4fueR5 { width:162px;height:52px;top:353px;left:602px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NIpWitWL25B8GhbtPsrnoAln0eCq7L3v { width:165px;height:52px;top:301px;left:442px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #l7R5pPogT9rOTNPLLas9p8p0eZP5BLAL { width:263px;height:150px;top:213px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #P5gq4IVEuX4n9bdR6FmfkORvKan8cc3u { width:263px;height:150px;top:274px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #tBBay6MVUbHecwrC4RDygdoMBUw0zZZp { width:155px;height:52px;top:291px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TsxXpJAd45c7bhXmhmBDyA9oRqZMTLwI { width:155px;height:52px;top:352px;left:162px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UIZIiPeJeFi3lF0RnxawHgO3fwqTfycE { width:263px;height:150px;top:102px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #TUNRSVxpTZKU47AFl0y3ty5PzPQFynx5 { width:263px;height:150px;top:41px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fpZhcrnbozqVvQFV9TotnWoQwudwThGV { width:156px;height:52px;top:123px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qo0CUsdTDdZ7kWNB8FSFoUPbIxkGg2ID { width:144px;height:52px;top:179px;left:168px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hq7q0NM2LuMMJq5t1kbD8tFmmmM2rzJR { width:263px;height:150px;top:619px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #UyagSrkEC2C8BRavcwRPdv64TamG70OA { width:155px;height:52px;top:697px;left:162px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yLJ7cluMWREVk6dehkQZQD5tSRmPm4mo { width:263px;height:150px;top:558px;left:393px;display:block; }
 }@media only screen and (max-width: 763px) { #IkVsFfH0amoJ2OcyP9XfrH0ULLeTI4Si { width:263px;height:150px;top:558px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zNNkn92KlpMCHOG06p0Gpwgkwxv1sIOS { width:171px;height:52px;top:636px;left:439.00006103516px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JwIFuwmFpJZATDuqoTigoHUFb7FIdJiv { width:155px;height:52px;top:637px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QRXC1Dwuupr0WcVuhBIQ8vxXz9CBv1Wa { width:263px;height:150px;top:619px;left:501px;display:block; }
 }@media only screen and (max-width: 763px) { #F79AbRdygOUUMFsd3EtO7T9aIT6sNewg { width:135px;height:52px;top:697px;left:629px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HdBswEQbIxt0IoV8gnlXaCqu8ZJARRgq { width:263px;height:150px;top:386px;left:393px;display:block; }
 }@media only screen and (max-width: 763px) { #Z6eJ5FNVKBK2HObBNximDiTZx9G5bg1t { width:145px;height:52px;top:461px;left:452px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mFVdKK9USVB4WQdbIUD4g5TaeTeuhhCE { width:263px;height:150px;top:447px;left:501px;display:block; }
 }@media only screen and (max-width: 763px) { #e18CU6zfounFc7hypZ5ik5Qd6kthGXIA { width:118px;height:52px;top:525px;left:646px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #p9NxAh8qwwQRBMNQKKqyGvNrfXnBAmpy { width:263px;height:150px;top:447px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #D6c4Cv6FWbw4qmqg2fXGa3wrhuVIB3Qf { width:263px;height:150px;top:386px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EdLOS7aGV7J6u574BQ7tZbZUPuJ8IOVi { width:159px;height:52px;top:461px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EKEFff1zTZ1HKqz1B8oFcW30VTW35c0v { width:174px;height:52px;top:525px;left:153px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ana1Q3Ev5zbJhGomxEnRNTkUdClbbPcD { width:58px;height:58px;top:70px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Iw5iHSpywxtmCQ8B2GPawpRTLQm1AJgp { width:58px;height:58px;top:62px;left:496px;display:block; }
 }@media only screen and (max-width: 763px) { #xKfBiL2yTfV4LMMMSghiP5BeFUbehNmB { width:58px;height:58px;top:295px;left:210.5px;display:block; }
 }@media only screen and (max-width: 763px) { #pZ3dwgEHzdeZ30BT6rsHT95TuTuTruhx { width:58px;height:58px;top:295px;left:706px;display:block; }
 }@media only screen and (max-width: 763px) { #iXqXuXE1Bq9CNnZvgC41W6a5obwc4GfW { width:58px;height:58px;top:640px;left:210.5px;display:block; }
 }@media only screen and (max-width: 763px) { #iWDahw2vhewstfXC7V9Ose8Ldydn85qR { width:58px;height:58px;top:640px;left:706px;display:block; }
 }@media only screen and (max-width: 763px) { #qTENC0A8H34EcwKB8JLJ7EzVio99VtmT { width:58px;height:58px;top:404px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #alhBVZxWrLa1Ai7H9AmZLW7ZGZTh2eWA { width:58px;height:58px;top:404px;left:496px;display:block; }
 }@media only screen and (max-width: 763px) { #TxiwvM6rMq9vzZ4SkZnexC9xmG7HuXiG { width:58px;height:58px;top:116px;left:706px;display:block; }
 }@media only screen and (max-width: 763px) { #pX6fu5gASwFKk9wSFUw9IzMAFTAtTfNT { width:58px;height:58px;top:234px;left:496px;display:block; }
 }@media only screen and (max-width: 763px) { #aBoo5ZfZQaMZXi97bSQhm4p4gOlUoJ4l { width:58px;height:58px;top:124px;left:211px;display:block; }
 }@media only screen and (max-width: 763px) { #gKfLLtpvcxDGezQ1QTJfkPBWGhRzPtJO { width:58px;height:58px;top:234px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XZTRnS97S6MDVsldbNT4D5UxHIHUZtoC { width:58px;height:58px;top:468px;left:211px;display:block; }
 }@media only screen and (max-width: 763px) { #sqs1T7dwy5zyS7wTemDNUIyfmZtccEJZ { width:58px;height:58px;top:468px;left:706px;display:block; }
 }@media only screen and (max-width: 763px) { #OKCw8wzGVpVAhpKmCakNB09BHZ1L9cXP { width:58px;height:58px;top:579px;left:496px;display:block; }
 }@media only screen and (max-width: 763px) { #UnFpqRA2pWbMT35r5E2XvqzpcHCeodXF { width:58px;height:58px;top:580px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OlairzgUKM9xFlyIkh15ODAT5sKVISWJ { display:block; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #so6u2FXu3OrbLu5mSSKVVOO6AQTDif1H { width:360px;height:45px;top:69px;left:404px;display:block; }
 }@media only screen and (max-width: 763px) { #EW5rxvAV2ognIEErWBzHhFsT79HXFbvQ { display:none; }#EW5rxvAV2ognIEErWBzHhFsT79HXFbvQ > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #flH87lhTCBBAWq6VFPlxQDSdkApMogbQ { width:368px;height:59px;top:629px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #NdUkSHnw4MWokMPw0xfFgzOdpicSFwy5 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cec46d49-7f02-4a63-a03d-e22f96a441c9/section4bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z.adaptive-delivery-prevent-bg, #TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z.lazyload, #TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z.lazyloading { background-image: none; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container { background-color: transparent; background-image: none; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,32,113,0.9); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container > .video-iframe-container { display: none; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,32,113,0.9); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row > .video-iframe-container { display: none; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .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); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container { border-width: 0; border-radius: 0; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z::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; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container { width:320px;height:968px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUQcJ2aqghXJRgK6TalSCoefzN478A8T { width:320px;height:0;top:125px;left:0px;font-size:44px;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-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #fNEPs51HeFDZq6aVFGUmNBp165fs50nx { width:320px;height:82.8px;top:390px;left:0px;font-size:23px;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-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i0azyaVyMgrxdSCkKAVBAxDcQ0FBi2Gg { width:320px;height:303px;top:427px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #En7kDOM7zXLXcNk0HBJfoNFNblm0B3T8 { width:100px;height:32.5px;top:663px;left:5px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #T5WvsWQ1MbuSxB0NAma7XB31ZJ0b2v3k { width:100px;height:10.3906px;top:694px;left:5px;font-size:8px;display:none; }
 }@media only screen and (max-width: 763px) { #P0ShRsrrIhCx3Qb8Qv9pZzzuPbyvy7XW { width:100px;height:32.5px;top:663px;left:111px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #kNtSqdG8BT2Csgw1OfyD9wb6ZQL3yFov { width:100px;height:10.3906px;top:694px;left:115px;font-size:8px;display:none; }
 }@media only screen and (max-width: 763px) { #GLarXnK8zJfb1kyKm8NeJoseEzk0Z1N1 { width:100px;height:32.5px;top:663px;left:215px;font-size:25px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #edqe0dpqUiThVB0w3powNZcwBc9LEaXT { width:100px;height:10.3906px;top:694px;left:217px;font-size:8px;display:none; }
 }@media only screen and (max-width: 763px) { #mAEBLLnnVuHvyfxgoJnLRGuTCB2dk79L { width:2px;height:25px;top:667px;left:109px;display:none; }
 }@media only screen and (max-width: 763px) { #CfxCgZqa8Sc1g8a6RR5UoEmtC04UfPDn { width:2px;height:25px;top:667px;left:214px;display:none; }
 }@media only screen and (max-width: 763px) { #aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-regular-label { display:block;width:270px; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-input-text { width:270px; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-input-text {padding-top: 0; padding-bottom: 0;}#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-textarea { width:270px; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-input-select { width:270px; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-input-select {padding-top: 0; padding-bottom: 0;}#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-input-button { width:270px;font-size:17px;overflow:hidden; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-checkbox-label { width:256px; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .widget-radio-label { width:121px; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB  { width:280px;height:auto;top:453px;left:0px; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB .radio-container { width:280px; }
#aTG842UfdtrTZSKevup9P8g78VCdtGvB {display:inline-block;}#aTG842UfdtrTZSKevup9P8g78VCdtGvB { width:280px;height:auto;top:453px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #aTG842UfdtrTZSKevup9P8g78VCdtGvB #Ue0UxITZAFrT0IZ5omchxwclfRtubg20 {  }
 }@media only screen and (max-width: 763px) { #aTG842UfdtrTZSKevup9P8g78VCdtGvB #lCEdik5Q9G6rR6TPuNdIftkbfZNQgkCJ {  }
 }@media only screen and (max-width: 763px) { #aTG842UfdtrTZSKevup9P8g78VCdtGvB #Q7EzUh39RzlMU6MT7vUo9I2eqPIkVy4f {  }
 }@media only screen and (max-width: 763px) { #aTG842UfdtrTZSKevup9P8g78VCdtGvB #ePmIUftvRpAWIXMtdIt17Z0616FMearT {  }
 }@media only screen and (max-width: 763px) { #aTG842UfdtrTZSKevup9P8g78VCdtGvB #kOJJanblmwWCW0Kr3nVCfvcPBBgkkq1v {  }
 }@media only screen and (max-width: 763px) { #aTG842UfdtrTZSKevup9P8g78VCdtGvB #eheysxfEnJXw04EQUGr4guq2QGhHDHoK {  }
 }@media only screen and (max-width: 763px) { #aTG842UfdtrTZSKevup9P8g78VCdtGvB #HZV2NOO7wouzxG57Nbkuh6FPTerX49SV {  }
 }@media only screen and (max-width: 763px) { #aTG842UfdtrTZSKevup9P8g78VCdtGvB #cJR0nKPlyiVV2cBI77qehoEMJ54oQWT2 {  }
 }@media only screen and (max-width: 763px) { #MVM7NLVUTAn399n7EQZmOU6getI8aQ5X { width:320px;height:167.2px;top:218px;left:0px;font-size:38px;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-weight:700;font-style:normal;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #W6yluPy4tPVgXQf8NTFHNzcFfVR1xTen { width:320px;height:0;top:444px;left:0px;font-size:20px;z-index:15071;display:none; }
 }@media only screen and (max-width: 763px) { #fq3561pduRbQX0te4teBtnVNSIbNxosp { width:146px;height:0;top:764.375px;left:87px;font-size:32px;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-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #nEiyXWMwOaqg8khThF0lQ5Cpyn1h51Mq { width:102px;height:0;top:819.5625px;left:109px;font-size:32px;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-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ukBDaqwqULmB045f4f5BW9bSurvTL3Wh { width:74px;height:0;top:709.1875px;left:123px;font-size:32px;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-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #WrU7MaKfwrTKueHKumF3Vc9yzSxyD7R0 { width:287px;height:0;top:654px;left:16px;font-size:32px;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-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #nFeRoTZXZn5XxS4ScpyfuL47T2FRmiGb { width:320px;height:40px;top:763px;left:0px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #dQOMAwyfcmg7Irlv8lUh2z6XCU9fpVRM { width:320px;height:0;top:450px;left:0px;font-size:22px;text-align:left;text-align-last:left;display:none; }#dQOMAwyfcmg7Irlv8lUh2z6XCU9fpVRM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #T6n9WM8xxyCWKEpVV2igyeSleKGVHZuA { width:320px;height:40px;top:956.5px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #JpTAFMbqbPsGDWID2F5XF1hCQzDvrVGr { width:320px;height:0;top:1053px;left:0px;font-size:22px;text-align:left;text-align-last:left;display:none; }#JpTAFMbqbPsGDWID2F5XF1hCQzDvrVGr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #JK2dpUGoFEHDXLfC4h7weKnPwdnkX9iq { width:320px;height:40px;top:1128px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #a98LHdv0XuJcTnAtQpgEQQL9oB2oM2MT { width:320px;height:0;top:1005.5px;left:0px;font-size:22px;text-align:left;text-align-last:left;display:none; }#a98LHdv0XuJcTnAtQpgEQQL9oB2oM2MT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #R1hUbiFpHcZuVfd0spJHQMUTRZe2FBhu { width:320px;height:40px;top:1188px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #vTgHlWVThaqIMWxXq0TN4NmUsMq9Brnx { width:320px;height:0;top:1248px;left:0px;font-size:22px;text-align:left;text-align-last:left;display:none; }#vTgHlWVThaqIMWxXq0TN4NmUsMq9Brnx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #XFtpq9OIXi3xNNwC6CUUQ8qVUTrT8ifN { width:320px;height:55px;top:882px;left:0px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #lLEofSTkVyB4qRuV52R54Tk3TV50dTRL { display:block; }
 }@media only screen and (max-width: 763px) { #yIc7RgItK4sTI7JngMCODvTKD8plibER { width:320px;height:24.2px;top:771px;left:0px;font-size:22px;text-align:center;text-align-last:center;z-index:15081;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #GCh7m0p0bmNrbDxD5UGUsk9rkpbQUyyP { width:320px;height:40px;top:807px;left:0px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #WLrqDmGOyfcXqULFkXqihKxB9bTilw2P { width:320px;height:24.2px;top:815px;left:0px;font-size:22px;text-align:center;text-align-last:center;z-index:15083;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #G2D49zXFArAP4imRQ44LS4JTig0sNA0W { width:320px;height:40px;top:851px;left:0px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #BAW2ehl4eSLcJ3Jt8EWnuD6UA5uCO4nS { width:320px;height:24.2px;top:859px;left:0px;font-size:22px;text-align:center;text-align-last:center;z-index:15085;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Sm0lIvCystHD7id4fNz0Cpuwqy9oKv4J { top:513px;left:0px;width:320px;height:283px;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tDwwl6mdvVMGNEfe2eRk24pvBZBrZ2il { width:121px;height:124px;top:10px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #imdgQhRgezehset94plhN5WGw5cIyKNb { width:160px;height:160px;top:0px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #A2lIE7RLHf5Vh1e2OsTq18SRbVtxsh4v { display:block; }#A2lIE7RLHf5Vh1e2OsTq18SRbVtxsh4v > .row .container { width:320px;height:109px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPgIWqgEUlIxvET5IkwBmVnDlHcEWkB5 { width:268px;height:39px;top:70px;left:26px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #hB7gwSPCoHFAtdlqmNZ06e7RVh7VRbWS { display:block; }#hB7gwSPCoHFAtdlqmNZ06e7RVh7VRbWS > .row .container { width:320px;height:507px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrAOsPUSwCGa1NFN94uRKJ0z5JSH59EO { width:154px;height:235px;top:268px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #mARfTayZrQwwub5bocWXuDI8NcOCDvOp { width:155px;height:155px;top:268px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #LPAPAENHLlEzq8R0GEmhPMcBfQWncysT { width:146px;height:0;top:1695px;left:170px;font-size:20px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TFpVlTLTkAaolCTXJbuZVfKlkG4QIDH3 { width:154px;height:235px;top:268px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vpU9yWrWVM8msA6C63sE4FLWlZs2WNq3 { width:155px;height:0;top:1195px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #arXlpWIdwcfL9qzUoTXhB3ZLOF4dJDcV { width:155px;height:155px;top:268px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fOTds71l2dUQTbiacwHg7M4BM3tFkgTI { width:154px;height:235px;top:20px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #kF3H1kyTMScL27nlzf7egGPzcyFap0ah { width:155px;height:0;top:397px;left:165px;font-size:20px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Tdm261rwngGFAMXAEeXhwc07Ad8HEMxA { width:155px;height:155px;top:20px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #hEvgkDumGNrS2susk5V2GlGuca3Cn4kE { width:122px;height:45.1px;top:196px;left:182px;font-size:9px;display:block; }#hEvgkDumGNrS2susk5V2GlGuca3Cn4kE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #AIwLbHXbkNvLkF2ETtXBdoAm1DklrrO7 { width:130px;height:45.1px;top:444px;left:12px;font-size:9px;display:block; }#AIwLbHXbkNvLkF2ETtXBdoAm1DklrrO7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #SV729PEDJN8mP6J9ayPz48rMvuubJsVT { width:145px;height:45.1px;top:444px;left:170.5px;font-size:9px;display:block; }#SV729PEDJN8mP6J9ayPz48rMvuubJsVT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #TJdbNTkTIglpOQ8gSfUbhIDtdlwSuDKR { width:155px;height:30px;top:155px;left:165px;font-size:12px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #lmCfmdwqJgJN0ZqomnffKJvtXIfppytJ { display:block; }
 }@media only screen and (max-width: 763px) { #zmOgv5smC4y8tgKvFy59BUsGiqe4TxFx { width:155px;height:30px;top:403px;left:0px;font-size:12px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #QSETCUa1aLTQPiEha9pbIpvwL0R1LJPL { display:block; }
 }@media only screen and (max-width: 763px) { #kzM4Avu96MM7bht1U6sCUBqqQVvsAwTP { width:155px;height:30px;top:403px;left:165px;font-size:12px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #kpa4FuGqTK7rQkm61OwdwVJc88cCurHX { display:block; }
 }@media only screen and (max-width: 763px) { #bSzN7PtfPzExfuprckThyaSTIsdw4pFW { width:155px;height:155px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mhrnsTuONevWxvhf9ITZnsdvEUEmub4m { width:154px;height:235px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QM1RPpMTPVOk2Wvs8bqzWJ3U0tkJDvNy { width:155px;height:0;top:195px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pK3kKAP0rAR2fRewsbT6N7cSNNhnJp99 { width:139px;height:45.1px;top:196px;left:7.5px;font-size:9px;display:block; }#pK3kKAP0rAR2fRewsbT6N7cSNNhnJp99 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #BQsTf6txXZi8wuUvZiTOaaWkXfsTB0Ai { width:155px;height:30px;top:155px;left:0px;font-size:12px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #xmTAKHnvQ1S9JQUknIsCkSaOc34DgDDE { display:block; }
 }@media only screen and (max-width: 763px) { #qfz6sLpDAcT52JMGaBkrHbocZCwDfR3h { display:block; }#qfz6sLpDAcT52JMGaBkrHbocZCwDfR3h > .row .container { width:320px;height:1319px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xR0k0VVqvHELs0NimAyyCMlMga5NqzKO { width:155px;height:150px;top:30px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EhuL95BKmNHAhZCZtNZ1TcpmCk5F5smc { width:117px;height:41.6px;top:115px;left:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uNy4A6TxlHGbL9KWoiEnLTSvV1ZasHkv { width:155px;height:150px;top:189px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #n59l84RpgQvqqlf50HpeTS8t9bMbKlp1 { width:115px;height:41.6px;top:275px;left:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wkT7l1m65bTUxVKqaaAoxAhmkAEmWo6Q { width:155px;height:150px;top:189px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #gB9TaRwUJgfWZov6WrLSPK6eEmhq2BZ2 { width:155px;height:150px;top:30px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #sx5x6FuGvD06vDRLU8UuDBZaWT4fueR5 { width:110px;height:41.6px;top:272px;left:188px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NIpWitWL25B8GhbtPsrnoAln0eCq7L3v { width:133px;height:41.6px;top:116px;left:176px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l7R5pPogT9rOTNPLLas9p8p0eZP5BLAL { width:155px;height:150px;top:349px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #P5gq4IVEuX4n9bdR6FmfkORvKan8cc3u { width:155px;height:150px;top:509px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #tBBay6MVUbHecwrC4RDygdoMBUw0zZZp { width:114px;height:41.6px;top:434px;left:186px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TsxXpJAd45c7bhXmhmBDyA9oRqZMTLwI { width:111px;height:41.6px;top:592px;left:187px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UIZIiPeJeFi3lF0RnxawHgO3fwqTfycE { width:155px;height:150px;top:509px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TUNRSVxpTZKU47AFl0y3ty5PzPQFynx5 { width:155px;height:150px;top:349px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fpZhcrnbozqVvQFV9TotnWoQwudwThGV { width:116px;height:41.6px;top:433px;left:20px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qo0CUsdTDdZ7kWNB8FSFoUPbIxkGg2ID { width:142px;height:41.6px;top:594px;left:7px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hq7q0NM2LuMMJq5t1kbD8tFmmmM2rzJR { width:155px;height:150px;top:989px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UyagSrkEC2C8BRavcwRPdv64TamG70OA { width:155px;height:41.6px;top:1071px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yLJ7cluMWREVk6dehkQZQD5tSRmPm4mo { width:155px;height:150px;top:1149px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IkVsFfH0amoJ2OcyP9XfrH0ULLeTI4Si { width:155px;height:150px;top:669px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #zNNkn92KlpMCHOG06p0Gpwgkwxv1sIOS { width:155px;height:41.6px;top:1233px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JwIFuwmFpJZATDuqoTigoHUFb7FIdJiv { width:133px;height:41.6px;top:755px;left:176px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QRXC1Dwuupr0WcVuhBIQ8vxXz9CBv1Wa { width:155px;height:150px;top:1149px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #F79AbRdygOUUMFsd3EtO7T9aIT6sNewg { width:109px;height:41.6px;top:1230px;left:188px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HdBswEQbIxt0IoV8gnlXaCqu8ZJARRgq { width:155px;height:150px;top:829px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #Z6eJ5FNVKBK2HObBNximDiTZx9G5bg1t { width:119px;height:41.6px;top:914px;left:183px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mFVdKK9USVB4WQdbIUD4g5TaeTeuhhCE { width:155px;height:150px;top:989px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #e18CU6zfounFc7hypZ5ik5Qd6kthGXIA { width:110px;height:41.6px;top:1074px;left:188px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #p9NxAh8qwwQRBMNQKKqyGvNrfXnBAmpy { width:155px;height:150px;top:829px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #D6c4Cv6FWbw4qmqg2fXGa3wrhuVIB3Qf { width:155px;height:150px;top:669px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EdLOS7aGV7J6u574BQ7tZbZUPuJ8IOVi { width:117px;height:41.6px;top:755px;left:19px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EKEFff1zTZ1HKqz1B8oFcW30VTW35c0v { width:138px;height:41.6px;top:914px;left:9px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ana1Q3Ev5zbJhGomxEnRNTkUdClbbPcD { display:flex;width:58px;height:58px;top:364px;left:48.5px; }
 }@media only screen and (max-width: 763px) { #Iw5iHSpywxtmCQ8B2GPawpRTLQm1AJgp { display:flex;width:58px;height:58px;top:49px;left:49.5px; }
 }@media only screen and (max-width: 763px) { #xKfBiL2yTfV4LMMMSghiP5BeFUbehNmB { display:flex;width:58px;height:58px;top:525px;left:213.5px; }
 }@media only screen and (max-width: 763px) { #pZ3dwgEHzdeZ30BT6rsHT95TuTuTruhx { display:flex;width:58px;height:58px;top:206px;left:213.5px; }
 }@media only screen and (max-width: 763px) { #iXqXuXE1Bq9CNnZvgC41W6a5obwc4GfW { display:flex;width:58px;height:58px;top:1004px;left:48.5px; }
 }@media only screen and (max-width: 763px) { #iWDahw2vhewstfXC7V9Ose8Ldydn85qR { display:flex;width:58px;height:58px;top:1163px;left:213.5px; }
 }@media only screen and (max-width: 763px) { #qTENC0A8H34EcwKB8JLJ7EzVio99VtmT { display:flex;width:58px;height:58px;top:689px;left:48.5px; }
 }@media only screen and (max-width: 763px) { #alhBVZxWrLa1Ai7H9AmZLW7ZGZTh2eWA { display:flex;width:58px;height:58px;top:846px;left:213.5px; }
 }@media only screen and (max-width: 763px) { #TxiwvM6rMq9vzZ4SkZnexC9xmG7HuXiG { display:flex;width:58px;height:58px;top:206px;left:48.5px; }
 }@media only screen and (max-width: 763px) { #pX6fu5gASwFKk9wSFUw9IzMAFTAtTfNT { display:flex;width:58px;height:58px;top:49px;left:213.5px; }
 }@media only screen and (max-width: 763px) { #aBoo5ZfZQaMZXi97bSQhm4p4gOlUoJ4l { display:flex;width:58px;height:58px;top:525px;left:48.5px; }
 }@media only screen and (max-width: 763px) { #gKfLLtpvcxDGezQ1QTJfkPBWGhRzPtJO { display:flex;width:58px;height:58px;top:364px;left:213.5px; }
 }@media only screen and (max-width: 763px) { #XZTRnS97S6MDVsldbNT4D5UxHIHUZtoC { display:flex;width:58px;height:58px;top:846px;left:48.5px; }
 }@media only screen and (max-width: 763px) { #sqs1T7dwy5zyS7wTemDNUIyfmZtccEJZ { display:flex;width:58px;height:58px;top:1004px;left:213.5px; }
 }@media only screen and (max-width: 763px) { #OKCw8wzGVpVAhpKmCakNB09BHZ1L9cXP { display:flex;width:58px;height:58px;top:1163px;left:48.5px; }
 }@media only screen and (max-width: 763px) { #UnFpqRA2pWbMT35r5E2XvqzpcHCeodXF { display:flex;width:58px;height:58px;top:689px;left:213.5px; }
 }@media only screen and (max-width: 763px) { #OlairzgUKM9xFlyIkh15ODAT5sKVISWJ { display:block; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { width:320px;height:141px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #so6u2FXu3OrbLu5mSSKVVOO6AQTDif1H { width:227px;height:36.4px;top:15.8125px;left:46.5px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #EW5rxvAV2ognIEErWBzHhFsT79HXFbvQ { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#EW5rxvAV2ognIEErWBzHhFsT79HXFbvQ { background-color: transparent; background-image: none; }#EW5rxvAV2ognIEErWBzHhFsT79HXFbvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EW5rxvAV2ognIEErWBzHhFsT79HXFbvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EW5rxvAV2ognIEErWBzHhFsT79HXFbvQ > .row .container > .video-iframe-container { display: none; }#EW5rxvAV2ognIEErWBzHhFsT79HXFbvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EW5rxvAV2ognIEErWBzHhFsT79HXFbvQ > .row > .video-iframe-container { display: none; }#EW5rxvAV2ognIEErWBzHhFsT79HXFbvQ > .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); }#EW5rxvAV2ognIEErWBzHhFsT79HXFbvQ > .row .container { width:320px;height:52px;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flH87lhTCBBAWq6VFPlxQDSdkApMogbQ { width:304px;height:50px;top:0px;left:8px;font-size:15px;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #NdUkSHnw4MWokMPw0xfFgzOdpicSFwy5 { display:block; }
 }