.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(236,243,255,0.67);background-image:url("https://images.assets-landingi.com/uc/fc70811f-3608-4350-9de4-ded0d2845a38/BG_Landing_03.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA.adaptive-delivery-prevent-bg, #J7iqDcqsTappL052Pas8c9gdyKv4sExA.lazyload, #J7iqDcqsTappL052Pas8c9gdyKv4sExA.lazyloading { background-image: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { background-color: transparent; background-image: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container > .video-iframe-container { display: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row > .video-iframe-container { display: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .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); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { border-width: 0; border-radius: 0; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#JtgaiGLDXaNWK8C0fkCREHmB9DKaF4Cs { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.1875rem;top:24.3125rem;left:7.5rem;overflow:hidden;display:none; }
#P8kHb6p8QDaNpikQGIikKlyX5tAHkNwc { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.25rem;top:24.3125rem;left:15rem;overflow:hidden;display:none; }
#onq0IQe8eedKTbVJ35dG08Ga90Cow124 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.25rem;top:24.3125rem;left:22.5625rem;overflow:hidden;display:none; }
#VPCpFCgCsbGwIKcvBugfHxKPo7N1zvoG { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.1875rem;top:24.3125rem;left:30.0625rem;overflow:hidden;display:none; }
#OqCA1FTT2Eyt3vfWfx4GpX412fQis8Mv { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.1875rem;top:24.3125rem;left:37.75rem;overflow:hidden;display:none; }
#SKXFbUK09OJ2e6BON1hMVFAtVTEVdqld { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.1875rem;top:24.3125rem;left:45.3125rem;overflow:hidden;display:none; }
#m0xfD9xMepTCEg1GKIUCpKH5PeFb80QQ { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.1875rem;top:24.3125rem;left:60.3125rem;overflow:hidden;display:none; }
#DfScDKq2giTctmgUexgnu0yExzknVBJW { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.1875rem;top:24.3125rem;left:52.8125rem;overflow:hidden;display:none; }
#XrsELxyISCF5TsXxC7JtadshyCDParao { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#0e192a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.0625rem;left:7.5rem;display:block; }
#al99xpW67q4wgZdzFO5flUzU86knSr29 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OMgbbNlDEqyB6u3WHMGxLfTfW5eU0ADb { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:35.25rem;top:-0.25rem;left:32.25rem;overflow:hidden;display:none; }
#U9w6vKTMXkAP9eLQAMl7FGP545SCBdpQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:8.25rem;top:2.5rem;left:7.5rem;overflow:hidden;display:block; }
#Qh6wQCg0dnEtibttk60n3fRTH3GdD6qu { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:6.5625rem;left:7.5rem;height:11.69925rem;font-style:normal;display:block; }
#lXpq3aRJSvw5Kw2wt8QeNOp2F6ahEaTH { color:#ffffff;display:block;width:25.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:18.875rem;left:7.5rem;height:3.5rem;font-style:normal;display:block; }
#xXLm8UGVyBUysPWRpnzes7VLW6ISz60s { position:absolute;display:block;z-index:15044;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:15rem;left:8.25rem;display:none; }
#GHOT2iFletylNr4UqVleLaVKghBwUhZ4 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:35rem;top:7.5625rem;left:32.5rem;overflow:hidden;display:block; }
#f4FgnX1kDbuvpbJGcTqrvLSN9gU9Vcyy { color:rgba(255,255,255,0.6);display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:26.4375rem;left:7.5rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OdB4H2ZAcwSAhFu23gv4HcdIdkvCW65q { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:12.375rem;top:1.90625rem;left:20.1875rem;overflow:hidden;display:block; }
#MofFBpeBzTvv8HhIgdQd4Oppapxf1eQW { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:2.5625rem;left:16.9375rem;height:2.92480625rem;font-style:normal;display:block; }
#otBM3aTagFpso18r6UmwH1CWNzdguRMb { position:relative;display:block; }#otBM3aTagFpso18r6UmwH1CWNzdguRMb { background-color: transparent; background-image: none; }#otBM3aTagFpso18r6UmwH1CWNzdguRMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otBM3aTagFpso18r6UmwH1CWNzdguRMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otBM3aTagFpso18r6UmwH1CWNzdguRMb > .row .container > .video-iframe-container { display: none; }#otBM3aTagFpso18r6UmwH1CWNzdguRMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otBM3aTagFpso18r6UmwH1CWNzdguRMb > .row > .video-iframe-container { display: none; }#otBM3aTagFpso18r6UmwH1CWNzdguRMb > .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); }#otBM3aTagFpso18r6UmwH1CWNzdguRMb { border-width: 0; border-radius: 0; }#otBM3aTagFpso18r6UmwH1CWNzdguRMb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#otBM3aTagFpso18r6UmwH1CWNzdguRMb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MhSHcc5Q3Kmi5Kx0wwWaiz9ONwh5EOTe { color:#363a41;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.859375rem;left:3.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pKcRM0EQTK5kwkr1nTiTyx0W5Oo84c7R { color:#363a41;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.859375rem;left:60.125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TiUOripmyzzbJzmREtGLS4KuyuqBNaZ8 { color:#363a41;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.859375rem;left:41.375rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IAlo3d5Ip3drACVPWd9UTV0W3ZnIyTuU { color:#363a41;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.859375rem;left:22.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mpx7eXPTr0aNionhrFBmhZpmJFzUI8TD { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(190,190,190,0.6) ;height:14.6875rem;width:12.5rem;top:5.0625rem;left:21.875rem;display:block; }
#l06fHEdsxo9NeRESlXsO08tTEAnd8JTs { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(190,190,190,0.6) ;height:14.6875rem;width:12.5rem;top:5.0625rem;left:3.125rem;display:block; }
#l4qIoZBcm6L1bOcaTx5QfsJ1KAWOcgaa { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(190,190,190,0.6) ;height:14.6875rem;width:12.5rem;top:5rem;left:40.625rem;display:block; }
#PgBtcZ2FFUywFlnlGR4Ft6uIAFvohEbL { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(190,190,190,0.6) ;height:14.6875rem;width:12.5rem;top:4.9375rem;left:59.375rem;display:block; }
#spLHW9JAN9ncVFJs3da92HKJcRhd5HzP { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:5.125rem;left:23.75rem;overflow:hidden;display:block; }
#JOuHxpw6y2dkyGZmP16KmzGmWetNUPdf { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:5.0625rem;left:61.25rem;overflow:hidden;display:block; }
#dJJ32XuerHN5XSdIXshi56k9cIzvTus6 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:5.125rem;left:42.5rem;overflow:hidden;display:block; }
#gtZAV3gFC5ENA2KxgXn8C8Zr5kwHnyvg { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:5.0625rem;left:5rem;overflow:hidden;display:block; }
#apZRKzucK2L1vqXeykpcoE0LRWGonHGD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(66,133,244,0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD > .row .container { background-color: transparent; background-image: none; }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD > .row .container > .video-iframe-container { display: none; }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD > .row > .video-iframe-container { display: none; }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD > .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); }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD > .row .container { border-width: 0; border-radius: 0; }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#fnxxFcMhMIR6LEc5dtDdw3GhumhihNN6 { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:3.75rem;height:1.94970625rem;font-style:normal;display:none; }
#ZHEIVqzy7R0Gol5lV7SlxTZN0rDFsaVN { color:#6f7176;display:block;width:19.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.92578125rem;left:9.03125rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OyugeXgCiHpgN7cQ8OPGElaoP10t0Sot { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3rem;top:12.125rem;left:4.875rem;overflow:hidden;display:block; }
#OIIHheILihpmIsH1DVtGFKEB7aAuIfAp { color:#acacac;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:52.3125rem;left:3.75rem;height:5.6875rem;display:none; }
#LHTqILH9h5914845wBSWP0wiQlkTMyHC { color:#363a41;display:block;width:22.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:11.875rem;left:9.125rem;height:1.04980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sKkoQXtQ1a7rNii4vKLQJEpCD0zCdudZ { color:#6f7176;display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.01171875rem;left:48.0625rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MNi3wRhKkaysGzG8fXE5eDS7a53uTk3x { color:#6f7176;display:block;width:18.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:28.9375rem;left:47.9375rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lmZuXw0NTDL3DJWa33zgeentDitREfaq { color:#363a41;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:27.86328125rem;left:47.875rem;height:0.9624rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#doXqeTUh7dJqRdTAxLCHGcq2Q7vdXJdc { color:#363a41;display:block;width:23.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:11.9375rem;left:48.0625rem;height:0.9624rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TSaJoyvc0KGMZgdxIQZEWFhTKbIE4y3A { color:#6f7176;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:20.76220703125rem;left:9.125rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TTcrCbrukvTRB67RTdl0AkwzRzh3LqqS { color:#363a41;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:19.62548828125rem;left:9.125rem;height:0.9624rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TmeKZTzm6HIwaIS1Qs8HdmN68xyvydpb { color:#6f7176;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:20.75634765625rem;left:48.0625rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FQrgH4l2lz3mzbCdtUJDFUGekm2750cV { color:#363a41;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:19.62548828125rem;left:48.0625rem;height:1.13720625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SVI2Wvv6TGNUusGzUIifE6PzzFv1n8pv { color:#363a41;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:27.86328125rem;left:9.125rem;height:1.13720625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C3ksk2oe1dOUUkBWcPSv7mhzQ92QQq57 { color:#6f7176;display:block;width:20.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:28.99951171875rem;left:9.125rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z5om7eTn2gAzvugnreiDl7rwzNhriGPe { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3rem;top:12.1875rem;left:43.375rem;overflow:hidden;display:block; }
#drRakX4BWV4Seh2ISGFbkC97E03Q5y9c { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3rem;top:19.8125rem;left:43.3125rem;overflow:hidden;display:block; }
#BQqhBuEksCvIPCfvCqxbsVN7aeMxPGNS { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3rem;top:27.8125rem;left:43.3125rem;overflow:hidden;display:block; }
#FzzcNAHQ93ioBUyZBRRLE8FSG513spSH { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3rem;top:27.8125rem;left:4.875rem;overflow:hidden;display:block; }
#FqGnwPwBMa1kMqAItTDhF9utDpOn92eH { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3rem;top:19.8125rem;left:4.875rem;overflow:hidden;display:block; }
#Ocz0QH0kkACl3wh9JzqOO3nwnAhpN33p { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(93,146,255,0.4);border-left:0.0625rem solid rgba(93,146,255,0.4);border-right:0.0625rem solid rgba(93,146,255,0.4);border-bottom:0.0625rem solid rgba(93,146,255,0.4);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.875rem;width:29.25rem;top:10.4375rem;left:3.75rem;display:block; }
#GHSJ8iJHw94cXEQg9eqsQTiHbKIbJnIg { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(93,146,255,0.4);border-left:0.0625rem solid rgba(93,146,255,0.4);border-right:0.0625rem solid rgba(93,146,255,0.4);border-bottom:0.0625rem solid rgba(93,146,255,0.4);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.875rem;width:29.25rem;top:10.4375rem;left:42rem;display:block; }
#Wia8NgoEkc0hMIhq5XbxcREd56sdGtqo { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(93,146,255,0.4);border-left:0.0625rem solid rgba(93,146,255,0.4);border-right:0.0625rem solid rgba(93,146,255,0.4);border-bottom:0.0625rem solid rgba(93,146,255,0.4);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.875rem;width:29.25rem;top:26.375rem;left:42rem;display:block; }
#oTG0W5FuhBQEbITtf4Tka2VXb3P5LEFe { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(93,146,255,0.4);border-left:0.0625rem solid rgba(93,146,255,0.4);border-right:0.0625rem solid rgba(93,146,255,0.4);border-bottom:0.0625rem solid rgba(93,146,255,0.4);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.875rem;width:29.25rem;top:26.1875rem;left:3.75rem;display:block; }
#p3lXpf5hNZm7lrRq8tJuHoOgfsuTfk1K { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(93,146,255,0.4);border-left:0.0625rem solid rgba(93,146,255,0.4);border-right:0.0625rem solid rgba(93,146,255,0.4);border-bottom:0.0625rem solid rgba(93,146,255,0.4);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.875rem;width:29.25rem;top:18.375rem;left:42rem;display:block; }
#lfL2TNtACX1mCkbTTJwdfnwO3HIgw4q6 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(93,146,255,0.4);border-left:0.0625rem solid rgba(93,146,255,0.4);border-right:0.0625rem solid rgba(93,146,255,0.4);border-bottom:0.0625rem solid rgba(93,146,255,0.4);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.875rem;width:29.25rem;top:18.3125rem;left:3.75rem;display:block; }
#VTyvLtbwWKxThy7ipkos7TQs7ZxmtvZn { position:absolute;display:block;z-index:15023;background-color:rgba(66,133,244,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.875rem;width:3.875rem;top:27.25rem;left:4.4375rem;display:block; }
#uGGkmUGwIJZI0G6JEoVtKia86vbes8zO { position:absolute;display:block;z-index:15024;background-color:rgba(66,133,244,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.875rem;width:3.875rem;top:19.25rem;left:4.4375rem;display:block; }
#liHN0mFnEqqnITnBMyCmJtFvsk1XF9Wy { position:absolute;display:block;z-index:15024;background-color:rgba(66,133,244,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.875rem;width:3.875rem;top:11.5625rem;left:4.4375rem;display:block; }
#lN5SWITtSLA2wBL5FeAztgZGg1bCxBw0 { position:absolute;display:block;z-index:15025;background-color:rgba(66,133,244,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.875rem;width:3.875rem;top:11.5625rem;left:42.875rem;display:block; }
#KGTCuyC49w3bfFNVq5u3dl0mpAqQmyre { position:absolute;display:block;z-index:15025;background-color:rgba(66,133,244,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.875rem;width:3.875rem;top:19.25rem;left:42.8125rem;display:block; }
#TMrDq37NdlTWrXWyopFvTkSeDsvQQ8IU { position:absolute;display:block;z-index:15024;background-color:rgba(66,133,244,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.875rem;width:3.875rem;top:27.25rem;left:42.8125rem;display:block; }
#N65imFE2FCsm4CyEthoLZ56FG0pkxSo3 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(93,146,255,0.4);border-left:0.0625rem solid rgba(93,146,255,0.4);border-right:0.0625rem solid rgba(93,146,255,0.4);border-bottom:0.0625rem solid rgba(93,146,255,0.4);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.875rem;width:29.25rem;top:34.125rem;left:3.75rem;display:block; }
#K7UUpXI9nZ3uzwfwI5K1S9dm1x9f6so2 { position:absolute;display:block;z-index:15028;background-color:rgba(66,133,244,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.875rem;width:3.875rem;top:35.1875rem;left:4.4375rem;display:block; }
#d0BrB8cLvLEOZkxcpOT97rcgM8Wa8mfR { color:#363a41;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:35.1875rem;left:9.125rem;height:1.04980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wLoaVFSHnWI2i2OFx9qEInzhp0zrI17u { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3rem;top:35.75rem;left:4.875rem;overflow:hidden;display:block; }
#ep5El8DbhgybV53ASh73moQRHvPfJhGo { color:#6f7176;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:36.32421875rem;left:9.125rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pK2zwX2a82ou5nNrlln0yGMopKUJr16X { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(93,146,255,0.4);border-left:0.0625rem solid rgba(93,146,255,0.4);border-right:0.0625rem solid rgba(93,146,255,0.4);border-bottom:0.0625rem solid rgba(93,146,255,0.4);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.875rem;width:29.25rem;top:34.125rem;left:41.875rem;display:block; }
#OgJ8GWzakGfcI5TadZWp17C9dF5kkLEF { position:absolute;display:block;z-index:15033;background-color:rgba(66,133,244,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.875rem;width:3.875rem;top:35.1875rem;left:42.5625rem;display:block; }
#EOUBAR4RNCqVhuBxT4Zx0A9z9GqxmpVN { color:#363a41;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15029;line-height:.9;letter-spacing:0;top:35.1875rem;left:48.0625rem;height:0.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NwOFBksPbHQeOZZFBVpTWLgNC8nBp2HK { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3rem;top:35.75rem;left:43rem;overflow:hidden;display:block; }
#J0cxELUknTEuWRu64PUNImTRusfRwmTz { color:#6f7176;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:36.16259765625rem;left:48.0625rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UIkqnfiTVILXqN93CwaNGQZn5oN1WXwz { color:#363a41;display:block;width:30.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1875rem;left:21.9375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W8MXdcDuRw9T1ohRTOI3NBPlJZqTkglk { color:#363a41;display:block;width:23.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.6875rem;left:47.5rem;height:1.13720625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TArSXDDTisW7HQeALigEWIbKqte5UHT6 { color:#6f7176;display:block;width:22.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.375rem;left:9.125rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ooOhkv8pMM1Li8SD285J8fAbtcwB0Ot3 { color:#363a41;display:block;width:23.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.6875rem;left:47.5rem;height:1.13720625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hs3yqudQV3e1TXcglPBJ64b1vXpe3pmf { color:#6f7176;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.1875rem;left:47.5rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM { position:relative;display:block; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM { background-color: transparent; background-image: none; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row .container > .video-iframe-container { display: none; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row > .video-iframe-container { display: none; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .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); }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM { border-width: 0; border-radius: 0; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Bb9Qfd4hZOAKyDOTBuJ6nbGTRGqo0vue { color:#000000;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:4.8623046875rem;left:10.625rem;height:5.7744125rem;font-style:normal;display:block; }
#g9RlrWKteEh8awf4fB4TWQU5Tni3uNwa { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:10.0625rem;left:48.125rem;display:block; }
#syfinA1FzFspDsTnrR6JJLbqSgATfbNQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HKc0AK5T7WaHOC0ukKs1ZXQMmkyTBIZF { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:4.8623046875rem;left:48.59375rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4285f4;background-image:url("https://images.assets-landingi.com/uc/19cc06f2-3c7a-4de4-b849-52b18285c1b6/BL_NEW_element_BG_06.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU.adaptive-delivery-prevent-bg, #nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU.lazyload, #nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU.lazyloading { background-image: none; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row .container { background-color: transparent; background-image: none; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row .container > .video-iframe-container { display: none; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row > .video-iframe-container { display: none; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .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); }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row .container { border-width: 0; border-radius: 0; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;position:relative;display:block; }#qWABD5LphgGfd7SfbxHeZd58bvqHSz9M { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#131313;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:14.8125rem;left:29.53125rem;display:block; }
#OC3FHrRmtO3bTpFnCNgQ5VeSOWm4QZWs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HRGN1tSqXkvWAh8dlbOARgiLiMl1OZNA { color:#ffffff;display:block;width:41.4375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:6rem;left:16.75rem;height:4.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PbUskMhlkiJzkS6K7qz2rQey1ROOOUTa { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:10.75rem;left:17.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qRyfxQtKkkCaehSgA6QwBRvwhypbNohk { color:#ffffff;display:block;width:41.4375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:7.875rem;left:16.8125rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#ap5aWx8mlZHcB7XNfyhGw4Kumryf7gCw { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:10.75rem;left:17.0625rem;height:2.2744125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#tgGWm3Jo0iRT4Cp3lK5pkFIJT7REslS1 { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:18.92578125rem;left:17.0625rem;height:;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iZNEciFSzTEKuGZbzNNqRrikJzxR8Ub1 { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:10.75rem;left:17.0625rem;height:2.2744125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd { position:relative;display:block; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd { background-color: transparent; background-image: none; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row .container > .video-iframe-container { display: none; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row > .video-iframe-container { display: none; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .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); }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd { border-width: 0; border-radius: 0; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ew1B3NaUAJXkiyCOiFDvWF9OrqNVtBqb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:9rem;top:1.125rem;left:7.5rem;overflow:hidden;display:none; }
#gDQMWWsu6lsbvuNkPLnvpZf0BzDDJNRv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:5.0625rem;top:1.0625rem;left:7.5rem;overflow:hidden;display:block; }
#zStkNTuUrkTokR1cgnnx44NP4AtEqaxW { color:#959595;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.375rem;left:46.5rem;height:0.8125rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J7iqDcqsTappL052Pas8c9gdyKv4sExA { display:block; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtgaiGLDXaNWK8C0fkCREHmB9DKaF4Cs { top:24.3125rem;left:0rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8kHb6p8QDaNpikQGIikKlyX5tAHkNwc { top:24.3125rem;left:1.375rem;width:7.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onq0IQe8eedKTbVJ35dG08Ga90Cow124 { top:24.3125rem;left:8.9375rem;width:7.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPCpFCgCsbGwIKcvBugfHxKPo7N1zvoG { top:24.3125rem;left:16.4375rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqCA1FTT2Eyt3vfWfx4GpX412fQis8Mv { top:24.3125rem;left:24.125rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKXFbUK09OJ2e6BON1hMVFAtVTEVdqld { top:24.3125rem;left:31.6875rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0xfD9xMepTCEg1GKIUCpKH5PeFb80QQ { top:24.3125rem;left:40.5625rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfScDKq2giTctmgUexgnu0yExzknVBJW { top:24.3125rem;left:39.1875rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrsELxyISCF5TsXxC7JtadshyCDParao { width:14.0625rem;height:2.625rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #al99xpW67q4wgZdzFO5flUzU86knSr29 { display:block; }
 }@media only screen and (max-width: 763px) { #OMgbbNlDEqyB6u3WHMGxLfTfW5eU0ADb { top:-0.25rem;left:12.5rem;width:35.25rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9w6vKTMXkAP9eLQAMl7FGP545SCBdpQ { top:2.5rem;left:0rem;width:8.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh6wQCg0dnEtibttk60n3fRTH3GdD6qu { top:6.5625rem;left:0rem;width:27.9375rem;height:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXpq3aRJSvw5Kw2wt8QeNOp2F6ahEaTH { top:18.875rem;left:0rem;width:25.25rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXLm8UGVyBUysPWRpnzes7VLW6ISz60s { top:15rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHOT2iFletylNr4UqVleLaVKghBwUhZ4 { top:7.5625rem;left:12.75rem;width:35rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4FgnX1kDbuvpbJGcTqrvLSN9gU9Vcyy { top:26.4375rem;left:0rem;width:13.75rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdB4H2ZAcwSAhFu23gv4HcdIdkvCW65q { top:1.875rem;left:6.5625rem;width:12.375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MofFBpeBzTvv8HhIgdQd4Oppapxf1eQW { top:2.5625rem;left:3.3125rem;width:2.1875rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #otBM3aTagFpso18r6UmwH1CWNzdguRMb { display:block; }#otBM3aTagFpso18r6UmwH1CWNzdguRMb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhSHcc5Q3Kmi5Kx0wwWaiz9ONwh5EOTe { top:12.8125rem;left:0.46875rem;width:11rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKcRM0EQTK5kwkr1nTiTyx0W5Oo84c7R { top:12.8125rem;left:36.28125rem;width:11rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiUOripmyzzbJzmREtGLS4KuyuqBNaZ8 { top:12.8125rem;left:24.34375rem;width:11rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAlo3d5Ip3drACVPWd9UTV0W3ZnIyTuU { top:12.8125rem;left:12.40625rem;width:11rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpx7eXPTr0aNionhrFBmhZpmJFzUI8TD { top:5.0625rem;left:11.375rem;width:12.5rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l06fHEdsxo9NeRESlXsO08tTEAnd8JTs { top:5.0625rem;left:0rem;width:12.5rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4qIoZBcm6L1bOcaTx5QfsJ1KAWOcgaa { top:5rem;left:23.3125rem;width:12.5rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgBtcZ2FFUywFlnlGR4Ft6uIAFvohEbL { top:4.9375rem;left:35.25rem;width:12.5rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spLHW9JAN9ncVFJs3da92HKJcRhd5HzP { top:5.125rem;left:13.53125rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOuHxpw6y2dkyGZmP16KmzGmWetNUPdf { top:5.0625rem;left:37.40625rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJJ32XuerHN5XSdIXshi56k9cIzvTus6 { top:5.125rem;left:25.46875rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtZAV3gFC5ENA2KxgXn8C8Zr5kwHnyvg { top:5.0625rem;left:1.59375rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #apZRKzucK2L1vqXeykpcoE0LRWGonHGD { display:block; }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnxxFcMhMIR6LEc5dtDdw3GhumhihNN6 { top:0rem;left:0rem;width:27.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHEIVqzy7R0Gol5lV7SlxTZN0rDFsaVN { top:12.875rem;left:2.21875rem;width:19.4375rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyugeXgCiHpgN7cQ8OPGElaoP10t0Sot { top:12.125rem;left:0rem;width:3rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIIHheILihpmIsH1DVtGFKEB7aAuIfAp { top:52.3125rem;left:0rem;width:27.75rem;height:6.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHTqILH9h5914845wBSWP0wiQlkTMyHC { top:11.875rem;left:1.1875rem;width:22.6875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKkoQXtQ1a7rNii4vKLQJEpCD0zCdudZ { top:13rem;left:27.625rem;width:18.6875rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNi3wRhKkaysGzG8fXE5eDS7a53uTk3x { top:28.9375rem;left:27.5rem;width:18.3125rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmZuXw0NTDL3DJWa33zgeentDitREfaq { top:27.8125rem;left:20.625rem;width:27.125rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #doXqeTUh7dJqRdTAxLCHGcq2Q7vdXJdc { top:11.9375rem;left:24.375rem;width:23.375rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSaJoyvc0KGMZgdxIQZEWFhTKbIE4y3A { top:20.75rem;left:2.3125rem;width:20.5625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcrCbrukvTRB67RTdl0AkwzRzh3LqqS { top:19.625rem;left:0.75rem;width:23.125rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmeKZTzm6HIwaIS1Qs8HdmN68xyvydpb { top:20.75rem;left:27.625rem;width:19.5625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQrgH4l2lz3mzbCdtUJDFUGekm2750cV { top:19.625rem;left:26rem;width:21.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVI2Wvv6TGNUusGzUIifE6PzzFv1n8pv { top:27.8125rem;left:2.3125rem;width:20.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3ksk2oe1dOUUkBWcPSv7mhzQ92QQq57 { top:28.9375rem;left:2.3125rem;width:20.1875rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5om7eTn2gAzvugnreiDl7rwzNhriGPe { top:12.1875rem;left:23.875rem;width:3rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #drRakX4BWV4Seh2ISGFbkC97E03Q5y9c { top:19.8125rem;left:23.875rem;width:3rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQqhBuEksCvIPCfvCqxbsVN7aeMxPGNS { top:27.8125rem;left:23.875rem;width:3rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzzcNAHQ93ioBUyZBRRLE8FSG513spSH { top:27.8125rem;left:0rem;width:3rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqGnwPwBMa1kMqAItTDhF9utDpOn92eH { top:19.8125rem;left:0rem;width:3rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ocz0QH0kkACl3wh9JzqOO3nwnAhpN33p { top:10.4375rem;left:0rem;width:29.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHSJ8iJHw94cXEQg9eqsQTiHbKIbJnIg { top:10.4375rem;left:18.375rem;width:29.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wia8NgoEkc0hMIhq5XbxcREd56sdGtqo { top:26.375rem;left:18.375rem;width:29.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTG0W5FuhBQEbITtf4Tka2VXb3P5LEFe { top:26.1875rem;left:0rem;width:29.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3lXpf5hNZm7lrRq8tJuHoOgfsuTfk1K { top:18.375rem;left:18.375rem;width:29.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfL2TNtACX1mCkbTTJwdfnwO3HIgw4q6 { top:18.3125rem;left:0rem;width:29.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTyvLtbwWKxThy7ipkos7TQs7ZxmtvZn { top:27.25rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGGkmUGwIJZI0G6JEoVtKia86vbes8zO { top:19.25rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liHN0mFnEqqnITnBMyCmJtFvsk1XF9Wy { top:11.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN5SWITtSLA2wBL5FeAztgZGg1bCxBw0 { top:11.5625rem;left:23.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGTCuyC49w3bfFNVq5u3dl0mpAqQmyre { top:19.25rem;left:23.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMrDq37NdlTWrXWyopFvTkSeDsvQQ8IU { top:27.25rem;left:23.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N65imFE2FCsm4CyEthoLZ56FG0pkxSo3 { top:34.125rem;left:0rem;width:29.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7UUpXI9nZ3uzwfwI5K1S9dm1x9f6so2 { top:35.1875rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0BrB8cLvLEOZkxcpOT97rcgM8Wa8mfR { top:35.1875rem;left:2.3125rem;width:21rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLoaVFSHnWI2i2OFx9qEInzhp0zrI17u { top:35.75rem;left:0rem;width:3rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep5El8DbhgybV53ASh73moQRHvPfJhGo { top:36.3125rem;left:2.3125rem;width:17.5625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK2zwX2a82ou5nNrlln0yGMopKUJr16X { top:34.125rem;left:18.375rem;width:29.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgJ8GWzakGfcI5TadZWp17C9dF5kkLEF { top:35.1875rem;left:23.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOUBAR4RNCqVhuBxT4Zx0A9z9GqxmpVN { top:35.1875rem;left:26.8125rem;width:20.9375rem;height:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwOFBksPbHQeOZZFBVpTWLgNC8nBp2HK { top:35.75rem;left:23.875rem;width:3rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0cxELUknTEuWRu64PUNImTRusfRwmTz { top:36.125rem;left:27.625rem;width:17.375rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIkqnfiTVILXqN93CwaNGQZn5oN1WXwz { top:3.1875rem;left:0rem;width:30.5rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8MXdcDuRw9T1ohRTOI3NBPlJZqTkglk { top:11.6875rem;left:27.0625rem;width:13.75rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TArSXDDTisW7HQeALigEWIbKqte5UHT6 { top:13.375rem;left:2.3125rem;width:12.3125rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ooOhkv8pMM1Li8SD285J8fAbtcwB0Ot3 { top:11.6875rem;left:27.0625rem;width:13.75rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hs3yqudQV3e1TXcglPBJ64b1vXpe3pmf { top:13.1875rem;left:27.0625rem;width:13.25rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM { display:block; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bb9Qfd4hZOAKyDOTBuJ6nbGTRGqo0vue { top:4.8125rem;left:0rem;width:22.25rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9RlrWKteEh8awf4fB4TWQU5Tni3uNwa { width:15.8125rem;height:3.4375rem;top:10.0625rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #syfinA1FzFspDsTnrR6JJLbqSgATfbNQ { display:block; }
 }@media only screen and (max-width: 763px) { #HKc0AK5T7WaHOC0ukKs1ZXQMmkyTBIZF { top:4.8125rem;left:32.875rem;width:14.875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU { display:none; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qWABD5LphgGfd7SfbxHeZd58bvqHSz9M { width:15.9375rem;height:2.625rem;top:14.8125rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC3FHrRmtO3bTpFnCNgQ5VeSOWm4QZWs { display:block; }
 }@media only screen and (max-width: 763px) { #HRGN1tSqXkvWAh8dlbOARgiLiMl1OZNA { top:6rem;left:3.125rem;width:41.4375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbUskMhlkiJzkS6K7qz2rQey1ROOOUTa { top:10.75rem;left:3.4375rem;width:40.875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRyfxQtKkkCaehSgA6QwBRvwhypbNohk { top:5.4375rem;left:0rem;width:20rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ap5aWx8mlZHcB7XNfyhGw4Kumryf7gCw { top:12.8125rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tgGWm3Jo0iRT4Cp3lK5pkFIJT7REslS1 { top:18.875rem;left:3.4375rem;width:40.875rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZNEciFSzTEKuGZbzNNqRrikJzxR8Ub1 { top:22.0625rem;left:0rem;width:20rem;height:;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd { display:block; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ew1B3NaUAJXkiyCOiFDvWF9OrqNVtBqb { top:1.125rem;left:0rem;width:9rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gDQMWWsu6lsbvuNkPLnvpZf0BzDDJNRv { width:5.0625rem;height:1.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zStkNTuUrkTokR1cgnnx44NP4AtEqaxW { top:1.375rem;left:26.75rem;width:21rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J7iqDcqsTappL052Pas8c9gdyKv4sExA { background-color:rgba(236,243,255,0.67);background-image:url("https://images.assets-landingi.com/uc/fc70811f-3608-4350-9de4-ded0d2845a38/BG_Landing_03.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA.adaptive-delivery-prevent-bg, #J7iqDcqsTappL052Pas8c9gdyKv4sExA.lazyload, #J7iqDcqsTappL052Pas8c9gdyKv4sExA.lazyloading { background-image: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { background-color: transparent; background-image: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container > .video-iframe-container { display: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row > .video-iframe-container { display: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .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); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { width:20rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtgaiGLDXaNWK8C0fkCREHmB9DKaF4Cs { width:7.1875rem;height:2.625rem;top:24.3125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8kHb6p8QDaNpikQGIikKlyX5tAHkNwc { width:7.25rem;height:2.625rem;top:24.3125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #onq0IQe8eedKTbVJ35dG08Ga90Cow124 { width:7.25rem;height:2.625rem;top:24.3125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VPCpFCgCsbGwIKcvBugfHxKPo7N1zvoG { width:7.1875rem;height:2.625rem;top:24.3125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqCA1FTT2Eyt3vfWfx4GpX412fQis8Mv { width:7.1875rem;height:2.625rem;top:24.3125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKXFbUK09OJ2e6BON1hMVFAtVTEVdqld { width:7.1875rem;height:2.625rem;top:49.1850875rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m0xfD9xMepTCEg1GKIUCpKH5PeFb80QQ { width:7.1875rem;height:2.625rem;top:49.1850875rem;left:12.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfScDKq2giTctmgUexgnu0yExzknVBJW { width:7.1875rem;height:2.625rem;top:49.1850875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrsELxyISCF5TsXxC7JtadshyCDParao { width:11.25rem;height:2.25rem;top:21.15625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #al99xpW67q4wgZdzFO5flUzU86knSr29 { display:block; }
 }@media only screen and (max-width: 763px) { #OMgbbNlDEqyB6u3WHMGxLfTfW5eU0ADb { width:20rem;height:15rem;top:-0.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9w6vKTMXkAP9eLQAMl7FGP545SCBdpQ { width:8.3125rem;height:2.375rem;top:1.0625rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh6wQCg0dnEtibttk60n3fRTH3GdD6qu { width:19.4375rem;height:7.7988125rem;top:9.25rem;left:0.28125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lXpq3aRJSvw5Kw2wt8QeNOp2F6ahEaTH { width:17.8125rem;height:2.44921875rem;top:17.88671875rem;left:1.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xXLm8UGVyBUysPWRpnzes7VLW6ISz60s { width:2.125rem;height:2.125rem;top:14.57425rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GHOT2iFletylNr4UqVleLaVKghBwUhZ4 { width:18.9375rem;height:11.125rem;top:25.0625rem;left:0.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f4FgnX1kDbuvpbJGcTqrvLSN9gU9Vcyy { width:13.75rem;height:0.875rem;top:24.25rem;left:3.125rem;font-size:0.625rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #OdB4H2ZAcwSAhFu23gv4HcdIdkvCW65q { width:8.875rem;height:2.5rem;top:5.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MofFBpeBzTvv8HhIgdQd4Oppapxf1eQW { width:2.1875rem;height:1.94970625rem;top:3.9375rem;left:8.90625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #otBM3aTagFpso18r6UmwH1CWNzdguRMb { display:block; }#otBM3aTagFpso18r6UmwH1CWNzdguRMb > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhSHcc5Q3Kmi5Kx0wwWaiz9ONwh5EOTe { width:11rem;height:6.499rem;top:12.4375rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKcRM0EQTK5kwkr1nTiTyx0W5Oo84c7R { width:11rem;height:2.4375rem;top:29.75rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TiUOripmyzzbJzmREtGLS4KuyuqBNaZ8 { width:11rem;height:2.4375rem;top:45.75rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IAlo3d5Ip3drACVPWd9UTV0W3ZnIyTuU { width:11rem;height:3.65625rem;top:60.4375rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mpx7eXPTr0aNionhrFBmhZpmJFzUI8TD { width:12.5rem;height:12.5rem;top:21.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l06fHEdsxo9NeRESlXsO08tTEAnd8JTs { width:12.5rem;height:14.5625rem;top:5.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4qIoZBcm6L1bOcaTx5QfsJ1KAWOcgaa { width:12.5rem;height:12.5rem;top:37rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgBtcZ2FFUywFlnlGR4Ft6uIAFvohEbL { width:12.5rem;height:13.5rem;top:52.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #spLHW9JAN9ncVFJs3da92HKJcRhd5HzP { width:8.75rem;height:8.75rem;top:5.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOuHxpw6y2dkyGZmP16KmzGmWetNUPdf { width:8.75rem;height:8.75rem;top:21.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJJ32XuerHN5XSdIXshi56k9cIzvTus6 { width:8.75rem;height:8.75rem;top:37.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtZAV3gFC5ENA2KxgXn8C8Zr5kwHnyvg { width:8.75rem;height:8.75rem;top:52.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #apZRKzucK2L1vqXeykpcoE0LRWGonHGD { display:block; }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD > .row .container { width:20rem;height:103rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnxxFcMhMIR6LEc5dtDdw3GhumhihNN6 { width:20rem;height:1.4624rem;top:0rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZHEIVqzy7R0Gol5lV7SlxTZN0rDFsaVN { width:13.75rem;height:4.87305rem;top:16rem;left:6.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #OyugeXgCiHpgN7cQ8OPGElaoP10t0Sot { width:4rem;height:3.6875rem;top:13.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIIHheILihpmIsH1DVtGFKEB7aAuIfAp { width:20rem;height:8.125rem;top:52.3125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;font-family:"open sans";display:none; }
 }@media only screen and (max-width: 763px) { #LHTqILH9h5914845wBSWP0wiQlkTMyHC { width:12.0625rem;height:1.19970625rem;top:12.8125rem;left:6.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sKkoQXtQ1a7rNii4vKLQJEpCD0zCdudZ { width:13.25rem;height:5.84765625rem;top:62.25rem;left:6.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #MNi3wRhKkaysGzG8fXE5eDS7a53uTk3x { width:12.75rem;height:3.8984375rem;top:82.75rem;left:6.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lmZuXw0NTDL3DJWa33zgeentDitREfaq { width:13.3125rem;height:2.19921875rem;top:79.375rem;left:6.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #doXqeTUh7dJqRdTAxLCHGcq2Q7vdXJdc { width:13.75rem;height:3.8994125rem;top:57.8125rem;left:6.25rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TSaJoyvc0KGMZgdxIQZEWFhTKbIE4y3A { width:12.5rem;height:3.8984375rem;top:24.875rem;left:6.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTcrCbrukvTRB67RTdl0AkwzRzh3LqqS { width:12.625rem;height:2.19921875rem;top:21.5rem;left:6.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TmeKZTzm6HIwaIS1Qs8HdmN68xyvydpb { width:12.5rem;height:3.8984375rem;top:70.9375rem;left:6.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FQrgH4l2lz3mzbCdtUJDFUGekm2750cV { width:19.25rem;height:0;top:59.2461125rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SVI2Wvv6TGNUusGzUIifE6PzzFv1n8pv { width:11.4375rem;height:2.5996125rem;top:33.125rem;left:6.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C3ksk2oe1dOUUkBWcPSv7mhzQ92QQq57 { width:12.4375rem;height:3.8984375rem;top:36.5rem;left:6.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z5om7eTn2gAzvugnreiDl7rwzNhriGPe { width:4rem;height:3.6875rem;top:57.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drRakX4BWV4Seh2ISGFbkC97E03Q5y9c { width:4rem;height:3.6875rem;top:69.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQqhBuEksCvIPCfvCqxbsVN7aeMxPGNS { width:4rem;height:3.6875rem;top:80rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzzcNAHQ93ioBUyZBRRLE8FSG513spSH { width:4rem;height:3.6875rem;top:33.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqGnwPwBMa1kMqAItTDhF9utDpOn92eH { width:4rem;height:3.6875rem;top:22.15625rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ocz0QH0kkACl3wh9JzqOO3nwnAhpN33p { width:19.875rem;height:7rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHSJ8iJHw94cXEQg9eqsQTiHbKIbJnIg { width:19.875rem;height:9.5625rem;top:56rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wia8NgoEkc0hMIhq5XbxcREd56sdGtqo { width:19.875rem;height:10.25rem;top:78.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTG0W5FuhBQEbITtf4Tka2VXb3P5LEFe { width:19.875rem;height:10rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3lXpf5hNZm7lrRq8tJuHoOgfsuTfk1K { width:19.875rem;height:8.875rem;top:67.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfL2TNtACX1mCkbTTJwdfnwO3HIgw4q6 { width:19.875rem;height:10.375rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTyvLtbwWKxThy7ipkos7TQs7ZxmtvZn { width:5rem;height:5rem;top:33.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGGkmUGwIJZI0G6JEoVtKia86vbes8zO { width:5rem;height:5rem;top:21.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #liHN0mFnEqqnITnBMyCmJtFvsk1XF9Wy { width:5rem;height:5rem;top:12.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN5SWITtSLA2wBL5FeAztgZGg1bCxBw0 { width:5rem;height:5rem;top:56.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGTCuyC49w3bfFNVq5u3dl0mpAqQmyre { width:5rem;height:5rem;top:68.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMrDq37NdlTWrXWyopFvTkSeDsvQQ8IU { width:5rem;height:5rem;top:79.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N65imFE2FCsm4CyEthoLZ56FG0pkxSo3 { width:19.875rem;height:10.3125rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7UUpXI9nZ3uzwfwI5K1S9dm1x9f6so2 { width:5rem;height:5rem;top:44.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0BrB8cLvLEOZkxcpOT97rcgM8Wa8mfR { width:12.0625rem;height:2.3994125rem;top:44.875rem;left:6.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wLoaVFSHnWI2i2OFx9qEInzhp0zrI17u { width:4rem;height:3.625rem;top:45.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep5El8DbhgybV53ASh73moQRHvPfJhGo { width:12.625rem;height:4.87305rem;top:48.25rem;left:6.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pK2zwX2a82ou5nNrlln0yGMopKUJr16X { width:19.875rem;height:9.4375rem;top:90.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgJ8GWzakGfcI5TadZWp17C9dF5kkLEF { width:5rem;height:5rem;top:91.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOUBAR4RNCqVhuBxT4Zx0A9z9GqxmpVN { width:11.4375rem;height:1.79980625rem;top:91.125rem;left:6.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NwOFBksPbHQeOZZFBVpTWLgNC8nBp2HK { width:4rem;height:3.625rem;top:91.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0cxELUknTEuWRu64PUNImTRusfRwmTz { width:13.75rem;height:3.8984375rem;top:94.375rem;left:6.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UIkqnfiTVILXqN93CwaNGQZn5oN1WXwz { width:18.875rem;height:5.8496125rem;top:4.0625rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W8MXdcDuRw9T1ohRTOI3NBPlJZqTkglk { width:13.75rem;height:1.29980625rem;top:68.9375rem;left:6.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #TArSXDDTisW7HQeALigEWIbKqte5UHT6 { width:12.3125rem;height:;top:14.88134765625rem;left:6.25rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ooOhkv8pMM1Li8SD285J8fAbtcwB0Ot3 { width:13.75rem;height:2.5996125rem;top:57.1435546875rem;left:6.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #hs3yqudQV3e1TXcglPBJ64b1vXpe3pmf { width:13.25rem;height:3.8984375rem;top:60.4375rem;left:6.25rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM { display:block; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bb9Qfd4hZOAKyDOTBuJ6nbGTRGqo0vue { width:20rem;height:5.7744125rem;top:2.9541015625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g9RlrWKteEh8awf4fB4TWQU5Tni3uNwa { width:15.8125rem;height:3.4375rem;top:18.3017578125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #syfinA1FzFspDsTnrR6JJLbqSgATfbNQ { display:block; }
 }@media only screen and (max-width: 763px) { #HKc0AK5T7WaHOC0ukKs1ZXQMmkyTBIZF { width:14.875rem;height:3.1494125rem;top:11.4150390625rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU { display:block; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWABD5LphgGfd7SfbxHeZd58bvqHSz9M { width:12.125rem;height:2.25rem;top:19.787109375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC3FHrRmtO3bTpFnCNgQ5VeSOWm4QZWs { display:block; }
 }@media only screen and (max-width: 763px) { #HRGN1tSqXkvWAh8dlbOARgiLiMl1OZNA { width:20rem;height:5.84911875rem;top:6.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PbUskMhlkiJzkS6K7qz2rQey1ROOOUTa { width:20rem;height:5.19921875rem;top:12rem;left:0.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qRyfxQtKkkCaehSgA6QwBRvwhypbNohk { width:20rem;height:7.7988125rem;top:4.49951171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #ap5aWx8mlZHcB7XNfyhGw4Kumryf7gCw { width:20rem;height:5.19921875rem;top:13.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #tgGWm3Jo0iRT4Cp3lK5pkFIJT7REslS1 { width:20rem;height:auto;top:18.875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iZNEciFSzTEKuGZbzNNqRrikJzxR8Ub1 { width:20rem;height:2.6806625rem;top:23.3125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15026;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd { display:block; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ew1B3NaUAJXkiyCOiFDvWF9OrqNVtBqb { width:7.5625rem;height:1.8125rem;top:1.25rem;left:6.1875rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #gDQMWWsu6lsbvuNkPLnvpZf0BzDDJNRv { width:5.0625rem;height:1.4375rem;top:0.875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zStkNTuUrkTokR1cgnnx44NP4AtEqaxW { width:15.1875rem;height:1.625rem;top:3.125rem;left:2.40625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }