.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;
}body { background-color:#0c0038;background-image:none;position:relative;display:block; }
#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .row > .video-iframe-container { display: none; }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .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); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(144,43,241,0.93), #0c0038);background-image: -moz-linear-gradient(top, rgba(144,43,241,0.93), #0c0038);background-image: -ms-linear-gradient(top, rgba(144,43,241,0.93), #0c0038);background-image: -o-linear-gradient(top, rgba(144,43,241,0.93), #0c0038);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed902bf1', endColorstr='#0c0038' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed902bf1', endColorstr='#0c0038' );";background-image: linear-gradient(to bottom, rgba(144,43,241,0.93), #0c0038);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { background-color: transparent; background-image: none; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container > .video-iframe-container { display: none; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row > .video-iframe-container { display: none; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .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); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { border-width: 0; border-radius: 0; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row > .video-iframe-container {  }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { width:1200px;height:974px;font-size:14px;font-family:arial;position:relative;display:block; }#mnfPqsnBI3rsUKZ6SozQ0DuTGdJgRlC2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 40px rgba(0,0,0,0.3) ;height:437px;width:788px;top:312px;left:206px;display:block; }
#qIBWrlR0VgHVF25Xt5XxxJLuegxvZIfl { color:#ffffff;display:block;width:1200px;position:absolute;font-family:lato;font-size:21px;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:248px;left:0px;height:25px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ks1w1g5GlIO7mE0c11v4Cx9niS0ubhqy { z-index:15002;top:827px;left:675.5px;background-color:#64ffdb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:58px;border-top-right-radius:58px;border-bottom-left-radius:58px;border-bottom-right-radius:58px;box-shadow: 2px 16px 35px rgba(0,0,0,0.21) ;box-sizing:border-box;color:#222323;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:416px;height:91px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wnxvMXSdifqzUGv3De3re4atlNnudSlz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QWSNo4kLTzyq8zWSMePAUHTzlOKme28b { color:#ffeaea;display:block;width:1031px;position:absolute;font-family:lato;font-size:39px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:121px;left:84.5px;height:150px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gXE8UHqFqx7GafRDWwAA7KSNMtRnrZ1p { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34px;width:228px;top:32px;left:39px;overflow:hidden;display:block; }
#FVJ87dQnH7wTnZ9GvJxxs7e75ALqr8Fm { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:113px;width:486px;top:806px;left:96.765625px;overflow:hidden;display:block; }
#TEr9l3kqzpLm8vZla1khH9dU8RkFUAMB { z-index:15003;top:24.5px;left:913px;background-color:#64ffdb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:58px;border-top-right-radius:58px;border-bottom-left-radius:58px;border-bottom-right-radius:58px;box-shadow: 2px 16px 35px rgba(0,0,0,0.21) ;box-sizing:border-box;color:#222323;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:287px;height:49px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#V4du6tvoCnMqE1dFT7OrxL9Z9sChbDLB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Vo14UqSfvNFLcOvtwELF7c3DBM8ZpLhp { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:43px;top:855px;left:607.5px;overflow:hidden;display:block; }
#BlgSTGV5myZ0U5b72OBFedqeOCriyZ8M { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20px;width:310px;top:221px;left:704.5px;overflow:hidden;display:block; }
#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container { background-color: transparent; background-image: none; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container > .video-iframe-container { display: none; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row > .video-iframe-container { display: none; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .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); }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container { border-width: 0; border-radius: 0; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row > .video-iframe-container {  }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container { font-size:14px;font-family:arial;height:196px;width:1200px;position:relative;display:block; }#SpTTpmV2O3yX0npRQ3hasBrXMHpqPesT { color:#070707;display:block;width:1200px;position:absolute;font-family:lato;font-size:40px;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:119px;left:0px;height:48px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#laSATIMxGofgJIEKggtC6qEM6WTHb94z { color:#000000;display:block;width:1024px;position:absolute;font-family:lato;font-size:28px;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:42px;left:88px;height:66px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container { background-color: transparent; background-image: none; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container > .video-iframe-container { display: none; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row > .video-iframe-container { display: none; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .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); }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container { border-width: 0; border-radius: 0; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row > .video-iframe-container {  }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container { font-size:14px;font-family:arial;height:225px;width:1200px;position:relative;display:block; }#KI0w0PSVeDWkETzAFOTvk2mBHCznRJOy { 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-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;box-shadow: -5px 5px 40px rgba(0,0,0,0.15) ;height:75px;width:75px;top:12px;left:162px;display:block; }
#rEvfLTeHKWtey9HpfquIHwPVDtNN0Qnn { box-sizing:content-box;color:#06ddfd;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:29.5px;left:180px;display:block; }
#knF4ALGlTofuRBc7ki9SZ4McvxfaMSiT { color:#000000;display:block;width:290px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:106px;left:55px;height:28px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K0PttnS8Sfhc7cAx4mkOnBETCIb1subp { color:#6a6a6a;display:block;width:290px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:146px;left:55px;height:50px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#atZf3b8E18WkoGTQMozP3iatuLmdigHM { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;box-shadow: -5px 5px 40px rgba(0,0,0,0.15) ;height:75px;width:75px;top:12px;left:563px;display:block; }
#JrI67RgpFp2DTFQsD3zvhq9FicyJnCRv { color:#000000;display:block;width:290px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:106px;left:455px;height:28px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iGzl8trSePEDGIBpZgTgpR9F7GNTlfq0 { color:#6a6a6a;display:block;width:290px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:146px;left:455px;height:75px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#spdDhdGoKqVf9J3arilwAIZJzz1cWVNl { box-sizing:content-box;color:#2bf1b2;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:30px;left:580px;display:block; }
#CGg00bGOuytLSRad8MSCr8i7Wmse3CXt { box-sizing:content-box;color:#06ddfd;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:30px;left:980px;display:block; }
#mNaLwLwo1O5RCw6DUv0VTW14Z2EIXkPw { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;box-shadow: -5px 5px 40px rgba(0,0,0,0.15) ;height:75px;width:75px;top:12px;left:963px;display:block; }
#S4w5TWmlMNqcpIaKX7TZGoLWuAkEivJi { color:#000000;display:block;width:290px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:106px;left:855px;height:28px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qxUPAgXA6Efa2pRTgnqTme45KSVX25i1 { color:#6a6a6a;display:block;width:290px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:146px;left:855px;height:50px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container { background-color: transparent; background-image: none; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container > .video-iframe-container { display: none; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row > .video-iframe-container { display: none; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .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); }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container { border-width: 0; border-radius: 0; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row > .video-iframe-container {  }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container { font-size:14px;font-family:arial;height:225px;width:1200px;position:relative;display:block; }#G9GzuRg0ZXbqBDsSMeBcxdA3q2klhlSM { 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-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;box-shadow: -5px 5px 40px rgba(0,0,0,0.15) ;height:75px;width:75px;top:12px;left:162px;display:block; }
#OFDkml2Zo8R3aqHTUxZOuvpkLWKRG4b1 { box-sizing:content-box;color:#2bf1b2;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:29.5px;left:180px;display:block; }
#otCDkD7KNm7B5rPKW0pdEi091WTErnxl { color:#000000;display:block;width:290px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:106px;left:55px;height:28px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WuxeORnb4fNxlTCuQNfymU3ci357v2Rc { color:#6a6a6a;display:block;width:290px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:146px;left:55px;height:50px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qp3EVtnOd5KgotmNZs1qFE5UnThObbIH { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;box-shadow: -5px 5px 40px rgba(0,0,0,0.15) ;height:75px;width:75px;top:12px;left:563px;display:block; }
#Tg5FJ4e6pLPiOMJLOtuqeL671B89FsVt { color:#000000;display:block;width:290px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:106px;left:455px;height:28px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MivcUx0PK9wTnURykA5Qu6v3G7KUmqAv { color:#6a6a6a;display:block;width:290px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:146px;left:455px;height:50px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SeFDsvSuZvpanAa1uO1UwQHhqSAVLqy6 { box-sizing:content-box;color:#06ddfd;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:30px;left:580px;display:block; }
#u06fWz7O6qCiB4Vgyis7VTsBHTb0e1ft { box-sizing:content-box;color:#2bf1b2;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:30px;left:980px;display:block; }
#W9B04PVhbi4f1XEWeZBvyu6SCo5tx0K6 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;box-shadow: -5px 5px 40px rgba(0,0,0,0.15) ;height:75px;width:75px;top:12px;left:963px;display:block; }
#rllUhlytdTu0yZ4N5BN19C8wcqbqoq5x { color:#000000;display:block;width:290px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:106px;left:855px;height:28px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ia1n8pz2OWZJCcCPMST5he9RHqoT5gys { color:#6a6a6a;display:block;width:290px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:146px;left:855px;height:50px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container { background-color: transparent; background-image: none; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container > .video-iframe-container { display: none; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row > .video-iframe-container { display: none; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .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); }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container { border-width: 0; border-radius: 0; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row > .video-iframe-container {  }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:block; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9f1f4;background-image:url("https://images.assets-landingi.com/ddcd3wcq/bg02_02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv.adaptive-delivery-prevent-bg, #LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv.lazyload, #LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv.lazyloading { background-image: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { background-color: transparent; background-image: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container > .video-iframe-container { display: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row > .video-iframe-container { display: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .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); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { border-width: 0; border-radius: 0; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row > .video-iframe-container {  }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { font-size:14px;font-family:arial;height:196px;width:1200px;position:relative;display:block; }#Br6lOtpqFt80IcveWZ6sbuU5732xfcet { color:#4706fd;display:block;width:1200px;position:absolute;font-family:lato;font-size:18px;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:44px;left:0px;height:21px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tBCFRmwLqpha4Vowh5IakJt4sHphDHbs { color:#000000;display:block;width:1200px;position:absolute;font-family:lato;font-size:42px;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:89px;left:0px;height:50px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9f1f4;background-image:url("https://images.assets-landingi.com/ddcd3wcq/bg02_02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28.adaptive-delivery-prevent-bg, #wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28.lazyload, #wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28.lazyloading { background-image: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { background-color: transparent; background-image: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container > .video-iframe-container { display: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row > .video-iframe-container { display: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .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); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { border-width: 0; border-radius: 0; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row > .video-iframe-container {  }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { font-size:14px;font-family:arial;height:556px;width:1200px;position:relative;display:block; }#WWex6yVNG6mIi92teOR9VisXTuosuWcu { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.58);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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: -5px 5px 40px rgba(0,0,0,0.15) ;height:480px;width:528px;top:5px;left:45px;display:block; }
#f9oekIC5Id7EHSxvil3WMHSJ1RaUZuP9 { color:#000000;display:block;width:290px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:333px;left:155px;height:56px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FR6XP8TTGzRq2leGRmHx9J3ra08vSCWQ { color:#6a6a6a;display:block;width:290px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:378px;left:155px;height:75px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFBq9TAFaObzLDEPvButFnTkpkRea26v { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:325px;width:548px;top:14px;left:32.557021103896px;overflow:hidden;display:block; }
#SHllTr5mPLnBnLHdidTebTDM1ub8bgab { position:absolute;display:block;z-index:15012;background-color:#000000;background-image:url("https://images.assets-landingi.com/8jSVLXep/screen_capture.gif");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;height:225px;width:433px;top:54px;left:92.5px;display:block; }#SHllTr5mPLnBnLHdidTebTDM1ub8bgab.adaptive-delivery-prevent-bg, #SHllTr5mPLnBnLHdidTebTDM1ub8bgab.lazyload, #SHllTr5mPLnBnLHdidTebTDM1ub8bgab.lazyloading { background-image: none; }
#qTJlVsTZQof8bsG2s42zbfszU0lpcUtT { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.58);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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;height:480px;width:528px;top:71px;left:646px;display:block; }
#hZLKfn9F0Tkh4SNsWzTul1kBVXABDgh2 { color:#6a6a6a;display:block;width:290px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:453px;left:770px;height:50px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yzQH42sNCzszF8Ev2zHEyfBsA2tB377K { color:#000000;display:block;width:290px;position:absolute;font-family:lato;font-size:23px;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:402px;left:765px;height:54px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M0IDWy2wMfsPf889rTqBQS1zVCTNBqpT { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ClxtW6l7/Screenshot_2020_01_22_at_5.38.50_PM.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;height:244px;width:434px;top:135px;left:695px;display:block; }#M0IDWy2wMfsPf889rTqBQS1zVCTNBqpT.adaptive-delivery-prevent-bg, #M0IDWy2wMfsPf889rTqBQS1zVCTNBqpT.lazyload, #M0IDWy2wMfsPf889rTqBQS1zVCTNBqpT.lazyloading { background-image: none; }
#pQr6wpLX0Dh0oJPEiuQNhBDnEODG8L8P { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:320px;width:522px;top:92px;left:653.58909090909px;overflow:hidden;display:block; }
#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9f1f4;background-image:url("https://images.assets-landingi.com/ddcd3wcq/bg02_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ.adaptive-delivery-prevent-bg, #Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ.lazyload, #Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ.lazyloading { background-image: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { background-color: transparent; background-image: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container > .video-iframe-container { display: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row > .video-iframe-container { display: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .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); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { border-width: 0; border-radius: 0; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row > .video-iframe-container {  }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { font-size:14px;font-family:arial;height:556px;width:1200px;position:relative;display:block; }#oW06wzGHrDFoTNMTz3k7ZZizdkPcy3A2 { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.58);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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;height:480px;width:526px;top:5px;left:48px;display:block; }
#T2tX0GBOhyGqso1oU3t55gdkuDOzq7nV { color:#000000;display:block;width:290px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:310px;left:155px;height:28px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q3TQX9ioVyo2X7l3UD6aVUV9oOuGyats { color:#6a6a6a;display:block;width:290px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:349px;left:166px;height:100px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#liBITwzLa5PF8PN4SqcBGwIEfSvOLuCt { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:298px;width:551px;top:11px;left:31px;overflow:hidden;display:block; }
#czFr5IPFqwTRvg8zvHnUVB20XtQsqCE9 { position:absolute;display:block;z-index:15012;background-color:#000000;background-image:url("https://images.assets-landingi.com/MLHfeVJD/Screenshot_2020_01_22_at_5.47.42_PM.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;height:207px;width:433px;top:46px;left:92px;display:block; }#czFr5IPFqwTRvg8zvHnUVB20XtQsqCE9.adaptive-delivery-prevent-bg, #czFr5IPFqwTRvg8zvHnUVB20XtQsqCE9.lazyload, #czFr5IPFqwTRvg8zvHnUVB20XtQsqCE9.lazyloading { background-image: none; }
#yUClHLueKqPvqPBtR547R1gyfoyomZH3 { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.58);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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: -5px 5px 40px rgba(0,0,0,0.15) ;height:480px;width:519px;top:71px;left:653px;display:block; }
#p89bKGAWXnyEidBO8KgaEiOwpP1zsiGP { color:#6a6a6a;display:block;width:290px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:429px;left:771px;height:100px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fnz2ywaumoXrleMKG2TPvnxSuPNS0tun { color:#000000;display:block;width:290px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:385px;left:767.5px;height:28px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wc8iTyfg9F9BTrUUdvnDpBcv0vOe9iJI { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/WWoA5VKi/Screenshot_2020_01_22_at_5.35.24_PM.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;height:236px;width:432px;top:130px;left:698.609375px;display:block; }#wc8iTyfg9F9BTrUUdvnDpBcv0vOe9iJI.adaptive-delivery-prevent-bg, #wc8iTyfg9F9BTrUUdvnDpBcv0vOe9iJI.lazyload, #wc8iTyfg9F9BTrUUdvnDpBcv0vOe9iJI.lazyloading { background-image: none; }
#C6ZyP1vbD4MxxlrtHkEvbeoaNMzAgifd { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:295px;width:519px;top:92px;left:659.12068795584px;overflow:hidden;display:block; }
#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9f1f4;background-image:url("https://images.assets-landingi.com/ddcd3wcq/bg02_02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg.adaptive-delivery-prevent-bg, #hzEx2QnLelpvVAK5iCCf78lxk0oqDysg.lazyload, #hzEx2QnLelpvVAK5iCCf78lxk0oqDysg.lazyloading { background-image: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { background-color: transparent; background-image: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container > .video-iframe-container { display: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row > .video-iframe-container { display: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .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); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { border-width: 0; border-radius: 0; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row > .video-iframe-container {  }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:block; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image: -webkit-linear-gradient(top, #902bf1, #0c0038);background-image: -moz-linear-gradient(top, #902bf1, #0c0038);background-image: -ms-linear-gradient(top, #902bf1, #0c0038);background-image: -o-linear-gradient(top, #902bf1, #0c0038);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#902bf1', endColorstr='#0c0038' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#902bf1', endColorstr='#0c0038' );";background-image: linear-gradient(to bottom, #902bf1, #0c0038);background-size:auto !important;position:relative;display:block; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row .container { background-color: transparent; background-image: none; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row .container > .video-iframe-container { display: none; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row > .video-iframe-container { display: none; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .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); }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row .container { border-width: 0; border-radius: 0; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row > .video-iframe-container {  }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row .container { font-size:14px;font-family:arial;height:122px;width:1200px;position:relative;display:block; }#tnFecGTOOTPifqinovnslEZgcvRVHQX7 { color:#ffffff;display:block;width:700px;position:absolute;font-family:lato;font-size:34px;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:62.5px;left:49px;height:80px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g68dtTmDbvLFaKo6zTFzE6i1nz8dGZBD { z-index:15004;top:58px;left:849px;background-color:#64ffdb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:58px;border-top-right-radius:58px;border-bottom-left-radius:58px;border-bottom-right-radius:58px;box-shadow: 2px 16px 35px rgba(0,0,0,0.21) ;box-sizing:border-box;color:#222323;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:272px;height:49px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ES31oxkHTwNzWNIZpJ9p1V0b9a8kRBN2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0038;background-image:url("https://images.assets-landingi.com/6X4ebZbm/img07_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8.adaptive-delivery-prevent-bg, #QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8.lazyload, #QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8.lazyloading { background-image: none; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { background-color: transparent; background-image: none; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container > .video-iframe-container { display: none; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row > .video-iframe-container { display: none; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .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); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { border-width: 0; border-radius: 0; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row > .video-iframe-container {  }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { font-size:14px;font-family:arial;height:150px;width:1200px;position:relative;display:block; }#Ww4qOQIW9dy9GCTmVPeOhlnTFJ20eLUl { color:#ffffff;display:block;width:940px;position:absolute;font-family:lato;font-size:28px;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:37.5px;left:130px;height:99px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0038;background-image:url("https://images.assets-landingi.com/6X4ebZbm/img07_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G.adaptive-delivery-prevent-bg, #TIwpue0HyL1ALtrnG64td0qAsTUNrE3G.lazyload, #TIwpue0HyL1ALtrnG64td0qAsTUNrE3G.lazyloading { background-image: none; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container { background-color: transparent; background-image: none; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container > .video-iframe-container { display: none; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row > .video-iframe-container { display: none; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .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); }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container { border-width: 0; border-radius: 0; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row > .video-iframe-container {  }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container { font-size:14px;font-family:arial;height:367px;width:1200px;position:relative;display:block; }#Q7VQTDpZAGtMH74yN7K9kPJ0RQ1kLEmf { color:#ffffff;display:block;width:290px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:256px;left:55px;height:56px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CCIEzrZx5QU8EivsfcysQ0ZiFiV38743 { color:#a306fd;display:block;width:125px;position:absolute;font-family:lato;font-size:40px;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:27.5px;left:55px;height:48px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTwWBxkV9kVV3Ax5ZLaSikempDw78H8t { color:#982bf1;display:block;width:137px;position:absolute;font-family:lato;font-size:37px;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:29.5px;left:424.3125px;height:44px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zJ66c9STWRmTBIKpesTmHfgeWKrEFAeh { color:#ffffff;display:block;width:310px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:256px;left:458px;height:56px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PgTrdJdTLbvxpJNamsRUNUDkq1FwzneQ { color:#9806fd;display:block;width:125px;position:absolute;font-family:lato;font-size:40px;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:25.5px;left:833px;height:48px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FSm6dhZtM1fSNwUAB611Frh9K7eJKEU4 { color:#ffffff;display:block;width:290px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:256px;left:855px;height:56px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#whwyC5kJ4DteEk8V7FOfWvGlrwf39IG0 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:210px;width:150px;top:10px;left:158px;overflow:hidden;display:block; }
#xKmHJhfM2UI3Ql6B0S1gbFgUbJsHwcR2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:220px;width:148px;top:8px;left:560.3125px;overflow:hidden;display:block; }
#lwwCorb7TD5IdrTLelIlrcwol0nEvEzW { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:222px;width:156px;top:8.5px;left:944px;overflow:hidden;display:block; }
#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0038;background-image:url("https://images.assets-landingi.com/6X4ebZbm/img07_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs.adaptive-delivery-prevent-bg, #IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs.lazyload, #IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs.lazyloading { background-image: none; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container { background-color: transparent; background-image: none; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container > .video-iframe-container { display: none; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row > .video-iframe-container { display: none; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .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); }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container { border-width: 0; border-radius: 0; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row > .video-iframe-container {  }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container { font-size:14px;font-family:arial;height:11px;width:1200px;position:relative;display:block; }#SIxRn191gUSK2soXUkCl30H5QTT1VzFU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SIxRn191gUSK2soXUkCl30H5QTT1VzFU > .row .container { background-color: transparent; background-image: none; }#SIxRn191gUSK2soXUkCl30H5QTT1VzFU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIxRn191gUSK2soXUkCl30H5QTT1VzFU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIxRn191gUSK2soXUkCl30H5QTT1VzFU > .row .container > .video-iframe-container { display: none; }#SIxRn191gUSK2soXUkCl30H5QTT1VzFU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIxRn191gUSK2soXUkCl30H5QTT1VzFU > .row > .video-iframe-container { display: none; }#SIxRn191gUSK2soXUkCl30H5QTT1VzFU > .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); }#SIxRn191gUSK2soXUkCl30H5QTT1VzFU > .row .container { border-width: 0; border-radius: 0; }#SIxRn191gUSK2soXUkCl30H5QTT1VzFU > .row > .video-iframe-container {  }#SIxRn191gUSK2soXUkCl30H5QTT1VzFU > .row .container { font-size:14px;font-family:arial;height:183px;width:1200px;position:relative;display:block; }#ELP3z7eCGpN97lHdH1hiNcR9kD7RUTAV { color:#020202;display:block;width:941px;position:absolute;font-family:lato;font-size:46px;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:41.5px;left:129.5px;height:110px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row .container { background-color: transparent; background-image: none; }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row .container > .video-iframe-container { display: none; }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row > .video-iframe-container { display: none; }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .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); }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row .container { border-width: 0; border-radius: 0; }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row > .video-iframe-container {  }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row .container { font-size:14px;font-family:arial;height:224px;width:1200px;position:relative;display:block; }#kLQMHr3PaT8atN4EGioit9RGfC7czMbR { box-sizing:content-box;color:#06ddfd;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:23px;left:204px;display:block; }
#klKET7QBb1P16Vvz7J8KMKpKWPxRXTc4 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;box-shadow: -5px 5px 40px rgba(0,0,0,0.15) ;height:65px;width:65px;top:6px;left:186px;display:block; }
#s69hpUcKrMNxh3GIyliLh2GFtLTWPyzL { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/cqfBajSi/20863325_10211896987211998_6527328211891782933_o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;height:165px;width:165px;top:36px;left:219px;display:block; }#s69hpUcKrMNxh3GIyliLh2GFtLTWPyzL.adaptive-delivery-prevent-bg, #s69hpUcKrMNxh3GIyliLh2GFtLTWPyzL.lazyload, #s69hpUcKrMNxh3GIyliLh2GFtLTWPyzL.lazyloading { background-image: none; }
#V7tNUuuUBCA9hR8JHMXM0mpdHhw2VF3x { color:#6a6a6a;display:block;width:600px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:101px;left:415px;height:75px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sxlTFwGDx0Zw3PeXPk8l2pWhS85iHdBT { color:#000000;display:block;width:600px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:61px;left:415px;height:28px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row .container { background-color: transparent; background-image: none; }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row .container > .video-iframe-container { display: none; }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row > .video-iframe-container { display: none; }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .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); }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row .container { border-width: 0; border-radius: 0; }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row > .video-iframe-container {  }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row .container { font-size:14px;font-family:arial;height:274px;width:1200px;position:relative;display:block; }#TlVToehF65yEbUGq1Hvo26GQWMGpcZHC { box-sizing:content-box;color:#2bf1b2;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:54px;left:204px;display:block; }
#OnyVMrS3DECBQoFH9SVvBeT3AhQR7zTm { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;box-shadow: -5px 5px 40px rgba(0,0,0,0.15) ;height:65px;width:65px;top:37px;left:186px;display:block; }
#ot5ECd5RAqVDlUAeXpmXkD2oBaiGBLOB { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/RI68QvIG/74338253_921572878212145_1321044636449374208_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;height:165px;width:165px;top:67px;left:219px;display:block; }#ot5ECd5RAqVDlUAeXpmXkD2oBaiGBLOB.adaptive-delivery-prevent-bg, #ot5ECd5RAqVDlUAeXpmXkD2oBaiGBLOB.lazyload, #ot5ECd5RAqVDlUAeXpmXkD2oBaiGBLOB.lazyloading { background-image: none; }
#XauONSPzwl9Vn222m1aNQLt6mAyfzTMP { color:#6a6a6a;display:block;width:600px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:132px;left:415px;height:75px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cpcMQkOfwc0NTVwC73HWbJazLfvxVWnD { color:#000000;display:block;width:600px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:92px;left:415px;height:28px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rv47N1lNhkklxBIPytLQUCBna4T0MI8a { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.58);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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: -5px 5px 40px rgba(0,0,0,0.15) ;height:257px;width:940px;top:8.5px;left:130px;display:block; }
#cN57ityBVt35dTHaQAvrVyyQzO72IUJd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row .container { background-color: transparent; background-image: none; }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row .container > .video-iframe-container { display: none; }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row > .video-iframe-container { display: none; }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .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); }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row .container { border-width: 0; border-radius: 0; }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row > .video-iframe-container {  }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row .container { font-size:14px;font-family:arial;height:224px;width:1200px;position:relative;display:block; }#A5CdO0TZbq6T98RLk400pM5wuGtfPBKR { box-sizing:content-box;color:#06ddfd;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:23px;left:204px;display:block; }
#QRQsvSCTMsfnvma0Ut8QNzxNgTnmvBKn { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;box-shadow: -5px 5px 40px rgba(0,0,0,0.15) ;height:65px;width:65px;top:6px;left:186px;display:block; }
#A6ErH7Jh8sIF3DndIuQCTKhroy4q4eE2 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/eefoRlbi/10368255_10203828745133346_1614764197211988951_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;height:165px;width:165px;top:36px;left:219px;display:block; }#A6ErH7Jh8sIF3DndIuQCTKhroy4q4eE2.adaptive-delivery-prevent-bg, #A6ErH7Jh8sIF3DndIuQCTKhroy4q4eE2.lazyload, #A6ErH7Jh8sIF3DndIuQCTKhroy4q4eE2.lazyloading { background-image: none; }
#OBF1xzvaGF20pw1X8bVxUPwhlErvl5oO { color:#6a6a6a;display:block;width:600px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:101px;left:415px;height:100px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ENvF4fiNJXfDm7zcWKET80HgUVGLbS4U { color:#000000;display:block;width:600px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:61px;left:415px;height:28px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row .container { background-color: transparent; background-image: none; }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row .container > .video-iframe-container { display: none; }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row > .video-iframe-container { display: none; }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .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); }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row .container { border-width: 0; border-radius: 0; }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row > .video-iframe-container {  }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:block; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.92), rgba(12,0,56,0.97));background-image: -moz-linear-gradient(top, rgba(0,0,0,0.92), rgba(12,0,56,0.97));background-image: -ms-linear-gradient(top, rgba(0,0,0,0.92), rgba(12,0,56,0.97));background-image: -o-linear-gradient(top, rgba(0,0,0,0.92), rgba(12,0,56,0.97));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea000000', endColorstr='#f70c0038' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea000000', endColorstr='#f70c0038' );";background-image: linear-gradient(to bottom, rgba(0,0,0,0.92), rgba(12,0,56,0.97));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row .container { background-color: transparent; background-image: none; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row .container > .video-iframe-container { display: none; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row > .video-iframe-container { display: none; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .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); }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row .container { border-width: 0; border-radius: 0; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row > .video-iframe-container {  }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row .container { width:1200px;height:522px;font-size:14px;font-family:arial;position:relative;display:block; }#sHBlw1svhhgzK75G31pv5vQq1yyULyS5 { color:#ffffff;display:block;width:411px;position:absolute;font-family:lato;font-size:22px;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:254px;left:746px;height:175px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PagzkbMm2LSaCoCdyu9zOFEEPQZHOQTp { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:112px;width:154px;top:79px;left:712px;overflow:hidden;display:block; }
#LqiJwTNEZO3IhIqrSanton4QzD8BvLPn { color:#000000;display:block;width:246px;position:absolute;font-family:lato;font-size:34px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:89px;left:883px;height:132px;font-style:normal;display:block; }
#NuFo0l7ogf8uqfLxb0NygfcPHcvboJnA { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:456px;width:679px;top:39px;left:0px;overflow:hidden;display:block; }
#fWk1rLTC09hag0ZRe7FsJJdEIwNRDbkg { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(144,43,241,0.92), rgba(12,0,56,0.97));background-image: -moz-linear-gradient(top, rgba(144,43,241,0.92), rgba(12,0,56,0.97));background-image: -ms-linear-gradient(top, rgba(144,43,241,0.92), rgba(12,0,56,0.97));background-image: -o-linear-gradient(top, rgba(144,43,241,0.92), rgba(12,0,56,0.97));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea902bf1', endColorstr='#f70c0038' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea902bf1', endColorstr='#f70c0038' );";background-image: linear-gradient(to bottom, rgba(144,43,241,0.92), rgba(12,0,56,0.97));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fWk1rLTC09hag0ZRe7FsJJdEIwNRDbkg > .row .container { background-color: transparent; background-image: none; }#fWk1rLTC09hag0ZRe7FsJJdEIwNRDbkg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWk1rLTC09hag0ZRe7FsJJdEIwNRDbkg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWk1rLTC09hag0ZRe7FsJJdEIwNRDbkg > .row .container > .video-iframe-container { display: none; }#fWk1rLTC09hag0ZRe7FsJJdEIwNRDbkg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWk1rLTC09hag0ZRe7FsJJdEIwNRDbkg > .row > .video-iframe-container { display: none; }#fWk1rLTC09hag0ZRe7FsJJdEIwNRDbkg > .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); }#fWk1rLTC09hag0ZRe7FsJJdEIwNRDbkg > .row .container { border-width: 0; border-radius: 0; }#fWk1rLTC09hag0ZRe7FsJJdEIwNRDbkg > .row > .video-iframe-container {  }#fWk1rLTC09hag0ZRe7FsJJdEIwNRDbkg > .row .container { width:1200px;height:444px;font-size:14px;font-family:arial;position:relative;display:block; }#gp9PxVr0BzTrLnF1XhrMJBW5U1PydTZ4 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:lato;font-size:44px;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:61px;left:0px;height:156px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GIU67PnCbGBybHvOmb8NDn3RlTsPers4 { z-index:15003;top:273px;left:392px;background-color:#64ffdb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:58px;border-top-right-radius:58px;border-bottom-left-radius:58px;border-bottom-right-radius:58px;box-shadow: 2px 16px 35px rgba(0,0,0,0.21) ;box-sizing:border-box;color:#222323;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:416px;height:91px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Kt8sXh3hmST0xd9lxIg5GVOK0Jv88des { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IeHbBWlDOT6z58kNVhB0lnpILsWld5ge { color:#ffffff;display:block;width:598px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:229px;left:301px;height:30px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UqvJh5LXdICv35IntIZ3zIBy7KWsew2g { position:relative;display:block; }#UqvJh5LXdICv35IntIZ3zIBy7KWsew2g { background-color: transparent; background-image: none; }#UqvJh5LXdICv35IntIZ3zIBy7KWsew2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqvJh5LXdICv35IntIZ3zIBy7KWsew2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqvJh5LXdICv35IntIZ3zIBy7KWsew2g > .row .container > .video-iframe-container { display: none; }#UqvJh5LXdICv35IntIZ3zIBy7KWsew2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqvJh5LXdICv35IntIZ3zIBy7KWsew2g > .row > .video-iframe-container { display: none; }#UqvJh5LXdICv35IntIZ3zIBy7KWsew2g > .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); }#UqvJh5LXdICv35IntIZ3zIBy7KWsew2g { border-width: 0; border-radius: 0; }#UqvJh5LXdICv35IntIZ3zIBy7KWsew2g > .row .container > .video-iframe-container {  }#UqvJh5LXdICv35IntIZ3zIBy7KWsew2g > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0c0038;background-image:none;font-size:14px;font-family:arial;height:76px;width:1200px;position:relative;display:block; }#Q9GRHfDcyzlVxsvcl9JgmXLrPTJ48UuB { color:#ffffff;display:block;width:114px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:28px;left:781px;height:20px;display:block; }
#Ab19qS2AWhOWXqpdHJxxubDDgpS1IFPB { color:#ffffff;display:block;width:97px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28px;left:1103px;height:20px;display:block; }
#aTberxT4G3hyAxeMGKORw3TJT4n8ZWDk { color:#ffffff;display:block;width:70px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28px;left:966px;height:20px;display:block; }
#rpfHAGblLhRPqRxZARTKIKb4h4axw7oc { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34px;width:228px;top:21px;left:19px;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #leTTHSqwkoRO6FGd3eBiIxglDCR87eno { display:block; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { width:764px;height:913px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mnfPqsnBI3rsUKZ6SozQ0DuTGdJgRlC2 { width:702px;height:387px;top:291px;left:31px;display:block; }
 }@media only screen and (max-width: 1199px) { #qIBWrlR0VgHVF25Xt5XxxJLuegxvZIfl { width:690px;height:19px;top:215px;left:56px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #ks1w1g5GlIO7mE0c11v4Cx9niS0ubhqy { top:775.5px;left:438px;width:307px;height:70px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #wnxvMXSdifqzUGv3De3re4atlNnudSlz { display:block; }
 }@media only screen and (max-width: 1199px) { #QWSNo4kLTzyq8zWSMePAUHTzlOKme28b { width:696px;height:66px;top:137px;left:34px;font-size:26px;display:block; }
 }@media only screen and (max-width: 1199px) { #gXE8UHqFqx7GafRDWwAA7KSNMtRnrZ1p { width:228px;height:34px;top:32px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #FVJ87dQnH7wTnZ9GvJxxs7e75ALqr8Fm { width:347px;height:80px;top:770.5px;left:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #TEr9l3kqzpLm8vZla1khH9dU8RkFUAMB { top:24px;left:475px;width:287px;height:49px;display:block; }
 }@media only screen and (max-width: 1199px) { #V4du6tvoCnMqE1dFT7OrxL9Z9sChbDLB { display:block; }
 }@media only screen and (max-width: 1199px) { #Vo14UqSfvNFLcOvtwELF7c3DBM8ZpLhp { width:43px;height:40px;top:790.5px;left:379.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #BlgSTGV5myZ0U5b72OBFedqeOCriyZ8M { width:211px;height:10px;top:206px;left:453.875px;display:block; }
 }@media only screen and (max-width: 1199px) { #vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld { display:block; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SpTTpmV2O3yX0npRQ3hasBrXMHpqPesT { width:764px;height:96px;top:81px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 1199px) { #laSATIMxGofgJIEKggtC6qEM6WTHb94z { width:764px;height:52px;top:20px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #y04BHvb9MMzZGobR5K3tsBbErLrgFeXg { display:block; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container { width:764px;height:238px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KI0w0PSVeDWkETzAFOTvk2mBHCznRJOy { width:75px;height:75px;top:12px;left:89px;display:block; }
 }@media only screen and (max-width: 1199px) { #rEvfLTeHKWtey9HpfquIHwPVDtNN0Qnn { width:40px;height:40px;top:29px;left:107px;font-size:28px;display:block; }
 }@media only screen and (max-width: 1199px) { #knF4ALGlTofuRBc7ki9SZ4McvxfaMSiT { width:250px;height:27px;top:106px;left:2.328125px;font-size:23px;display:block; }
 }@media only screen and (max-width: 1199px) { #K0PttnS8Sfhc7cAx4mkOnBETCIb1subp { width:250px;height:44px;top:168px;left:2.328125px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #atZf3b8E18WkoGTQMozP3iatuLmdigHM { width:75px;height:75px;top:12px;left:344px;display:block; }
 }@media only screen and (max-width: 1199px) { #JrI67RgpFp2DTFQsD3zvhq9FicyJnCRv { width:250px;height:54px;top:106px;left:257px;font-size:23px;display:block; }
 }@media only screen and (max-width: 1199px) { #iGzl8trSePEDGIBpZgTgpR9F7GNTlfq0 { width:250px;height:66px;top:168px;left:257px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #spdDhdGoKqVf9J3arilwAIZJzz1cWVNl { width:40px;height:40px;top:30px;left:361px;font-size:28px;display:block; }
 }@media only screen and (max-width: 1199px) { #CGg00bGOuytLSRad8MSCr8i7Wmse3CXt { width:40px;height:40px;top:30px;left:615px;font-size:28px;display:block; }
 }@media only screen and (max-width: 1199px) { #mNaLwLwo1O5RCw6DUv0VTW14Z2EIXkPw { width:75px;height:75px;top:12px;left:598px;display:block; }
 }@media only screen and (max-width: 1199px) { #S4w5TWmlMNqcpIaKX7TZGoLWuAkEivJi { width:250px;height:27px;top:106px;left:511.65625px;font-size:23px;display:block; }
 }@media only screen and (max-width: 1199px) { #qxUPAgXA6Efa2pRTgnqTme45KSVX25i1 { width:250px;height:44px;top:168px;left:511.65625px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar { display:block; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container { width:764px;height:241px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G9GzuRg0ZXbqBDsSMeBcxdA3q2klhlSM { width:75px;height:75px;top:12px;left:89px;display:block; }
 }@media only screen and (max-width: 1199px) { #OFDkml2Zo8R3aqHTUxZOuvpkLWKRG4b1 { width:40px;height:40px;top:29px;left:107px;font-size:28px;display:block; }
 }@media only screen and (max-width: 1199px) { #otCDkD7KNm7B5rPKW0pdEi091WTErnxl { width:250px;height:54px;top:106px;left:2.328125px;font-size:23px;display:block; }
 }@media only screen and (max-width: 1199px) { #WuxeORnb4fNxlTCuQNfymU3ci357v2Rc { width:250px;height:44px;top:170px;left:2.328125px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #Qp3EVtnOd5KgotmNZs1qFE5UnThObbIH { width:75px;height:75px;top:12px;left:344px;display:block; }
 }@media only screen and (max-width: 1199px) { #Tg5FJ4e6pLPiOMJLOtuqeL671B89FsVt { width:250px;height:27px;top:106.5px;left:257px;font-size:23px;display:block; }
 }@media only screen and (max-width: 1199px) { #MivcUx0PK9wTnURykA5Qu6v3G7KUmqAv { width:250px;height:44px;top:170px;left:257px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #SeFDsvSuZvpanAa1uO1UwQHhqSAVLqy6 { width:40px;height:40px;top:29.5px;left:362px;font-size:28px;display:block; }
 }@media only screen and (max-width: 1199px) { #u06fWz7O6qCiB4Vgyis7VTsBHTb0e1ft { width:40px;height:40px;top:30px;left:615px;font-size:28px;display:block; }
 }@media only screen and (max-width: 1199px) { #W9B04PVhbi4f1XEWeZBvyu6SCo5tx0K6 { width:75px;height:75px;top:12px;left:598px;display:block; }
 }@media only screen and (max-width: 1199px) { #rllUhlytdTu0yZ4N5BN19C8wcqbqoq5x { width:250px;height:27px;top:106.5px;left:511.65625px;font-size:23px;display:block; }
 }@media only screen and (max-width: 1199px) { #ia1n8pz2OWZJCcCPMST5he9RHqoT5gys { width:250px;height:44px;top:170px;left:511.65625px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #q30xoqHLFOx6c9TV752pmRvpTl5qTRJt { display:block; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv { display:block; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { width:764px;height:137px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Br6lOtpqFt80IcveWZ6sbuU5732xfcet { width:764px;height:16px;top:28px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #tBCFRmwLqpha4Vowh5IakJt4sHphDHbs { width:764px;height:36px;top:60px;left:0px;font-size:30px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 { display:block; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WWex6yVNG6mIi92teOR9VisXTuosuWcu { width:378px;height:480px;top:3px;left:2px;display:block; }
 }@media only screen and (max-width: 1199px) { #f9oekIC5Id7EHSxvil3WMHSJ1RaUZuP9 { width:290px;height:28px;top:333px;left:46px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #FR6XP8TTGzRq2leGRmHx9J3ra08vSCWQ { width:290px;height:66px;top:378px;left:46px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #xFBq9TAFaObzLDEPvButFnTkpkRea26v { width:381px;height:269px;top:70px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #SHllTr5mPLnBnLHdidTebTDM1ub8bgab { width:298px;height:190px;top:100.5px;left:42px;display:block; }
 }@media only screen and (max-width: 1199px) { #qTJlVsTZQof8bsG2s42zbfszU0lpcUtT { width:378px;height:480px;top:71px;left:384px;display:block; }
 }@media only screen and (max-width: 1199px) { #hZLKfn9F0Tkh4SNsWzTul1kBVXABDgh2 { width:290px;height:44px;top:429px;left:443px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #yzQH42sNCzszF8Ev2zHEyfBsA2tB377K { width:290px;height:27px;top:387.5px;left:443px;font-size:23px;display:block; }
 }@media only screen and (max-width: 1199px) { #M0IDWy2wMfsPf889rTqBQS1zVCTNBqpT { width:320px;height:207px;top:127px;left:412px;display:block; }
 }@media only screen and (max-width: 1199px) { #pQr6wpLX0Dh0oJPEiuQNhBDnEODG8L8P { width:382px;height:269px;top:92px;left:382px;display:block; }
 }@media only screen and (max-width: 1199px) { #Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ { display:block; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oW06wzGHrDFoTNMTz3k7ZZizdkPcy3A2 { width:378px;height:480px;top:5px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #T2tX0GBOhyGqso1oU3t55gdkuDOzq7nV { width:290px;height:28px;top:326px;left:46px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #q3TQX9ioVyo2X7l3UD6aVUV9oOuGyats { width:290px;height:66px;top:364px;left:46px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #liBITwzLa5PF8PN4SqcBGwIEfSvOLuCt { width:381px;height:270px;top:47.5px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #czFr5IPFqwTRvg8zvHnUVB20XtQsqCE9 { width:300px;height:191px;top:80px;left:42px;background-color:#000000;background-image:url("https://images.assets-landingi.com/MLHfeVJD/Screenshot_2020_01_22_at_5.47.42_PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#czFr5IPFqwTRvg8zvHnUVB20XtQsqCE9.adaptive-delivery-prevent-bg, #czFr5IPFqwTRvg8zvHnUVB20XtQsqCE9.lazyload, #czFr5IPFqwTRvg8zvHnUVB20XtQsqCE9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #yUClHLueKqPvqPBtR547R1gyfoyomZH3 { width:378px;height:480px;top:71px;left:384px;display:block; }
 }@media only screen and (max-width: 1199px) { #p89bKGAWXnyEidBO8KgaEiOwpP1zsiGP { width:290px;height:66px;top:402px;left:428px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #Fnz2ywaumoXrleMKG2TPvnxSuPNS0tun { width:290px;height:28px;top:354px;left:428px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #wc8iTyfg9F9BTrUUdvnDpBcv0vOe9iJI { width:326px;height:194px;top:99.5px;left:406.5px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/WWoA5VKi/Screenshot_2020_01_22_at_5.35.24_PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wc8iTyfg9F9BTrUUdvnDpBcv0vOe9iJI.adaptive-delivery-prevent-bg, #wc8iTyfg9F9BTrUUdvnDpBcv0vOe9iJI.lazyload, #wc8iTyfg9F9BTrUUdvnDpBcv0vOe9iJI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #C6ZyP1vbD4MxxlrtHkEvbeoaNMzAgifd { width:388px;height:252px;top:71px;left:376px;display:block; }
 }@media only screen and (max-width: 1199px) { #hzEx2QnLelpvVAK5iCCf78lxk0oqDysg { display:block; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs { display:block; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tnFecGTOOTPifqinovnslEZgcvRVHQX7 { width:457px;height:25px;top:48.5px;left:18px;font-size:21px;display:block; }
 }@media only screen and (max-width: 1199px) { #g68dtTmDbvLFaKo6zTFzE6i1nz8dGZBD { top:36.5px;left:485px;width:253px;height:49px;display:block; }
 }@media only screen and (max-width: 1199px) { #ES31oxkHTwNzWNIZpJ9p1V0b9a8kRBN2 { display:block; }
 }@media only screen and (max-width: 1199px) { #QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 { display:block; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { width:764px;height:124px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ww4qOQIW9dy9GCTmVPeOhlnTFJ20eLUl { width:642px;height:44px;top:40px;left:61px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #TIwpue0HyL1ALtrnG64td0qAsTUNrE3G { display:block; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Q7VQTDpZAGtMH74yN7K9kPJ0RQ1kLEmf { width:250px;height:44px;top:281px;left:2.328125px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #CCIEzrZx5QU8EivsfcysQ0ZiFiV38743 { width:125px;height:50px;top:52.5px;left:2.328125px;font-size:42px;display:block; }
 }@media only screen and (max-width: 1199px) { #vTwWBxkV9kVV3Ax5ZLaSikempDw78H8t { width:125px;height:43px;top:56px;left:267.5px;font-size:36px;display:block; }
 }@media only screen and (max-width: 1199px) { #zJ66c9STWRmTBIKpesTmHfgeWKrEFAeh { width:250px;height:44px;top:281px;left:257px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #PgTrdJdTLbvxpJNamsRUNUDkq1FwzneQ { width:125px;height:51px;top:52px;left:525px;font-size:43px;display:block; }
 }@media only screen and (max-width: 1199px) { #FSm6dhZtM1fSNwUAB611Frh9K7eJKEU4 { width:250px;height:44px;top:281px;left:514px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #whwyC5kJ4DteEk8V7FOfWvGlrwf39IG0 { width:150px;height:210px;top:42px;left:83px;display:block; }
 }@media only screen and (max-width: 1199px) { #xKmHJhfM2UI3Ql6B0S1gbFgUbJsHwcR2 { width:148px;height:220px;top:40px;left:348.3125px;display:block; }
 }@media only screen and (max-width: 1199px) { #lwwCorb7TD5IdrTLelIlrcwol0nEvEzW { width:156px;height:222px;top:40.5px;left:593px;display:block; }
 }@media only screen and (max-width: 1199px) { #IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs { display:block; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SIxRn191gUSK2soXUkCl30H5QTT1VzFU { display:block; }#SIxRn191gUSK2soXUkCl30H5QTT1VzFU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ELP3z7eCGpN97lHdH1hiNcR9kD7RUTAV { width:764px;height:84px;top:45px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 { display:block; }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kLQMHr3PaT8atN4EGioit9RGfC7czMbR { width:30px;height:30px;top:23px;left:34px;font-size:21px;display:block; }
 }@media only screen and (max-width: 1199px) { #klKET7QBb1P16Vvz7J8KMKpKWPxRXTc4 { width:65px;height:65px;top:5px;left:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #s69hpUcKrMNxh3GIyliLh2GFtLTWPyzL { width:165px;height:165px;top:35px;left:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #V7tNUuuUBCA9hR8JHMXM0mpdHhw2VF3x { width:550px;height:75px;top:94px;left:198px;display:block; }
 }@media only screen and (max-width: 1199px) { #sxlTFwGDx0Zw3PeXPk8l2pWhS85iHdBT { width:550px;height:28px;top:54px;left:198px;display:block; }
 }@media only screen and (max-width: 1199px) { #AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 { display:block; }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TlVToehF65yEbUGq1Hvo26GQWMGpcZHC { width:30px;height:30px;top:52px;left:35px;font-size:21px;display:block; }
 }@media only screen and (max-width: 1199px) { #OnyVMrS3DECBQoFH9SVvBeT3AhQR7zTm { width:65px;height:65px;top:35px;left:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #ot5ECd5RAqVDlUAeXpmXkD2oBaiGBLOB { width:165px;height:165px;top:65px;left:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #XauONSPzwl9Vn222m1aNQLt6mAyfzTMP { width:550px;height:100px;top:127px;left:198px;display:block; }
 }@media only screen and (max-width: 1199px) { #cpcMQkOfwc0NTVwC73HWbJazLfvxVWnD { width:550px;height:28px;top:87px;left:198px;display:block; }
 }@media only screen and (max-width: 1199px) { #Rv47N1lNhkklxBIPytLQUCBna4T0MI8a { width:764px;height:257px;top:8px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #cN57ityBVt35dTHaQAvrVyyQzO72IUJd { display:block; }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #A5CdO0TZbq6T98RLk400pM5wuGtfPBKR { width:30px;height:30px;top:24px;left:33px;font-size:21px;display:block; }
 }@media only screen and (max-width: 1199px) { #QRQsvSCTMsfnvma0Ut8QNzxNgTnmvBKn { width:65px;height:65px;top:6px;left:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #A6ErH7Jh8sIF3DndIuQCTKhroy4q4eE2 { width:165px;height:165px;top:36px;left:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #OBF1xzvaGF20pw1X8bVxUPwhlErvl5oO { width:550px;height:100px;top:95px;left:199px;display:block; }
 }@media only screen and (max-width: 1199px) { #ENvF4fiNJXfDm7zcWKET80HgUVGLbS4U { width:550px;height:28px;top:55px;left:199px;display:block; }
 }@media only screen and (max-width: 1199px) { #TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB { display:block; }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row .container { width:764px;height:84px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt { display:block; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row .container { width:764px;height:401px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sHBlw1svhhgzK75G31pv5vQq1yyULyS5 { width:321px;height:88px;top:216px;left:443px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #PagzkbMm2LSaCoCdyu9zOFEEPQZHOQTp { width:154px;height:112px;top:64px;left:406px;display:block; }
 }@media only screen and (max-width: 1199px) { #LqiJwTNEZO3IhIqrSanton4QzD8BvLPn { width:175px;height:62px;top:80px;left:569px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #NuFo0l7ogf8uqfLxb0NygfcPHcvboJnA { width:415px;height:276px;top:64px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #fWk1rLTC09hag0ZRe7FsJJdEIwNRDbkg { display:block; }#fWk1rLTC09hag0ZRe7FsJJdEIwNRDbkg > .row .container { width:764px;height:357px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gp9PxVr0BzTrLnF1XhrMJBW5U1PydTZ4 { width:706px;height:60px;top:41px;left:29px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #GIU67PnCbGBybHvOmb8NDn3RlTsPers4 { top:215px;left:174px;width:416px;height:91px;display:block; }
 }@media only screen and (max-width: 1199px) { #Kt8sXh3hmST0xd9lxIg5GVOK0Jv88des { display:block; }
 }@media only screen and (max-width: 1199px) { #IeHbBWlDOT6z58kNVhB0lnpILsWld5ge { width:598px;height:30px;top:158px;left:83px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #UqvJh5LXdICv35IntIZ3zIBy7KWsew2g { display:block; }#UqvJh5LXdICv35IntIZ3zIBy7KWsew2g > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Q9GRHfDcyzlVxsvcl9JgmXLrPTJ48UuB { width:114px;height:20px;top:28px;left:397px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #Ab19qS2AWhOWXqpdHJxxubDDgpS1IFPB { width:97px;height:20px;top:28px;left:667px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #aTberxT4G3hyAxeMGKORw3TJT4n8ZWDk { width:70px;height:20px;top:28px;left:549px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #rpfHAGblLhRPqRxZARTKIKb4h4axw7oc { width:228px;height:34px;top:21px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #leTTHSqwkoRO6FGd3eBiIxglDCR87eno { display:block; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { width:320px;height:973px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnfPqsnBI3rsUKZ6SozQ0DuTGdJgRlC2 { height:180px;width:320px;top:511px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qIBWrlR0VgHVF25Xt5XxxJLuegxvZIfl { width:320px;height:66px;top:413px;left:0px;text-align:center;text-align-last:center;line-height:1.2;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ks1w1g5GlIO7mE0c11v4Cx9niS0ubhqy { top:863px;left:14.5px;width:291px;height:65px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wnxvMXSdifqzUGv3De3re4atlNnudSlz { display:block; }
 }@media only screen and (max-width: 763px) { #QWSNo4kLTzyq8zWSMePAUHTzlOKme28b { width:320px;height:240px;top:156px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #gXE8UHqFqx7GafRDWwAA7KSNMtRnrZ1p { width:221px;height:32px;top:22px;left:49.5px;display:block; }
 }@media only screen and (max-width: 763px) { #FVJ87dQnH7wTnZ9GvJxxs7e75ALqr8Fm { width:320px;height:72px;top:746.84375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TEr9l3kqzpLm8vZla1khH9dU8RkFUAMB { top:78px;left:48.5px;width:223px;height:49px;background-color:#64ffdb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #V4du6tvoCnMqE1dFT7OrxL9Z9sChbDLB { display:block; }
 }@media only screen and (max-width: 763px) { #Vo14UqSfvNFLcOvtwELF7c3DBM8ZpLhp { width:43px;height:40px;top:762.34375px;left:138.5px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #BlgSTGV5myZ0U5b72OBFedqeOCriyZ8M { width:291px;height:17px;top:351px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld { display:block; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container { width:320px;height:406px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpTTpmV2O3yX0npRQ3hasBrXMHpqPesT { width:320px;height:192px;top:196px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #laSATIMxGofgJIEKggtC6qEM6WTHb94z { width:320px;height:130px;top:46px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #y04BHvb9MMzZGobR5K3tsBbErLrgFeXg { display:block; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container { width:320px;height:658px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KI0w0PSVeDWkETzAFOTvk2mBHCznRJOy { width:75px;height:75px;top:20px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #rEvfLTeHKWtey9HpfquIHwPVDtNN0Qnn { width:40px;height:40px;top:37.5px;left:140px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #knF4ALGlTofuRBc7ki9SZ4McvxfaMSiT { width:290px;height:27px;top:117px;left:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K0PttnS8Sfhc7cAx4mkOnBETCIb1subp { width:290px;height:44px;top:165px;left:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #atZf3b8E18WkoGTQMozP3iatuLmdigHM { width:75px;height:75px;top:233px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #JrI67RgpFp2DTFQsD3zvhq9FicyJnCRv { width:290px;height:27px;top:329px;left:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iGzl8trSePEDGIBpZgTgpR9F7GNTlfq0 { width:290px;height:44px;top:377px;left:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #spdDhdGoKqVf9J3arilwAIZJzz1cWVNl { width:40px;height:40px;top:251px;left:140px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #CGg00bGOuytLSRad8MSCr8i7Wmse3CXt { width:40px;height:40px;top:462px;left:140px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #mNaLwLwo1O5RCw6DUv0VTW14Z2EIXkPw { width:75px;height:75px;top:444px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #S4w5TWmlMNqcpIaKX7TZGoLWuAkEivJi { width:290px;height:27px;top:544px;left:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qxUPAgXA6Efa2pRTgnqTme45KSVX25i1 { width:290px;height:44px;top:592px;left:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar { display:block; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container { width:320px;height:646px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9GzuRg0ZXbqBDsSMeBcxdA3q2klhlSM { width:75px;height:75px;top:8px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #OFDkml2Zo8R3aqHTUxZOuvpkLWKRG4b1 { width:40px;height:40px;top:26px;left:140px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #otCDkD7KNm7B5rPKW0pdEi091WTErnxl { width:290px;height:27px;top:104px;left:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WuxeORnb4fNxlTCuQNfymU3ci357v2Rc { width:290px;height:44px;top:152px;left:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qp3EVtnOd5KgotmNZs1qFE5UnThObbIH { width:75px;height:75px;top:218px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #Tg5FJ4e6pLPiOMJLOtuqeL671B89FsVt { width:290px;height:27px;top:319px;left:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MivcUx0PK9wTnURykA5Qu6v3G7KUmqAv { width:290px;height:44px;top:367px;left:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SeFDsvSuZvpanAa1uO1UwQHhqSAVLqy6 { width:40px;height:40px;top:236px;left:140px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #u06fWz7O6qCiB4Vgyis7VTsBHTb0e1ft { width:40px;height:40px;top:451px;left:140px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #W9B04PVhbi4f1XEWeZBvyu6SCo5tx0K6 { width:75px;height:75px;top:433px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #rllUhlytdTu0yZ4N5BN19C8wcqbqoq5x { width:290px;height:27px;top:535px;left:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ia1n8pz2OWZJCcCPMST5he9RHqoT5gys { width:290px;height:44px;top:583px;left:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q30xoqHLFOx6c9TV752pmRvpTl5qTRJt { display:block; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv { background-color:#e9f1f4;background-image:none;display:block; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { background-color: transparent; background-image: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container > .video-iframe-container { display: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row > .video-iframe-container { display: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .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); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { width:320px;height:148px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Br6lOtpqFt80IcveWZ6sbuU5732xfcet { width:320px;height:16px;top:31px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBCFRmwLqpha4Vowh5IakJt4sHphDHbs { width:320px;height:72px;top:46px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 { background-color:#e9f1f4;background-image:none;display:block; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { background-color: transparent; background-image: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container > .video-iframe-container { display: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row > .video-iframe-container { display: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .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); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { width:320px;height:983px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWex6yVNG6mIi92teOR9VisXTuosuWcu { width:320px;height:480px;top:4px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #f9oekIC5Id7EHSxvil3WMHSJ1RaUZuP9 { width:290px;height:28px;top:271px;left:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FR6XP8TTGzRq2leGRmHx9J3ra08vSCWQ { width:290px;height:66px;top:319px;left:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xFBq9TAFaObzLDEPvButFnTkpkRea26v { width:320px;height:192.16710182768px;top:69px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SHllTr5mPLnBnLHdidTebTDM1ub8bgab { width:250px;height:132px;top:93px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #qTJlVsTZQof8bsG2s42zbfszU0lpcUtT { width:320px;height:480px;top:496px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hZLKfn9F0Tkh4SNsWzTul1kBVXABDgh2 { width:290px;height:44px;top:820px;left:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yzQH42sNCzszF8Ev2zHEyfBsA2tB377K { width:290px;height:27px;top:772px;left:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M0IDWy2wMfsPf889rTqBQS1zVCTNBqpT { width:267px;height:157px;top:578px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #pQr6wpLX0Dh0oJPEiuQNhBDnEODG8L8P { width:320px;height:203.31491712707px;top:552px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ { background-color:#e9f1f4;background-image:none;display:block; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { background-color: transparent; background-image: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container > .video-iframe-container { display: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row > .video-iframe-container { display: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .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); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { width:320px;height:985px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oW06wzGHrDFoTNMTz3k7ZZizdkPcy3A2 { width:320px;height:480px;top:4px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #T2tX0GBOhyGqso1oU3t55gdkuDOzq7nV { width:290px;height:28px;top:267px;left:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q3TQX9ioVyo2X7l3UD6aVUV9oOuGyats { width:290px;height:66px;top:315px;left:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #liBITwzLa5PF8PN4SqcBGwIEfSvOLuCt { width:320px;height:192.16710182768px;top:55px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #czFr5IPFqwTRvg8zvHnUVB20XtQsqCE9 { width:250px;height:132px;top:79px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #yUClHLueKqPvqPBtR547R1gyfoyomZH3 { width:320px;height:480px;top:493px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #p89bKGAWXnyEidBO8KgaEiOwpP1zsiGP { width:290px;height:66px;top:816px;left:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fnz2ywaumoXrleMKG2TPvnxSuPNS0tun { width:290px;height:28px;top:768px;left:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wc8iTyfg9F9BTrUUdvnDpBcv0vOe9iJI { width:267px;height:157px;top:571px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #C6ZyP1vbD4MxxlrtHkEvbeoaNMzAgifd { width:320px;height:203.31491712707px;top:545px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hzEx2QnLelpvVAK5iCCf78lxk0oqDysg { background-color:#e9f1f4;background-image:none;display:block; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { background-color: transparent; background-image: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container > .video-iframe-container { display: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row > .video-iframe-container { display: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .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); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs { display:block; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row .container { width:320px;height:178px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnFecGTOOTPifqinovnslEZgcvRVHQX7 { width:320px;height:60px;top:29px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #g68dtTmDbvLFaKo6zTFzE6i1nz8dGZBD { top:109px;left:48px;width:223px;height:49px;background-color:#64ffdb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ES31oxkHTwNzWNIZpJ9p1V0b9a8kRBN2 { display:block; }
 }@media only screen and (max-width: 763px) { #QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 { display:block; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { width:320px;height:297px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ww4qOQIW9dy9GCTmVPeOhlnTFJ20eLUl { width:320px;height:192px;top:70px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #TIwpue0HyL1ALtrnG64td0qAsTUNrE3G { display:block; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container { width:320px;height:859px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7VQTDpZAGtMH74yN7K9kPJ0RQ1kLEmf { width:276px;height:44px;top:210px;left:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CCIEzrZx5QU8EivsfcysQ0ZiFiV38743 { width:125px;height:50px;top:28px;left:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTwWBxkV9kVV3Ax5ZLaSikempDw78H8t { width:125px;height:43px;top:288px;left:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJ66c9STWRmTBIKpesTmHfgeWKrEFAeh { width:251px;height:44px;top:482px;left:34.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PgTrdJdTLbvxpJNamsRUNUDkq1FwzneQ { width:125px;height:51px;top:606px;left:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FSm6dhZtM1fSNwUAB611Frh9K7eJKEU4 { width:320px;height:44px;top:784px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #whwyC5kJ4DteEk8V7FOfWvGlrwf39IG0 { width:122px;height:170px;top:11px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #xKmHJhfM2UI3Ql6B0S1gbFgUbJsHwcR2 { width:116px;height:173px;top:288px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #lwwCorb7TD5IdrTLelIlrcwol0nEvEzW { width:125px;height:178px;top:570px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs { display:block; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIxRn191gUSK2soXUkCl30H5QTT1VzFU { display:block; }#SIxRn191gUSK2soXUkCl30H5QTT1VzFU > .row .container { width:320px;height:192px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELP3z7eCGpN97lHdH1hiNcR9kD7RUTAV { width:320px;height:152px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 { display:block; }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row .container { width:320px;height:433px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kLQMHr3PaT8atN4EGioit9RGfC7czMbR { width:30px;height:30px;top:24px;left:68px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #klKET7QBb1P16Vvz7J8KMKpKWPxRXTc4 { width:65px;height:65px;top:6px;left:50px;display:block; }
 }@media only screen and (max-width: 763px) { #s69hpUcKrMNxh3GIyliLh2GFtLTWPyzL { width:165px;height:165px;top:34px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #V7tNUuuUBCA9hR8JHMXM0mpdHhw2VF3x { width:300px;height:150px;top:269px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sxlTFwGDx0Zw3PeXPk8l2pWhS85iHdBT { width:300px;height:28px;top:221px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 { display:block; }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row .container { width:320px;height:499px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlVToehF65yEbUGq1Hvo26GQWMGpcZHC { width:30px;height:30px;top:55px;left:65px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #OnyVMrS3DECBQoFH9SVvBeT3AhQR7zTm { width:65px;height:65px;top:37px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #ot5ECd5RAqVDlUAeXpmXkD2oBaiGBLOB { width:165px;height:165px;top:65px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #XauONSPzwl9Vn222m1aNQLt6mAyfzTMP { width:300px;height:150px;top:318px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cpcMQkOfwc0NTVwC73HWbJazLfvxVWnD { width:300px;height:56px;top:251px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rv47N1lNhkklxBIPytLQUCBna4T0MI8a { width:320px;height:468px;top:13px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cN57ityBVt35dTHaQAvrVyyQzO72IUJd { display:block; }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row .container { width:320px;height:435px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5CdO0TZbq6T98RLk400pM5wuGtfPBKR { width:30px;height:30px;top:25px;left:69px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #QRQsvSCTMsfnvma0Ut8QNzxNgTnmvBKn { width:65px;height:65px;top:7px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #A6ErH7Jh8sIF3DndIuQCTKhroy4q4eE2 { width:165px;height:165px;top:35px;left:77.5px;display:block; }
 }@media only screen and (max-width: 763px) { #OBF1xzvaGF20pw1X8bVxUPwhlErvl5oO { width:300px;height:150px;top:285px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ENvF4fiNJXfDm7zcWKET80HgUVGLbS4U { width:300px;height:56px;top:222px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB { display:block; }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt { display:block; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row .container { width:320px;height:724px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHBlw1svhhgzK75G31pv5vQq1yyULyS5 { width:320px;height:88px;top:572px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PagzkbMm2LSaCoCdyu9zOFEEPQZHOQTp { width:154px;height:112px;top:316px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #LqiJwTNEZO3IhIqrSanton4QzD8BvLPn { width:246px;height:82px;top:458px;left:37px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NuFo0l7ogf8uqfLxb0NygfcPHcvboJnA { width:320px;height:214.890625px;top:60px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fWk1rLTC09hag0ZRe7FsJJdEIwNRDbkg { display:block; }#fWk1rLTC09hag0ZRe7FsJJdEIwNRDbkg > .row .container { width:320px;height:431px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gp9PxVr0BzTrLnF1XhrMJBW5U1PydTZ4 { width:320px;height:160px;top:44px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #GIU67PnCbGBybHvOmb8NDn3RlTsPers4 { top:302px;left:8px;width:304px;height:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Kt8sXh3hmST0xd9lxIg5GVOK0Jv88des { display:block; }
 }@media only screen and (max-width: 763px) { #IeHbBWlDOT6z58kNVhB0lnpILsWld5ge { width:320px;height:22px;top:263px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #UqvJh5LXdICv35IntIZ3zIBy7KWsew2g { display:block; }#UqvJh5LXdICv35IntIZ3zIBy7KWsew2g > .row .container { width:320px;height:194px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9GRHfDcyzlVxsvcl9JgmXLrPTJ48UuB { width:114px;height:20px;top:74px;left:103px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ab19qS2AWhOWXqpdHJxxubDDgpS1IFPB { width:97px;height:20px;top:154px;left:111px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aTberxT4G3hyAxeMGKORw3TJT4n8ZWDk { width:70px;height:20px;top:114px;left:125px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rpfHAGblLhRPqRxZARTKIKb4h4axw7oc { width:228px;height:34px;top:20px;left:46px;display:block; }
 }