.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#zo9yWXT6HNe6eXBXvSOCKAZeNHz17num { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(238,176,19,0.87);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; }#zo9yWXT6HNe6eXBXvSOCKAZeNHz17num > .row .container { background-color: transparent; background-image: none; }#zo9yWXT6HNe6eXBXvSOCKAZeNHz17num::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zo9yWXT6HNe6eXBXvSOCKAZeNHz17num > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zo9yWXT6HNe6eXBXvSOCKAZeNHz17num > .row .container > .video-iframe-container { display: none; }#zo9yWXT6HNe6eXBXvSOCKAZeNHz17num > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zo9yWXT6HNe6eXBXvSOCKAZeNHz17num > .row > .video-iframe-container { display: none; }#zo9yWXT6HNe6eXBXvSOCKAZeNHz17num > .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); }#zo9yWXT6HNe6eXBXvSOCKAZeNHz17num > .row .container { border-width: 0; border-radius: 0; }#zo9yWXT6HNe6eXBXvSOCKAZeNHz17num > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zo9yWXT6HNe6eXBXvSOCKAZeNHz17num > .row .container { font-size:14px;font-family:arial;height:86px;width:960px;position:relative;display:block; }#EtH5uTpgyhKgTtCxuCNO8SIRzIJpgxJc { color:#000000;display:block;width:200px;position:absolute;font-family:lobster;font-size:47px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:13px;left:85px;height:122.188px;display:block; }
#xaRBundymTha3WsSDp7UndQrXJKGTp0l { box-sizing:content-box;color:#000000;font-size:53px;font-weight:400;line-height:1;height:75.9896px;width:75.9896px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:6px;left:10px;display:block; }
#ciWJKDWJ4zrXx01tVAFBIpeulxgtolvT { box-sizing:content-box;color:#000000;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:31.986112594604px;left:801.99658203125px;display:block; }
#sX8OBU15XJWo7UWGheeI4JvAO2JBNwem { color:#000000;display:block;width:131px;position:absolute;font-family:"roboto condensed";font-size:19px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:34.000001907349px;left:828.99304199219px;height:24.6953px;font-style:normal;text-align:right;text-align-last:right;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; }
#IMy80yvSO7xCpHVb6UATueCOTIbIOG4D { box-sizing:content-box;color:#000000;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:31.986112594604px;left:518.99304199219px;display:block; }
#CNkGytCtQIrtyo4xP8zUc5ms5fA0ToAs { color:#000000;display:block;width:171px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:35.993057250977px;left:550px;height:23.4028px;font-style:normal;text-align:left;text-align-last:left;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; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/Tbmy9iFD/abertura.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(69,69,69,0.47); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(69,69,69,0.47); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:675px;width:960px;overflow:visible;position:relative;display:block; }#TLdmgJPIPk1o5JXQaP84OkTvbR9f0TRq { color:#eeb013;display:block;width:422px;position:absolute;font-family:raleway;font-size:62px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 5px rgba(0,0,0,0.5);top:241px;left:85px;height:161.188px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FHOd1Br9JHQiRCTT9CIf5a7KtDzz4v36 { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:30px;width:500px;top:285px;left:46px;display:block; }
#nn8V9iPZ351hzam6ePEcbJCqnvcA7yWA { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:30px;width:500px;top:365px;left:45.5px;display:block; }
#ydMUp4L0T0E6Zq2wX3lUHZFZRkGdzF8e { position:absolute;display:block;z-index:14997;background-color:rgba(238,176,19,0.67);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:30px;width:500px;top:296px;left:55.5px;display:block; }
#NTViq8HMtTFIBE4TD532TiQJuk5xHpTs { position:absolute;display:block;z-index:14998;background-color:rgba(238,176,19,0.67);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:30px;width:500px;top:376px;left:56px;display:block; }
#rHHrPtvshLGv1IeHV7bF14iouT7Xtkhu { position:absolute;display:block;z-index:15013;height:100px;width:100px;top:504.06256866455px;left:26.996520996094px;display:block; }
#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM > .row .container { background-color: transparent; background-image: none; }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM > .row .container > .video-iframe-container { display: none; }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM > .row > .video-iframe-container { display: none; }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM > .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); }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM > .row .container { border-width: 0; border-radius: 0; }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM > .row .container { font-size:14px;font-family:arial;height:161px;width:960px;position:relative;display:block; }#oOUWJxElCMxhsG0xbhbwpcFh2969wJlg { color:#979597;display:block;width:959px;position:absolute;font-family:roboto;font-size:14px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:116px;left:2px;height:18.1953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kPPWkHqyHH3Iuy1kg9bfGQ9A74nbVNbp { color:#454545;display:block;width:960px;position:absolute;font-family:raleway;font-size:32px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:66px;left:0px;height:41.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uDWJgR3t7yH8rIyJIe0iPfdw5VToAH8a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uDWJgR3t7yH8rIyJIe0iPfdw5VToAH8a > .row .container { background-color: transparent; background-image: none; }#uDWJgR3t7yH8rIyJIe0iPfdw5VToAH8a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDWJgR3t7yH8rIyJIe0iPfdw5VToAH8a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDWJgR3t7yH8rIyJIe0iPfdw5VToAH8a > .row .container > .video-iframe-container { display: none; }#uDWJgR3t7yH8rIyJIe0iPfdw5VToAH8a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDWJgR3t7yH8rIyJIe0iPfdw5VToAH8a > .row > .video-iframe-container { display: none; }#uDWJgR3t7yH8rIyJIe0iPfdw5VToAH8a > .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); }#uDWJgR3t7yH8rIyJIe0iPfdw5VToAH8a > .row .container { border-width: 0; border-radius: 0; }#uDWJgR3t7yH8rIyJIe0iPfdw5VToAH8a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uDWJgR3t7yH8rIyJIe0iPfdw5VToAH8a > .row .container { font-size:14px;font-family:arial;height:954px;width:960px;position:relative;display:block; }#g1EeCTLwOQNoBwk6fXzr2cO5nEKtCoeM { position:absolute;display:block;z-index:15000;border-top:3px solid rgba(0,0,0,0.83);border-left:3px solid rgba(0,0,0,0.83);border-right:3px solid rgba(0,0,0,0.83);border-bottom:3px solid rgba(0,0,0,0.83);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:272px;width:450px;top:43px;left:0px;overflow:hidden;display:block; }
#hQIPxM5rkqrlhdNTN5nbwD8CTtfX3Qhm { position:absolute;display:block;z-index:15001;border-top:3px solid rgba(0,0,0,0.83);border-left:3px solid rgba(0,0,0,0.83);border-right:3px solid rgba(0,0,0,0.83);border-bottom:3px solid rgba(0,0,0,0.83);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:225px;width:450px;top:43px;left:504px;overflow:hidden;display:block; }
#FChFB1NBNlToaa94q7tsHtkGpBTIdGBh { position:absolute;display:block;z-index:15002;border-top:3px solid rgba(0,0,0,0.83);border-left:3px solid rgba(0,0,0,0.83);border-right:3px solid rgba(0,0,0,0.83);border-bottom:3px solid rgba(0,0,0,0.83);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:300px;width:400px;top:271px;left:504px;overflow:hidden;display:block; }
#vOs2N9ET4BmtV5rTEOFDamUzUZslSkeJ { position:absolute;display:block;z-index:15001;border-top:3px solid rgba(0,0,0,0.83);border-left:3px solid rgba(0,0,0,0.83);border-right:3px solid rgba(0,0,0,0.83);border-bottom:3px solid rgba(0,0,0,0.83);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:255px;width:400px;top:318px;left:50px;overflow:hidden;display:block; }
#MhhXT6g8s1vXdiULpfXeFmDhG2QOsLPQ { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:30px;width:200px;top:261px;left:242px;display:block; }
#tWJodabLUGrFURzizvcbyEoxswRVxoRg { position:absolute;display:block;z-index:15000;background-color:rgba(238,176,19,0.67);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:30px;width:200px;top:272px;left:253px;display:block; }
#z0zFTm7UBs0x0ndgZ7CeWq903Vz9wiZm { color:#eeb013;display:block;width:206px;position:absolute;font-family:raleway;font-size:20px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:262px;left:239px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xsCEuKSOETyLTEBemkS8WpqQdMigMUA1 { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:30px;width:200px;top:221px;left:507px;display:block; }
#tOOS6CDEXvHOu3VkGWk20x3xvX8QBggT { position:absolute;display:block;z-index:15003;background-color:rgba(238,176,19,0.67);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:30px;width:200px;top:232px;left:518px;display:block; }
#A0LI1kBufIL5o7x3KH69SAQ5PAZHcbuJ { color:#eeb013;display:block;width:206px;position:absolute;font-family:raleway;font-size:20px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:222px;left:504px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dhfqApT1P4TZqml3pfS7BG1NVvD88xxU { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:30px;width:200px;top:526px;left:53px;display:block; }
#BZEQeaXHlNBigKldN6FH90dN0iD3tD1U { color:#eeb013;display:block;width:206px;position:absolute;font-family:raleway;font-size:20px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:527px;left:50px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#htAgKaGsLMRhdQA3kzPv2TQHXlnlLUId { position:absolute;display:block;z-index:15003;background-color:rgba(238,176,19,0.67);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:30px;width:200px;top:537px;left:64px;display:block; }
#mt7btvG4J4J9efZVm6k6bdhfPpEfaTZV { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:30px;width:200px;top:527px;left:696px;display:block; }
#x8KZ6gxgRtkaB9CVfCTxGGOmV7HIbp2w { color:#eeb013;display:block;width:206px;position:absolute;font-family:raleway;font-size:20px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:528px;left:693px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZSrETUTKqeOLywJFFvvrA6lC4Qcpgi5w { position:absolute;display:block;z-index:15006;background-color:rgba(238,176,19,0.67);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:30px;width:200px;top:538px;left:707px;display:block; }
#e90Bykip9sfaOUlBCRTfbMHRwvMgATkv { position:absolute;display:block;z-index:15003;border-top:3px solid rgba(0,0,0,0.83);border-left:3px solid rgba(0,0,0,0.83);border-right:3px solid rgba(0,0,0,0.83);border-bottom:3px solid rgba(0,0,0,0.83);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:280px;width:450px;top:575px;left:0px;overflow:hidden;display:block; }
#vf7ts45Hk6woEPkGDJlysGGlu2eD2EGG { position:absolute;display:block;z-index:15009;border-top:3px solid rgba(0,0,0,0.83);border-left:3px solid rgba(0,0,0,0.83);border-right:3px solid rgba(0,0,0,0.83);border-bottom:3px solid rgba(0,0,0,0.83);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:280px;width:450px;top:575px;left:504px;overflow:hidden;display:block; }
#AfnUv6Gm6HXi1PL3Oykb0q60Tg5TUCi3 { position:absolute;display:block;z-index:15003;background-color:rgba(238,176,19,0.67);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:30px;width:200px;top:820px;left:253px;display:block; }
#ZHiAbqeem4Ctxblddzkd2HFlugTOICSa { color:#eeb013;display:block;width:207.986px;position:absolute;font-family:raleway;font-size:19px;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:795.484375px;left:236.015625px;height:41.7968px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H7zioq93rbEN5PyBV9dK4U3IDagKp9aW { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:47px;width:200px;top:791.99310302734px;left:241.99652099609px;display:block; }
#ilZiqhae8wD15nbqeDn8Tz523TtQ1LdE { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:30px;width:200px;top:810px;left:507px;display:block; }
#PRymtmx63WqBN6MwlNSNlScbSvGOTRD8 { color:#eeb013;display:block;width:206px;position:absolute;font-family:raleway;font-size:20px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:811px;left:504px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ELdrxSUuyVGIbyNZ9xyOSVUV9qeurucv { position:absolute;display:block;z-index:15009;background-color:rgba(238,176,19,0.67);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:30px;width:200px;top:821px;left:518px;display:block; }
#xeg26B2nmbmytUBCFfkeAH7EmmuvgRGV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeb013;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; }#xeg26B2nmbmytUBCFfkeAH7EmmuvgRGV > .row .container { background-color: transparent; background-image: none; }#xeg26B2nmbmytUBCFfkeAH7EmmuvgRGV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeg26B2nmbmytUBCFfkeAH7EmmuvgRGV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeg26B2nmbmytUBCFfkeAH7EmmuvgRGV > .row .container > .video-iframe-container { display: none; }#xeg26B2nmbmytUBCFfkeAH7EmmuvgRGV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeg26B2nmbmytUBCFfkeAH7EmmuvgRGV > .row > .video-iframe-container { display: none; }#xeg26B2nmbmytUBCFfkeAH7EmmuvgRGV > .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); }#xeg26B2nmbmytUBCFfkeAH7EmmuvgRGV > .row .container { border-width: 0; border-radius: 0; }#xeg26B2nmbmytUBCFfkeAH7EmmuvgRGV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xeg26B2nmbmytUBCFfkeAH7EmmuvgRGV > .row .container { font-size:14px;font-family:arial;height:239px;width:960px;position:relative;display:block; }#OFy9Qnuqn3M9J1fTySKEEhsdifDglQhv { position:absolute;display:block;z-index:15005;background-color:rgba(238,176,19,0.87);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:156px;width:305px;top:42px;left:409px;display:block; }
#gciHsowMtSWkD4b5OavnwrTt8vnyXQIR { color:#000000;display:block;width:227px;position:absolute;font-family:"roboto condensed";font-size:47px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:59px;left:478px;height:122.188px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G7F0Sylw6ypbCbJEE6iTM4QQRihCK8y6 { position:absolute;display:block;z-index:15007;background-color:rgba(238,176,19,0.87);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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:200px;width:200px;top:20px;left:269px;display:block; }
#P001NMU0elmtcwFggWr9OaIgaioqDeMy { position:absolute;display:block;z-index:15006;background-color:#000000;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:200px;width:200px;top:20px;left:276px;display:block; }
#ZvcXWd2qASSvffR7HDwEn4TtzKVnplCQ { color:#000000;display:block;width:129px;position:absolute;font-family:"roboto condensed";font-size:111px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:42px;left:305px;height:;font-style:normal;text-align:right;text-align-last:right;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; }
#tBSiFVLsNmRL2eUBVrGpMIHeDpnelZZi { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0.87);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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:75px;width:75px;top:45px;left:251px;display:block; }
#xc6NFN3XfwV3cLElwq3836MHV6VxHEaT { color:#000000;display:block;width:79px;position:absolute;font-family:"roboto condensed";font-size:85px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:23px;left:246px;height:110.5px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#liFTIkofXaliNcKNu5sUAAtzN5EbuKeK { position:absolute;display:block;z-index:15008;background-color:rgba(238,176,19,0.87);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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:75px;width:75px;top:42px;left:247px;display:block; }
#poCaxBC8g3vEA5cG4Jbi4gqoGn8dntbe { position:absolute;display:block;z-index:15004;background-color:#000000;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:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;box-shadow: none;height:225px;width:960px;top:7px;left:0px;display:block; }
#tFOQP5GcT0VPRygkOFHyy5gkcQkfTbTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tFOQP5GcT0VPRygkOFHyy5gkcQkfTbTK > .row .container { background-color: transparent; background-image: none; }#tFOQP5GcT0VPRygkOFHyy5gkcQkfTbTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFOQP5GcT0VPRygkOFHyy5gkcQkfTbTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFOQP5GcT0VPRygkOFHyy5gkcQkfTbTK > .row .container > .video-iframe-container { display: none; }#tFOQP5GcT0VPRygkOFHyy5gkcQkfTbTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFOQP5GcT0VPRygkOFHyy5gkcQkfTbTK > .row > .video-iframe-container { display: none; }#tFOQP5GcT0VPRygkOFHyy5gkcQkfTbTK > .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); }#tFOQP5GcT0VPRygkOFHyy5gkcQkfTbTK > .row .container { border-width: 0; border-radius: 0; }#tFOQP5GcT0VPRygkOFHyy5gkcQkfTbTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tFOQP5GcT0VPRygkOFHyy5gkcQkfTbTK > .row .container { font-size:14px;font-family:arial;height:161px;width:960px;position:relative;display:block; }#WLRKk0QVGeh3yHgXZ51I7dptVddu7m5P { color:#979597;display:block;width:959px;position:absolute;font-family:roboto;font-size:14px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:116px;left:2px;height:18.1953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OXfWxl6tkoWO5fyRR9HX90V2Gs104GJR { color:#454545;display:block;width:960px;position:absolute;font-family:raleway;font-size:32px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:66px;left:0px;height:41.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BImcPC1M5hmdDMhpZZuUmLwGSLMO2vW4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BImcPC1M5hmdDMhpZZuUmLwGSLMO2vW4 > .row .container { background-color: transparent; background-image: none; }#BImcPC1M5hmdDMhpZZuUmLwGSLMO2vW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BImcPC1M5hmdDMhpZZuUmLwGSLMO2vW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BImcPC1M5hmdDMhpZZuUmLwGSLMO2vW4 > .row .container > .video-iframe-container { display: none; }#BImcPC1M5hmdDMhpZZuUmLwGSLMO2vW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BImcPC1M5hmdDMhpZZuUmLwGSLMO2vW4 > .row > .video-iframe-container { display: none; }#BImcPC1M5hmdDMhpZZuUmLwGSLMO2vW4 > .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); }#BImcPC1M5hmdDMhpZZuUmLwGSLMO2vW4 > .row .container { border-width: 0; border-radius: 0; }#BImcPC1M5hmdDMhpZZuUmLwGSLMO2vW4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BImcPC1M5hmdDMhpZZuUmLwGSLMO2vW4 > .row .container { font-size:14px;font-family:arial;height:672px;width:960px;position:relative;display:block; }#mKl6fb6rTM5PNAiVNXEOKdJqTnr9QttM { position:absolute;display:block;z-index:15000;border-top:3px solid rgba(0,0,0,0.83);border-left:3px solid rgba(0,0,0,0.83);border-right:3px solid rgba(0,0,0,0.83);border-bottom:3px solid rgba(0,0,0,0.83);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:300px;width:450px;top:43px;left:0px;overflow:hidden;display:block; }
#NJwrBvePKKTuaVksFiTr7xBtaF2sXRWm { position:absolute;display:block;z-index:15001;border-top:3px solid rgba(0,0,0,0.83);border-left:3px solid rgba(0,0,0,0.83);border-right:3px solid rgba(0,0,0,0.83);border-bottom:3px solid rgba(0,0,0,0.83);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:299px;width:450px;top:43.5px;left:504px;overflow:hidden;display:block; }
#QOVR3LHfhF8E6paFw0Bqt4qdbUXE5oIr { position:absolute;display:block;z-index:15002;border-top:3px solid rgba(0,0,0,0.83);border-left:3px solid rgba(0,0,0,0.83);border-right:3px solid rgba(0,0,0,0.83);border-bottom:3px solid rgba(0,0,0,0.83);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:266px;width:400px;top:346px;left:504px;overflow:hidden;display:block; }
#SCDNzSTQiaN1D9PkXrfteZZSXxG8S3pr { position:absolute;display:block;z-index:15001;border-top:3px solid rgba(0,0,0,0.83);border-left:3px solid rgba(0,0,0,0.83);border-right:3px solid rgba(0,0,0,0.83);border-bottom:3px solid rgba(0,0,0,0.83);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:266px;width:400px;top:346px;left:50px;overflow:hidden;display:block; }
#WEOpa6dFVH3ZMTVUmVzkI8P011Gb3LMi { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:30px;width:270px;top:291px;left:172px;display:block; }
#ZHC8p716W2LrxytfB2JoK58kXFsdbfCG { position:absolute;display:block;z-index:15000;background-color:rgba(238,176,19,0.67);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:30px;width:270px;top:302px;left:183px;display:block; }
#gONBwlaPvwKHehnshNgMhB00e1eg2PlA { color:#eeb013;display:block;width:250px;position:absolute;font-family:raleway;font-size:20px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:293px;left:184px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xO4CJToEl5LGlEoBqnuwMrd1FT2QWrvt { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:30px;width:270px;top:291px;left:507px;display:block; }
#yauKRb1LbMIcDE5Il2q20uIEMgMra49R { position:absolute;display:block;z-index:15003;background-color:rgba(238,176,19,0.67);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:30px;width:270px;top:302px;left:518px;display:block; }
#f0TqzvZgEseqaitgZfXIk2pzzPrdwvNi { color:#eeb013;display:block;width:250px;position:absolute;font-family:raleway;font-size:20px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:293px;left:518px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IceuiTqLgTpRH6AFTTs25rlS5iEmWrl6 { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:30px;width:270px;top:564px;left:53px;display:block; }
#z4TcEPmKZSwTBuBTUeJt09LFPJ7wilwT { color:#eeb013;display:block;width:250px;position:absolute;font-family:raleway;font-size:20px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:566px;left:63px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sVtNIvMNapJktQsTDgARTZZz5unbKvz8 { position:absolute;display:block;z-index:15003;background-color:rgba(238,176,19,0.67);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:30px;width:270px;top:575px;left:64px;display:block; }
#sXb42qdOBv6l9G2mTrPHrAzUpTz5NVDm { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:30px;width:270px;top:559px;left:626px;display:block; }
#wCTUZwwOTOO8GTf3yNnXZDfkQg4LDTTc { color:#eeb013;display:block;width:250px;position:absolute;font-family:raleway;font-size:20px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:560px;left:636px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZJTySI3TyhVbWpOLunyTad6b9FDXy2TX { position:absolute;display:block;z-index:15006;background-color:rgba(238,176,19,0.67);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:30px;width:270px;top:570px;left:637px;display:block; }
#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/cxed2TeJ/04.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ.adaptive-delivery-prevent-bg, #RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ.lazyload, #RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ.lazyloading { background-image: none; }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row .container { background-color: transparent; background-image: none; }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row .container > .video-iframe-container { display: none; }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row > .video-iframe-container { display: none; }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .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); }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row .container { border-width: 0; border-radius: 0; }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row .container { font-size:14px;font-family:arial;height:577px;width:960px;position:relative;display:block; }#GZkSoy8NCOoow3nqor0xyhn7yQdHM3yl { color:#ffffff;display:block;width:956px;position:absolute;font-family:raleway;font-size:32px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:92px;left:3px;height:83.1876px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QmcFpvzQ9yHtwxS1Ih6N0naaeVfnRPQA { color:#eeb013;display:block;width:959px;position:absolute;font-family:raleway;font-size:25px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:187px;left:2px;height:32.5px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mOxwu14y44FDAnKPT5sbBIwP0gv989LL { background-color:#eeb013;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 4px 6px 8px rgba(0,0,0,0.12) ;box-sizing:border-box;color:#454545;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:45px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:243px;left:355px;display:block; }
#SBpxcLeEG3WHpqNIf6I9krKxcXXZczVo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#s31Hu5Eg195h7qbffvoWcdh5PxTtTTTn { position:absolute;display:block;z-index:15006;height:200px;width:600px;top:331.11108398438px;left:180px;display:block; }
#Chk0JSh2iWHLsEP9tHtPWrzrTExpTDbi { color:#ffffff;display:block;width:959px;position:absolute;font-family:roboto;font-size:13px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:536.00024414062px;left:0.98956298828125px;height:16.8984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E9vg04tlvFH25oi7ObaKOBiDFSWA3xRn { position:absolute;display:block;z-index:15006;height:180px;width:600px;top:344px;left:180px;display:none; }
#CesASSIbG1CTrc4qZrMk7igaeHiPELfK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/cxed2TeJ/04.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CesASSIbG1CTrc4qZrMk7igaeHiPELfK.adaptive-delivery-prevent-bg, #CesASSIbG1CTrc4qZrMk7igaeHiPELfK.lazyload, #CesASSIbG1CTrc4qZrMk7igaeHiPELfK.lazyloading { background-image: none; }#CesASSIbG1CTrc4qZrMk7igaeHiPELfK > .row .container { border-width: 0; border-radius: 0; }#CesASSIbG1CTrc4qZrMk7igaeHiPELfK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CesASSIbG1CTrc4qZrMk7igaeHiPELfK > .row .container { font-size:14px;font-family:arial;height:577px;width:960px;position:relative;display:none; }#cQ7HENT6d7Cz7lbs3q2a2TbpUAXqePh4 { color:#ffffff;display:block;width:956px;position:absolute;font-family:raleway;font-size:32px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:92px;left:3px;height:83.2px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#crqVVlTruLiOF0HAEueSq9PQ849aINAS { color:#eeb013;display:block;width:959px;position:absolute;font-family:raleway;font-size:25px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:187px;left:2px;height:32.5px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fSN6FLVosgxtI7KmR0ZucIQHAL2SWbDR { background-color:#eeb013;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 4px 6px 8px rgba(0,0,0,0.12) ;box-sizing:border-box;color:#454545;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:45px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:243px;left:355px;display:block; }
#vBeTQmlSqpRGJ9ADIpQC8Nq40q2G7Va9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#y19epT28lE4hZsxldOb7oJ9rhnt1nhKq { position:absolute;display:block;z-index:15006;height:200px;width:600px;top:331.11108398438px;left:180px;display:block; }
#yI18qboNhL6BMiooHMmauxm0Ue3SFoqV { color:#ffffff;display:block;width:959px;position:absolute;font-family:roboto;font-size:13px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:536.00024414062px;left:0.98956298828125px;height:16.9px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S6xC2RvDGhkhhJROEZ3w3WnHeuQ1IZCg { position:absolute;display:block;z-index:15006;height:180px;width:600px;top:344px;left:180px;display:none; }
#Lybf0aKfMyhJc82PayZ2hxd3f1DaqKJr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(238,176,19,0.87);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; }#Lybf0aKfMyhJc82PayZ2hxd3f1DaqKJr > .row .container { background-color: transparent; background-image: none; }#Lybf0aKfMyhJc82PayZ2hxd3f1DaqKJr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lybf0aKfMyhJc82PayZ2hxd3f1DaqKJr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lybf0aKfMyhJc82PayZ2hxd3f1DaqKJr > .row .container > .video-iframe-container { display: none; }#Lybf0aKfMyhJc82PayZ2hxd3f1DaqKJr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lybf0aKfMyhJc82PayZ2hxd3f1DaqKJr > .row > .video-iframe-container { display: none; }#Lybf0aKfMyhJc82PayZ2hxd3f1DaqKJr > .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); }#Lybf0aKfMyhJc82PayZ2hxd3f1DaqKJr > .row .container { border-width: 0; border-radius: 0; }#Lybf0aKfMyhJc82PayZ2hxd3f1DaqKJr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lybf0aKfMyhJc82PayZ2hxd3f1DaqKJr > .row .container { font-size:14px;font-family:arial;height:145px;width:960px;position:relative;display:block; }#nr6RFiMp5LKSugtF2ITfUqZ1KlegBD6c { color:#000000;display:block;width:200px;position:absolute;font-family:lobster;font-size:47px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8px;left:418px;height:122.188px;display:block; }
#PsEG4Fll3xVC1tlxHbAxtbUqXu1JZlgT { box-sizing:content-box;color:#000000;font-size:53px;font-weight:400;line-height:1;height:76px;width:76px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0px;left:343px;display:block; }
#eXIT71gMXOZzQZZgdeQX03tU6WsHIKG7 { color:#000000;display:block;width:183px;position:absolute;font-family:"roboto condensed";font-size:22px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:71px;left:376px;height:;font-style:normal;text-align:right;text-align-last:right;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; }
#KhSM01PwEMCuEhpLA4eX8NkBneGpBt3C { box-sizing:content-box;color:#000000;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:67px;left:368px;display:block; }
#klM3U6MPTuexZNDWB59kdtDCnbOA18Pb { color:#000000;display:block;width:959px;position:absolute;font-family:roboto;font-size:13px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:127px;left:1px;height:16.9px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Txd0WqESz7mS3WGQP8BOcW9gBQIPEmZr { box-sizing:content-box;color:#000000;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:64px;left:570px;display:block; }
#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dadx6Y5O/02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl.adaptive-delivery-prevent-bg, #enDeyKCviBa4w2h9nNMaabHccC7ZlBwl.lazyload, #enDeyKCviBa4w2h9nNMaabHccC7ZlBwl.lazyloading { background-image: none; }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl > .row .container { border-width: 0; border-radius: 0; }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl > .row .container { font-size:14px;font-family:arial;height:522px;width:960px;position:relative;display:none; }#rJPCAX7w3uN35fpw8txLSVU3WTQTyCbG { color:#ffffff;display:block;width:960px;position:absolute;font-family:raleway;font-size:32px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:77px;left:0px;height:41px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fz1JQhdS3ti0fWTlpB5bwyCeUu2bnNu7 { color:#ffffff;display:block;width:959px;position:absolute;font-family:roboto;font-size:12px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:127px;left:1px;height:15px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PLDGHsT1fKJSOaxImFuLTMIk00bSsCTh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 4px 6px 8px rgba(0,0,0,0.12) ;height:284px;width:506px;top:177px;left:223px;display:block; }
#Nemi7JzUh5cHWKuV9QeGHum3UmNGT5UG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Nemi7JzUh5cHWKuV9QeGHum3UmNGT5UG > .row .container { border-width: 0; border-radius: 0; }#Nemi7JzUh5cHWKuV9QeGHum3UmNGT5UG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nemi7JzUh5cHWKuV9QeGHum3UmNGT5UG > .row .container { font-size:14px;font-family:arial;height:167px;width:960px;position:relative;display:none; }#S6tXqDIAhoWOViK7r1ut71QTKSNO0LFo { color:#454545;display:block;width:960px;position:absolute;font-family:raleway;font-size:32px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:63px;left:0px;height:41px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iv29kEbH3OMWKWEsQV7bQeCGZLPtn72U { color:#979597;display:block;width:959px;position:absolute;font-family:roboto;font-size:12px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:113px;left:2px;height:15px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gc7ioOlT3C6ocFx7xGW0HCh36wMUmkMm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gc7ioOlT3C6ocFx7xGW0HCh36wMUmkMm > .row .container { border-width: 0; border-radius: 0; }#gc7ioOlT3C6ocFx7xGW0HCh36wMUmkMm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gc7ioOlT3C6ocFx7xGW0HCh36wMUmkMm > .row .container { font-size:14px;font-family:arial;height:446px;width:960px;position:relative;display:none; }#TAwTKBhP2nNaRmAgiT5SQKub6oTxbhhD { position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;height:340px;width:350px;top:75px;left:121px;display:block; }
#pbS3wsUMZ3q9HZsuETbyUfRHcgh5kzh0 { position:absolute;display:block;z-index:15001;background-color:#eeb013;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;height:5px;width:350px;top:411px;left:121px;display:block; }
#xxfxdlwTtZPaCLGDQFxH5Fuo62FRug2G { 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:292px;width:170px;top:99px;left:211px;overflow:hidden;display:block; }
#ztM80xoEATerWdM1fgcg3T3heDr811lI { position:absolute;display:block;z-index:15001;background-color:#eeb013;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:225px;width:350px;top:76px;left:487px;display:block; }
#Cudbh5ywVJacJtKVWbdKgn6KsLOqKpu2 { color:#454545;display:block;width:97px;position:absolute;font-family:raleway;font-size:16px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:316px;left:487px;height:20px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E0I2ikbikGc6F35Izfc4fhDyK1fAP6OR { color:#979597;display:block;width:168px;position:absolute;font-family:roboto;font-size:13px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:349px;left:487px;height:64px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pnuko3KQXZkzIFIfDJq3ZGgbfI1uMn7i { color:#454545;display:block;width:97px;position:absolute;font-family:raleway;font-size:16px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:316px;left:671px;height:20px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XlLsdZgiGQkhFoPh5o0qbZUTRdp7qEqp { color:#979597;display:block;width:168px;position:absolute;font-family:roboto;font-size:13px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:348px;left:670px;height:64px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QT0tR4JlzA9sowwM2NTs1g1rnDF9sTkO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:292px;width:279px;top:0px;left:523px;overflow:hidden;display:block; }
#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/e316Rf2y/03.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F.adaptive-delivery-prevent-bg, #pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F.lazyload, #pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F.lazyloading { background-image: none; }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F > .row .container { border-width: 0; border-radius: 0; }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F > .row .container { font-size:14px;font-family:arial;height:335px;width:960px;position:relative;display:none; }#C1ddBDEOCkf8irxTQm5FwwXi5WDZSAw0 { color:#ffffff;display:block;width:959px;position:absolute;font-family:raleway;font-size:32px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:87px;left:1px;height:41px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TNyhwfsffpXVuKchJLbUnKaSAWrAFr6k { color:#ffffff;display:block;width:960px;position:absolute;font-family:raleway;font-size:25px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:140px;left:0px;height:32px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WgqlBSE8Un8FSv92W211tuGvrHtMK3Hc { background-color:#eeb013;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 4px 6px 8px rgba(0,0,0,0.12) ;box-sizing:border-box;color:#454545;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:45px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:203px;left:355px;display:block; }
#Qad7LGqrERn6qkL7BTRG2v38h7BONsUP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Z2ONOoKCEhTnPnaBaMV5wwGv5sApR2me { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:none; }#Z2ONOoKCEhTnPnaBaMV5wwGv5sApR2me > .row .container { border-width: 0; border-radius: 0; }#Z2ONOoKCEhTnPnaBaMV5wwGv5sApR2me > .row > .video-iframe-container { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px; }#Z2ONOoKCEhTnPnaBaMV5wwGv5sApR2me > .row .container { font-size:14px;font-family:arial;height:399px;width:960px;position:relative;display:none; }#PgFJvmpRZAGGbWh1BCUWkKNk9gBg1uOo { color:#454545;display:block;width:958px;position:absolute;font-family:raleway;font-size:32px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:54px;left:1px;height:41px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W7wlUvOF6yJVJV8XFs9TJUIwZG2NV50m { box-sizing:content-box;color:#eeb013;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:106px;left:393px;display:block; }
#zHqofqSQVNQdN2hfH9kfoztwrth4LJzM { position:absolute;display:block;z-index:15008;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 4px 6px 8px rgba(0,0,0,0.12) ;height:182px;width:433px;top:203px;left:264px;display:block; }
#wgHEJAw9evyOprT5lkACNgD2ormq5UH6 { position:absolute;display:block;z-index:15009;background-color:#eeb013;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:5px;width:433px;top:204px;left:264px;display:block; }
#gHaU3DmKIvFhvBZqgaFT3QzKbIt5xchJ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;height:80px;width:80px;top:166.5px;left:440px;overflow:hidden;display:block; }
#Uk3NIfbrwA6ZPiksT1J2SWiugdzgSdVC { box-sizing:content-box;color:#eeb013;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:106px;left:428px;display:block; }
#hOQqRXPRymUTHqiTlqE3lmkhET8pktnp { box-sizing:content-box;color:#eeb013;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:106px;left:463px;display:block; }
#T0TOHA7Xi2AnqGQ0OqH1uWx4y5otq54C { box-sizing:content-box;color:#eeb013;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:106px;left:498px;display:block; }
#kBARPPORFawzurGsbhb4hSsfQu6DLrsN { box-sizing:content-box;color:#eeb013;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:106px;left:533px;display:block; }
#N9GbscqRWworAotLtgpNBAcNl5CnEqd0 { color:#979597;display:block;width:279px;position:absolute;font-family:roboto;font-size:13px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:297px;left:340.5px;height:48px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RFSAVr4SamMZdZ09TVHhNFQ05vDk4hMw { color:#454545;display:block;width:429px;position:absolute;font-family:raleway;font-size:16px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:263px;left:267.5px;height:20px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yu8JpCwObni7uwEG1i1pSmSbP7EapTi7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yu8JpCwObni7uwEG1i1pSmSbP7EapTi7 > .row .container { border-width: 0; border-radius: 0; }#yu8JpCwObni7uwEG1i1pSmSbP7EapTi7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yu8JpCwObni7uwEG1i1pSmSbP7EapTi7 > .row .container { font-size:14px;font-family:arial;height:258px;width:960px;position:relative;display:none; }#ddT2rOL5n2fIvZAqP7n9uEDSNG1QTl8m { position:absolute;display:block;z-index:15009;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:152px;width:433px;top:33px;left:23.5px;display:block; }
#RsqEeXpbldFnPcRZl2zApmFF4Cv8sDyB { color:#979597;display:block;width:279px;position:absolute;font-family:roboto;font-size:13px;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:102px;left:101px;height:48px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jmstc9nS2isbQGx54ysCGOTD2Zr8F80C { color:#454545;display:block;width:425px;position:absolute;font-family:raleway;font-size:16px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:68px;left:27px;height:20px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lV5ZFJEkLtms6xO2ynBmpKLtl3IkdWGl { position:absolute;display:block;z-index:15012;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:152px;width:433px;top:33px;left:504px;display:block; }
#ffh1sDdSKBxnxqmuqBBEi0LIhpJlSsnA { color:#979597;display:block;width:279px;position:absolute;font-family:roboto;font-size:13px;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:102px;left:581px;height:48px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rd35qMsgskuFNkmdkz9G3CTZEKG6qE76 { color:#454545;display:block;width:426px;position:absolute;font-family:raleway;font-size:16px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:68px;left:509px;height:20px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A3AuafTnC6IHa0x0eQfI1gewJ2wk0Omp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#A3AuafTnC6IHa0x0eQfI1gewJ2wk0Omp > .row .container { border-width: 0; border-radius: 0; }#A3AuafTnC6IHa0x0eQfI1gewJ2wk0Omp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A3AuafTnC6IHa0x0eQfI1gewJ2wk0Omp > .row .container { font-size:14px;font-family:arial;height:440px;width:960px;position:relative;display:none; }#MwE11gnNZ7cE4iKssW3kolwPcoLW2K7L { box-sizing:content-box;color:#eeb013;font-size:30px;font-weight:400;line-height:1;height:43px;width:43px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:85px;left:241px;display:block; }
#RIAEfHeVArXVlSobu711ROqexKU7osE0 { color:#454545;display:block;width:97px;position:absolute;font-family:raleway;font-size:16px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:139px;left:214px;height:20px;font-style:normal;display:block; }
#gEe8QPqRRS0Hp3VGDpfak2XuEDxh3tvg { color:#979597;display:block;width:172px;position:absolute;font-family:roboto;font-size:13px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:166px;left:177px;height:32px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RtdWxFtfacphz7zoK67gxvI4qTve5cTp { box-sizing:content-box;color:#eeb013;font-size:30px;font-weight:400;line-height:1;height:43px;width:43px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:234px;left:241px;display:block; }
#akKLEL7CpynxJ9dtXBr2oxL0DqZChThP { color:#454545;display:block;width:97px;position:absolute;font-family:raleway;font-size:16px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:288px;left:214px;height:20px;font-style:normal;display:block; }
#eVFpnmw6vq2ovT3GmOnmnMsUDl3wK3bx { color:#979597;display:block;width:172px;position:absolute;font-family:roboto;font-size:13px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:308px;left:177px;height:48px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XBwnxzIOzaBPxQ2GCKkBCMMGs76iHoZh { color:#979597;display:block;width:172px;position:absolute;font-family:roboto;font-size:13px;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:308px;left:609px;height:48px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BWus9bCiHpnKbsOP6VCexSP6AMg8bPlh { color:#454545;display:block;width:97px;position:absolute;font-family:raleway;font-size:16px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:288px;left:646px;height:20px;font-style:normal;display:block; }
#KTJmbJFHUHUApDyvqEK3gC3nJBJ50AzW { box-sizing:content-box;color:#eeb013;font-size:30px;font-weight:400;line-height:1;height:43px;width:43px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:234px;left:673px;display:block; }
#QhZQaLB0k5GOSPEkW5QDSfsZ8bTcV9zm { color:#979597;display:block;width:172px;position:absolute;font-family:roboto;font-size:13px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:166px;left:609px;height:32px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rC5zCEdbNUeVbZE6MActbDwROpoASs2T { color:#454545;display:block;width:97px;position:absolute;font-family:raleway;font-size:16px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:139px;left:646px;height:20px;font-style:normal;display:block; }
#ZO2Q1pwpp54ggQN092gW24cc82GcEcTT { box-sizing:content-box;color:#eeb013;font-size:30px;font-weight:400;line-height:1;height:43px;width:43px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:85px;left:673px;display:block; }
#KsAdHc9eBe9yGNl6hgkB4x6HdtC7vZTF { 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:401px;width:467px;top:0px;left:246.5px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zo9yWXT6HNe6eXBXvSOCKAZeNHz17num { display:block; }#zo9yWXT6HNe6eXBXvSOCKAZeNHz17num > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EtH5uTpgyhKgTtCxuCNO8SIRzIJpgxJc { top:13px;left:0px;width:200px;height:60px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #xaRBundymTha3WsSDp7UndQrXJKGTp0l { top:6px;left:0px;width:75px;height:75px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #ciWJKDWJ4zrXx01tVAFBIpeulxgtolvT { top:31px;left:630.49658203125px;width:31px;height:31px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #sX8OBU15XJWo7UWGheeI4JvAO2JBNwem { width:130px;height:24px;top:34px;left:634px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #IMy80yvSO7xCpHVb6UATueCOTIbIOG4D { top:31px;left:396.49304199219px;width:31px;height:31px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #CNkGytCtQIrtyo4xP8zUc5ms5fA0ToAs { width:170px;height:23px;top:35px;left:403px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLdmgJPIPk1o5JXQaP84OkTvbR9f0TRq { width:422px;height:160px;top:241px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #FHOd1Br9JHQiRCTT9CIf5a7KtDzz4v36 { top:285px;left:0px;width:500px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #nn8V9iPZ351hzam6ePEcbJCqnvcA7yWA { top:365px;left:0px;width:500px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ydMUp4L0T0E6Zq2wX3lUHZFZRkGdzF8e { top:296px;left:0px;width:500px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #NTViq8HMtTFIBE4TD532TiQJuk5xHpTs { top:376px;left:0px;width:500px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #rHHrPtvshLGv1IeHV7bF14iouT7Xtkhu { top:504px;left:0px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM { display:block; }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOUWJxElCMxhsG0xbhbwpcFh2969wJlg { width:764px;height:18px;top:116px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #kPPWkHqyHH3Iuy1kg9bfGQ9A74nbVNbp { width:764px;height:41px;top:66px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uDWJgR3t7yH8rIyJIe0iPfdw5VToAH8a { display:block; }#uDWJgR3t7yH8rIyJIe0iPfdw5VToAH8a > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1EeCTLwOQNoBwk6fXzr2cO5nEKtCoeM { top:43px;left:0px;width:450px;height:272px;display:block; }
 }@media only screen and (max-width: 763px) { #hQIPxM5rkqrlhdNTN5nbwD8CTtfX3Qhm { top:43px;left:308px;width:450px;height:225px;display:block; }
 }@media only screen and (max-width: 763px) { #FChFB1NBNlToaa94q7tsHtkGpBTIdGBh { top:271px;left:358px;width:400px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #vOs2N9ET4BmtV5rTEOFDamUzUZslSkeJ { top:318px;left:0px;width:400px;height:255px;display:block; }
 }@media only screen and (max-width: 763px) { #MhhXT6g8s1vXdiULpfXeFmDhG2QOsLPQ { top:261px;left:144px;width:200px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #tWJodabLUGrFURzizvcbyEoxswRVxoRg { top:272px;left:155px;width:200px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #z0zFTm7UBs0x0ndgZ7CeWq903Vz9wiZm { width:206px;height:26px;top:262px;left:141px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #xsCEuKSOETyLTEBemkS8WpqQdMigMUA1 { top:221px;left:409px;width:200px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #tOOS6CDEXvHOu3VkGWk20x3xvX8QBggT { top:232px;left:420px;width:200px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #A0LI1kBufIL5o7x3KH69SAQ5PAZHcbuJ { width:206px;height:26px;top:222px;left:406px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #dhfqApT1P4TZqml3pfS7BG1NVvD88xxU { top:526px;left:0px;width:200px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #BZEQeaXHlNBigKldN6FH90dN0iD3tD1U { width:206px;height:26px;top:527px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #htAgKaGsLMRhdQA3kzPv2TQHXlnlLUId { top:537px;left:0px;width:200px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #mt7btvG4J4J9efZVm6k6bdhfPpEfaTZV { top:527px;left:564px;width:200px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #x8KZ6gxgRtkaB9CVfCTxGGOmV7HIbp2w { width:206px;height:26px;top:528px;left:558px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ZSrETUTKqeOLywJFFvvrA6lC4Qcpgi5w { top:538px;left:564px;width:200px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #e90Bykip9sfaOUlBCRTfbMHRwvMgATkv { top:575px;left:0px;width:450px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #vf7ts45Hk6woEPkGDJlysGGlu2eD2EGG { top:575px;left:308px;width:450px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #AfnUv6Gm6HXi1PL3Oykb0q60Tg5TUCi3 { top:820px;left:155px;width:200px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ZHiAbqeem4Ctxblddzkd2HFlugTOICSa { width:207px;height:40px;top:795px;left:138.015625px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #H7zioq93rbEN5PyBV9dK4U3IDagKp9aW { top:791px;left:143.99652099609px;width:200px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #ilZiqhae8wD15nbqeDn8Tz523TtQ1LdE { top:810px;left:409px;width:200px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #PRymtmx63WqBN6MwlNSNlScbSvGOTRD8 { width:206px;height:26px;top:811px;left:406px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ELdrxSUuyVGIbyNZ9xyOSVUV9qeurucv { top:821px;left:420px;width:200px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #xeg26B2nmbmytUBCFfkeAH7EmmuvgRGV { display:block; }#xeg26B2nmbmytUBCFfkeAH7EmmuvgRGV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFy9Qnuqn3M9J1fTySKEEhsdifDglQhv { top:42px;left:311px;width:305px;height:156px;display:block; }
 }@media only screen and (max-width: 763px) { #gciHsowMtSWkD4b5OavnwrTt8vnyXQIR { width:227px;height:122px;top:59px;left:380px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #G7F0Sylw6ypbCbJEE6iTM4QQRihCK8y6 { top:20px;left:171px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #P001NMU0elmtcwFggWr9OaIgaioqDeMy { top:20px;left:178px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #ZvcXWd2qASSvffR7HDwEn4TtzKVnplCQ { width:128px;height:;top:41px;left:207px;font-size:111px;display:block; }
 }@media only screen and (max-width: 763px) { #tBSiFVLsNmRL2eUBVrGpMIHeDpnelZZi { top:45px;left:153px;width:75px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #xc6NFN3XfwV3cLElwq3836MHV6VxHEaT { width:79px;height:110px;top:23px;left:148px;font-size:85px;display:block; }
 }@media only screen and (max-width: 763px) { #liFTIkofXaliNcKNu5sUAAtzN5EbuKeK { top:42px;left:149px;width:75px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #poCaxBC8g3vEA5cG4Jbi4gqoGn8dntbe { top:7px;left:0px;width:764px;height:225px;display:block; }
 }@media only screen and (max-width: 763px) { #tFOQP5GcT0VPRygkOFHyy5gkcQkfTbTK { display:block; }#tFOQP5GcT0VPRygkOFHyy5gkcQkfTbTK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLRKk0QVGeh3yHgXZ51I7dptVddu7m5P { width:764px;height:18px;top:116px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #OXfWxl6tkoWO5fyRR9HX90V2Gs104GJR { width:764px;height:41px;top:66px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BImcPC1M5hmdDMhpZZuUmLwGSLMO2vW4 { display:block; }#BImcPC1M5hmdDMhpZZuUmLwGSLMO2vW4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKl6fb6rTM5PNAiVNXEOKdJqTnr9QttM { top:43px;left:0px;width:450px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #NJwrBvePKKTuaVksFiTr7xBtaF2sXRWm { top:43px;left:308px;width:450px;height:299px;display:block; }
 }@media only screen and (max-width: 763px) { #QOVR3LHfhF8E6paFw0Bqt4qdbUXE5oIr { top:346px;left:358px;width:400px;height:266px;display:block; }
 }@media only screen and (max-width: 763px) { #SCDNzSTQiaN1D9PkXrfteZZSXxG8S3pr { top:346px;left:0px;width:400px;height:266px;display:block; }
 }@media only screen and (max-width: 763px) { #WEOpa6dFVH3ZMTVUmVzkI8P011Gb3LMi { top:291px;left:74px;width:270px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ZHC8p716W2LrxytfB2JoK58kXFsdbfCG { top:302px;left:85px;width:270px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #gONBwlaPvwKHehnshNgMhB00e1eg2PlA { width:250px;height:26px;top:293px;left:86px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #xO4CJToEl5LGlEoBqnuwMrd1FT2QWrvt { top:291px;left:409px;width:270px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #yauKRb1LbMIcDE5Il2q20uIEMgMra49R { top:302px;left:420px;width:270px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #f0TqzvZgEseqaitgZfXIk2pzzPrdwvNi { width:250px;height:26px;top:293px;left:420px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #IceuiTqLgTpRH6AFTTs25rlS5iEmWrl6 { top:564px;left:0px;width:270px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #z4TcEPmKZSwTBuBTUeJt09LFPJ7wilwT { width:250px;height:26px;top:566px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #sVtNIvMNapJktQsTDgARTZZz5unbKvz8 { top:575px;left:0px;width:270px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #sXb42qdOBv6l9G2mTrPHrAzUpTz5NVDm { top:559px;left:494px;width:270px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #wCTUZwwOTOO8GTf3yNnXZDfkQg4LDTTc { width:250px;height:26px;top:560px;left:514px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ZJTySI3TyhVbWpOLunyTad6b9FDXy2TX { top:570px;left:494px;width:270px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ { display:block; }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZkSoy8NCOoow3nqor0xyhn7yQdHM3yl { width:764px;height:82px;top:92px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QmcFpvzQ9yHtwxS1Ih6N0naaeVfnRPQA { width:764px;height:32px;top:187px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mOxwu14y44FDAnKPT5sbBIwP0gv989LL { width:250px;height:45px;top:243px;left:257px;display:block; }
 }@media only screen and (max-width: 763px) { #SBpxcLeEG3WHpqNIf6I9krKxcXXZczVo { display:block; }
 }@media only screen and (max-width: 763px) { #s31Hu5Eg195h7qbffvoWcdh5PxTtTTTn { top:331px;left:82px;width:600px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #Chk0JSh2iWHLsEP9tHtPWrzrTExpTDbi { width:764px;height:16px;top:536px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #E9vg04tlvFH25oi7ObaKOBiDFSWA3xRn { top:344px;left:82px;width:600px;height:180px;display:none; }
 }@media only screen and (max-width: 763px) { #CesASSIbG1CTrc4qZrMk7igaeHiPELfK { display:block; }#CesASSIbG1CTrc4qZrMk7igaeHiPELfK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQ7HENT6d7Cz7lbs3q2a2TbpUAXqePh4 { width:764px;height:82px;top:92px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #crqVVlTruLiOF0HAEueSq9PQ849aINAS { width:764px;height:32px;top:187px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fSN6FLVosgxtI7KmR0ZucIQHAL2SWbDR { width:250px;height:45px;top:243px;left:257px;display:block; }
 }@media only screen and (max-width: 763px) { #vBeTQmlSqpRGJ9ADIpQC8Nq40q2G7Va9 { display:block; }
 }@media only screen and (max-width: 763px) { #y19epT28lE4hZsxldOb7oJ9rhnt1nhKq { top:331px;left:82px;width:600px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #yI18qboNhL6BMiooHMmauxm0Ue3SFoqV { width:764px;height:16px;top:536px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #S6xC2RvDGhkhhJROEZ3w3WnHeuQ1IZCg { top:344px;left:82px;width:600px;height:180px;display:none; }
 }@media only screen and (max-width: 763px) { #Lybf0aKfMyhJc82PayZ2hxd3f1DaqKJr { display:block; }#Lybf0aKfMyhJc82PayZ2hxd3f1DaqKJr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nr6RFiMp5LKSugtF2ITfUqZ1KlegBD6c { top:8px;left:320px;width:200px;height:61px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #PsEG4Fll3xVC1tlxHbAxtbUqXu1JZlgT { top:0px;left:245px;width:76px;height:76px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #eXIT71gMXOZzQZZgdeQX03tU6WsHIKG7 { width:183px;height:28px;top:71px;left:278px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #KhSM01PwEMCuEhpLA4eX8NkBneGpBt3C { top:67px;left:270px;width:40px;height:40px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #klM3U6MPTuexZNDWB59kdtDCnbOA18Pb { width:764px;height:16px;top:127px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Txd0WqESz7mS3WGQP8BOcW9gBQIPEmZr { top:64px;left:472px;width:40px;height:40px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #enDeyKCviBa4w2h9nNMaabHccC7ZlBwl { display:block; }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJPCAX7w3uN35fpw8txLSVU3WTQTyCbG { width:764px;height:41px;top:77px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Fz1JQhdS3ti0fWTlpB5bwyCeUu2bnNu7 { width:764px;height:15px;top:127px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PLDGHsT1fKJSOaxImFuLTMIk00bSsCTh { width:506px;height:284px;top:177px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #Nemi7JzUh5cHWKuV9QeGHum3UmNGT5UG { display:block; }#Nemi7JzUh5cHWKuV9QeGHum3UmNGT5UG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6tXqDIAhoWOViK7r1ut71QTKSNO0LFo { width:764px;height:41px;top:63px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iv29kEbH3OMWKWEsQV7bQeCGZLPtn72U { width:764px;height:15px;top:113px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gc7ioOlT3C6ocFx7xGW0HCh36wMUmkMm { display:block; }#gc7ioOlT3C6ocFx7xGW0HCh36wMUmkMm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAwTKBhP2nNaRmAgiT5SQKub6oTxbhhD { width:350px;height:340px;top:75px;left:32px;display:block; }
 }@media only screen and (max-width: 763px) { #pbS3wsUMZ3q9HZsuETbyUfRHcgh5kzh0 { width:350px;height:5px;top:411px;left:32px;display:block; }
 }@media only screen and (max-width: 763px) { #xxfxdlwTtZPaCLGDQFxH5Fuo62FRug2G { width:170px;height:292px;top:99px;left:162px;display:block; }
 }@media only screen and (max-width: 763px) { #ztM80xoEATerWdM1fgcg3T3heDr811lI { width:350px;height:225px;top:76px;left:382px;display:none; }
 }@media only screen and (max-width: 763px) { #Cudbh5ywVJacJtKVWbdKgn6KsLOqKpu2 { width:97px;height:20px;top:316px;left:382px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #E0I2ikbikGc6F35Izfc4fhDyK1fAP6OR { width:168px;height:64px;top:349px;left:382px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pnuko3KQXZkzIFIfDJq3ZGgbfI1uMn7i { width:97px;height:20px;top:316px;left:524px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #XlLsdZgiGQkhFoPh5o0qbZUTRdp7qEqp { width:168px;height:64px;top:348px;left:523px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #QT0tR4JlzA9sowwM2NTs1g1rnDF9sTkO { width:279px;height:292px;top:0px;left:382px;display:none; }
 }@media only screen and (max-width: 763px) { #pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F { display:block; }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1ddBDEOCkf8irxTQm5FwwXi5WDZSAw0 { width:764px;height:41px;top:87px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TNyhwfsffpXVuKchJLbUnKaSAWrAFr6k { width:764px;height:32px;top:140px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WgqlBSE8Un8FSv92W211tuGvrHtMK3Hc { width:250px;height:45px;top:203px;left:257px;display:block; }
 }@media only screen and (max-width: 763px) { #Qad7LGqrERn6qkL7BTRG2v38h7BONsUP { display:block; }
 }@media only screen and (max-width: 763px) { #Z2ONOoKCEhTnPnaBaMV5wwGv5sApR2me { display:block; }#Z2ONOoKCEhTnPnaBaMV5wwGv5sApR2me > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgFJvmpRZAGGbWh1BCUWkKNk9gBg1uOo { width:764px;height:41px;top:54px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #W7wlUvOF6yJVJV8XFs9TJUIwZG2NV50m { width:35px;height:35px;top:106px;left:295px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #zHqofqSQVNQdN2hfH9kfoztwrth4LJzM { width:433px;height:182px;top:203px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #wgHEJAw9evyOprT5lkACNgD2ormq5UH6 { width:433px;height:5px;top:204px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #gHaU3DmKIvFhvBZqgaFT3QzKbIt5xchJ { width:80px;height:80px;top:166px;left:342px;display:block; }
 }@media only screen and (max-width: 763px) { #Uk3NIfbrwA6ZPiksT1J2SWiugdzgSdVC { width:35px;height:35px;top:106px;left:330px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #hOQqRXPRymUTHqiTlqE3lmkhET8pktnp { width:35px;height:35px;top:106px;left:365px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #T0TOHA7Xi2AnqGQ0OqH1uWx4y5otq54C { width:35px;height:35px;top:106px;left:400px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #kBARPPORFawzurGsbhb4hSsfQu6DLrsN { width:35px;height:35px;top:106px;left:435px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #N9GbscqRWworAotLtgpNBAcNl5CnEqd0 { width:279px;height:48px;top:297px;left:242.5px;display:block; }
 }@media only screen and (max-width: 763px) { #RFSAVr4SamMZdZ09TVHhNFQ05vDk4hMw { width:429px;height:20px;top:263px;left:169.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yu8JpCwObni7uwEG1i1pSmSbP7EapTi7 { display:none; }#yu8JpCwObni7uwEG1i1pSmSbP7EapTi7 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ddT2rOL5n2fIvZAqP7n9uEDSNG1QTl8m { width:433px;height:152px;top:33px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RsqEeXpbldFnPcRZl2zApmFF4Cv8sDyB { width:279px;height:48px;top:102px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #Jmstc9nS2isbQGx54ysCGOTD2Zr8F80C { width:425px;height:20px;top:68px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lV5ZFJEkLtms6xO2ynBmpKLtl3IkdWGl { width:433px;height:152px;top:33px;left:331px;display:block; }
 }@media only screen and (max-width: 763px) { #ffh1sDdSKBxnxqmuqBBEi0LIhpJlSsnA { width:279px;height:48px;top:102px;left:434px;display:block; }
 }@media only screen and (max-width: 763px) { #Rd35qMsgskuFNkmdkz9G3CTZEKG6qE76 { width:426px;height:20px;top:68px;left:338px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #A3AuafTnC6IHa0x0eQfI1gewJ2wk0Omp { display:block; }#A3AuafTnC6IHa0x0eQfI1gewJ2wk0Omp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwE11gnNZ7cE4iKssW3kolwPcoLW2K7L { width:43px;height:43px;top:85px;left:143px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #RIAEfHeVArXVlSobu711ROqexKU7osE0 { width:97px;height:20px;top:139px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #gEe8QPqRRS0Hp3VGDpfak2XuEDxh3tvg { width:172px;height:32px;top:166px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #RtdWxFtfacphz7zoK67gxvI4qTve5cTp { width:43px;height:43px;top:234px;left:143px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #akKLEL7CpynxJ9dtXBr2oxL0DqZChThP { width:97px;height:20px;top:288px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #eVFpnmw6vq2ovT3GmOnmnMsUDl3wK3bx { width:172px;height:48px;top:308px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #XBwnxzIOzaBPxQ2GCKkBCMMGs76iHoZh { width:172px;height:48px;top:308px;left:511px;display:block; }
 }@media only screen and (max-width: 763px) { #BWus9bCiHpnKbsOP6VCexSP6AMg8bPlh { width:97px;height:20px;top:288px;left:548px;display:block; }
 }@media only screen and (max-width: 763px) { #KTJmbJFHUHUApDyvqEK3gC3nJBJ50AzW { width:43px;height:43px;top:234px;left:575px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #QhZQaLB0k5GOSPEkW5QDSfsZ8bTcV9zm { width:172px;height:32px;top:166px;left:511px;display:block; }
 }@media only screen and (max-width: 763px) { #rC5zCEdbNUeVbZE6MActbDwROpoASs2T { width:97px;height:20px;top:139px;left:548px;display:block; }
 }@media only screen and (max-width: 763px) { #ZO2Q1pwpp54ggQN092gW24cc82GcEcTT { width:43px;height:43px;top:85px;left:575px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #KsAdHc9eBe9yGNl6hgkB4x6HdtC7vZTF { width:467px;height:401px;top:0px;left:148.5px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zo9yWXT6HNe6eXBXvSOCKAZeNHz17num { display:block; }#zo9yWXT6HNe6eXBXvSOCKAZeNHz17num > .row .container { width:320px;height:185px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EtH5uTpgyhKgTtCxuCNO8SIRzIJpgxJc { width:200px;height:52px;top:25px;left:90px;font-size:40px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xaRBundymTha3WsSDp7UndQrXJKGTp0l { width:76px;height:76px;top:13px;left:30px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #ciWJKDWJ4zrXx01tVAFBIpeulxgtolvT { width:32px;height:32px;top:91px;left:66px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #sX8OBU15XJWo7UWGheeI4JvAO2JBNwem { width:182.986px;height:28.6px;top:94px;left:79px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #IMy80yvSO7xCpHVb6UATueCOTIbIOG4D { width:32px;height:32px;top:133px;left:65px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #CNkGytCtQIrtyo4xP8zUc5ms5fA0ToAs { width:170px;height:23.4px;top:135px;left:91px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/CwFlH5ng/intro3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(84,84,84,0.54); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(84,84,84,0.54); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:830px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLdmgJPIPk1o5JXQaP84OkTvbR9f0TRq { width:300px;height:122.4px;top:66px;left:5px;text-align:center;text-align-last:center;font-size:34px;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #FHOd1Br9JHQiRCTT9CIf5a7KtDzz4v36 { width:300px;height:30px;top:96px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #nn8V9iPZ351hzam6ePEcbJCqnvcA7yWA { width:300px;height:30px;top:157px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #ydMUp4L0T0E6Zq2wX3lUHZFZRkGdzF8e { width:310px;height:30px;top:107px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #NTViq8HMtTFIBE4TD532TiQJuk5xHpTs { width:310px;height:30px;top:168px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #rHHrPtvshLGv1IeHV7bF14iouT7Xtkhu { width:100px;height:41.9965px;top:12.986114501953px;left:115.00000858307px;display:block; }
 }@media only screen and (max-width: 763px) { #uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM { display:block; }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM > .row .container { width:320px;height:145px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOUWJxElCMxhsG0xbhbwpcFh2969wJlg { width:320px;height:33.8px;top:94px;left:0px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #kPPWkHqyHH3Iuy1kg9bfGQ9A74nbVNbp { width:320px;height:52px;top:38px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uDWJgR3t7yH8rIyJIe0iPfdw5VToAH8a { display:block; }#uDWJgR3t7yH8rIyJIe0iPfdw5VToAH8a > .row .container { width:320px;height:1377px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1EeCTLwOQNoBwk6fXzr2cO5nEKtCoeM { width:314px;height:189.79555555556px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hQIPxM5rkqrlhdNTN5nbwD8CTtfX3Qhm { width:314px;height:157px;top:236px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FChFB1NBNlToaa94q7tsHtkGpBTIdGBh { width:314px;height:235.5px;top:645px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vOs2N9ET4BmtV5rTEOFDamUzUZslSkeJ { width:314px;height:200.175px;top:419px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MhhXT6g8s1vXdiULpfXeFmDhG2QOsLPQ { width:200px;height:30px;top:172px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #tWJodabLUGrFURzizvcbyEoxswRVxoRg { width:200px;height:30px;top:183px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #z0zFTm7UBs0x0ndgZ7CeWq903Vz9wiZm { width:206px;height:22.1px;top:176px;left:102px;text-align:center;text-align-last:center;font-size:17px;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #xsCEuKSOETyLTEBemkS8WpqQdMigMUA1 { width:200px;height:30px;top:355px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #tOOS6CDEXvHOu3VkGWk20x3xvX8QBggT { width:200px;height:30px;top:366px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #A0LI1kBufIL5o7x3KH69SAQ5PAZHcbuJ { width:206px;height:22.1px;top:359px;left:102px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #dhfqApT1P4TZqml3pfS7BG1NVvD88xxU { width:200px;height:30px;top:581px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #BZEQeaXHlNBigKldN6FH90dN0iD3tD1U { width:206px;height:22.1px;top:585px;left:102px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #htAgKaGsLMRhdQA3kzPv2TQHXlnlLUId { width:200px;height:30px;top:592px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #mt7btvG4J4J9efZVm6k6bdhfPpEfaTZV { width:200px;height:30px;top:842px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #x8KZ6gxgRtkaB9CVfCTxGGOmV7HIbp2w { width:206px;height:22.1px;top:846px;left:102px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ZSrETUTKqeOLywJFFvvrA6lC4Qcpgi5w { width:200px;height:30px;top:853px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #e90Bykip9sfaOUlBCRTfbMHRwvMgATkv { width:314px;height:195.37777777778px;top:1128px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vf7ts45Hk6woEPkGDJlysGGlu2eD2EGG { width:314px;height:195.37777777778px;top:907px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AfnUv6Gm6HXi1PL3Oykb0q60Tg5TUCi3 { width:200px;height:30px;top:1296px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #ZHiAbqeem4Ctxblddzkd2HFlugTOICSa { width:208px;height:39.6px;top:1272px;left:103px;text-align:center;text-align-last:center;font-size:18px;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #H7zioq93rbEN5PyBV9dK4U3IDagKp9aW { width:200px;height:45px;top:1270px;left:106px;display:block; }
 }@media only screen and (max-width: 763px) { #ilZiqhae8wD15nbqeDn8Tz523TtQ1LdE { width:200px;height:30px;top:1064px;left:106px;display:block; }
 }@media only screen and (max-width: 763px) { #PRymtmx63WqBN6MwlNSNlScbSvGOTRD8 { width:206px;height:22.1px;top:1068px;left:103px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ELdrxSUuyVGIbyNZ9xyOSVUV9qeurucv { width:200px;height:30px;top:1075px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #xeg26B2nmbmytUBCFfkeAH7EmmuvgRGV { display:block; }#xeg26B2nmbmytUBCFfkeAH7EmmuvgRGV > .row .container { width:320px;height:265px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFy9Qnuqn3M9J1fTySKEEhsdifDglQhv { width:238px;height:105px;top:82px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #gciHsowMtSWkD4b5OavnwrTt8vnyXQIR { width:153px;height:75.4px;top:97px;left:143px;text-align:center;text-align-last:center;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #G7F0Sylw6ypbCbJEE6iTM4QQRihCK8y6 { width:130px;height:130px;top:69px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #P001NMU0elmtcwFggWr9OaIgaioqDeMy { width:130px;height:130px;top:69px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZvcXWd2qASSvffR7HDwEn4TtzKVnplCQ { width:129px;height:109.2px;top:80px;left:17px;text-align:center;text-align-last:center;font-size:84px;display:block; }
 }@media only screen and (max-width: 763px) { #tBSiFVLsNmRL2eUBVrGpMIHeDpnelZZi { width:50px;height:50px;top:66px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xc6NFN3XfwV3cLElwq3836MHV6VxHEaT { width:43px;height:41.6px;top:69px;left:16px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #liFTIkofXaliNcKNu5sUAAtzN5EbuKeK { width:50px;height:50px;top:64px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #poCaxBC8g3vEA5cG4Jbi4gqoGn8dntbe { width:320px;height:225px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tFOQP5GcT0VPRygkOFHyy5gkcQkfTbTK { display:block; }#tFOQP5GcT0VPRygkOFHyy5gkcQkfTbTK > .row .container { width:320px;height:145px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLRKk0QVGeh3yHgXZ51I7dptVddu7m5P { width:320px;height:33.8px;top:94px;left:0px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #OXfWxl6tkoWO5fyRR9HX90V2Gs104GJR { width:320px;height:52px;top:38px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BImcPC1M5hmdDMhpZZuUmLwGSLMO2vW4 { display:block; }#BImcPC1M5hmdDMhpZZuUmLwGSLMO2vW4 > .row .container { width:320px;height:985px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKl6fb6rTM5PNAiVNXEOKdJqTnr9QttM { width:314px;height:209.33333333333px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NJwrBvePKKTuaVksFiTr7xBtaF2sXRWm { width:314px;height:208.625px;top:255.3125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QOVR3LHfhF8E6paFw0Bqt4qdbUXE5oIr { width:314px;height:208.797px;top:724.734375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SCDNzSTQiaN1D9PkXrfteZZSXxG8S3pr { width:314px;height:208.797px;top:489.9375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WEOpa6dFVH3ZMTVUmVzkI8P011Gb3LMi { width:270px;height:30px;top:191px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ZHC8p716W2LrxytfB2JoK58kXFsdbfCG { width:270px;height:30px;top:202px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #gONBwlaPvwKHehnshNgMhB00e1eg2PlA { width:250px;height:22.1px;top:195px;left:45px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #xO4CJToEl5LGlEoBqnuwMrd1FT2QWrvt { width:270px;height:30px;top:426px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #yauKRb1LbMIcDE5Il2q20uIEMgMra49R { width:270px;height:30px;top:437px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #f0TqzvZgEseqaitgZfXIk2pzzPrdwvNi { width:250px;height:22.1px;top:430px;left:45px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #IceuiTqLgTpRH6AFTTs25rlS5iEmWrl6 { width:270px;height:30px;top:661px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #z4TcEPmKZSwTBuBTUeJt09LFPJ7wilwT { width:250px;height:22.1px;top:665px;left:45px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #sVtNIvMNapJktQsTDgARTZZz5unbKvz8 { width:270px;height:30px;top:672px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #sXb42qdOBv6l9G2mTrPHrAzUpTz5NVDm { width:270px;height:30px;top:896px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #wCTUZwwOTOO8GTf3yNnXZDfkQg4LDTTc { width:250px;height:22.1px;top:900px;left:45px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ZJTySI3TyhVbWpOLunyTad6b9FDXy2TX { width:270px;height:30px;top:907px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/cxed2TeJ/04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ.adaptive-delivery-prevent-bg, #RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ.lazyload, #RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ.lazyloading { background-image: none; }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row .container { background-color: transparent; background-image: none; }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row .container > .video-iframe-container { display: none; }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row > .video-iframe-container { display: none; }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .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); }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row .container { width:320px;height:535px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZkSoy8NCOoow3nqor0xyhn7yQdHM3yl { width:320px;height:52px;top:77px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QmcFpvzQ9yHtwxS1Ih6N0naaeVfnRPQA { width:278px;height:24.7px;top:150px;left:21px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #mOxwu14y44FDAnKPT5sbBIwP0gv989LL { width:250px;height:45px;top:196px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #SBpxcLeEG3WHpqNIf6I9krKxcXXZczVo { display:block; }
 }@media only screen and (max-width: 763px) { #s31Hu5Eg195h7qbffvoWcdh5PxTtTTTn { width:320px;height:180px;top:283px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Chk0JSh2iWHLsEP9tHtPWrzrTExpTDbi { width:320px;height:33.8px;top:483px;left:0px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #E9vg04tlvFH25oi7ObaKOBiDFSWA3xRn { width:320px;height:180px;top:292px;left:0px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #CesASSIbG1CTrc4qZrMk7igaeHiPELfK { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/cxed2TeJ/04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#CesASSIbG1CTrc4qZrMk7igaeHiPELfK.adaptive-delivery-prevent-bg, #CesASSIbG1CTrc4qZrMk7igaeHiPELfK.lazyload, #CesASSIbG1CTrc4qZrMk7igaeHiPELfK.lazyloading { background-image: none; }#CesASSIbG1CTrc4qZrMk7igaeHiPELfK > .row .container { width:320px;height:535px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cQ7HENT6d7Cz7lbs3q2a2TbpUAXqePh4 { width:320px;height:52px;top:77px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #crqVVlTruLiOF0HAEueSq9PQ849aINAS { width:278px;height:24.7px;top:150px;left:21px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #fSN6FLVosgxtI7KmR0ZucIQHAL2SWbDR { width:250px;height:45px;top:196px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #vBeTQmlSqpRGJ9ADIpQC8Nq40q2G7Va9 { display:block; }
 }@media only screen and (max-width: 763px) { #y19epT28lE4hZsxldOb7oJ9rhnt1nhKq { width:320px;height:180px;top:283px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #yI18qboNhL6BMiooHMmauxm0Ue3SFoqV { width:320px;height:33.8px;top:483px;left:0px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #S6xC2RvDGhkhhJROEZ3w3WnHeuQ1IZCg { width:320px;height:180px;top:292px;left:0px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Lybf0aKfMyhJc82PayZ2hxd3f1DaqKJr { display:block; }#Lybf0aKfMyhJc82PayZ2hxd3f1DaqKJr > .row .container { width:320px;height:195px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nr6RFiMp5LKSugtF2ITfUqZ1KlegBD6c { width:153px;height:45.5px;top:62px;left:116px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #PsEG4Fll3xVC1tlxHbAxtbUqXu1JZlgT { width:65px;height:65px;top:52px;left:51px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #eXIT71gMXOZzQZZgdeQX03tU6WsHIKG7 { width:183px;height:28.6px;top:121px;left:72px;text-align:right;text-align-last:right;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #KhSM01PwEMCuEhpLA4eX8NkBneGpBt3C { width:40px;height:40px;top:117px;left:66px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #klM3U6MPTuexZNDWB59kdtDCnbOA18Pb { width:320px;height:14.3px;top:172px;left:0px;text-align:center;text-align-last:center;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Txd0WqESz7mS3WGQP8BOcW9gBQIPEmZr { width:40px;height:40px;top:23px;left:143.5px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #enDeyKCviBa4w2h9nNMaabHccC7ZlBwl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/B7aOgfff/Group-6.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl.adaptive-delivery-prevent-bg, #enDeyKCviBa4w2h9nNMaabHccC7ZlBwl.lazyload, #enDeyKCviBa4w2h9nNMaabHccC7ZlBwl.lazyloading { background-image: none; }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl > .row .container { width:320px;height:420px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rJPCAX7w3uN35fpw8txLSVU3WTQTyCbG { width:226px;height:0;top:53px;left:47px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Fz1JQhdS3ti0fWTlpB5bwyCeUu2bnNu7 { width:320px;height:0;top:113px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PLDGHsT1fKJSOaxImFuLTMIk00bSsCTh { height:180px;width:320px;top:187px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Nemi7JzUh5cHWKuV9QeGHum3UmNGT5UG { display:none; }#Nemi7JzUh5cHWKuV9QeGHum3UmNGT5UG > .row .container { width:320px;height:130px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S6tXqDIAhoWOViK7r1ut71QTKSNO0LFo { width:210px;height:0;top:19px;left:55px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iv29kEbH3OMWKWEsQV7bQeCGZLPtn72U { width:204px;height:0;top:79px;left:58px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gc7ioOlT3C6ocFx7xGW0HCh36wMUmkMm { display:none; }#gc7ioOlT3C6ocFx7xGW0HCh36wMUmkMm > .row .container { width:320px;height:535px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TAwTKBhP2nNaRmAgiT5SQKub6oTxbhhD { width:320px;height:340px;top:2px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pbS3wsUMZ3q9HZsuETbyUfRHcgh5kzh0 { width:320px;height:5px;top:338px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xxfxdlwTtZPaCLGDQFxH5Fuo62FRug2G { width:170px;height:292px;top:26px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #ztM80xoEATerWdM1fgcg3T3heDr811lI { width:320px;height:225px;top:717px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Cudbh5ywVJacJtKVWbdKgn6KsLOqKpu2 { width:97px;height:0;top:366px;left:112px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E0I2ikbikGc6F35Izfc4fhDyK1fAP6OR { width:168px;height:64px;top:405px;left:76px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pnuko3KQXZkzIFIfDJq3ZGgbfI1uMn7i { width:97px;height:20px;top:1002px;left:111px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XlLsdZgiGQkhFoPh5o0qbZUTRdp7qEqp { width:168px;height:0;top:1126px;left:76px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QT0tR4JlzA9sowwM2NTs1g1rnDF9sTkO { width:279px;height:292px;top:62px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F { display:none; }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F > .row .container { width:320px;height:250px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C1ddBDEOCkf8irxTQm5FwwXi5WDZSAw0 { width:320px;height:52px;top:47px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TNyhwfsffpXVuKchJLbUnKaSAWrAFr6k { width:320px;height:19px;top:108px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #WgqlBSE8Un8FSv92W211tuGvrHtMK3Hc { width:250px;height:45px;top:160px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Qad7LGqrERn6qkL7BTRG2v38h7BONsUP { display:block; }
 }@media only screen and (max-width: 763px) { #Z2ONOoKCEhTnPnaBaMV5wwGv5sApR2me { display:none; }#Z2ONOoKCEhTnPnaBaMV5wwGv5sApR2me > .row .container { width:320px;height:370px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PgFJvmpRZAGGbWh1BCUWkKNk9gBg1uOo { width:200px;height:0;top:40px;left:60px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #W7wlUvOF6yJVJV8XFs9TJUIwZG2NV50m { width:35px;height:35px;top:78px;left:73px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #zHqofqSQVNQdN2hfH9kfoztwrth4LJzM { width:320px;height:182px;top:176px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wgHEJAw9evyOprT5lkACNgD2ormq5UH6 { width:320px;height:5px;top:176px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gHaU3DmKIvFhvBZqgaFT3QzKbIt5xchJ { width:80px;height:80px;top:139px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #Uk3NIfbrwA6ZPiksT1J2SWiugdzgSdVC { width:35px;height:35px;top:78px;left:108px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #hOQqRXPRymUTHqiTlqE3lmkhET8pktnp { width:35px;height:35px;top:78px;left:143px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #T0TOHA7Xi2AnqGQ0OqH1uWx4y5otq54C { width:35px;height:35px;top:78px;left:179px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #kBARPPORFawzurGsbhb4hSsfQu6DLrsN { width:35px;height:35px;top:78px;left:213px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #N9GbscqRWworAotLtgpNBAcNl5CnEqd0 { width:279px;height:48px;top:279px;left:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFSAVr4SamMZdZ09TVHhNFQ05vDk4hMw { width:169px;height:20px;top:239px;left:76px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yu8JpCwObni7uwEG1i1pSmSbP7EapTi7 { display:none; }#yu8JpCwObni7uwEG1i1pSmSbP7EapTi7 > .row .container { width:320px;height:370px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ddT2rOL5n2fIvZAqP7n9uEDSNG1QTl8m { width:320px;height:152px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RsqEeXpbldFnPcRZl2zApmFF4Cv8sDyB { width:279px;height:0;top:65px;left:20.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jmstc9nS2isbQGx54ysCGOTD2Zr8F80C { width:169px;height:0;top:25px;left:75.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lV5ZFJEkLtms6xO2ynBmpKLtl3IkdWGl { width:320px;height:152px;top:170px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ffh1sDdSKBxnxqmuqBBEi0LIhpJlSsnA { width:279px;height:0;top:238px;left:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rd35qMsgskuFNkmdkz9G3CTZEKG6qE76 { width:169px;height:0;top:202px;left:76px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A3AuafTnC6IHa0x0eQfI1gewJ2wk0Omp { display:none; }#A3AuafTnC6IHa0x0eQfI1gewJ2wk0Omp > .row .container { width:320px;height:710px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MwE11gnNZ7cE4iKssW3kolwPcoLW2K7L { width:43px;height:43px;top:49px;left:138px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #RIAEfHeVArXVlSobu711ROqexKU7osE0 { width:97px;height:20px;top:102px;left:112px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gEe8QPqRRS0Hp3VGDpfak2XuEDxh3tvg { width:172px;height:48px;top:132px;left:74px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RtdWxFtfacphz7zoK67gxvI4qTve5cTp { width:43px;height:43px;top:375px;left:138px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #akKLEL7CpynxJ9dtXBr2oxL0DqZChThP { width:97px;height:20px;top:428px;left:112px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eVFpnmw6vq2ovT3GmOnmnMsUDl3wK3bx { width:172px;height:48px;top:458px;left:74px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBwnxzIOzaBPxQ2GCKkBCMMGs76iHoZh { width:172px;height:48px;top:616px;left:74px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWus9bCiHpnKbsOP6VCexSP6AMg8bPlh { width:97px;height:20px;top:586px;left:112px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTJmbJFHUHUApDyvqEK3gC3nJBJ50AzW { width:43px;height:43px;top:533px;left:139px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #QhZQaLB0k5GOSPEkW5QDSfsZ8bTcV9zm { width:172px;height:48px;top:294px;left:74px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rC5zCEdbNUeVbZE6MActbDwROpoASs2T { width:97px;height:20px;top:264px;left:112px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZO2Q1pwpp54ggQN092gW24cc82GcEcTT { width:43px;height:43px;top:211px;left:139px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #KsAdHc9eBe9yGNl6hgkB4x6HdtC7vZTF { width:320px;height:275px;top:673px;left:0px;display:none; }
 }