.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/5H1N0c39/pattern.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO > .row > .video-iframe-container { display: none; }#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO > .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); }#yooTrkiZcqRvRTrl73lFad9hAlEaMocM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe100;background-image:none;position:relative;display:block; }#yooTrkiZcqRvRTrl73lFad9hAlEaMocM > .row .container { background-color: transparent; background-image: none; }#yooTrkiZcqRvRTrl73lFad9hAlEaMocM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yooTrkiZcqRvRTrl73lFad9hAlEaMocM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yooTrkiZcqRvRTrl73lFad9hAlEaMocM > .row .container > .video-iframe-container { display: none; }#yooTrkiZcqRvRTrl73lFad9hAlEaMocM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yooTrkiZcqRvRTrl73lFad9hAlEaMocM > .row > .video-iframe-container { display: none; }#yooTrkiZcqRvRTrl73lFad9hAlEaMocM > .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); }#yooTrkiZcqRvRTrl73lFad9hAlEaMocM > .row .container { border-width: 0; border-radius: 0; }#yooTrkiZcqRvRTrl73lFad9hAlEaMocM > .row > .video-iframe-container {  }#yooTrkiZcqRvRTrl73lFad9hAlEaMocM > .row .container { font-size:14px;font-family:arial;height:111px;width:1200px;position:relative;display:block; }#LlcalU6EKJQ4JmNoqnPds5tRQwpS6grp { color:#000000;display:block;width:165px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:45.09375px;left:892.46875px;height:20.7969px;display:block; }
#F41wm8SJsWZDPIETNwJXg02az6UZ7Vsr { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:88px;width:89px;top:11.5px;left:1056.46875px;overflow:hidden;display:block; }
#Aw1zDKKGDOdmtyKcQ3Q573CGlSBnMlUX { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:57px;width:300px;top:27px;left:40px;overflow:hidden;display:block; }
#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/af2e1f2d-57ef-4c81-afb8-dc5bf4cf428f/bk8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt.adaptive-delivery-prevent-bg, #Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt.lazyload, #Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt.lazyloading { background-image: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container { background-color: transparent; background-image: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container > .video-iframe-container { display: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row > .video-iframe-container { display: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .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); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container { border-width: 0; border-radius: 0; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row > .video-iframe-container {  }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container { width:1200px;height:843px;font-size:14px;font-family:arial;position:relative;display:block; }#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-form-header {  }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-regular-label { height:auto;display:block;font-family:"poppins extra bold";font-size:15px;font-weight:bold;color:#ffffff;width:410px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-text { 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: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:410px;box-sizing:border-box;height:45px;color:#161616;font-size:16px;overflow:hidden;font-family:poppins;vertical-align:top;font-weight:700;font-style:normal;line-height:.8; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-text {padding-top: 0; padding-bottom: 0;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-textarea { 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: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:410px;box-sizing:border-box;height:70px;color:#161616;font-size:16px;overflow:hidden;font-family:poppins;vertical-align:top;font-weight:700;font-style:normal;line-height:.8; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .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:0;border-left:0;border-right:0;border-bottom:0;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:410px;box-sizing:border-box;height:45px;color:#161616;font-family:poppins;font-size:14px;overflow:hidden;vertical-align:top;font-weight:700;font-style:normal; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-select {padding-top: 0; padding-bottom: 0;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-button { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ff0055;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:41px;margin-bottom:4px;margin-left:41px;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#ffffff;width:328px;height:55px;font-family:poppins;overflow:hidden;box-shadow: 0 10px 15px rgba(255,213,42,0.25) ;text-align:center;text-align-last:center; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA [class*="-text"]:-moz-placeholder { color:#666666;font-family:poppins;font-size:14px;font-weight:400;font-style:normal; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA [class*="-text"]::-moz-placeholder { color:#666666;font-family:poppins;font-size:14px;font-weight:400;font-style:normal; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:poppins;font-size:14px;font-weight:400;font-style:normal; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:poppins;font-size:14px;font-weight:400;font-style:normal; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .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:comfortaa;font-size:10px;font-weight:300;color:#000000;vertical-align:top;width:394px;overflow:hidden;font-style:normal;line-height:1.4; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .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; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .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:comfortaa;font-size:10px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-container { padding-top:3px;padding-right:0;padding-bottom:2px;padding-left:0;width:100%;font-size:0;height:auto; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-container:first-of-type{padding-top:0;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-container:last-of-type{padding-bottom:0;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:410px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;position:absolute;top:203px;left:703.5px; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:410px;display:block;vertical-align:top; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA {display:block;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:410px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;position:absolute;top:203px;left:703.5px; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #nbbsxn71aB7SzBViPXzAKmXciqg7LP4C { position:relative; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #TdD9icFh7KKsxyVtkIu3uQDcfHht8ZG9 { position:relative;display:block; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #fvLlN8WD79VyDT1gTHfhtuSVO4iTbaT3 { position:relative; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #XxXxlpJIH0zwtKMi4Gq3HKddZU2x5VT1 { position:relative; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #xzXdVeK9BHWqvWvAHh9ipOVqeTDuo73J { position:relative;display:block; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #FCeJJ5Z5QLobhxd9rWJTPUVp8y6vbsx3 { position:relative; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #vwRvwWVSPGLl56RRw2GIFdAgrl4XFTsE { position:relative; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #cadciRmlatRbHuPchq53ipxMKGoqVoJe { position:relative;display:block; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #AxmXUIJyTL0ps0XEiFA268U2vJeCqcmu { position:relative; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #a73zxfgxqqw3MA8qPnLat3DFzUnf4iTC { position:relative; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #mz0bdhE14qBkO0Bth1wd3Ib8nOQsh2mD { position:relative;display:block; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #tfBU4n2Pd77qmKtbD5EKbee277STQ7XN { position:relative; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #nCxrrg5Aag98GuObdrCRTvTgThD0X8kp { position:relative; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #GP1qp46ZWk6HhqrMysTG9wHHc9DLODmQ { position:relative;display:block; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #plTZzi6M7FvfEynnKgTzANIqf8TS8CEy { position:relative; }
#yhPSDT00iMfU2Pa28nD2QTmWR1X1gJTW { position:relative;display:block; }
#x5SHwohI3xDKCSgoOQ3iTF2cWWnHO5fm { position:relative;display:block; }
#dTbeEd21Mziz8DbkbwQwSk1KP2IDbl4Q { position:relative;display:block; }
#QDsNc4qp4th6962il7iTSLPocFRi121i { position:relative;display:block; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #ItaeWim3NWCDaZ3BWpk4S24FOMITZgKo { position:relative; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #xncIgPvswbszCEn2rI541CxJWv250QSp { position:relative; }
#HZFQU6evk2kmT6DSKuedH8VTITZOO14f { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(top, #1a73b0, #be9866);background-image: -moz-linear-gradient(top, #1a73b0, #be9866);background-image: -ms-linear-gradient(top, #1a73b0, #be9866);background-image: -o-linear-gradient(top, #1a73b0, #be9866);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a73b0', endColorstr='#be9866' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a73b0', endColorstr='#be9866' );";background-image: linear-gradient(to bottom, #1a73b0, #be9866);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;height:764px;width:479px;top:45px;left:685px;display:block; }
#hIxhLcoH4nXtNZpexZXdQJv9KhAvDzCN { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:488px;width:676px;top:34px;left:0px;overflow:hidden;display:block; }
#i7JAmdtzoTQnRABIL21O6BTRLWpeCrDn { color:#000000;display:block;width:302px;position:absolute;font-family:"poppins extra bold";font-size:28px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:509px;left:187px;height:36.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M6Bk3MyX2GgUOgqCpm2iCMUA9h88TRNU { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:159px;width:427px;top:524px;left:124.5px;overflow:hidden;display:block; }
#WMCEQuDTXePl9yLshrvk2AXBaobS7FkL { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:116px;width:116px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:10px;left:1053px; }
#s6m9TRGkd9O7XdBNABcmN0t8zZrTyXIb { background-color:transparent;background-image: -webkit-linear-gradient(top, #01ba23, #009804);background-image: -moz-linear-gradient(top, #01ba23, #009804);background-image: -ms-linear-gradient(top, #01ba23, #009804);background-image: -o-linear-gradient(top, #01ba23, #009804);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01ba23', endColorstr='#009804' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01ba23', endColorstr='#009804' );";background-image: linear-gradient(to bottom, #01ba23, #009804);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:326px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:717px;left:765px;display:block; }
#gl2gSPlteIKhdO79XRCdpWdM9ZnTUURL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fOWcVCpl1VX0S6DEq1vHUfr2VFsnnQkT { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31px;width:31px;top:728.515625px;left:821px;overflow:hidden;display:block; }
#matM7MTFlHscC9W5foCUSSTATtImn8sT { color:#ffffff;display:block;width:27px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:685px;left:915px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
#QU8RftkH7I3P1lxiUHy5DZwVIlEh4uFf { color:#ffffff;display:block;width:405px;position:absolute;font-family:"poppins extra bold";font-size:45px;font-weight:normal;z-index:15051;line-height:1.2;letter-spacing:0;text-shadow:0 2px 3px rgba(0,0,0,0.35);top:90px;left:726px;height:108px;display:block; }
#qT015kt13RCoEbt7rZQkB0sXmUymtGZX { position:absolute;display:block;z-index:15043;background-color:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:127px;width:146px;top:681px;left:506px;display:block; }
#Dyyftm8cDfv9lQNDz9WtnOTpTqCwwOlo { color:#ffffff;display:block;width:120px;position:absolute;font-family:"poppins extra bold";font-size:16px;font-weight:normal;z-index:15051;line-height:1;letter-spacing:0;top:748px;left:519px;height:32px;text-align:center;text-align-last:center;display:block; }
#vmXMnU6emoX3m8NsGaikp95Z5givTfCm { position:absolute;display:block;z-index:15040;background-color:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:127px;width:146px;top:681px;left:347px;display:block; }
#hs91ihzmvKCTVJ0T8wT1ixB4WKT3FXou { color:#ffffff;display:block;width:120px;position:absolute;font-family:"poppins extra bold";font-size:16px;font-weight:normal;z-index:15048;line-height:1.2;letter-spacing:0;top:754px;left:360px;height:38.375px;text-align:center;text-align-last:center;display:block; }
#qfoVfLm9lC2UTRFr2A2V7GFcVZIcxgHA { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:47px;width:47px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:693px;left:396px; }
#OFRzzqucUWRXALHruhzZfWCMwWuxt0DC { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:47px;width:47px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:693px;left:555px; }
#VVcn9Bg4ltsJ6wO0MFzofS27GT8QUcox { position:absolute;display:block;z-index:15038;background-color:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:127px;width:146px;top:681px;left:187px;display:block; }
#fcTx7S6VvVlg3hw0KGf83pXPMLs6LZk0 { color:#ffffff;display:block;width:120px;position:absolute;font-family:"poppins extra bold";font-size:16px;font-weight:normal;z-index:15046;line-height:1;letter-spacing:0;top:748px;left:200px;height:48px;text-align:center;text-align-last:center;display:block; }
#dKzac3Obe5N2hnqzMLcsKSCbHFtS4vCA { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:47px;width:47px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:693px;left:236px; }
#UNRnSLmgTLvHZXsqbXZ6on25A6yrwRAH { position:absolute;display:block;z-index:15034;background-color:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:127px;width:146px;top:681px;left:25px;display:block; }
#TDzpwgnK7DADJfPCDIHhMUDW60hwsRTL { color:#ffffff;display:block;width:120px;position:absolute;font-family:"poppins extra bold";font-size:16px;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:753px;left:38px;height:38.375px;text-align:center;text-align-last:center;display:block; }
#XQC9FZJJLXX2LxD3Ur2PgHkFHCTva13M { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:47px;width:47px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:694px;left:75px; }
#GHiZadpQBGHuMFAvrrbZ9F0HVOdJv4e4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;background-image:none;position:relative;display:block; }#GHiZadpQBGHuMFAvrrbZ9F0HVOdJv4e4 > .row .container { background-color: transparent; background-image: none; }#GHiZadpQBGHuMFAvrrbZ9F0HVOdJv4e4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHiZadpQBGHuMFAvrrbZ9F0HVOdJv4e4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHiZadpQBGHuMFAvrrbZ9F0HVOdJv4e4 > .row .container > .video-iframe-container { display: none; }#GHiZadpQBGHuMFAvrrbZ9F0HVOdJv4e4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHiZadpQBGHuMFAvrrbZ9F0HVOdJv4e4 > .row > .video-iframe-container { display: none; }#GHiZadpQBGHuMFAvrrbZ9F0HVOdJv4e4 > .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); }#GHiZadpQBGHuMFAvrrbZ9F0HVOdJv4e4 > .row .container { border-width: 0; border-radius: 0; }#GHiZadpQBGHuMFAvrrbZ9F0HVOdJv4e4 > .row > .video-iframe-container {  }#GHiZadpQBGHuMFAvrrbZ9F0HVOdJv4e4 > .row .container { font-size:14px;font-family:arial;height:152px;width:1200px;position:relative;display:block; }#letHXRiThBV73R0EzRIAyZlT8tpg3abW { color:#ffffff;display:block;width:730px;position:absolute;font-family:"poppins extra bold";font-size:49px;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:17.1875px;left:235px;height:117.594px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AtG1w7P0GQEEkmav66L835Owx1ClfPMM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/47a67a66-9f44-40cb-bae5-23f326453f7a/BG1_V2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#AtG1w7P0GQEEkmav66L835Owx1ClfPMM.adaptive-delivery-prevent-bg, #AtG1w7P0GQEEkmav66L835Owx1ClfPMM.lazyload, #AtG1w7P0GQEEkmav66L835Owx1ClfPMM.lazyloading { background-image: none; }#AtG1w7P0GQEEkmav66L835Owx1ClfPMM > .row .container { background-color: transparent; background-image: none; }#AtG1w7P0GQEEkmav66L835Owx1ClfPMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#AtG1w7P0GQEEkmav66L835Owx1ClfPMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtG1w7P0GQEEkmav66L835Owx1ClfPMM > .row .container > .video-iframe-container { display: none; }#AtG1w7P0GQEEkmav66L835Owx1ClfPMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#AtG1w7P0GQEEkmav66L835Owx1ClfPMM > .row > .video-iframe-container { display: none; }#AtG1w7P0GQEEkmav66L835Owx1ClfPMM > .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); }#AtG1w7P0GQEEkmav66L835Owx1ClfPMM > .row .container { border-width: 0; border-radius: 0; }#AtG1w7P0GQEEkmav66L835Owx1ClfPMM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#AtG1w7P0GQEEkmav66L835Owx1ClfPMM > .row > .video-iframe-container {  }#AtG1w7P0GQEEkmav66L835Owx1ClfPMM > .row .container { font-size:14px;font-family:arial;height:920px;width:1200px;position:relative;display:block; }#oOxu0HOSJ31fFpZTWa4KNC3lJ0xDa3Qo { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;height:745px;width:574px;top:20px;left:13px;overflow:hidden;display:block; }
#i4B9moDx2GHiem2utEArearCdwTlWt1e { background-color:transparent;background-image: -webkit-linear-gradient(top, #01ba23, #009804);background-image: -moz-linear-gradient(top, #01ba23, #009804);background-image: -ms-linear-gradient(top, #01ba23, #009804);background-image: -o-linear-gradient(top, #01ba23, #009804);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01ba23', endColorstr='#009804' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01ba23', endColorstr='#009804' );";background-image: linear-gradient(to bottom, #01ba23, #009804);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:355px;height:55px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:838px;left:123px;display:block; }
#M7EPPVifovLFzTwatqtxghUFLwg0IzeF { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PSeRDObtShTyy3tTAsCzJLU6RAHBRfZK { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31px;width:31px;top:850px;left:191px;overflow:hidden;display:block; }
#gS7On3vnK7uu3C4H5VWAnmeiG2gOrZ9N { background-color:#ff0055;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:353.965px;height:55px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:764px;left:123px;display:block; }
#Tu5Vri5C3SzJ6KvlswducC9aAo0xAIhc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#f7TxAuEXwummLqClKKcNlNXTB9fFpLyM { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:687px;left:495px;overflow:hidden;display:block; }
#QP4y3JTtXrsJQzTAvEmStp26Iog26oJb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1195df9a-553e-4eac-bd86-9026eefad8e3/BG2_V2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#QP4y3JTtXrsJQzTAvEmStp26Iog26oJb.adaptive-delivery-prevent-bg, #QP4y3JTtXrsJQzTAvEmStp26Iog26oJb.lazyload, #QP4y3JTtXrsJQzTAvEmStp26Iog26oJb.lazyloading { background-image: none; }#QP4y3JTtXrsJQzTAvEmStp26Iog26oJb > .row .container { background-color: transparent; background-image: none; }#QP4y3JTtXrsJQzTAvEmStp26Iog26oJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#QP4y3JTtXrsJQzTAvEmStp26Iog26oJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QP4y3JTtXrsJQzTAvEmStp26Iog26oJb > .row .container > .video-iframe-container { display: none; }#QP4y3JTtXrsJQzTAvEmStp26Iog26oJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#QP4y3JTtXrsJQzTAvEmStp26Iog26oJb > .row > .video-iframe-container { display: none; }#QP4y3JTtXrsJQzTAvEmStp26Iog26oJb > .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); }#QP4y3JTtXrsJQzTAvEmStp26Iog26oJb > .row .container { border-width: 0; border-radius: 0; }#QP4y3JTtXrsJQzTAvEmStp26Iog26oJb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#QP4y3JTtXrsJQzTAvEmStp26Iog26oJb > .row > .video-iframe-container {  }#QP4y3JTtXrsJQzTAvEmStp26Iog26oJb > .row .container { font-size:14px;font-family:arial;height:1180px;width:1200px;position:relative;display:block; }#JSk1ttzo6Elnf5SwUFDfyIthPEbyNNz1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:998px;width:574px;top:20px;left:613px;overflow:hidden;display:block; }
#sfzl0KIuN95WWzxx0ugzfXeuToJRZTsQ { background-color:transparent;background-image: -webkit-linear-gradient(top, #01ba23, #009804);background-image: -moz-linear-gradient(top, #01ba23, #009804);background-image: -ms-linear-gradient(top, #01ba23, #009804);background-image: -o-linear-gradient(top, #01ba23, #009804);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01ba23', endColorstr='#009804' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01ba23', endColorstr='#009804' );";background-image: linear-gradient(to bottom, #01ba23, #009804);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:355px;height:55px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1092px;left:723px;display:block; }
#zeZbmATL5xWN7RQ7oLwX2DAogT6XK5KU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ARdCgTRJF5R8eKWUQuJb4kBazmSrF4Jb { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31px;width:31px;top:1104px;left:791px;overflow:hidden;display:block; }
#HMp7ErpZ5w2Mk3Ed2bXJaT6KJ25rm439 { background-color:#ff0055;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:353.965px;height:55px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1018px;left:723px;display:block; }
#iQK0n54NVlq04y5kutxsMfVcbLMaMTi2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MdM4E5OVsWcvlyTnJcCkDTP0Txps0CVh { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:941px;left:494px;overflow:hidden;display:block; }
#txPr7pcqAZsixUnPWzkbdFOKIOrkzkS0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cbcea25e-20c7-482a-83fc-50b0bb5ad203/BG3_V2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#txPr7pcqAZsixUnPWzkbdFOKIOrkzkS0.adaptive-delivery-prevent-bg, #txPr7pcqAZsixUnPWzkbdFOKIOrkzkS0.lazyload, #txPr7pcqAZsixUnPWzkbdFOKIOrkzkS0.lazyloading { background-image: none; }#txPr7pcqAZsixUnPWzkbdFOKIOrkzkS0 > .row .container { background-color: transparent; background-image: none; }#txPr7pcqAZsixUnPWzkbdFOKIOrkzkS0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#txPr7pcqAZsixUnPWzkbdFOKIOrkzkS0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txPr7pcqAZsixUnPWzkbdFOKIOrkzkS0 > .row .container > .video-iframe-container { display: none; }#txPr7pcqAZsixUnPWzkbdFOKIOrkzkS0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#txPr7pcqAZsixUnPWzkbdFOKIOrkzkS0 > .row > .video-iframe-container { display: none; }#txPr7pcqAZsixUnPWzkbdFOKIOrkzkS0 > .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); }#txPr7pcqAZsixUnPWzkbdFOKIOrkzkS0 > .row .container { border-width: 0; border-radius: 0; }#txPr7pcqAZsixUnPWzkbdFOKIOrkzkS0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#txPr7pcqAZsixUnPWzkbdFOKIOrkzkS0 > .row > .video-iframe-container {  }#txPr7pcqAZsixUnPWzkbdFOKIOrkzkS0 > .row .container { font-size:14px;font-family:arial;height:1440px;width:1200px;position:relative;display:block; }#vRsZvTIWU9qgTsE1MS4FaZ6CxRNTkqRP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1258px;width:574px;top:20px;left:13px;overflow:hidden;display:block; }
#tO6V91yEw1TgpXcDKU8waxaNftZc6POC { background-color:transparent;background-image: -webkit-linear-gradient(top, #01ba23, #009804);background-image: -moz-linear-gradient(top, #01ba23, #009804);background-image: -ms-linear-gradient(top, #01ba23, #009804);background-image: -o-linear-gradient(top, #01ba23, #009804);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01ba23', endColorstr='#009804' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01ba23', endColorstr='#009804' );";background-image: linear-gradient(to bottom, #01ba23, #009804);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:355px;height:55px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1354px;left:123px;display:block; }
#niwe374teAfxORcktqFvIJZhihR0L9WV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#yDi6fQTkG9CVMr1f8fMD0o8nwvTsLHIB { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31px;width:31px;top:1366px;left:191px;overflow:hidden;display:block; }
#zVkwxno1uNUursqqer5qviA2dqc2IQkH { background-color:#ff0055;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:353.965px;height:55px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1280px;left:123px;display:block; }
#fWgPUgI86xkE06knBc8uaSi5VSusrbFR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BRHEGiMoFZWtM8N1OUd8UptbupW6AeTs { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:1200px;left:519px;overflow:hidden;display:block; }
#r8TiNHzUwdRznVzFoaBgICsh3VLw2nuU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;z-index:auto;display:block; }#r8TiNHzUwdRznVzFoaBgICsh3VLw2nuU > .row .container { background-color: transparent; background-image: none; }#r8TiNHzUwdRznVzFoaBgICsh3VLw2nuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8TiNHzUwdRznVzFoaBgICsh3VLw2nuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8TiNHzUwdRznVzFoaBgICsh3VLw2nuU > .row .container > .video-iframe-container { display: none; }#r8TiNHzUwdRznVzFoaBgICsh3VLw2nuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8TiNHzUwdRznVzFoaBgICsh3VLw2nuU > .row > .video-iframe-container { display: none; }#r8TiNHzUwdRznVzFoaBgICsh3VLw2nuU > .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); }#r8TiNHzUwdRznVzFoaBgICsh3VLw2nuU > .row .container { border-width: 0; border-radius: 0; }#r8TiNHzUwdRznVzFoaBgICsh3VLw2nuU > .row > .video-iframe-container {  }#r8TiNHzUwdRznVzFoaBgICsh3VLw2nuU > .row .container { font-size:14px;font-family:arial;height:415px;width:1200px;position:relative;display:block; }#bIFv1OTXplLhteK56WKODKhsMusXJbHL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:96px;width:146px;top:22px;left:508.35000610352px;overflow:hidden;display:block; }
#mCdio2CdNp9gpsdCEIyWJVCxNZUhRLs5 { color:#ffffff;display:block;width:861px;position:absolute;font-family:poppins;font-size:14px;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:297px;left:170.00003051758px;height:67.1718px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HqWnEyTPTiJiAOq9utIx4oyfbLuCkfXK { color:#ffffff;display:block;width:666px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:196px;left:267.00003051758px;height:76.7814px;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;display:block; }
#APFSixtghmNJxaTdG0B5LNadMXOnLCCt { color:#ffffff;display:block;width:666px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:133px;left:267.00003051758px;height:51.1876px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yooTrkiZcqRvRTrl73lFad9hAlEaMocM { display:block; }#yooTrkiZcqRvRTrl73lFad9hAlEaMocM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlcalU6EKJQ4JmNoqnPds5tRQwpS6grp { top:45px;left:599px;width:165px;height:20px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #F41wm8SJsWZDPIETNwJXg02az6UZ7Vsr { top:11px;left:675px;width:89px;height:88px;display:block; }
 }@media only screen and (max-width: 763px) { #Aw1zDKKGDOdmtyKcQ3Q573CGlSBnMlUX { top:27px;left:0px;width:300px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt { display:block; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-regular-label { width:281px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-text { width:281px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-text {padding-top: 0; padding-bottom: 0;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-textarea { width:281px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-select { width:281px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-select {padding-top: 0; padding-bottom: 0;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-button { width:224px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-checkbox-label { width:264px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA  { width:281px;height:auto;top:371px;left:384px;background-color:transparent;background-image:none; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .radio-container { width:281px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA {display:block;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA { width:281px;height:auto;top:371px;left:384px;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #nbbsxn71aB7SzBViPXzAKmXciqg7LP4C {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #TdD9icFh7KKsxyVtkIu3uQDcfHht8ZG9 { display:block; }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #fvLlN8WD79VyDT1gTHfhtuSVO4iTbaT3 {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #XxXxlpJIH0zwtKMi4Gq3HKddZU2x5VT1 {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #xzXdVeK9BHWqvWvAHh9ipOVqeTDuo73J { display:block; }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #FCeJJ5Z5QLobhxd9rWJTPUVp8y6vbsx3 {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #vwRvwWVSPGLl56RRw2GIFdAgrl4XFTsE {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #cadciRmlatRbHuPchq53ipxMKGoqVoJe { display:block; }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #AxmXUIJyTL0ps0XEiFA268U2vJeCqcmu {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #a73zxfgxqqw3MA8qPnLat3DFzUnf4iTC {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #mz0bdhE14qBkO0Bth1wd3Ib8nOQsh2mD { display:block; }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #tfBU4n2Pd77qmKtbD5EKbee277STQ7XN {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #nCxrrg5Aag98GuObdrCRTvTgThD0X8kp {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #GP1qp46ZWk6HhqrMysTG9wHHc9DLODmQ { display:block; }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #plTZzi6M7FvfEynnKgTzANIqf8TS8CEy {  }
 }@media only screen and (max-width: 763px) { #yhPSDT00iMfU2Pa28nD2QTmWR1X1gJTW { display:block; }
 }@media only screen and (max-width: 763px) { #x5SHwohI3xDKCSgoOQ3iTF2cWWnHO5fm { display:block; }
 }@media only screen and (max-width: 763px) { #dTbeEd21Mziz8DbkbwQwSk1KP2IDbl4Q { display:block; }
 }@media only screen and (max-width: 763px) { #QDsNc4qp4th6962il7iTSLPocFRi121i { display:block; }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #ItaeWim3NWCDaZ3BWpk4S24FOMITZgKo {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #xncIgPvswbszCEn2rI541CxJWv250QSp {  }
 }@media only screen and (max-width: 763px) { #HZFQU6evk2kmT6DSKuedH8VTITZOO14f { width:572px;height:552px;top:70px;left:184px;display:block; }
 }@media only screen and (max-width: 763px) { #hIxhLcoH4nXtNZpexZXdQJv9KhAvDzCN { top:34px;left:0px;width:676px;height:488px;display:block; }
 }@media only screen and (max-width: 763px) { #i7JAmdtzoTQnRABIL21O6BTRLWpeCrDn { top:509px;left:0px;width:302px;height:36px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #M6Bk3MyX2GgUOgqCpm2iCMUA9h88TRNU { top:524px;left:0px;width:427px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #WMCEQuDTXePl9yLshrvk2AXBaobS7FkL { top:10px;left:648px;width:116px;height:116px;display:block; }
 }@media only screen and (max-width: 763px) { #s6m9TRGkd9O7XdBNABcmN0t8zZrTyXIb { width:220px;height:55px;top:452px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #gl2gSPlteIKhdO79XRCdpWdM9ZnTUURL { display:block; }
 }@media only screen and (max-width: 763px) { #fOWcVCpl1VX0S6DEq1vHUfr2VFsnnQkT { top:728px;left:603px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #matM7MTFlHscC9W5foCUSSTATtImn8sT { top:685px;left:697px;width:27px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QU8RftkH7I3P1lxiUHy5DZwVIlEh4uFf { top:90px;left:359px;width:405px;height:108px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #qT015kt13RCoEbt7rZQkB0sXmUymtGZX { top:681px;left:288px;width:146px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #Dyyftm8cDfv9lQNDz9WtnOTpTqCwwOlo { top:748px;left:301px;width:120px;height:48px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #vmXMnU6emoX3m8NsGaikp95Z5givTfCm { top:681px;left:129px;width:146px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #hs91ihzmvKCTVJ0T8wT1ixB4WKT3FXou { top:754px;left:142px;width:120px;height:38px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #qfoVfLm9lC2UTRFr2A2V7GFcVZIcxgHA { top:693px;left:178px;width:47px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #OFRzzqucUWRXALHruhzZfWCMwWuxt0DC { top:693px;left:337px;width:47px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #VVcn9Bg4ltsJ6wO0MFzofS27GT8QUcox { top:681px;left:0px;width:146px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #fcTx7S6VvVlg3hw0KGf83pXPMLs6LZk0 { top:748px;left:0px;width:120px;height:48px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #dKzac3Obe5N2hnqzMLcsKSCbHFtS4vCA { top:693px;left:18px;width:47px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #UNRnSLmgTLvHZXsqbXZ6on25A6yrwRAH { top:681px;left:0px;width:146px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #TDzpwgnK7DADJfPCDIHhMUDW60hwsRTL { top:753px;left:0px;width:120px;height:38px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #XQC9FZJJLXX2LxD3Ur2PgHkFHCTva13M { top:694px;left:0px;width:47px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #GHiZadpQBGHuMFAvrrbZ9F0HVOdJv4e4 { display:block; }#GHiZadpQBGHuMFAvrrbZ9F0HVOdJv4e4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #letHXRiThBV73R0EzRIAyZlT8tpg3abW { top:17px;left:17px;width:730px;height:117px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #AtG1w7P0GQEEkmav66L835Owx1ClfPMM { display:block; }#AtG1w7P0GQEEkmav66L835Owx1ClfPMM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOxu0HOSJ31fFpZTWa4KNC3lJ0xDa3Qo { top:20px;left:0px;width:574px;height:745px;display:block; }
 }@media only screen and (max-width: 763px) { #i4B9moDx2GHiem2utEArearCdwTlWt1e { width:220px;height:55px;top:452px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #M7EPPVifovLFzTwatqtxghUFLwg0IzeF { display:block; }
 }@media only screen and (max-width: 763px) { #PSeRDObtShTyy3tTAsCzJLU6RAHBRfZK { top:850px;left:82px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #gS7On3vnK7uu3C4H5VWAnmeiG2gOrZ9N { width:220px;height:55px;top:452px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Tu5Vri5C3SzJ6KvlswducC9aAo0xAIhc { display:block; }
 }@media only screen and (max-width: 763px) { #f7TxAuEXwummLqClKKcNlNXTB9fFpLyM { top:687px;left:182px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #QP4y3JTtXrsJQzTAvEmStp26Iog26oJb { display:block; }#QP4y3JTtXrsJQzTAvEmStp26Iog26oJb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSk1ttzo6Elnf5SwUFDfyIthPEbyNNz1 { top:20px;left:190px;width:574px;height:998px;display:block; }
 }@media only screen and (max-width: 763px) { #sfzl0KIuN95WWzxx0ugzfXeuToJRZTsQ { width:220px;height:55px;top:452px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #zeZbmATL5xWN7RQ7oLwX2DAogT6XK5KU { display:block; }
 }@media only screen and (max-width: 763px) { #ARdCgTRJF5R8eKWUQuJb4kBazmSrF4Jb { top:1104px;left:464px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #HMp7ErpZ5w2Mk3Ed2bXJaT6KJ25rm439 { width:220px;height:55px;top:452px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #iQK0n54NVlq04y5kutxsMfVcbLMaMTi2 { display:block; }
 }@media only screen and (max-width: 763px) { #MdM4E5OVsWcvlyTnJcCkDTP0Txps0CVh { top:941px;left:182px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #txPr7pcqAZsixUnPWzkbdFOKIOrkzkS0 { display:block; }#txPr7pcqAZsixUnPWzkbdFOKIOrkzkS0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRsZvTIWU9qgTsE1MS4FaZ6CxRNTkqRP { top:20px;left:0px;width:574px;height:1258px;display:block; }
 }@media only screen and (max-width: 763px) { #tO6V91yEw1TgpXcDKU8waxaNftZc6POC { width:220px;height:55px;top:452px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #niwe374teAfxORcktqFvIJZhihR0L9WV { display:block; }
 }@media only screen and (max-width: 763px) { #yDi6fQTkG9CVMr1f8fMD0o8nwvTsLHIB { top:1366px;left:82px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #zVkwxno1uNUursqqer5qviA2dqc2IQkH { width:220px;height:55px;top:452px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #fWgPUgI86xkE06knBc8uaSi5VSusrbFR { display:block; }
 }@media only screen and (max-width: 763px) { #BRHEGiMoFZWtM8N1OUd8UptbupW6AeTs { top:1200px;left:182px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #r8TiNHzUwdRznVzFoaBgICsh3VLw2nuU { display:block; }#r8TiNHzUwdRznVzFoaBgICsh3VLw2nuU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIFv1OTXplLhteK56WKODKhsMusXJbHL { width:146px;height:96px;top:22px;left:290.35000610352px;display:block; }
 }@media only screen and (max-width: 763px) { #mCdio2CdNp9gpsdCEIyWJVCxNZUhRLs5 { top:297px;left:0px;width:764px;height:67px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #HqWnEyTPTiJiAOq9utIx4oyfbLuCkfXK { top:196px;left:49.000030517578px;width:665px;height:76px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #APFSixtghmNJxaTdG0B5LNadMXOnLCCt { top:133px;left:49.000030517578px;width:665px;height:51px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yooTrkiZcqRvRTrl73lFad9hAlEaMocM { display:block; }#yooTrkiZcqRvRTrl73lFad9hAlEaMocM > .row .container { width:320px;height:169px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlcalU6EKJQ4JmNoqnPds5tRQwpS6grp { width:114px;height:14.2969px;top:115px;left:57px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F41wm8SJsWZDPIETNwJXg02az6UZ7Vsr { width:62px;height:61px;top:91.640625px;left:171px;display:block; }
 }@media only screen and (max-width: 763px) { #Aw1zDKKGDOdmtyKcQ3Q573CGlSBnMlUX { width:256px;height:49px;top:32px;left:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt { background-color:#fffafa;background-image:url("https://images.assets-landingi.com/uc/af2e1f2d-57ef-4c81-afb8-dc5bf4cf428f/bk8.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt.adaptive-delivery-prevent-bg, #Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt.lazyload, #Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt.lazyloading { background-image: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container { background-color: transparent; background-image: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container > .video-iframe-container { display: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row > .video-iframe-container { display: none; }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .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); }#Ubo4TPD6rB1wfcoZluOIV4vGETv5hETt > .row .container { width:320px;height:1383px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-regular-label { width:275px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-text { width:275px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-text {padding-top: 0; padding-bottom: 0;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-textarea { width:275px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-select { width:275px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-select {padding-top: 0; padding-bottom: 0;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-input-button { width:250px;margin-top:4px;margin-right:12px;margin-bottom:4px;margin-left:12px;font-size:16px;overflow:hidden; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .widget-checkbox-label { width:259px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA  { width:275px;height:auto;top:751px;left:3px;background-color:transparent;background-image:none;z-index:14997; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA .radio-container { width:275px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA {display:block;}#QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA { width:275px;height:auto;top:751px;left:3px;background-color:transparent;background-image:none;z-index:14997; }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #nbbsxn71aB7SzBViPXzAKmXciqg7LP4C {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #TdD9icFh7KKsxyVtkIu3uQDcfHht8ZG9 { display:block; }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #fvLlN8WD79VyDT1gTHfhtuSVO4iTbaT3 {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #XxXxlpJIH0zwtKMi4Gq3HKddZU2x5VT1 {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #xzXdVeK9BHWqvWvAHh9ipOVqeTDuo73J { display:block; }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #FCeJJ5Z5QLobhxd9rWJTPUVp8y6vbsx3 {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #vwRvwWVSPGLl56RRw2GIFdAgrl4XFTsE {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #cadciRmlatRbHuPchq53ipxMKGoqVoJe { display:block; }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #AxmXUIJyTL0ps0XEiFA268U2vJeCqcmu {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #a73zxfgxqqw3MA8qPnLat3DFzUnf4iTC {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #mz0bdhE14qBkO0Bth1wd3Ib8nOQsh2mD { display:block; }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #tfBU4n2Pd77qmKtbD5EKbee277STQ7XN {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #nCxrrg5Aag98GuObdrCRTvTgThD0X8kp {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #GP1qp46ZWk6HhqrMysTG9wHHc9DLODmQ { display:block; }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #plTZzi6M7FvfEynnKgTzANIqf8TS8CEy {  }
 }@media only screen and (max-width: 763px) { #yhPSDT00iMfU2Pa28nD2QTmWR1X1gJTW { display:block; }
 }@media only screen and (max-width: 763px) { #x5SHwohI3xDKCSgoOQ3iTF2cWWnHO5fm { display:block; }
 }@media only screen and (max-width: 763px) { #dTbeEd21Mziz8DbkbwQwSk1KP2IDbl4Q { display:block; }
 }@media only screen and (max-width: 763px) { #QDsNc4qp4th6962il7iTSLPocFRi121i { display:block; }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #ItaeWim3NWCDaZ3BWpk4S24FOMITZgKo {  }
 }@media only screen and (max-width: 763px) { #QoFKRT4tkeEBKAHk9H1GVVDQ8hNwfALA #xncIgPvswbszCEn2rI541CxJWv250QSp {  }
 }@media only screen and (max-width: 763px) { #HZFQU6evk2kmT6DSKuedH8VTITZOO14f { width:320px;height:701px;top:651px;left:0px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #hIxhLcoH4nXtNZpexZXdQJv9KhAvDzCN { width:314px;height:226px;top:20px;left:3px;display:block; }
 }@media only screen and (max-width: 763px) { #i7JAmdtzoTQnRABIL21O6BTRLWpeCrDn { width:182px;height:20.7969px;top:247px;left:69px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #M6Bk3MyX2GgUOgqCpm2iCMUA9h88TRNU { width:248px;height:91px;top:257px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #WMCEQuDTXePl9yLshrvk2AXBaobS7FkL { width:80px;height:80px;top:632px;left:218px;font-size:56px;display:block; }
 }@media only screen and (max-width: 763px) { #s6m9TRGkd9O7XdBNABcmN0t8zZrTyXIb { width:252px;height:55px;top:1262px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #gl2gSPlteIKhdO79XRCdpWdM9ZnTUURL { display:block; }
 }@media only screen and (max-width: 763px) { #fOWcVCpl1VX0S6DEq1vHUfr2VFsnnQkT { width:31px;height:31px;top:1274px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #matM7MTFlHscC9W5foCUSSTATtImn8sT { width:26.9688px;height:20.7969px;top:1233px;left:146.5px;font-size:16px;font-family:"poppins extra bold";display:block; }
 }@media only screen and (max-width: 763px) { #QU8RftkH7I3P1lxiUHy5DZwVIlEh4uFf { width:273px;height:72px;top:679px;left:24px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #qT015kt13RCoEbt7rZQkB0sXmUymtGZX { width:229px;height:61px;top:571px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #Dyyftm8cDfv9lQNDz9WtnOTpTqCwwOlo { width:149px;height:34px;top:584px;left:114px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vmXMnU6emoX3m8NsGaikp95Z5givTfCm { width:229px;height:61px;top:498px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #hs91ihzmvKCTVJ0T8wT1ixB4WKT3FXou { width:120px;height:40.7812px;top:508px;left:114px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qfoVfLm9lC2UTRFr2A2V7GFcVZIcxgHA { display:flex;width:47px;height:47px;top:505px;left:55px; }
 }@media only screen and (max-width: 763px) { #OFRzzqucUWRXALHruhzZfWCMwWuxt0DC { display:flex;width:47px;height:47px;top:578px;left:55px; }
 }@media only screen and (max-width: 763px) { #VVcn9Bg4ltsJ6wO0MFzofS27GT8QUcox { width:229px;height:61px;top:422px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #fcTx7S6VvVlg3hw0KGf83pXPMLs6LZk0 { width:132px;height:51px;top:427px;left:114px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dKzac3Obe5N2hnqzMLcsKSCbHFtS4vCA { display:flex;width:47px;height:47px;top:429px;left:55px; }
 }@media only screen and (max-width: 763px) { #UNRnSLmgTLvHZXsqbXZ6on25A6yrwRAH { width:229px;height:61px;top:348px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #TDzpwgnK7DADJfPCDIHhMUDW60hwsRTL { width:130px;height:40.7812px;top:358px;left:114px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XQC9FZJJLXX2LxD3Ur2PgHkFHCTva13M { display:flex;width:47px;height:47px;top:355px;left:55px; }
 }@media only screen and (max-width: 763px) { #GHiZadpQBGHuMFAvrrbZ9F0HVOdJv4e4 { display:block; }#GHiZadpQBGHuMFAvrrbZ9F0HVOdJv4e4 > .row .container { width:320px;height:117px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #letHXRiThBV73R0EzRIAyZlT8tpg3abW { width:306.969px;height:89.0625px;top:13.96875px;left:6.5px;font-size:27px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AtG1w7P0GQEEkmav66L835Owx1ClfPMM { display:block; }#AtG1w7P0GQEEkmav66L835Owx1ClfPMM > .row .container { width:320px;height:573px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOxu0HOSJ31fFpZTWa4KNC3lJ0xDa3Qo { width:318px;height:414px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #i4B9moDx2GHiem2utEArearCdwTlWt1e { width:252px;height:55px;top:501px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #M7EPPVifovLFzTwatqtxghUFLwg0IzeF { display:block; }
 }@media only screen and (max-width: 763px) { #PSeRDObtShTyy3tTAsCzJLU6RAHBRfZK { width:25px;height:25px;top:516px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #gS7On3vnK7uu3C4H5VWAnmeiG2gOrZ9N { width:252px;height:55px;top:434.765625px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #Tu5Vri5C3SzJ6KvlswducC9aAo0xAIhc { display:block; }
 }@media only screen and (max-width: 763px) { #f7TxAuEXwummLqClKKcNlNXTB9fFpLyM { width:200px;height:200px;top:687px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #QP4y3JTtXrsJQzTAvEmStp26Iog26oJb { display:block; }#QP4y3JTtXrsJQzTAvEmStp26Iog26oJb > .row .container { width:320px;height:716px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSk1ttzo6Elnf5SwUFDfyIthPEbyNNz1 { width:319px;height:556px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sfzl0KIuN95WWzxx0ugzfXeuToJRZTsQ { width:252px;height:55px;top:642px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #zeZbmATL5xWN7RQ7oLwX2DAogT6XK5KU { display:block; }
 }@media only screen and (max-width: 763px) { #ARdCgTRJF5R8eKWUQuJb4kBazmSrF4Jb { width:25px;height:25px;top:657px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #HMp7ErpZ5w2Mk3Ed2bXJaT6KJ25rm439 { width:252px;height:55px;top:576.375px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #iQK0n54NVlq04y5kutxsMfVcbLMaMTi2 { display:block; }
 }@media only screen and (max-width: 763px) { #MdM4E5OVsWcvlyTnJcCkDTP0Txps0CVh { width:200px;height:200px;top:941px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #txPr7pcqAZsixUnPWzkbdFOKIOrkzkS0 { display:block; }#txPr7pcqAZsixUnPWzkbdFOKIOrkzkS0 > .row .container { width:320px;height:865px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRsZvTIWU9qgTsE1MS4FaZ6CxRNTkqRP { width:320px;height:702px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tO6V91yEw1TgpXcDKU8waxaNftZc6POC { width:252px;height:55px;top:788px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #niwe374teAfxORcktqFvIJZhihR0L9WV { display:block; }
 }@media only screen and (max-width: 763px) { #yDi6fQTkG9CVMr1f8fMD0o8nwvTsLHIB { width:25px;height:25px;top:803px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #zVkwxno1uNUursqqer5qviA2dqc2IQkH { width:252px;height:55px;top:722.4375px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #fWgPUgI86xkE06knBc8uaSi5VSusrbFR { display:block; }
 }@media only screen and (max-width: 763px) { #BRHEGiMoFZWtM8N1OUd8UptbupW6AeTs { width:200px;height:200px;top:1200px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #r8TiNHzUwdRznVzFoaBgICsh3VLw2nuU { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#r8TiNHzUwdRznVzFoaBgICsh3VLw2nuU > .row .container { background-color: transparent; background-image: none; }#r8TiNHzUwdRznVzFoaBgICsh3VLw2nuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8TiNHzUwdRznVzFoaBgICsh3VLw2nuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8TiNHzUwdRznVzFoaBgICsh3VLw2nuU > .row .container > .video-iframe-container { display: none; }#r8TiNHzUwdRznVzFoaBgICsh3VLw2nuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8TiNHzUwdRznVzFoaBgICsh3VLw2nuU > .row > .video-iframe-container { display: none; }#r8TiNHzUwdRznVzFoaBgICsh3VLw2nuU > .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); }#r8TiNHzUwdRznVzFoaBgICsh3VLw2nuU > .row .container { width:320px;height:390px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIFv1OTXplLhteK56WKODKhsMusXJbHL { width:83.9844px;height:50.9961px;top:22.98828125px;left:117.98828125px;display:block; }
 }@media only screen and (max-width: 763px) { #mCdio2CdNp9gpsdCEIyWJVCxNZUhRLs5 { width:320px;height:111.9531px;top:263px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #HqWnEyTPTiJiAOq9utIx4oyfbLuCkfXK { width:320px;height:89.5624px;top:154px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #APFSixtghmNJxaTdG0B5LNadMXOnLCCt { width:320px;height:44.7812px;top:89px;left:0px;font-size:14px;display:block; }
 }