.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idrXvvTlTEqsnQBcDOf1PrXhGbRgd7J7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0px;left:0px;right:0px;display:block; }#idrXvvTlTEqsnQBcDOf1PrXhGbRgd7J7 > .row .container { background-color: transparent; background-image: none; }#idrXvvTlTEqsnQBcDOf1PrXhGbRgd7J7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idrXvvTlTEqsnQBcDOf1PrXhGbRgd7J7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idrXvvTlTEqsnQBcDOf1PrXhGbRgd7J7 > .row .container > .video-iframe-container { display: none; }#idrXvvTlTEqsnQBcDOf1PrXhGbRgd7J7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idrXvvTlTEqsnQBcDOf1PrXhGbRgd7J7 > .row > .video-iframe-container { display: none; }#idrXvvTlTEqsnQBcDOf1PrXhGbRgd7J7 > .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); }#idrXvvTlTEqsnQBcDOf1PrXhGbRgd7J7 > .row .container { border-width: 0; border-radius: 0; }#idrXvvTlTEqsnQBcDOf1PrXhGbRgd7J7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#idrXvvTlTEqsnQBcDOf1PrXhGbRgd7J7 > .row .container { font-size:14px;font-family:arial;height:74px;width:960px;position:relative;display:block; }#knPCExgzcZvzEKI38BsdWRenpINt9ocF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#0d25ae;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:16px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:104px;height:35px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:19.5px;left:266px;display:block; }
#SAAD1zNvondot1BPgw1IWCIWNXG6pk1S { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zFT7MVQfW4dZFWa8NFyqetI3vhJTg6qI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#0d25ae;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:16px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:137px;height:35px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.5px;left:420px;display:block; }
#O8xtWJLSLIvM03RZBTIWHpBX9LPDk9vZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bN3UwehTKcIS4bXhOl0IPkykpAl4Pnsr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#0d25ae;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:16px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:104px;height:35px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20px;left:686px;display:block; }
#LwVoFTvfmMPNmiQeL1yEQf3MBKdEXt9k { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qVDktl4vSU8d5DCCkNCFx2bpxEwltTGe { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #0d25ae, #354fe8);background-image: -moz-linear-gradient(115deg, #0d25ae, #354fe8);background-image: -ms-linear-gradient(115deg, #0d25ae, #354fe8);background-image: -o-linear-gradient(115deg, #0d25ae, #354fe8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#354fe8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#354fe8' );";background-image: linear-gradient(115deg, #0d25ae, #354fe8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:142px;height:34px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.875px;left:816.01251220703px;display:block; }
#n0AmZeFJgQn1Zls7AQWxCIxtEM6h0dvZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#geBXJiWhUIt6u8K3coHBxSD4T58u4tni { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#0d25ae;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:16px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:104px;height:35px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:19.5px;left:568px;display:block; }
#FkZoXSqBHlPaTbsagt3mfMi3HroQfe50 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#D5qsfTfQWH0yLnI1VarxBh0TMBbkvLHM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67px;width:207px;top:0px;left:0px;overflow:hidden;display:block; }
#krTORl8b6pfggoBoDUySwC8mNRRe7vdQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#0d25ae;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:16px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61px;height:35px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:19.5px;left:360px;display:block; }
#y9vUkPVVDZzsc98lyMTnomLIoIONl7Jc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 { background-color:rgba(161,168,215,0.3);background-image:url("https://images.assets-landingi.com/uc/60839106-d3d2-43a2-8d4c-6242fb53c5ea/imgfondo.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78.adaptive-delivery-prevent-bg, #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78.lazyload, #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78.lazyloading { background-image: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { background-color: transparent; background-image: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container > .video-iframe-container { display: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container { display: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .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); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { border-width: 0; border-radius: 0; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { width:960px;height:1051px;font-size:14px;font-family:"open sans";position:relative;display:block; }#KrsTVShmHDXinRXXuulorVpzfUc3B0c5 { color:rgba(255,255,255,0.98);display:block;width:960px;position:absolute;font-family:ubuntu;font-size:69px;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:141.75px;left:0px;height:207px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RITN8DHaQGo6rNSDDwphvhn6qVTsnMUb { color:#ffffff;display:block;width:959px;position:absolute;font-family:ubuntu;font-size:24px;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:409px;left:1px;height:43.1875px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WV0r0hq781cLLvsNew1BOnqsRnQEqUTp { position:absolute;display:block;z-index:15002;background-color:rgba(237,104,0,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:471px;width:443px;top:465px;left:269px;display:block; }
#AAMc6OSE9gswikPtm5ylK1l45eaCCEaJ { color:#ffffff;display:block;width:415px;position:absolute;font-family:ubuntu;font-size:38px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:497px;left:271px;height:49.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-form-header {  }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:14px;font-weight:bold;color:#000000;width:345px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:345px;box-sizing:border-box;height:55px;color:#161616;font-size:16px;overflow:hidden;font-family:ubuntu; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:345px;box-sizing:border-box;height:70px;color:#161616;font-size:16px;overflow:hidden;font-family:ubuntu; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:345px;box-sizing:border-box;height:40px;color:#161616;font-family:ubuntu;font-size:14px;overflow:hidden; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-button { border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#f2f9ff;width:345px;height:55px;font-family:ubuntu;overflow:hidden; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:14px; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:14px; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:14px; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:14px; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:12px;font-weight:300;color:rgba(255,255,255,0.8);vertical-align:top;width:322px;overflow:hidden;font-style:normal; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:ubuntu;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-container:first-of-type{padding-top:0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-container:last-of-type{padding-bottom:0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:345px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:546px;left:302px; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:345px; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 {display:block;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:345px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:546px;left:302px; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #uv9W0MumCWT6A2kHeNVeuDpyKozQ38br { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #q5OIibmCDqUQZIxTRdneLswoAmAkPhC2 { position:relative;display:block; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #eGXTxboJcvn68i4sZzF88ytCQDIplq18 { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #oZ5b0o15M2yhkcaDza9xetxxnqTfTXZS { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #fugXkJTAWTvTNFwc3QNv0V2OXOWIKm1f { position:relative;display:block; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #MHsnFMaq8lmtX5I6LvFhGt6uX6ukTDM4 { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #puWOaJzFlME5rkAB93fVaSkKMs9JqCb1 { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #HprUUsi2qCzWx7wknXW2JhplVsbQVMSQ { position:relative;display:block; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #BrN9pB4Q367iWRkUiXiyxQPzzBKwrfry { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #XEmNkyCIKgoEisUXPeLTquLW6VFAodWM { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #TGBxJfemZx7Q8LwOPrRTeJpeFt7fOoTF { position:relative;display:none; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #ykJWEyAcGJaB403R1zVp9cppMA2FvsBe { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #Uz5g8gNOsEES0vKNkkRyXy3M3Zdc901d { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #UJcwfg9h1Xn9q73dfLnUWnNp6cozPduH { position:relative; }
#NJdBntEV7TrFDw43ylmDhoxEWVKSger6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25px;width:25px;top:996px;left:471px;overflow:hidden;display:block; }
#Af8Co0qL8GwinAZwu5S99neTkTmvrRTD { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:106px;height:21px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:962px;left:428px;display:block; }
#mZWTrOpDTI2FJklm5P79QZex9FhAWv9b { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Crb1mgq3u8B5STK49RAhwBylXtwffIWT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a571f5c4-e8ba-46e7-a178-73d16312cd7a/grouppeopleworkingoutbusinessplanoffice.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Crb1mgq3u8B5STK49RAhwBylXtwffIWT.adaptive-delivery-prevent-bg, #Crb1mgq3u8B5STK49RAhwBylXtwffIWT.lazyload, #Crb1mgq3u8B5STK49RAhwBylXtwffIWT.lazyloading { background-image: none; }#Crb1mgq3u8B5STK49RAhwBylXtwffIWT > .row .container { background-color: transparent; background-image: none; }#Crb1mgq3u8B5STK49RAhwBylXtwffIWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,9,114,0.82); }#Crb1mgq3u8B5STK49RAhwBylXtwffIWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Crb1mgq3u8B5STK49RAhwBylXtwffIWT > .row .container > .video-iframe-container { display: none; }#Crb1mgq3u8B5STK49RAhwBylXtwffIWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,9,114,0.82); }#Crb1mgq3u8B5STK49RAhwBylXtwffIWT > .row > .video-iframe-container { display: none; }#Crb1mgq3u8B5STK49RAhwBylXtwffIWT > .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); }#Crb1mgq3u8B5STK49RAhwBylXtwffIWT > .row .container { border-width: 0; border-radius: 0; }#Crb1mgq3u8B5STK49RAhwBylXtwffIWT::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; }#Crb1mgq3u8B5STK49RAhwBylXtwffIWT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Crb1mgq3u8B5STK49RAhwBylXtwffIWT > .row .container { font-size:14px;font-family:arial;height:510px;width:960px;position:relative;display:block; }#Rx0TbhVRhtCDOlzzCnqAb9zryQxKA2NN { color:#ffffff;display:block;width:200px;position:absolute;font-family:ubuntu;font-size:23px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:125.984375px;left:700px;height:89.6719px;font-style:normal;display:block; }
#xmQeaHiqrw2o0RtCecrfOFmRelqUzR3H { color:#ffffff;display:block;width:195px;position:absolute;font-family:"titillium web";font-size:14px;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:219.3125px;left:702.5px;height:118.984px;text-align:left;text-align-last:left;display:block; }
#huBTrvhR7QyTxtAnlZZTxq4IGKIXMfws { box-sizing:content-box;color:#ffffff;font-size:25px;font-weight:400;line-height:1;height:37px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:342.6875px;left:700px;display:block; }
#qHlrVxd6d9fpJMONFMTIn8KoMfJRIL6s { position:absolute;display:block;z-index:15001;background-color:#ed6800;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 20px 30px 104px rgba(21,24,36,0.3) ;height:308px;width:286px;top:92.59375px;left:667px;display:block; }
#RuuSAKGltAt9eh4zNbSovxgzxD1UEkIi { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:376px;width:674px;top:65.578125px;left:0px;display:block; }
#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy { 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; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { background-color: transparent; background-image: none; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container > .video-iframe-container { display: none; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row > .video-iframe-container { display: none; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .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); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { border-width: 0; border-radius: 0; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { font-size:14px;font-family:arial;height:522px;width:960px;position:relative;display:block; }#OXSdEWS13EEX6sRWvu9XFUiWHEi0KTC4 { color:#09005d;display:block;width:958px;position:absolute;font-family:ubuntu;font-size:38px;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:36px;left:0px;height:76px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kEo61Lf56U33AhoPTxv9dzJWnaDCkxKk { color:#050b26;display:block;width:817px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:132px;left:71px;height:291.5158px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o6Qc16EZH7EHWzo19i6z6o7dlFCz0pKE { color:#ed6800;display:block;width:960px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:453.9375px;left:0px;height:22.1023px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PX99oGxlKrk3962kk3L1tZ3SCshRfmZH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PX99oGxlKrk3962kk3L1tZ3SCshRfmZH.adaptive-delivery-prevent-bg, #PX99oGxlKrk3962kk3L1tZ3SCshRfmZH.lazyload, #PX99oGxlKrk3962kk3L1tZ3SCshRfmZH.lazyloading { background-image: none; }#PX99oGxlKrk3962kk3L1tZ3SCshRfmZH > .row .container { background-color: transparent; background-image: none; }#PX99oGxlKrk3962kk3L1tZ3SCshRfmZH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PX99oGxlKrk3962kk3L1tZ3SCshRfmZH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PX99oGxlKrk3962kk3L1tZ3SCshRfmZH > .row .container > .video-iframe-container { display: none; }#PX99oGxlKrk3962kk3L1tZ3SCshRfmZH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PX99oGxlKrk3962kk3L1tZ3SCshRfmZH > .row > .video-iframe-container { display: none; }#PX99oGxlKrk3962kk3L1tZ3SCshRfmZH > .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); }#PX99oGxlKrk3962kk3L1tZ3SCshRfmZH > .row .container { border-width: 0; border-radius: 0; }#PX99oGxlKrk3962kk3L1tZ3SCshRfmZH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PX99oGxlKrk3962kk3L1tZ3SCshRfmZH > .row .container { font-size:14px;font-family:arial;height:788px;width:960px;position:relative;display:block; }#id2bVTIWShNtirpbUaJlATkEUpblEGL6 { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 30px rgba(0,0,0,0.07) ;height:272px;width:300px;top:161px;left:10px;display:block; }
#MW0EiU5u1yfBgoAcxCRcgtkARpzSQ9NM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50px;width:50px;top:204px;left:135px;overflow:hidden;display:block; }
#UBN0OSfxchVhODLZZIWVCuhELWChwuUG { color:#000000;display:block;width:300px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:274px;left:10px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h3bZfLQ71qZyUfxX7vbIehOVIgZB8hky { color:#333333;display:block;width:260px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:315px;left:30px;height:76.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SeIkCl8RP8nFi9ipcBieqcMckypwbhPk { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 30px rgba(0,0,0,0.07) ;height:290px;width:300px;top:161px;left:330px;display:block; }
#QUenUQzBe18KyU11PQgFXtnatkbQhhHe { color:#333333;display:block;width:260px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:318px;left:350px;height:127.969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kz4swd3MTxaw674ezXMFOJRnUC96oweD { color:#000000;display:block;width:300px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:277px;left:330px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xTEhgarJxwG80D6fshEPNMUNmoyRZzy9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50px;width:50px;top:207px;left:455px;overflow:hidden;display:block; }
#hxfA8N8R6WLVZKWFziPagmdqL2TxX8iB { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 30px rgba(0,0,0,0.07) ;height:272px;width:300px;top:161px;left:650px;display:block; }
#LJHAdIpZKdwMIdvgScJv6rLBhDxASFhI { color:#333333;display:block;width:260px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:327.78125px;left:670px;height:51.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P2cHWgfVhBhiPLuTKomtf9uPKhRM7x7r { color:#000000;display:block;width:300px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:277px;left:650px;height:46.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z3JGEMwBxufULfmBZxHpnHKPZrHhSCx6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50px;width:50px;top:207px;left:775px;overflow:hidden;display:block; }
#xuyUtK7WwlPHUbVTArwBQN1TO0PuZNpy { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:36px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:78px;left:0px;height:46.7969px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t6vzWATxbDsTIGXepTcOP0p0WMuQCC3E { position:absolute;display:block;z-index:15012;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 30px rgba(0,0,0,0.07) ;height:272px;width:300px;top:471px;left:10px;display:block; }
#FQVhIts5dhqUOgMNmmO524qVJ8TN31k0 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50px;width:50px;top:514px;left:135px;overflow:hidden;display:block; }
#hhmGUwxt0p7UPvexfwZ9pq1w5xV7ty5P { position:absolute;display:block;z-index:15016;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 30px rgba(0,0,0,0.07) ;height:272px;width:300px;top:471px;left:330px;display:block; }
#sucw6C9E2nCGeTiEix0CGq7NCrPlNAna { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50px;width:50px;top:517px;left:455px;overflow:hidden;display:block; }
#zWTbO4JC7eLMa3E9wLJT8BcgADvlLfyC { color:#000000;display:block;width:300px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:584px;left:10px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1tXH6bv82JkB8vuITKLcf8FhTfGFkVi { color:#000000;display:block;width:300px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:587px;left:330px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mu6zV0DlPn57TdaUk7gL7JePCPZ91Q21 { color:#333333;display:block;width:260px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:625px;left:30px;height:51.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oXSPsnK40OBvSzFUHCV9t4A4Br9CS5UQ { color:#333333;display:block;width:260px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:628px;left:350px;height:76.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PJ5QqzrWTnTQN1Ix7wrwGb9FTtwI4iqA { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 30px rgba(0,0,0,0.07) ;height:272px;width:300px;top:471px;left:650px;display:block; }
#OOgrw3ZICS49CBRkRqqxFtRMdkqfQVD7 { color:#000000;display:block;width:300px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:587px;left:650px;height:23.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zyFgDur1vilxiXAqAuDExruTQDACrCsy { color:#333333;display:block;width:260px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:625px;left:670px;height:76.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ToOEKItV0ET4FzdTOK8glcJpKmmt0h54 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50px;width:50px;top:517px;left:775px;overflow:hidden;display:block; }
#wXaaQp3pe2xOAOxXwLG5hXeypPVXAsSs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wXaaQp3pe2xOAOxXwLG5hXeypPVXAsSs.adaptive-delivery-prevent-bg, #wXaaQp3pe2xOAOxXwLG5hXeypPVXAsSs.lazyload, #wXaaQp3pe2xOAOxXwLG5hXeypPVXAsSs.lazyloading { background-image: none; }#wXaaQp3pe2xOAOxXwLG5hXeypPVXAsSs > .row .container { background-color: transparent; background-image: none; }#wXaaQp3pe2xOAOxXwLG5hXeypPVXAsSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXaaQp3pe2xOAOxXwLG5hXeypPVXAsSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXaaQp3pe2xOAOxXwLG5hXeypPVXAsSs > .row .container > .video-iframe-container { display: none; }#wXaaQp3pe2xOAOxXwLG5hXeypPVXAsSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXaaQp3pe2xOAOxXwLG5hXeypPVXAsSs > .row > .video-iframe-container { display: none; }#wXaaQp3pe2xOAOxXwLG5hXeypPVXAsSs > .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); }#wXaaQp3pe2xOAOxXwLG5hXeypPVXAsSs > .row .container { border-width: 0; border-radius: 0; }#wXaaQp3pe2xOAOxXwLG5hXeypPVXAsSs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wXaaQp3pe2xOAOxXwLG5hXeypPVXAsSs > .row .container { font-size:14px;font-family:arial;height:512px;width:960px;position:relative;display:block; }#osxvw5kMRqJtrhX7LspzogoLZBb1ubpp { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 30px rgba(0,0,0,0.07) ;height:272px;width:300px;top:161px;left:10px;display:block; }
#Xx9zVuLO8F3n6b3dHrMSS1nTT2AKEPdt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50px;width:50px;top:204px;left:135px;overflow:hidden;display:block; }
#wypVrZg19uRxezAPGX3HbNyqASEv6OfE { color:#000000;display:block;width:300px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:254px;left:10px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NhXSIywQwNJcG1d9W7SARsKIISQiUEDX { color:#333333;display:block;width:260px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:315px;left:30px;height:102.375px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nmznZL8FqXv4pXR3Skbepso5CVglwy2F { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 30px rgba(0,0,0,0.07) ;height:271px;width:300px;top:161px;left:330px;display:block; }
#VQbzntKdMw6CmwtvkXpgDEteXmIHrrLV { color:#333333;display:block;width:260px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:318px;left:350px;height:51.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EGieEhEvRliF7w2uuAWtnwyPapbfX1hH { color:#000000;display:block;width:300px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:277px;left:330px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DPKJd053E1n433i1zicevTZEZTBTuEbp { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50px;width:50px;top:207px;left:455px;overflow:hidden;display:block; }
#QN3scmVxMe7ifCu2wTHloiqituCIdLQP { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 30px rgba(0,0,0,0.07) ;height:272px;width:300px;top:161px;left:650px;display:block; }
#zAlIsK8OOzFG9PJ4LdntER8TT3q5WBWb { color:#333333;display:block;width:260px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:327.78125px;left:670px;height:51.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#miKzeeADeTyExLKcq9TznmTBnvwuuyqC { color:#000000;display:block;width:300px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:277px;left:650px;height:23.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QmlxZeTTC7XeEpXB0r3HpVtunntMNQxh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50px;width:50px;top:207px;left:775px;overflow:hidden;display:block; }
#Tnne4dEHx6WxnvrBJyfDRz6FMtsSkpnb { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:36px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:41px;left:0px;height:93.5938px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/f63Yhckc/services_bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ.adaptive-delivery-prevent-bg, #N7iU7iTWQTq94THS7H0XL773gQuOXkoZ.lazyload, #N7iU7iTWQTq94THS7H0XL773gQuOXkoZ.lazyloading { background-image: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { background-color: transparent; background-image: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container > .video-iframe-container { display: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container { display: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .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); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { border-width: 0; border-radius: 0; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { font-size:14px;font-family:arial;height:349px;width:960px;position:relative;display:block; }#iJAWnJBMvgqmqKcme6nW179KHEeBmd8s { color:#09005d;display:block;width:960px;position:absolute;font-family:ubuntu;font-size:38px;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:70px;left:0px;height:38px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kH2DFhDaCyrBxXxGsR6GXO73nv9dpa7I { color:#050b26;display:block;width:662px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:135.21875px;left:149px;height:129.5624px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NAwNp13ukqzscHA40oSsQECVhRyLXisB { position:absolute;display:block;z-index:15003;background-color:#050b26;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:72px;top:299px;left:444px;display:block; }
#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/f63Yhckc/services_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb.adaptive-delivery-prevent-bg, #a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb.lazyload, #a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb.lazyloading { background-image: none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container { background-color: transparent; background-image: none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container > .video-iframe-container { display: none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row > .video-iframe-container { display: none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .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); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container { border-width: 0; border-radius: 0; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container { font-size:14px;font-family:arial;height:246px;width:960px;position:relative;display:block; }#fFV3keT4rfRlzymMIrf6sgI9h2EoS48T { color:#09005d;display:block;width:305px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:42px;left:126px;height:30.5938px;font-style:normal;display:block; }
#NPwO4cJQcBokVCTXUL4lkKeshXcNXo43 { color:#3d4051;display:block;width:402px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:114.47445678711px;left:40px;height:68.3807px;font-style:normal;display:block; }
#L8WDVDBBbaqvWlvsUR9ZwVnuCTTXZMK2 { color:#3d4051;display:block;width:403px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:116px;left:520px;height:102.562px;font-style:normal;display:block; }
#UzR8MwlXJS1v0g349Erkcx22HrWevVBJ { color:#09005d;display:block;width:305px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:42px;left:606px;height:61.1875px;font-style:normal;display:block; }
#hNbTwTEMN7RzwEhGWQ5SKM2pkZox614i { position:absolute;display:block;z-index:15001;background-color:#f7f7f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:245px;width:480px;top:0px;left:0px;display:block; }
#fHa0B7vpbiKk7D57oCvLNmnJghhdL4ye { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 5px 11px 50px rgba(5,11,38,0.15) ;height:245px;width:480px;top:0px;left:0px;display:block; }
#NA03oD4JhHg4866XE8vzseNlue8DaeAE { box-sizing:content-box;color:#ed6800;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:32.296875px;left:61px;display:block; }
#T72LDFdlEsWF8iD700FA8a40qiEXNr1b { box-sizing:content-box;color:#ed6800;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:32.296875px;left:520px;display:block; }
#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/f63Yhckc/services_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ.adaptive-delivery-prevent-bg, #AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ.lazyload, #AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ.lazyloading { background-image: none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container { background-color: transparent; background-image: none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container > .video-iframe-container { display: none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row > .video-iframe-container { display: none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .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); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container { border-width: 0; border-radius: 0; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container { font-size:14px;font-family:arial;height:246px;width:960px;position:relative;display:block; }#dcZtmukIICD1THAwCGtvn6TC5X3wFdbP { color:#09005d;display:block;width:305px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:41px;left:126px;height:30.5938px;font-style:normal;display:block; }
#Jg0R3RrIiTcbCzil2C5GDJQV4iZsVvrw { color:#3d4051;display:block;width:402px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:97.46875px;left:53px;height:102.562px;font-style:normal;display:block; }
#Kq4QtkE6UaD7yVXPJGsmukcAp85eASMf { color:#3d4051;display:block;width:403px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:88.8125px;left:518.5px;height:68.375px;font-style:normal;display:block; }
#qumeLtWzB5TzsagiGf7mtHd00RAONOA8 { color:#09005d;display:block;width:305px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:42px;left:606px;height:;font-style:normal;display:block; }
#hxyt4GMXRMdELfsb2eJxTdOaH8Bv7dLv { position:absolute;display:block;z-index:15001;background-color:#f7f7f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:245px;width:480px;top:0.48611450195312px;left:0px;display:block; }
#VcOyoMp4fJtTkkxaQkW151H4AKDiV99v { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 5px 11px 50px rgba(5,11,38,0.15) ;height:245px;width:480px;top:0.49716186523438px;left:0px;display:block; }
#EATKMt4FtO5T7BtBRbZczZOxigTwqmXC { box-sizing:content-box;color:#ed6800;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:31.296875px;left:53px;display:block; }
#rZiHZbLQQggGMyOZzL4TAFTOzXWxltAu { box-sizing:content-box;color:#ed6800;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:31.296875px;left:520px;display:block; }
#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/f63Yhckc/services_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF.adaptive-delivery-prevent-bg, #tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF.lazyload, #tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF.lazyloading { background-image: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { background-color: transparent; background-image: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container > .video-iframe-container { display: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container { display: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .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); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { border-width: 0; border-radius: 0; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { font-size:14px;font-family:arial;height:218px;width:960px;position:relative;display:block; }#PqdAdzUK7U3NAVTTKsR42J8eGD5TeDOy { background-color:#ed6800;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:252px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:81.5px;left:353px;display:block; }
#wxWeHQS9uP862OdgUhngAD8ktOy6Eg79 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/FO7JIlwjOtU/unsplash/alexandre-debi-ve-FO7JIlwjOtU-photo-1518770660439-4636190af475.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A.adaptive-delivery-prevent-bg, #kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A.lazyload, #kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A.lazyloading { background-image: none; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container { background-color: transparent; background-image: none; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,0,93,0.74); }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container > .video-iframe-container { display: none; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,0,93,0.74); }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row > .video-iframe-container { display: none; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .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); }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container { border-width: 0; border-radius: 0; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A::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; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container { font-size:14px;font-family:arial;height:252px;width:960px;position:relative;display:block; }#tUfEQmORLGhMWFge1dKPxcXRDwqnzpQ1 { color:#ed6800;display:block;width:200px;position:absolute;font-family:ubuntu;font-size:63px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:55.213073730469px;left:20px;height:81.9px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pJhlCbSkEIT9bsMh3Ln7J32Ozd7BOp5X { color:#ffffff;display:block;width:145px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:150.19886779785px;left:47px;height:54px;text-align:center;text-align-last:center;display:block; }
#H1HtrPlLpbUwZsJSX6stP90tv6TRQSIs { color:#ed6800;display:block;width:200px;position:absolute;font-family:ubuntu;font-size:63px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:52px;left:260px;height:81.9px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f1i2xTl4OkN7epIanxyxA7i199iQ4M1L { color:#ffffff;display:block;width:145px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:147px;left:287px;height:54px;text-align:center;text-align-last:center;display:block; }
#lQtTF45W6f0l6EeaR0Rnzld9vtzhiMRT { color:#ed6800;display:block;width:200px;position:absolute;font-family:ubuntu;font-size:63px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:52px;left:500px;height:81.9px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S6K5bFTRtdN0Vu7UNDSD6wnohLurDqDA { color:#ffffff;display:block;width:145px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:147px;left:527px;height:54px;text-align:center;text-align-last:center;display:block; }
#Q3QQ9ymSXXHWsrKdIiUkaJCUfiUpFf2D { color:#ed6800;display:block;width:200px;position:absolute;font-family:ubuntu;font-size:63px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:52px;left:740px;height:81.9px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sc20AAsolcwFtlOKdvC1a5QDEpnmyzkJ { color:#ffffff;display:block;width:145px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:147px;left:767px;height:27px;text-align:center;text-align-last:center;display:block; }
#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X { 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; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container { background-color: transparent; background-image: none; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container > .video-iframe-container { display: none; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row > .video-iframe-container { display: none; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .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); }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container { border-width: 0; border-radius: 0; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container { font-size:14px;font-family:arial;height:209px;width:960px;position:relative;display:block; }#EUsthM6giIPvTiXa1zH5Trf75y2qEwcq { color:#09005d;display:block;width:960px;position:absolute;font-family:ubuntu;font-size:66px;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:40.5px;left:0px;height:132px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FnTKGe2Z6T89nNv2EqkEuLVSgVrvzihn { 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; }#FnTKGe2Z6T89nNv2EqkEuLVSgVrvzihn > .row .container { background-color: transparent; background-image: none; }#FnTKGe2Z6T89nNv2EqkEuLVSgVrvzihn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnTKGe2Z6T89nNv2EqkEuLVSgVrvzihn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnTKGe2Z6T89nNv2EqkEuLVSgVrvzihn > .row .container > .video-iframe-container { display: none; }#FnTKGe2Z6T89nNv2EqkEuLVSgVrvzihn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnTKGe2Z6T89nNv2EqkEuLVSgVrvzihn > .row > .video-iframe-container { display: none; }#FnTKGe2Z6T89nNv2EqkEuLVSgVrvzihn > .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); }#FnTKGe2Z6T89nNv2EqkEuLVSgVrvzihn > .row .container { border-width: 0; border-radius: 0; }#FnTKGe2Z6T89nNv2EqkEuLVSgVrvzihn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FnTKGe2Z6T89nNv2EqkEuLVSgVrvzihn > .row .container { font-size:14px;font-family:arial;height:426px;width:960px;position:relative;display:block; }#vOx0vxfXgs7fI3tZu8tQesCBfGUq4X49 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45px;width:242px;top:138px;left:39px;overflow:hidden;display:block; }
#mPPPeI98cKBVlnAxTE3I7h36dcPQ08Qu { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62px;width:105px;top:138px;left:427px;overflow:hidden;display:block; }
#OM9VeQG2NpwLF2dnosTufNcZvPnZIiNm { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:68px;width:183px;top:135px;left:708px;overflow:hidden;display:block; }
#EnET5MyTkcGgvAnknmhNyWMClATT78zW { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51px;width:196px;top:294px;left:74px;overflow:hidden;display:block; }
#KuskIkdEE5e6sc5C8WApfwVfpb4cfqUp { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75px;width:135px;top:284px;left:412px;overflow:hidden;display:block; }
#u7UBVUuqTl5qcpR5BSh5064h9ca6CzQr { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37px;width:185px;top:303px;left:707px;overflow:hidden;display:block; }
#Rcu0is9EtXsUue7SWOtlwpothTUQRGG9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#09005d;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;z-index:auto;display:block; }#Rcu0is9EtXsUue7SWOtlwpothTUQRGG9 > .row .container { background-color: transparent; background-image: none; }#Rcu0is9EtXsUue7SWOtlwpothTUQRGG9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rcu0is9EtXsUue7SWOtlwpothTUQRGG9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rcu0is9EtXsUue7SWOtlwpothTUQRGG9 > .row .container > .video-iframe-container { display: none; }#Rcu0is9EtXsUue7SWOtlwpothTUQRGG9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rcu0is9EtXsUue7SWOtlwpothTUQRGG9 > .row > .video-iframe-container { display: none; }#Rcu0is9EtXsUue7SWOtlwpothTUQRGG9 > .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); }#Rcu0is9EtXsUue7SWOtlwpothTUQRGG9 > .row .container { border-width: 0; border-radius: 0; }#Rcu0is9EtXsUue7SWOtlwpothTUQRGG9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rcu0is9EtXsUue7SWOtlwpothTUQRGG9 > .row .container { font-size:14px;font-family:arial;height:351px;width:960px;position:relative;display:block; }#cGMskpSW4DAGcvBppXZvl8FyiSpvtln1 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41px;width:153px;top:42px;left:403px;overflow:hidden;display:block; }
#rmFLoQqqpcXDbTzEtiJgpcgqXu5KMTHy { box-sizing:content-box;color:#ffffff;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:245.38754272461px;left:464px;display:block; }
#trDm8s0uae9SLdzZDsnTQhXLmqN7vJm7 { color:#ffffff;display:block;width:369px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:133px;left:295px;height:102.3751px;text-align:center;text-align-last:center;display:block; }
#K4pZt2JS2a3aagIedRlMmmTD7Eu9yfO1 { color:#ffffff;display:block;width:369px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:287px;left:295px;height:22.4006px;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #idrXvvTlTEqsnQBcDOf1PrXhGbRgd7J7 { display:block; }#idrXvvTlTEqsnQBcDOf1PrXhGbRgd7J7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knPCExgzcZvzEKI38BsdWRenpINt9ocF { width:104px;height:35px;top:19px;left:168px;display:block; }
 }@media only screen and (max-width: 763px) { #SAAD1zNvondot1BPgw1IWCIWNXG6pk1S { display:block; }
 }@media only screen and (max-width: 763px) { #zFT7MVQfW4dZFWa8NFyqetI3vhJTg6qI { width:137px;height:35px;top:19px;left:322px;display:block; }
 }@media only screen and (max-width: 763px) { #O8xtWJLSLIvM03RZBTIWHpBX9LPDk9vZ { display:block; }
 }@media only screen and (max-width: 763px) { #bN3UwehTKcIS4bXhOl0IPkykpAl4Pnsr { width:104px;height:35px;top:20px;left:588px;display:block; }
 }@media only screen and (max-width: 763px) { #LwVoFTvfmMPNmiQeL1yEQf3MBKdEXt9k { display:block; }
 }@media only screen and (max-width: 763px) { #qVDktl4vSU8d5DCCkNCFx2bpxEwltTGe { width:142px;height:34px;top:20px;left:622px;display:block; }
 }@media only screen and (max-width: 763px) { #n0AmZeFJgQn1Zls7AQWxCIxtEM6h0dvZ { display:block; }
 }@media only screen and (max-width: 763px) { #geBXJiWhUIt6u8K3coHBxSD4T58u4tni { width:104px;height:35px;top:19px;left:470px;display:block; }
 }@media only screen and (max-width: 763px) { #FkZoXSqBHlPaTbsagt3mfMi3HroQfe50 { display:block; }
 }@media only screen and (max-width: 763px) { #D5qsfTfQWH0yLnI1VarxBh0TMBbkvLHM { width:207px;height:67px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #krTORl8b6pfggoBoDUySwC8mNRRe7vdQ { width:61px;height:35px;top:19px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #y9vUkPVVDZzsc98lyMTnomLIoIONl7Jc { display:block; }
 }@media only screen and (max-width: 763px) { #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 { display:block; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrsTVShmHDXinRXXuulorVpzfUc3B0c5 { width:764px;height:207px;top:141px;left:0px;font-size:69px;display:block; }
 }@media only screen and (max-width: 763px) { #RITN8DHaQGo6rNSDDwphvhn6qVTsnMUb { width:764px;height:43px;top:409px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #WV0r0hq781cLLvsNew1BOnqsRnQEqUTp { width:443px;height:471px;top:465px;left:171px;display:block; }
 }@media only screen and (max-width: 763px) { #AAMc6OSE9gswikPtm5ylK1l45eaCCEaJ { width:415px;height:49px;top:497px;left:173px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-regular-label { width:345px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-text { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-textarea { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-select { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-button { width:241px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:52px; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-checkbox-label { width:323px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7  { width:345px;height:auto;top:507px;left:187.984375px; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .radio-container { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 {display:block;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 { width:345px;height:auto;top:507px;left:187.984375px; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #uv9W0MumCWT6A2kHeNVeuDpyKozQ38br {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #q5OIibmCDqUQZIxTRdneLswoAmAkPhC2 { display:block; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #eGXTxboJcvn68i4sZzF88ytCQDIplq18 {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #oZ5b0o15M2yhkcaDza9xetxxnqTfTXZS {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #fugXkJTAWTvTNFwc3QNv0V2OXOWIKm1f { display:block; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #MHsnFMaq8lmtX5I6LvFhGt6uX6ukTDM4 {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #puWOaJzFlME5rkAB93fVaSkKMs9JqCb1 {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #HprUUsi2qCzWx7wknXW2JhplVsbQVMSQ { display:block; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #BrN9pB4Q367iWRkUiXiyxQPzzBKwrfry {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #XEmNkyCIKgoEisUXPeLTquLW6VFAodWM {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #TGBxJfemZx7Q8LwOPrRTeJpeFt7fOoTF {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #ykJWEyAcGJaB403R1zVp9cppMA2FvsBe {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #Uz5g8gNOsEES0vKNkkRyXy3M3Zdc901d {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #UJcwfg9h1Xn9q73dfLnUWnNp6cozPduH {  }
 }@media only screen and (max-width: 763px) { #NJdBntEV7TrFDw43ylmDhoxEWVKSger6 { width:25px;height:25px;top:996px;left:373px;display:block; }
 }@media only screen and (max-width: 763px) { #Af8Co0qL8GwinAZwu5S99neTkTmvrRTD { width:106px;height:21px;top:962px;left:330px;display:block; }
 }@media only screen and (max-width: 763px) { #mZWTrOpDTI2FJklm5P79QZex9FhAWv9b { display:block; }
 }@media only screen and (max-width: 763px) { #Crb1mgq3u8B5STK49RAhwBylXtwffIWT { display:block; }#Crb1mgq3u8B5STK49RAhwBylXtwffIWT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rx0TbhVRhtCDOlzzCnqAb9zryQxKA2NN { width:200px;height:89px;top:125px;left:564px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xmQeaHiqrw2o0RtCecrfOFmRelqUzR3H { width:195px;height:118px;top:219px;left:569px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #huBTrvhR7QyTxtAnlZZTxq4IGKIXMfws { top:342px;left:602px;width:37px;height:37px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #qHlrVxd6d9fpJMONFMTIn8KoMfJRIL6s { width:286px;height:308px;top:92px;left:478px;display:block; }
 }@media only screen and (max-width: 763px) { #RuuSAKGltAt9eh4zNbSovxgzxD1UEkIi { top:65px;left:0px;width:674px;height:376px;display:block; }
 }@media only screen and (max-width: 763px) { #b5VF03uUeORUyz9h9htBC9FdOXOlAwBy { display:block; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXSdEWS13EEX6sRWvu9XFUiWHEi0KTC4 { width:764px;height:76px;top:36px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #kEo61Lf56U33AhoPTxv9dzJWnaDCkxKk { width:764px;height:291px;top:132px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #o6Qc16EZH7EHWzo19i6z6o7dlFCz0pKE { top:453px;left:0px;width:764px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #PX99oGxlKrk3962kk3L1tZ3SCshRfmZH { display:block; }#PX99oGxlKrk3962kk3L1tZ3SCshRfmZH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #id2bVTIWShNtirpbUaJlATkEUpblEGL6 { width:300px;height:272px;top:161px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MW0EiU5u1yfBgoAcxCRcgtkARpzSQ9NM { width:50px;height:50px;top:204px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #UBN0OSfxchVhODLZZIWVCuhELWChwuUG { width:300px;height:26px;top:274px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #h3bZfLQ71qZyUfxX7vbIehOVIgZB8hky { width:260px;height:76px;top:315px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SeIkCl8RP8nFi9ipcBieqcMckypwbhPk { width:300px;height:290px;top:161px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #QUenUQzBe18KyU11PQgFXtnatkbQhhHe { width:260px;height:127px;top:318px;left:248px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Kz4swd3MTxaw674ezXMFOJRnUC96oweD { width:300px;height:26px;top:277px;left:208px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xTEhgarJxwG80D6fshEPNMUNmoyRZzy9 { width:50px;height:50px;top:207px;left:356px;display:block; }
 }@media only screen and (max-width: 763px) { #hxfA8N8R6WLVZKWFziPagmdqL2TxX8iB { width:300px;height:272px;top:161px;left:462px;display:block; }
 }@media only screen and (max-width: 763px) { #LJHAdIpZKdwMIdvgScJv6rLBhDxASFhI { width:260px;height:51px;top:327px;left:502px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #P2cHWgfVhBhiPLuTKomtf9uPKhRM7x7r { width:300px;height:46px;top:277px;left:462px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #z3JGEMwBxufULfmBZxHpnHKPZrHhSCx6 { width:50px;height:50px;top:207px;left:610px;display:block; }
 }@media only screen and (max-width: 763px) { #xuyUtK7WwlPHUbVTArwBQN1TO0PuZNpy { width:764px;height:;top:78px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #t6vzWATxbDsTIGXepTcOP0p0WMuQCC3E { width:300px;height:272px;top:471px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FQVhIts5dhqUOgMNmmO524qVJ8TN31k0 { width:50px;height:50px;top:514px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #hhmGUwxt0p7UPvexfwZ9pq1w5xV7ty5P { width:300px;height:272px;top:471px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #sucw6C9E2nCGeTiEix0CGq7NCrPlNAna { width:50px;height:50px;top:517px;left:356px;display:block; }
 }@media only screen and (max-width: 763px) { #zWTbO4JC7eLMa3E9wLJT8BcgADvlLfyC { width:300px;height:26px;top:584px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #P1tXH6bv82JkB8vuITKLcf8FhTfGFkVi { width:300px;height:26px;top:587px;left:208px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Mu6zV0DlPn57TdaUk7gL7JePCPZ91Q21 { width:260px;height:51px;top:625px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oXSPsnK40OBvSzFUHCV9t4A4Br9CS5UQ { width:260px;height:76px;top:628px;left:248px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PJ5QqzrWTnTQN1Ix7wrwGb9FTtwI4iqA { width:300px;height:272px;top:471px;left:462px;display:block; }
 }@media only screen and (max-width: 763px) { #OOgrw3ZICS49CBRkRqqxFtRMdkqfQVD7 { width:300px;height:23px;top:587px;left:462px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zyFgDur1vilxiXAqAuDExruTQDACrCsy { width:260px;height:76px;top:625px;left:502px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ToOEKItV0ET4FzdTOK8glcJpKmmt0h54 { width:50px;height:50px;top:517px;left:610px;display:block; }
 }@media only screen and (max-width: 763px) { #wXaaQp3pe2xOAOxXwLG5hXeypPVXAsSs { display:block; }#wXaaQp3pe2xOAOxXwLG5hXeypPVXAsSs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #osxvw5kMRqJtrhX7LspzogoLZBb1ubpp { width:300px;height:272px;top:161px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Xx9zVuLO8F3n6b3dHrMSS1nTT2AKEPdt { width:50px;height:50px;top:204px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #wypVrZg19uRxezAPGX3HbNyqASEv6OfE { width:300px;height:52px;top:254px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NhXSIywQwNJcG1d9W7SARsKIISQiUEDX { width:260px;height:102px;top:315px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nmznZL8FqXv4pXR3Skbepso5CVglwy2F { width:300px;height:271px;top:161px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #VQbzntKdMw6CmwtvkXpgDEteXmIHrrLV { width:260px;height:51px;top:318px;left:248px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EGieEhEvRliF7w2uuAWtnwyPapbfX1hH { width:300px;height:26px;top:277px;left:208px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DPKJd053E1n433i1zicevTZEZTBTuEbp { width:50px;height:50px;top:207px;left:356px;display:block; }
 }@media only screen and (max-width: 763px) { #QN3scmVxMe7ifCu2wTHloiqituCIdLQP { width:300px;height:272px;top:161px;left:462px;display:block; }
 }@media only screen and (max-width: 763px) { #zAlIsK8OOzFG9PJ4LdntER8TT3q5WBWb { width:260px;height:51px;top:327px;left:502px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #miKzeeADeTyExLKcq9TznmTBnvwuuyqC { width:300px;height:23px;top:277px;left:462px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QmlxZeTTC7XeEpXB0r3HpVtunntMNQxh { width:50px;height:50px;top:207px;left:610px;display:block; }
 }@media only screen and (max-width: 763px) { #Tnne4dEHx6WxnvrBJyfDRz6FMtsSkpnb { width:764px;height:93px;top:41px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #N7iU7iTWQTq94THS7H0XL773gQuOXkoZ { display:block; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJAWnJBMvgqmqKcme6nW179KHEeBmd8s { width:764px;height:38px;top:70px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #kH2DFhDaCyrBxXxGsR6GXO73nv9dpa7I { width:662px;height:129px;top:135px;left:51px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #NAwNp13ukqzscHA40oSsQECVhRyLXisB { width:72px;height:2px;top:299px;left:346px;display:block; }
 }@media only screen and (max-width: 763px) { #a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb { display:block; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFV3keT4rfRlzymMIrf6sgI9h2EoS48T { width:305px;height:30px;top:42px;left:77px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NPwO4cJQcBokVCTXUL4lkKeshXcNXo43 { width:402px;height:68px;top:114px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #L8WDVDBBbaqvWlvsUR9ZwVnuCTTXZMK2 { width:403px;height:102px;top:116px;left:361px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UzR8MwlXJS1v0g349Erkcx22HrWevVBJ { width:305px;height:61px;top:42px;left:459px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hNbTwTEMN7RzwEhGWQ5SKM2pkZox614i { width:480px;height:245px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fHa0B7vpbiKk7D57oCvLNmnJghhdL4ye { width:480px;height:245px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NA03oD4JhHg4866XE8vzseNlue8DaeAE { top:32px;left:12px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #T72LDFdlEsWF8iD700FA8a40qiEXNr1b { top:32px;left:382px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ { display:block; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcZtmukIICD1THAwCGtvn6TC5X3wFdbP { width:305px;height:30px;top:41px;left:77px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Jg0R3RrIiTcbCzil2C5GDJQV4iZsVvrw { width:402px;height:102px;top:97px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Kq4QtkE6UaD7yVXPJGsmukcAp85eASMf { width:403px;height:68px;top:88px;left:361px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qumeLtWzB5TzsagiGf7mtHd00RAONOA8 { width:305px;height:;top:42px;left:459px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hxyt4GMXRMdELfsb2eJxTdOaH8Bv7dLv { width:480px;height:245px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VcOyoMp4fJtTkkxaQkW151H4AKDiV99v { width:480px;height:245px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EATKMt4FtO5T7BtBRbZczZOxigTwqmXC { top:31px;left:4px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #rZiHZbLQQggGMyOZzL4TAFTOzXWxltAu { top:31px;left:382px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF { display:block; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqdAdzUK7U3NAVTTKsR42J8eGD5TeDOy { width:252px;height:55px;top:81px;left:255px;display:block; }
 }@media only screen and (max-width: 763px) { #wxWeHQS9uP862OdgUhngAD8ktOy6Eg79 { display:block; }
 }@media only screen and (max-width: 763px) { #kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A { display:block; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUfEQmORLGhMWFge1dKPxcXRDwqnzpQ1 { width:200px;height:81px;top:55px;left:0px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #pJhlCbSkEIT9bsMh3Ln7J32Ozd7BOp5X { width:145px;height:54px;top:150px;left:22.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #H1HtrPlLpbUwZsJSX6stP90tv6TRQSIs { width:200px;height:81px;top:52px;left:182px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #f1i2xTl4OkN7epIanxyxA7i199iQ4M1L { width:145px;height:54px;top:147px;left:213.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #lQtTF45W6f0l6EeaR0Rnzld9vtzhiMRT { width:200px;height:81px;top:52px;left:373px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #S6K5bFTRtdN0Vu7UNDSD6wnohLurDqDA { width:145px;height:54px;top:147px;left:404.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Q3QQ9ymSXXHWsrKdIiUkaJCUfiUpFf2D { width:200px;height:81px;top:52px;left:564px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #sc20AAsolcwFtlOKdvC1a5QDEpnmyzkJ { width:145px;height:27px;top:147px;left:595.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X { display:block; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUsthM6giIPvTiXa1zH5Trf75y2qEwcq { width:764px;height:132px;top:40px;left:0px;font-size:66px;display:block; }
 }@media only screen and (max-width: 763px) { #FnTKGe2Z6T89nNv2EqkEuLVSgVrvzihn { display:block; }#FnTKGe2Z6T89nNv2EqkEuLVSgVrvzihn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOx0vxfXgs7fI3tZu8tQesCBfGUq4X49 { top:138px;left:6px;width:242px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #mPPPeI98cKBVlnAxTE3I7h36dcPQ08Qu { top:138px;left:328px;width:105px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #OM9VeQG2NpwLF2dnosTufNcZvPnZIiNm { top:135px;left:543px;width:183px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #EnET5MyTkcGgvAnknmhNyWMClATT78zW { top:294px;left:41px;width:196px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #KuskIkdEE5e6sc5C8WApfwVfpb4cfqUp { top:284px;left:313px;width:135px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #u7UBVUuqTl5qcpR5BSh5064h9ca6CzQr { top:303px;left:542px;width:185px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #Rcu0is9EtXsUue7SWOtlwpothTUQRGG9 { display:block; }#Rcu0is9EtXsUue7SWOtlwpothTUQRGG9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGMskpSW4DAGcvBppXZvl8FyiSpvtln1 { width:153px;height:41px;top:42px;left:305px;display:block; }
 }@media only screen and (max-width: 763px) { #rmFLoQqqpcXDbTzEtiJgpcgqXu5KMTHy { top:245px;left:366px;width:32px;height:32px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #trDm8s0uae9SLdzZDsnTQhXLmqN7vJm7 { top:133px;left:197px;width:369px;height:102px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #K4pZt2JS2a3aagIedRlMmmTD7Eu9yfO1 { top:287px;left:197px;width:369px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #idrXvvTlTEqsnQBcDOf1PrXhGbRgd7J7 { position:relative;z-index:auto;display:block; }#idrXvvTlTEqsnQBcDOf1PrXhGbRgd7J7 > .row .container { width:320px;height:451px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knPCExgzcZvzEKI38BsdWRenpINt9ocF { width:63px;height:35px;top:122px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #SAAD1zNvondot1BPgw1IWCIWNXG6pk1S { display:block; }
 }@media only screen and (max-width: 763px) { #zFT7MVQfW4dZFWa8NFyqetI3vhJTg6qI { width:149px;height:35px;top:177px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #O8xtWJLSLIvM03RZBTIWHpBX9LPDk9vZ { display:block; }
 }@media only screen and (max-width: 763px) { #bN3UwehTKcIS4bXhOl0IPkykpAl4Pnsr { width:130px;height:35px;top:287px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #LwVoFTvfmMPNmiQeL1yEQf3MBKdEXt9k { display:block; }
 }@media only screen and (max-width: 763px) { #qVDktl4vSU8d5DCCkNCFx2bpxEwltTGe { width:139px;height:34px;top:342px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #n0AmZeFJgQn1Zls7AQWxCIxtEM6h0dvZ { display:block; }
 }@media only screen and (max-width: 763px) { #geBXJiWhUIt6u8K3coHBxSD4T58u4tni { width:133px;height:35px;top:232px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #FkZoXSqBHlPaTbsagt3mfMi3HroQfe50 { display:block; }
 }@media only screen and (max-width: 763px) { #D5qsfTfQWH0yLnI1VarxBh0TMBbkvLHM { width:73px;height:27px;top:20px;left:123px;display:block; }
 }@media only screen and (max-width: 763px) { #krTORl8b6pfggoBoDUySwC8mNRRe7vdQ { width:61px;height:35px;top:396px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #y9vUkPVVDZzsc98lyMTnomLIoIONl7Jc { display:block; }
 }@media only screen and (max-width: 763px) { #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 { background-color:rgba(12,16,37,0.5);background-image:url("https://images.assets-landingi.com/uc/60839106-d3d2-43a2-8d4c-6242fb53c5ea/imgfondo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78.adaptive-delivery-prevent-bg, #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78.lazyload, #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78.lazyloading { background-image: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { background-color: transparent; background-image: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container > .video-iframe-container { display: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container { display: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .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); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { width:320px;height:691px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrsTVShmHDXinRXXuulorVpzfUc3B0c5 { width:245px;height:143.984px;top:20px;left:37px;font-size:24px;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RITN8DHaQGo6rNSDDwphvhn6qVTsnMUb { width:300px;height:44.7812px;top:183.969px;left:10px;font-size:16px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WV0r0hq781cLLvsNew1BOnqsRnQEqUTp { width:320px;height:348px;top:248.7346px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AAMc6OSE9gswikPtm5ylK1l45eaCCEaJ { width:300px;height:36.3906px;top:280.7346px;left:2px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:46px; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-button { width:196px;margin-top:4px;margin-right:42px;margin-bottom:4px;margin-left:42px;height:46px;font-size:16px;overflow:hidden; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7  { width:280px;height:302px;top:329.7346px;left:0px; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 {display:block;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 { width:280px;height:302px;top:329.7346px;left:0px; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #uv9W0MumCWT6A2kHeNVeuDpyKozQ38br {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #q5OIibmCDqUQZIxTRdneLswoAmAkPhC2 { display:block; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #eGXTxboJcvn68i4sZzF88ytCQDIplq18 {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #oZ5b0o15M2yhkcaDza9xetxxnqTfTXZS {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #fugXkJTAWTvTNFwc3QNv0V2OXOWIKm1f { display:block; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #MHsnFMaq8lmtX5I6LvFhGt6uX6ukTDM4 {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #puWOaJzFlME5rkAB93fVaSkKMs9JqCb1 {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #HprUUsi2qCzWx7wknXW2JhplVsbQVMSQ { display:block; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #BrN9pB4Q367iWRkUiXiyxQPzzBKwrfry {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #XEmNkyCIKgoEisUXPeLTquLW6VFAodWM {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #TGBxJfemZx7Q8LwOPrRTeJpeFt7fOoTF {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #ykJWEyAcGJaB403R1zVp9cppMA2FvsBe {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #Uz5g8gNOsEES0vKNkkRyXy3M3Zdc901d {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #UJcwfg9h1Xn9q73dfLnUWnNp6cozPduH {  }
 }@media only screen and (max-width: 763px) { #NJdBntEV7TrFDw43ylmDhoxEWVKSger6 { width:25px;height:25px;top:996px;left:147px;display:none; }
 }@media only screen and (max-width: 763px) { #Af8Co0qL8GwinAZwu5S99neTkTmvrRTD { width:106px;height:21px;top:745.7346px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #mZWTrOpDTI2FJklm5P79QZex9FhAWv9b { display:block; }
 }@media only screen and (max-width: 763px) { #Crb1mgq3u8B5STK49RAhwBylXtwffIWT { background-color:#ffffff;background-image:none;display:block; }#Crb1mgq3u8B5STK49RAhwBylXtwffIWT > .row .container { background-color: transparent; background-image: none; }#Crb1mgq3u8B5STK49RAhwBylXtwffIWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Crb1mgq3u8B5STK49RAhwBylXtwffIWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Crb1mgq3u8B5STK49RAhwBylXtwffIWT > .row .container > .video-iframe-container { display: none; }#Crb1mgq3u8B5STK49RAhwBylXtwffIWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Crb1mgq3u8B5STK49RAhwBylXtwffIWT > .row > .video-iframe-container { display: none; }#Crb1mgq3u8B5STK49RAhwBylXtwffIWT > .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); }#Crb1mgq3u8B5STK49RAhwBylXtwffIWT > .row .container { width:320px;height:515px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rx0TbhVRhtCDOlzzCnqAb9zryQxKA2NN { width:200px;height:78px;top:252.68745117188px;left:50px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xmQeaHiqrw2o0RtCecrfOFmRelqUzR3H { width:221px;height:135.938px;top:324.45002441406px;left:52px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #huBTrvhR7QyTxtAnlZZTxq4IGKIXMfws { width:37px;height:37px;top:478px;left:40px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #qHlrVxd6d9fpJMONFMTIn8KoMfJRIL6s { width:286px;height:245px;top:219.3px;left:17px;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RuuSAKGltAt9eh4zNbSovxgzxD1UEkIi { height:179.3px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #b5VF03uUeORUyz9h9htBC9FdOXOlAwBy { display:block; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { width:320px;height:597px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXSdEWS13EEX6sRWvu9XFUiWHEi0KTC4 { width:320px;height:96px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #kEo61Lf56U33AhoPTxv9dzJWnaDCkxKk { width:300px;height:377.8125px;top:136px;left:10px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #o6Qc16EZH7EHWzo19i6z6o7dlFCz0pKE { width:226px;height:44.1875px;top:533.812px;left:47px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PX99oGxlKrk3962kk3L1tZ3SCshRfmZH { display:block; }#PX99oGxlKrk3962kk3L1tZ3SCshRfmZH > .row .container { width:320px;height:1921px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #id2bVTIWShNtirpbUaJlATkEUpblEGL6 { width:300px;height:272px;top:157px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #MW0EiU5u1yfBgoAcxCRcgtkARpzSQ9NM { width:50px;height:50px;top:200px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #UBN0OSfxchVhODLZZIWVCuhELWChwuUG { width:300px;height:20.7969px;top:270px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #h3bZfLQ71qZyUfxX7vbIehOVIgZB8hky { width:260px;height:76.7812px;top:311px;left:30px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SeIkCl8RP8nFi9ipcBieqcMckypwbhPk { width:300px;height:272px;top:741px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #QUenUQzBe18KyU11PQgFXtnatkbQhhHe { width:260px;height:127.969px;top:898px;left:30px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Kz4swd3MTxaw674ezXMFOJRnUC96oweD { width:300px;height:20.7969px;top:857px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xTEhgarJxwG80D6fshEPNMUNmoyRZzy9 { width:50px;height:50px;top:787px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #hxfA8N8R6WLVZKWFziPagmdqL2TxX8iB { width:300px;height:272px;top:1337.969px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #LJHAdIpZKdwMIdvgScJv6rLBhDxASFhI { width:260px;height:51.1875px;top:1504.75025px;left:30px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #P2cHWgfVhBhiPLuTKomtf9uPKhRM7x7r { width:300px;height:46.7812px;top:1453.969px;left:10px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #z3JGEMwBxufULfmBZxHpnHKPZrHhSCx6 { width:50px;height:50px;top:1383.969px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #xuyUtK7WwlPHUbVTArwBQN1TO0PuZNpy { width:320px;height:117px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #t6vzWATxbDsTIGXepTcOP0p0WMuQCC3E { width:300px;height:272px;top:449px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #FQVhIts5dhqUOgMNmmO524qVJ8TN31k0 { width:50px;height:50px;top:492px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #hhmGUwxt0p7UPvexfwZ9pq1w5xV7ty5P { width:300px;height:272px;top:1045.969px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #sucw6C9E2nCGeTiEix0CGq7NCrPlNAna { width:50px;height:50px;top:1091.969px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #zWTbO4JC7eLMa3E9wLJT8BcgADvlLfyC { width:300px;height:20.7969px;top:562px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #P1tXH6bv82JkB8vuITKLcf8FhTfGFkVi { width:300px;height:20.7969px;top:1161.969px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Mu6zV0DlPn57TdaUk7gL7JePCPZ91Q21 { width:260px;height:51.1875px;top:603px;left:30px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oXSPsnK40OBvSzFUHCV9t4A4Br9CS5UQ { width:260px;height:76.7812px;top:1202.969px;left:30px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PJ5QqzrWTnTQN1Ix7wrwGb9FTtwI4iqA { width:300px;height:272px;top:1629.969px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #OOgrw3ZICS49CBRkRqqxFtRMdkqfQVD7 { width:300px;height:23.3906px;top:1745.969px;left:10px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zyFgDur1vilxiXAqAuDExruTQDACrCsy { width:260px;height:76.7812px;top:1783.969px;left:30px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ToOEKItV0ET4FzdTOK8glcJpKmmt0h54 { width:50px;height:50px;top:1675.969px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #wXaaQp3pe2xOAOxXwLG5hXeypPVXAsSs { display:block; }#wXaaQp3pe2xOAOxXwLG5hXeypPVXAsSs > .row .container { width:320px;height:1033px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #osxvw5kMRqJtrhX7LspzogoLZBb1ubpp { width:300px;height:272px;top:157px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Xx9zVuLO8F3n6b3dHrMSS1nTT2AKEPdt { width:50px;height:50px;top:200px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #wypVrZg19uRxezAPGX3HbNyqASEv6OfE { width:300px;height:20.7969px;top:250px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NhXSIywQwNJcG1d9W7SARsKIISQiUEDX { width:260px;height:102.375px;top:311px;left:30px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nmznZL8FqXv4pXR3Skbepso5CVglwy2F { width:300px;height:272px;top:449px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #VQbzntKdMw6CmwtvkXpgDEteXmIHrrLV { width:260px;height:51.1875px;top:606px;left:30px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EGieEhEvRliF7w2uuAWtnwyPapbfX1hH { width:300px;height:20.7969px;top:565px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DPKJd053E1n433i1zicevTZEZTBTuEbp { width:50px;height:50px;top:495px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #QN3scmVxMe7ifCu2wTHloiqituCIdLQP { width:300px;height:272px;top:741px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #zAlIsK8OOzFG9PJ4LdntER8TT3q5WBWb { width:260px;height:51.1875px;top:907.78125px;left:30px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #miKzeeADeTyExLKcq9TznmTBnvwuuyqC { width:300px;height:23.3906px;top:857px;left:10px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QmlxZeTTC7XeEpXB0r3HpVtunntMNQxh { width:50px;height:50px;top:787px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #Tnne4dEHx6WxnvrBJyfDRz6FMtsSkpnb { width:320px;height:117px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #N7iU7iTWQTq94THS7H0XL773gQuOXkoZ { background-color:#f2f2f2;background-image:none;display:block; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { background-color: transparent; background-image: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container > .video-iframe-container { display: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container { display: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .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); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { width:320px;height:257px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJAWnJBMvgqmqKcme6nW179KHEeBmd8s { width:320px;height:24px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #kH2DFhDaCyrBxXxGsR6GXO73nv9dpa7I { width:300px;height:151.125px;top:64px;left:10px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #NAwNp13ukqzscHA40oSsQECVhRyLXisB { width:72px;height:2px;top:235.125px;left:124px;display:block; }
 }@media only screen and (max-width: 763px) { #a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb { background-color:#f2f2f2;background-image:none;display:block; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container { background-color: transparent; background-image: none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container > .video-iframe-container { display: none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row > .video-iframe-container { display: none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .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); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container { width:320px;height:749px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFV3keT4rfRlzymMIrf6sgI9h2EoS48T { width:170px;height:27.1875px;top:62px;left:126px;font-size:16px;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NPwO4cJQcBokVCTXUL4lkKeshXcNXo43 { width:252px;height:54.375px;top:134.46875px;left:40px;text-align:left;text-align-last:left;font-size:16px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #L8WDVDBBbaqvWlvsUR9ZwVnuCTTXZMK2 { width:252px;height:54.375px;top:675.1875px;left:34px;text-align:center;text-align-last:center;font-size:16px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #UzR8MwlXJS1v0g349Erkcx22HrWevVBJ { width:170px;height:27.1875px;top:628px;left:75px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hNbTwTEMN7RzwEhGWQ5SKM2pkZox614i { width:320px;height:246px;top:20px;left:0px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fHa0B7vpbiKk7D57oCvLNmnJghhdL4ye { width:320px;height:252px;top:286px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NA03oD4JhHg4866XE8vzseNlue8DaeAE { width:50px;height:50px;top:52.296875px;left:61px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #T72LDFdlEsWF8iD700FA8a40qiEXNr1b { width:50px;height:50px;top:558px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ { background-color:#f2f2f2;background-image:none;display:block; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container { background-color: transparent; background-image: none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container > .video-iframe-container { display: none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row > .video-iframe-container { display: none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .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); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container { width:320px;height:825px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcZtmukIICD1THAwCGtvn6TC5X3wFdbP { width:170px;height:54.375px;top:60.515625px;left:126px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jg0R3RrIiTcbCzil2C5GDJQV4iZsVvrw { width:252px;height:108.75px;top:133.984375px;left:40px;text-align:left;text-align-last:left;font-size:16px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Kq4QtkE6UaD7yVXPJGsmukcAp85eASMf { width:252px;height:108.75px;top:697.1875px;left:34px;text-align:center;text-align-last:center;font-size:16px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #qumeLtWzB5TzsagiGf7mtHd00RAONOA8 { width:170px;height:27.1875px;top:650px;left:75px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxyt4GMXRMdELfsb2eJxTdOaH8Bv7dLv { width:320px;height:264px;top:20px;left:0px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VcOyoMp4fJtTkkxaQkW151H4AKDiV99v { width:320px;height:256px;top:304px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EATKMt4FtO5T7BtBRbZczZOxigTwqmXC { width:50px;height:50px;top:50.8125px;left:53px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #rZiHZbLQQggGMyOZzL4TAFTOzXWxltAu { width:50px;height:50px;top:580px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF { background-color:#f2f2f2;background-image:none;display:block; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { background-color: transparent; background-image: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container > .video-iframe-container { display: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container { display: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .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); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { width:320px;height:86px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqdAdzUK7U3NAVTTKsR42J8eGD5TeDOy { width:198px;height:46px;top:20px;left:61px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wxWeHQS9uP862OdgUhngAD8ktOy6Eg79 { display:block; }
 }@media only screen and (max-width: 763px) { #kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A { display:block; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container { width:320px;height:535px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUfEQmORLGhMWFge1dKPxcXRDwqnzpQ1 { width:200px;height:41.5938px;top:20px;left:60px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJhlCbSkEIT9bsMh3Ln7J32Ozd7BOp5X { width:145px;height:54px;top:81.5938px;left:87px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H1HtrPlLpbUwZsJSX6stP90tv6TRQSIs { width:200px;height:41.5938px;top:155.5938px;left:60px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f1i2xTl4OkN7epIanxyxA7i199iQ4M1L { width:145px;height:54px;top:217.1876px;left:87px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQtTF45W6f0l6EeaR0Rnzld9vtzhiMRT { width:200px;height:41.5938px;top:291.1876px;left:60px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S6K5bFTRtdN0Vu7UNDSD6wnohLurDqDA { width:145px;height:54px;top:352.7814px;left:87px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q3QQ9ymSXXHWsrKdIiUkaJCUfiUpFf2D { width:200px;height:41.5938px;top:426.7814px;left:60px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sc20AAsolcwFtlOKdvC1a5QDEpnmyzkJ { width:145px;height:27px;top:488.3752px;left:87px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X { display:block; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container { width:320px;height:88px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUsthM6giIPvTiXa1zH5Trf75y2qEwcq { width:320px;height:48px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #FnTKGe2Z6T89nNv2EqkEuLVSgVrvzihn { display:block; }#FnTKGe2Z6T89nNv2EqkEuLVSgVrvzihn > .row .container { width:320px;height:303px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOx0vxfXgs7fI3tZu8tQesCBfGUq4X49 { width:97px;height:20px;top:20px;left:111px;display:block; }
 }@media only screen and (max-width: 763px) { #mPPPeI98cKBVlnAxTE3I7h36dcPQ08Qu { width:60px;height:34px;top:103px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #OM9VeQG2NpwLF2dnosTufNcZvPnZIiNm { width:60px;height:23px;top:220px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #EnET5MyTkcGgvAnknmhNyWMClATT78zW { width:83px;height:23px;top:60px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #KuskIkdEE5e6sc5C8WApfwVfpb4cfqUp { width:80px;height:43px;top:157px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #u7UBVUuqTl5qcpR5BSh5064h9ca6CzQr { width:93px;height:20px;top:263px;left:113px;display:block; }
 }@media only screen and (max-width: 763px) { #Rcu0is9EtXsUue7SWOtlwpothTUQRGG9 { position:relative;z-index:auto;background-color:#09005d;background-image:none;display:block; }#Rcu0is9EtXsUue7SWOtlwpothTUQRGG9 > .row .container { background-color: transparent; background-image: none; }#Rcu0is9EtXsUue7SWOtlwpothTUQRGG9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rcu0is9EtXsUue7SWOtlwpothTUQRGG9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rcu0is9EtXsUue7SWOtlwpothTUQRGG9 > .row .container > .video-iframe-container { display: none; }#Rcu0is9EtXsUue7SWOtlwpothTUQRGG9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rcu0is9EtXsUue7SWOtlwpothTUQRGG9 > .row > .video-iframe-container { display: none; }#Rcu0is9EtXsUue7SWOtlwpothTUQRGG9 > .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); }#Rcu0is9EtXsUue7SWOtlwpothTUQRGG9 > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGMskpSW4DAGcvBppXZvl8FyiSpvtln1 { width:168px;height:44px;top:20px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #rmFLoQqqpcXDbTzEtiJgpcgqXu5KMTHy { width:32px;height:32px;top:206.375px;left:144px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #trDm8s0uae9SLdzZDsnTQhXLmqN7vJm7 { width:320px;height:102.3751px;top:84px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K4pZt2JS2a3aagIedRlMmmTD7Eu9yfO1 { width:320px;height:22.3906px;top:258.375px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }