.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color: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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0.62);background-image:url("https://images.assets-landingi.com/uc/7e6f9695-dba0-4540-9202-e37914de9562/cubcadettlo.jpg");background-position:center left !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-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(0,0,0,0); }#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(0,0,0,0); }#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 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:802px;width:1200px;overflow:visible;position:relative;display:block; }#rElpUFzfgh8CXfazuwwErN5MGV9DSdwV { color:#fdcb01;display:block;width:227px;position:absolute;font-family:roboto;font-size:39px;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:136px;left:9px;height:50.6953px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fFOQo8iAhLtiBZ2zGUVCEzKJ2yRUzp5y { color:#ffffff;display:block;width:715px;position:absolute;font-family:roboto;font-size:47px;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:211px;left:0px;height:225.594px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w2TZREw90ZooREtTF7kEFZBpNSO82iAe { background-color:#000000;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:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#edc127;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:310px;height:70px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:553px;left:0px;display:block; }
#vUpcJn39HSs2m6sIBu0N5TFSyOniHBJx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ARdHGGt8huarLPwumcX2XHlRSiZ9LTs9 { position:absolute;display:block;z-index:15005;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60px;width:244px;top:131px;left:0px;display:block; }
#IxrAZphp25d7HSXhpZsL6scLRIaabXpl { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56px;width:255px;top:0px;left:0px;overflow:hidden;display:block; }
#J8eKJR1mBtxSxXObgmxyu6R1TH76HEM5 { position:absolute;display:block;z-index:15028;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:400px;width:421px;top:402px;left:310px;overflow:hidden;display:block; }
#ouHyuh5vmFBLHPAr2InnAsoDwaxg4DLT { 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; }#ouHyuh5vmFBLHPAr2InnAsoDwaxg4DLT > .row .container { background-color: transparent; background-image: none; }#ouHyuh5vmFBLHPAr2InnAsoDwaxg4DLT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouHyuh5vmFBLHPAr2InnAsoDwaxg4DLT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouHyuh5vmFBLHPAr2InnAsoDwaxg4DLT > .row .container > .video-iframe-container { display: none; }#ouHyuh5vmFBLHPAr2InnAsoDwaxg4DLT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouHyuh5vmFBLHPAr2InnAsoDwaxg4DLT > .row > .video-iframe-container { display: none; }#ouHyuh5vmFBLHPAr2InnAsoDwaxg4DLT > .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); }#ouHyuh5vmFBLHPAr2InnAsoDwaxg4DLT > .row .container { border-width: 0; border-radius: 0; }#ouHyuh5vmFBLHPAr2InnAsoDwaxg4DLT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ouHyuh5vmFBLHPAr2InnAsoDwaxg4DLT > .row .container { font-size:14px;font-family:arial;height:506px;width:1200px;position:relative;display:block; }#QCIFfDTbzdnTc3RgOEdNDAZXZH42w6sG { color:#000000;display:block;width:546px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:202px;left:623px;height:187.1875px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tln618MWRNx3SF7UyP27qMW0wPwsV3yh { position:absolute;display:block;z-index:15007;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:400px;width:591px;top:53px;left:0px;overflow:hidden;display:block; }
#wTiA1ppt03DTFP8TF3gP5fDNhZUH27CB { color:#000000;display:block;width:574px;position:absolute;font-family:roboto;font-size:50px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:87px;left:622px;height:65px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wy9ZQM3fwvmUCNduSOHq3mBXq63tFmXc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f1;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; }#wy9ZQM3fwvmUCNduSOHq3mBXq63tFmXc > .row .container { background-color: transparent; background-image: none; }#wy9ZQM3fwvmUCNduSOHq3mBXq63tFmXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wy9ZQM3fwvmUCNduSOHq3mBXq63tFmXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wy9ZQM3fwvmUCNduSOHq3mBXq63tFmXc > .row .container > .video-iframe-container { display: none; }#wy9ZQM3fwvmUCNduSOHq3mBXq63tFmXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wy9ZQM3fwvmUCNduSOHq3mBXq63tFmXc > .row > .video-iframe-container { display: none; }#wy9ZQM3fwvmUCNduSOHq3mBXq63tFmXc > .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); }#wy9ZQM3fwvmUCNduSOHq3mBXq63tFmXc > .row .container { border-width: 0; border-radius: 0; }#wy9ZQM3fwvmUCNduSOHq3mBXq63tFmXc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wy9ZQM3fwvmUCNduSOHq3mBXq63tFmXc > .row .container { font-size:14px;font-family:arial;height:519px;width:1200px;position:relative;display:block; }#DWSOOuT9iDh0t0ornP7CacUt5tbobCPb { 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:392px;width:598px;top:52px;left:600px;overflow:hidden;display:block; }
#ZzMgvtvmAZ9W0iFTwC3v2tbp8DC80JHE { color:#000000;display:block;width:546px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:142px;left:29px;height:327.5778px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CIFuzZQQAOFWW2cdqhdcVMabxo9pr5V7 { color:#000000;display:block;width:559px;position:absolute;font-family:roboto;font-size:50px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:64px;left:29px;height:65px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UzeCnEfc2lQSvt5SrBhb8TGLT8BMCWGf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#UzeCnEfc2lQSvt5SrBhb8TGLT8BMCWGf > .row .container { background-color: transparent; background-image: none; }#UzeCnEfc2lQSvt5SrBhb8TGLT8BMCWGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzeCnEfc2lQSvt5SrBhb8TGLT8BMCWGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzeCnEfc2lQSvt5SrBhb8TGLT8BMCWGf > .row .container > .video-iframe-container { display: none; }#UzeCnEfc2lQSvt5SrBhb8TGLT8BMCWGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzeCnEfc2lQSvt5SrBhb8TGLT8BMCWGf > .row > .video-iframe-container { display: none; }#UzeCnEfc2lQSvt5SrBhb8TGLT8BMCWGf > .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); }#UzeCnEfc2lQSvt5SrBhb8TGLT8BMCWGf > .row .container { border-width: 0; border-radius: 0; }#UzeCnEfc2lQSvt5SrBhb8TGLT8BMCWGf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UzeCnEfc2lQSvt5SrBhb8TGLT8BMCWGf > .row .container { font-size:14px;font-family:arial;height:171px;width:1200px;position:relative;display:block; }#Ld3BSREMKm9e8SRe7TdCm2a2wzEqyM1u { color:#fec52d;display:block;width:1200px;position:absolute;font-family:roboto;font-size:50px;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:25px;left:0px;height:120px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LXUPOuzO04ZE8slMgSVMk3GJMWaFAeSA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#LXUPOuzO04ZE8slMgSVMk3GJMWaFAeSA > .row .container { background-color: transparent; background-image: none; }#LXUPOuzO04ZE8slMgSVMk3GJMWaFAeSA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXUPOuzO04ZE8slMgSVMk3GJMWaFAeSA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXUPOuzO04ZE8slMgSVMk3GJMWaFAeSA > .row .container > .video-iframe-container { display: none; }#LXUPOuzO04ZE8slMgSVMk3GJMWaFAeSA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXUPOuzO04ZE8slMgSVMk3GJMWaFAeSA > .row > .video-iframe-container { display: none; }#LXUPOuzO04ZE8slMgSVMk3GJMWaFAeSA > .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); }#LXUPOuzO04ZE8slMgSVMk3GJMWaFAeSA > .row .container { border-width: 0; border-radius: 0; }#LXUPOuzO04ZE8slMgSVMk3GJMWaFAeSA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LXUPOuzO04ZE8slMgSVMk3GJMWaFAeSA > .row .container { font-size:14px;font-family:arial;height:227px;width:1200px;position:relative;display:block; }#AAMr70OGBKczTlrTtTXcGTScsJ22gW1w { color:#fec52d;display:block;width:360px;position:absolute;font-family:roboto;font-size:24px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:92.21875px;left:20px;height:124.781px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DeHfBBHHqNCzbi99JcgB6Fz0Kl69nhfA { color:#fec52d;display:block;width:360px;position:absolute;font-family:roboto;font-size:24px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:92.21875px;left:420px;height:62.3906px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VS0qTHb8V3Kfb8rxTisGi1iwO1ggH1Uv { color:#fec52d;display:block;width:360px;position:absolute;font-family:roboto;font-size:24px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:92.21875px;left:820px;height:62.3906px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N7k8eM9L7JCZdv84HIq2SVkrE9Ge8lTQ { color:#edc127;display:block;width:58px;position:absolute;font-family:roboto;font-size:80px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0px;left:171px;height:104px;display:block; }
#BiWR1rftCw1agiqZ6o4CsNLUdtx3rOkr { color:#edc127;display:block;width:58px;position:absolute;font-family:roboto;font-size:80px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0px;left:571px;height:104px;display:block; }
#VXTGdT6Fhk6P97Jp3ZkwqvWXwPbkv7zJ { color:#edc127;display:block;width:58px;position:absolute;font-family:roboto;font-size:80px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0px;left:971px;height:104px;display:block; }
#tMTq1bldLc0r6wVHoexuE3dqp5mWbSDb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#tMTq1bldLc0r6wVHoexuE3dqp5mWbSDb > .row .container { background-color: transparent; background-image: none; }#tMTq1bldLc0r6wVHoexuE3dqp5mWbSDb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMTq1bldLc0r6wVHoexuE3dqp5mWbSDb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMTq1bldLc0r6wVHoexuE3dqp5mWbSDb > .row .container > .video-iframe-container { display: none; }#tMTq1bldLc0r6wVHoexuE3dqp5mWbSDb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMTq1bldLc0r6wVHoexuE3dqp5mWbSDb > .row > .video-iframe-container { display: none; }#tMTq1bldLc0r6wVHoexuE3dqp5mWbSDb > .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); }#tMTq1bldLc0r6wVHoexuE3dqp5mWbSDb > .row .container { border-width: 0; border-radius: 0; }#tMTq1bldLc0r6wVHoexuE3dqp5mWbSDb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tMTq1bldLc0r6wVHoexuE3dqp5mWbSDb > .row .container { font-size:14px;font-family:arial;height:170px;width:1200px;position:relative;display:block; }#y4Q6gwG3gco7c8zPCtz9ORNTB1ebMIsT { background-color:#fec52d;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:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:310px;height:70px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:50px;left:445px;display:block; }
#NCNJ9thq7tTvRvaUA1QT4FAeQ4LDuhAh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wXAiyGioLtkTsEX3816xUhGslCSKXHvb { 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; }#wXAiyGioLtkTsEX3816xUhGslCSKXHvb > .row .container { background-color: transparent; background-image: none; }#wXAiyGioLtkTsEX3816xUhGslCSKXHvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXAiyGioLtkTsEX3816xUhGslCSKXHvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXAiyGioLtkTsEX3816xUhGslCSKXHvb > .row .container > .video-iframe-container { display: none; }#wXAiyGioLtkTsEX3816xUhGslCSKXHvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXAiyGioLtkTsEX3816xUhGslCSKXHvb > .row > .video-iframe-container { display: none; }#wXAiyGioLtkTsEX3816xUhGslCSKXHvb > .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); }#wXAiyGioLtkTsEX3816xUhGslCSKXHvb > .row .container { border-width: 0; border-radius: 0; }#wXAiyGioLtkTsEX3816xUhGslCSKXHvb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wXAiyGioLtkTsEX3816xUhGslCSKXHvb > .row .container { font-size:14px;font-family:arial;height:108px;width:1200px;position:relative;display:block; }#EtkescTtGAlbF2fGBW6txElhl06i7fl4 { color:#000000;display:block;width:595px;position:absolute;font-family:roboto;font-size:50px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:23.09375px;left:302.5px;height:65px;font-style:normal;display:block; }
#bNwm2werrZTSoulSTArg8l6cP5zC8cJ4 { 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; }#bNwm2werrZTSoulSTArg8l6cP5zC8cJ4 > .row .container { background-color: transparent; background-image: none; }#bNwm2werrZTSoulSTArg8l6cP5zC8cJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNwm2werrZTSoulSTArg8l6cP5zC8cJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNwm2werrZTSoulSTArg8l6cP5zC8cJ4 > .row .container > .video-iframe-container { display: none; }#bNwm2werrZTSoulSTArg8l6cP5zC8cJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNwm2werrZTSoulSTArg8l6cP5zC8cJ4 > .row > .video-iframe-container { display: none; }#bNwm2werrZTSoulSTArg8l6cP5zC8cJ4 > .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); }#bNwm2werrZTSoulSTArg8l6cP5zC8cJ4 > .row .container { border-width: 0; border-radius: 0; }#bNwm2werrZTSoulSTArg8l6cP5zC8cJ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bNwm2werrZTSoulSTArg8l6cP5zC8cJ4 > .row .container { font-size:14px;font-family:arial;height:322px;width:1200px;position:relative;display:block; }#GXNLzK5vnE5ok0sdiC4kr2XohmDLwKb8 { 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:245px;width:245px;top:0px;left:27.5px;overflow:hidden;display:block; }
#BUWH8Hgq3Lxh8ZAbfhApCnZnIT1lJm0s { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:245px;width:245px;top:0px;left:327.5px;overflow:hidden;display:block; }
#KdGtiTLkTATxQBVTUIfQiQo0tEfOX4vA { 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:245px;width:245px;top:0px;left:627.5px;overflow:hidden;display:block; }
#XRAzl2PVebhtqUaLQeRb7Dr7gAp738av { 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:245px;width:245px;top:0px;left:927.5px;overflow:hidden;display:block; }
#dltLFSP7BuTfXm28vFuk4WTzulaqbmcu { color:#000000;display:block;width:287px;position:absolute;font-family:roboto;font-size:24px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:245px;left:6.5px;height:31.1953px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mTJT7Xx71bg41TyRACOibsOLPQxle5ZV { color:#000000;display:block;width:287px;position:absolute;font-family:roboto;font-size:24px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:245px;left:306.5px;height:31.1953px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fhbFbsFH8HT5gKrwszBOUnDierd05gpc { color:#000000;display:block;width:287px;position:absolute;font-family:roboto;font-size:24px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:245px;left:606.5px;height:31.1953px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xAJ45V20Tde9UES3ergVbT5sJUO3wz75 { color:#000000;display:block;width:287px;position:absolute;font-family:roboto;font-size:24px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:245px;left:906.5px;height:31.1953px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LQBMlavEG4k76a5TtPcs24vWXrEaISTr { 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; }#LQBMlavEG4k76a5TtPcs24vWXrEaISTr > .row .container { background-color: transparent; background-image: none; }#LQBMlavEG4k76a5TtPcs24vWXrEaISTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQBMlavEG4k76a5TtPcs24vWXrEaISTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQBMlavEG4k76a5TtPcs24vWXrEaISTr > .row .container > .video-iframe-container { display: none; }#LQBMlavEG4k76a5TtPcs24vWXrEaISTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQBMlavEG4k76a5TtPcs24vWXrEaISTr > .row > .video-iframe-container { display: none; }#LQBMlavEG4k76a5TtPcs24vWXrEaISTr > .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); }#LQBMlavEG4k76a5TtPcs24vWXrEaISTr > .row .container { border-width: 0; border-radius: 0; }#LQBMlavEG4k76a5TtPcs24vWXrEaISTr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LQBMlavEG4k76a5TtPcs24vWXrEaISTr > .row .container { font-size:14px;font-family:arial;height:322px;width:1200px;position:relative;display:block; }#ilfLtEZgFHnzRm4R9yTKlqLTo7tJ8TWT { 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:245px;width:245px;top:0px;left:27.5px;overflow:hidden;display:block; }
#JtdWwF5aWpvqNeSCTSN3hzJceKgQVkfX { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:245px;width:245px;top:0px;left:327.5px;overflow:hidden;display:block; }
#GFKEmDPqZpTnzZsAXZSHntZroQ9464Pz { 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:245px;width:245px;top:0px;left:627.5px;overflow:hidden;display:block; }
#AmcP5hTAngBxm1OW3T0a6sMrRFfpmtrD { 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:245px;width:245px;top:0px;left:927.5px;overflow:hidden;display:block; }
#F0WRwtolOWTIILVwnheICPv5H5EBGTzi { color:#000000;display:block;width:287px;position:absolute;font-family:roboto;font-size:24px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:245px;left:6.5px;height:31.1953px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZV5eJ3pGJy4t1lanSmzyz2qLznasDFf7 { color:#000000;display:block;width:287px;position:absolute;font-family:roboto;font-size:24px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:245px;left:306.5px;height:31.1953px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kzTEvEqckWFrIey0PrHWyQN8Uxd9T7oq { color:#000000;display:block;width:287px;position:absolute;font-family:roboto;font-size:24px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:245px;left:606.5px;height:31.1953px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RJJCKm1HzyTLSabKLbbDS8OfS0LzfvOK { color:#000000;display:block;width:287px;position:absolute;font-family:roboto;font-size:24px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:245px;left:906.5px;height:31.1953px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wRMoiVHxms21ptoJAZlgCAShXhTAxyBJ { 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; }#wRMoiVHxms21ptoJAZlgCAShXhTAxyBJ > .row .container { background-color: transparent; background-image: none; }#wRMoiVHxms21ptoJAZlgCAShXhTAxyBJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRMoiVHxms21ptoJAZlgCAShXhTAxyBJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRMoiVHxms21ptoJAZlgCAShXhTAxyBJ > .row .container > .video-iframe-container { display: none; }#wRMoiVHxms21ptoJAZlgCAShXhTAxyBJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRMoiVHxms21ptoJAZlgCAShXhTAxyBJ > .row > .video-iframe-container { display: none; }#wRMoiVHxms21ptoJAZlgCAShXhTAxyBJ > .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); }#wRMoiVHxms21ptoJAZlgCAShXhTAxyBJ > .row .container { border-width: 0; border-radius: 0; }#wRMoiVHxms21ptoJAZlgCAShXhTAxyBJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wRMoiVHxms21ptoJAZlgCAShXhTAxyBJ > .row .container { font-size:14px;font-family:arial;height:322px;width:1200px;position:relative;display:block; }#g0CSwwd2uQxSoBHnAK2DMZg8B4GJrQcf { 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:245px;width:245px;top:0px;left:27.5px;overflow:hidden;display:block; }
#ba1GdBLdd2N36mHcqTyC3h7yIcEeFVEm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:245px;width:245px;top:0px;left:327.5px;overflow:hidden;display:block; }
#OgD5SyN63qLMmAtc4gDRMwzz8MOh7E9F { 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:245px;width:245px;top:0px;left:627.5px;overflow:hidden;display:block; }
#EEmzwRU2vsDkxQWOTvTl4moTQEktQ6b1 { 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:245px;width:245px;top:0px;left:927.5px;overflow:hidden;display:block; }
#B0i9On2OzLtN4rKegpNW0U6nItsLO40x { color:#000000;display:block;width:287px;position:absolute;font-family:roboto;font-size:24px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:245px;left:6.5px;height:31.1953px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vg5bZDTOpu6FQ7WzUAUBdcLluT0Ma4ep { color:#000000;display:block;width:287px;position:absolute;font-family:roboto;font-size:24px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:245px;left:306.5px;height:31.1953px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BKTI7kkGZXp1dBvxsLVTWhVclToSHodJ { color:#000000;display:block;width:287px;position:absolute;font-family:roboto;font-size:24px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:245px;left:606.5px;height:31.1953px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vANCbBscMCWFsCLEXQP8CFw95oH29FSe { color:#000000;display:block;width:287px;position:absolute;font-family:roboto;font-size:24px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:245px;left:906.5px;height:31.1953px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KRix9FvVPNx6Wseq4hQzqlA6XMwRuCQ0 { 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; }#KRix9FvVPNx6Wseq4hQzqlA6XMwRuCQ0 > .row .container { background-color: transparent; background-image: none; }#KRix9FvVPNx6Wseq4hQzqlA6XMwRuCQ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRix9FvVPNx6Wseq4hQzqlA6XMwRuCQ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRix9FvVPNx6Wseq4hQzqlA6XMwRuCQ0 > .row .container > .video-iframe-container { display: none; }#KRix9FvVPNx6Wseq4hQzqlA6XMwRuCQ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRix9FvVPNx6Wseq4hQzqlA6XMwRuCQ0 > .row > .video-iframe-container { display: none; }#KRix9FvVPNx6Wseq4hQzqlA6XMwRuCQ0 > .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); }#KRix9FvVPNx6Wseq4hQzqlA6XMwRuCQ0 > .row .container { border-width: 0; border-radius: 0; }#KRix9FvVPNx6Wseq4hQzqlA6XMwRuCQ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KRix9FvVPNx6Wseq4hQzqlA6XMwRuCQ0 > .row .container { font-size:14px;font-family:arial;height:346px;width:1200px;position:relative;display:block; }#Vy3mD6QwxtqOr82sPHgTpTVNvbH0d0W0 { 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:245px;width:245px;top:12px;left:335px;overflow:hidden;display:block; }
#toA1y0Eie1NHlgbhzWmMavpntnt8P6sZ { color:#000000;display:block;width:287px;position:absolute;font-family:roboto;font-size:24px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:257px;left:314px;height:31.1953px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#smEUC7VJ97PsT1s73sLF92IdKV9STpxs { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:245px;width:245px;top:12px;left:621px;overflow:hidden;display:block; }
#zfDNQM7rt5Ft0GTgfJdPUxTthTVnQ5fE { color:#000000;display:block;width:287px;position:absolute;font-family:roboto;font-size:24px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:257px;left:600px;height:31.1953px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HTfnN5EyzexqiXfgx88wtH3TeylvJuLL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f5;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; }#HTfnN5EyzexqiXfgx88wtH3TeylvJuLL > .row .container { border-width: 0; border-radius: 0; }#HTfnN5EyzexqiXfgx88wtH3TeylvJuLL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTfnN5EyzexqiXfgx88wtH3TeylvJuLL > .row .container { font-size:14px;font-family:arial;height:137px;width:1200px;position:relative;display:none; }#wk3JIXcxCbx090cFxCkkBlAdXtTzZGPW { color:#000000;display:block;width:1200px;position:absolute;font-family:lato;font-size:50px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:38px;left:0px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J81N03Rn2lgd3sJFSMzilBxoLCwww9OE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f5;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; }#J81N03Rn2lgd3sJFSMzilBxoLCwww9OE > .row .container { border-width: 0; border-radius: 0; }#J81N03Rn2lgd3sJFSMzilBxoLCwww9OE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J81N03Rn2lgd3sJFSMzilBxoLCwww9OE > .row .container { font-size:14px;font-family:arial;height:220px;width:1200px;position:relative;display:none; }#H9f8hT7nWDIQGoTTXDdpevZ4unixLVGU { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:140px;width:200px;top:33px;left:50px;display:block; }
#qqbbfxyoV0lb92bxiIy1Z3zhQau4rI6P { color:#000000;display:block;width:177px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:49.40625px;left:61.5px;height:31.1953px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#di4P237EMW9VntmkhL0t8mRZoNVJRzXW { background-color:#fdcb01;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:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:117px;left:10px;display:block; }
#TGDqC45vQFZUN8KSbmh9LVhBWG8MZM7h { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Amd0m7HTzDOpNqR7bvbddfRexS0oNmxA { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:140px;width:200px;top:33px;left:350px;display:block; }
#ZhU32sPBnc6yudCAlbUoiCXA4fTJL27g { color:#000000;display:block;width:177px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:141px;left:362px;height:31.2px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dLkiilf2PWKVcEab1OgxeOlGpwbuLVHI { background-color:#fdcb01;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:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:118px;left:310px;display:block; }
#SHvvNBoWneq7m7DFugON6LtZfQboGTNa { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#It4CCQpNlgAZTFnTqetbSAnoT0urnJcK { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:140px;width:200px;top:33px;left:650px;display:block; }
#FrRR7uBb0l7dE4T1Vcd5zZGXPPZ8bJf5 { color:#000000;display:block;width:177px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:141px;left:662px;height:31.2px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GLqWhGAznQV0GcczWuPN0z65xIJZER5a { background-color:#fdcb01;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:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:118px;left:610px;display:block; }
#qpnJGq3yc35m4QobXX9sD1yHSf4cyE5e { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ObArXbf6PRxF8s1nx2GRFhFsTlGqiNLJ { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:140px;width:200px;top:33px;left:950px;display:block; }
#SyQbeSOK3CxcTy8hprfgGONhQonEmMbh { color:#000000;display:block;width:177px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:141px;left:962px;height:31.2px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LBQF3VavqrkdID4sToBSE2NgppaTRmZK { background-color:#fdcb01;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:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:118px;left:910px;display:block; }
#nDsTnuXIFFde3QVweQ10uEkHLkfTyOMf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qs7ThZhTXfFTkMsFgDAdPToUC4QrtZMz { color:#000000;display:block;width:177px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:49.40625px;left:361.5px;height:62.3906px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ulsOtQtQs0xn1SHTxwhAETa6DygCDx5N { color:#000000;display:block;width:177px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:49.40625px;left:661.5px;height:62.3906px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iz2ePEn6CgE5uU5L2PwoKmRdO53qAqdG { color:#000000;display:block;width:177px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:49.40625px;left:974px;height:31.2px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NMMxpkbSO9QqZ2Pw63ppNBZbAsSTiJhT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f5;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; }#NMMxpkbSO9QqZ2Pw63ppNBZbAsSTiJhT > .row .container { border-width: 0; border-radius: 0; }#NMMxpkbSO9QqZ2Pw63ppNBZbAsSTiJhT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NMMxpkbSO9QqZ2Pw63ppNBZbAsSTiJhT > .row .container { font-size:14px;font-family:arial;height:220px;width:1200px;position:relative;display:none; }#Of5HVQifdhu9s91MMkEKFZyxe0ShvGKK { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:140px;width:200px;top:33px;left:50px;display:block; }
#DP6BU2Eh5MObammeXVg68Uxdzyid9bMa { color:#000000;display:block;width:177px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:49.40625px;left:61.5px;height:62.3906px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T3x2ooLT51zxDXRD5H9Ttxvl5587EoGq { background-color:#fdcb01;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:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:117px;left:10px;display:block; }
#HLZU7cskGnfp0NL0eBpv6TgP9FB521W5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nTpnFJDq5QDZ8fEgGPLc397qLhG21uyk { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:140px;width:200px;top:33px;left:350px;display:block; }
#rxI18SDxGKsNzfk8WDpBD9ZC9o6W5tMT { color:#000000;display:block;width:177px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:141px;left:362px;height:31.2px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UQeDfP2WFm0JBoZdXgXqtTHQrgaf3PS3 { background-color:#fdcb01;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:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:118px;left:310px;display:block; }
#wQiXpcNuGalTJo3QxIuaHLRSvFb3CAMw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ks7KvMq7MKQVlEcpqydfsuAAAExwAm7d { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:140px;width:200px;top:33px;left:650px;display:block; }
#rhHhumM11nAUV08nMyPlUQWNk0HW0t7o { color:#000000;display:block;width:177px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:141px;left:662px;height:31.2px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#erXgtsRadFByneLuuKngb1cHIBmPmyPg { background-color:#fdcb01;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:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:118px;left:610px;display:block; }
#ZKzUk6vsOdsQOX7WiJei92ZoCXX6Hpk1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mVTW4H92f94oFTXE8f982EbzrsrAcIDn { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:140px;width:200px;top:33px;left:950px;display:block; }
#da6GLNIGeNqva1UNgkpuhyacygVpPuIR { color:#000000;display:block;width:177px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:141px;left:962px;height:31.2px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xr4BsZR8cw9mDb7WV7GqZAeXEdP4eNaQ { background-color:#fdcb01;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:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:118px;left:910px;display:block; }
#T0KVqy1r3wZmdNTBJX57x0ThCfQ0EQob { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ETL6otozhJrbhHLaIrBWu6iBDiw7PsiI { color:#000000;display:block;width:181.997px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:49.392395019531px;left:358.99310302734px;height:62.3906px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wys7rbQpa7vvDncOMelCRGfFCLOeqEO6 { color:#000000;display:block;width:213.993px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:49.392395019531px;left:643.00347900391px;height:62.3906px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QErtIhLpkSyaboy370MxwJPyM4JcNuap { color:#000000;display:block;width:176.997px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:49.392395019531px;left:961.49310302734px;height:62.3906px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HaZLWwMbZacG9QF6mqXQCk7HIZOGtbr7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f5;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; }#HaZLWwMbZacG9QF6mqXQCk7HIZOGtbr7 > .row .container { border-width: 0; border-radius: 0; }#HaZLWwMbZacG9QF6mqXQCk7HIZOGtbr7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HaZLWwMbZacG9QF6mqXQCk7HIZOGtbr7 > .row .container { font-size:14px;font-family:arial;height:220px;width:1200px;position:relative;display:none; }#TagcicEMmdfflVsw36qkTR5HZLu6G4AK { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:140px;width:200px;top:33px;left:50px;display:block; }
#LIy9fVKssZR1UCUcsQQEd4oJ3nVKRtx2 { color:#000000;display:block;width:210.99px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:49.392395019531px;left:44.496551513672px;height:62.3906px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LfrFPCCPgfBByF84h0eodtcvbqbqSeAa { background-color:#fdcb01;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:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:117px;left:10px;display:block; }
#USpbIFkaPKEIZw5GuksCLXELQG5dqEwF { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LFR9fhNUCkbPnxwZKoZETfHNQ2dTuXgT { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:140px;width:200px;top:33px;left:350px;display:block; }
#hpeXElVpKqFykgTULqbr0wEDC5gmow8H { color:#000000;display:block;width:177px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:141px;left:362px;height:31.2px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PeXnfrki54N4cKTQvaS8lzszoqxcMkf4 { background-color:#fdcb01;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:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:118px;left:310px;display:block; }
#fg66utoSlVWeQnhrf3RRzrlREcvT5yWN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xUDCXvvzzqhRXKdZWrqQTBikym7H558k { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:140px;width:200px;top:33px;left:650px;display:block; }
#NGFkw3pROSET49yDhBFfWX9zba9TmlQ6 { color:#000000;display:block;width:177px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:141px;left:662px;height:31.2px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tIu6PApzTir9IaErryaSKFoLMpAPbWew { background-color:#fdcb01;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:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:118px;left:610px;display:block; }
#J52yFHXBc1wAVpBgOQCLUrukBId3FAxQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#yP7H8IhvEbIP7qnlozkN4AHpLuNU3w1L { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:140px;width:200px;top:33px;left:950px;display:block; }
#R8nEto6QKffk9a4uuRgECpufTIBdZJX2 { color:#000000;display:block;width:177px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:141px;left:962px;height:31.2px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S6FExbsut95wi8JTmqiq1NzQDpoRgtm9 { background-color:#fdcb01;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:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:118px;left:910px;display:block; }
#Kr6BmSJ4PvBvnT0XDG7dxyzGqeWfu6p2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#K6JlN2xbaM59ziGRWzpske8yvRtfgH4T { color:#000000;display:block;width:205px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:49.392395019531px;left:350.00006103516px;height:62.3906px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WKSpZ5ERFFevz6OFBP2BynyKOOWpUiVS { color:#000000;display:block;width:213.993px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:49.392395019531px;left:643.00347900391px;height:62.3906px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q5uxAu9g33Wrk2TLCiUXtvKz77llA18m { color:#000000;display:block;width:176.997px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:49.392395019531px;left:961.49310302734px;height:62.3906px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/29c2b12d-5a44-4734-9631-f577307c6dc1/FreestyleF365Life50food1201x787e6d611a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS.adaptive-delivery-prevent-bg, #mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS.lazyload, #mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS.lazyloading { background-image: none; }#mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS > .row .container { background-color: transparent; background-image: none; }#mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS > .row .container > .video-iframe-container { display: none; }#mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS > .row > .video-iframe-container { display: none; }#mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS > .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); }#mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS > .row .container { border-width: 0; border-radius: 0; }#mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS > .row .container { width:1200px;height:897px;font-size:14px;font-family:"open sans";position:relative;display:block; }#A1SaQ6TKuWLeMsl6nKSaMkeyaMxuHgTz { color:#ffffff;display:block;width:659px;position:absolute;font-family:roboto;font-size:53px;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:68px;left:505px;height:190.781px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#muObnokuzxebcLCaPXXCuimoJpCoUEXc { position:absolute;display:block;z-index:15002;background-color:#fec52d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 40px rgba(0,0,0,0.33) ;height:855px;width:470px;top:32.375px;left:35px;display:block; }
#DqhSuuf5O3oeL73CfJrivVtnQpyblLJL { color:#ffffff;display:block;width:415px;position:absolute;font-family:roboto;font-size:46px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:56px;left:63px;height:59.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nokQAm7C0DUT8twU0AZO9gMtpz5ALydh { color:#ffffff;display:block;width:415px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:115px;left:63px;height:46.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-form-header {  }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:14px;font-weight:bold;color:#000000;width:345px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:345px;box-sizing:border-box;height:55px;color:#161616;font-size:16px;overflow:hidden;font-family:roboto;vertical-align:top; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-input-text {padding-top: 0; padding-bottom: 0;}#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:345px;box-sizing:border-box;height:70px;color:#161616;font-size:16px;overflow:hidden;font-family:roboto;vertical-align:top; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-input-select { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:345px;box-sizing:border-box;height:55px;color:#161616;font-family:roboto;font-size:14px;overflow:hidden;vertical-align:top; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-input-select {padding-top: 0; padding-bottom: 0;}#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#f2f9ff;width:345px;height:64px;font-family:roboto;overflow:hidden;line-height:1.9; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q [class*="-text"]:-moz-placeholder { color:#000000;font-family:roboto;font-size:14px; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q [class*="-text"]::-moz-placeholder { color:#000000;font-family:roboto;font-size:14px; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:roboto;font-size:14px; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:roboto;font-size:14px; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:12px;font-weight:300;color:rgba(255,255,255,0.8);vertical-align:top;width:325px;overflow:hidden;font-style:normal;float:none; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:ubuntu;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-container:first-of-type{padding-top:0;}#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-container:last-of-type{padding-bottom:0;}#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:345px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:157px;left:76.5px; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:345px;display:block;vertical-align:top; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q {display:block;}#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:345px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:157px;left:76.5px; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #WKchPg3XbyoqbST9ULCO17oos4tm9EDb { position:relative; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #cIFFNHQKA1oveo7UgTpGXw4gfQZqnVDA { position:relative;display:block; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #iaahVQCThXvI4xpMcNDzh4mTxy1vV9HG { position:relative; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #elqIkPyBLTQpqbLxESgilPrTuoqIUbIp { position:relative; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #Pe8MAbEIrZ9A54sCS94XTmBumwcSWVtT { position:relative;display:block; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #hn1XTNyUvTKr7oWJccfmKPapnnbTc9Tr { position:relative; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #BTFtfKde1xbtCVM9eA2ycgdzMbxRyQLy { position:relative; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #VpEzOkaxeg7EnMRef8llzRpcpnLaL7pv { position:relative;display:block; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #MOg5i9hHO3RESEk8ohibIPcqJvHsz2lU { position:relative; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #dOcBsLy3WvflvIxELWrIXm1QoD7hiTDT { position:relative; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #GgBbyScZJA1fFacFSKmkdWt0TLFTr0Rq { position:relative;display:block; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #XUrTVnXSDJVqTkUKR8cTPltMLC8X1M66 { position:relative; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #Eqom2I1QKMf7gAlUa3DocFtmrdWSvtXe { position:relative; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #bG48T0QxxxqAWavlP3zTP9RtZEpb14hR { position:relative;display:block; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #xfHmSTbK7xqHFJFGTTnAOpM3xDiKuT4r { position:relative; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #Tst6pxVbVgxTG16gG9esGVtLca88BmkA { position:relative; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #wXVaGJT23q80gCZxsrLHDFWzT60cnXPV { position:relative;display:block; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #tJQzdq4Ls945xl3n1EXhsZtgIapz7URl { position:relative; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #MlS5E9aD44XECzFDklR8KQg4h5snw8RS { position:relative; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #fy66EK9CTLBZ6RDLq7U0p06Vok7MCf23 { position:relative;display:block; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #WebnEV2fkwKEdiXO17slNE9He92t42wd { position:relative; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #TspdxQT4PMkyfdCE2dPLCHdsLatGytbT { position:relative; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #lveB3A5MaAALk4TMlE8PlPHzuhlG3SCl { position:relative;z-index:2; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #iiZiF34IxTndEbKM9W7NUllwxc06egBI { position:relative; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #vhCqtA0qGGDNZ0VbzBJ59Rlx1Pc627rI { position:relative; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #UPmTW15O14tch4NTFR08QuZhR0VZmN5G { position:relative; }
#w7QsVKgyr8qz2ni0Q89yiObGWcAUZGDx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#w7QsVKgyr8qz2ni0Q89yiObGWcAUZGDx > .row .container { background-color: transparent; background-image: none; }#w7QsVKgyr8qz2ni0Q89yiObGWcAUZGDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7QsVKgyr8qz2ni0Q89yiObGWcAUZGDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7QsVKgyr8qz2ni0Q89yiObGWcAUZGDx > .row .container > .video-iframe-container { display: none; }#w7QsVKgyr8qz2ni0Q89yiObGWcAUZGDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7QsVKgyr8qz2ni0Q89yiObGWcAUZGDx > .row > .video-iframe-container { display: none; }#w7QsVKgyr8qz2ni0Q89yiObGWcAUZGDx > .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); }#w7QsVKgyr8qz2ni0Q89yiObGWcAUZGDx > .row .container { border-width: 0; border-radius: 0; }#w7QsVKgyr8qz2ni0Q89yiObGWcAUZGDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w7QsVKgyr8qz2ni0Q89yiObGWcAUZGDx > .row .container { font-size:14px;font-family:arial;height:153px;width:1200px;position:relative;display:block; }#Wax6hgw7VKOe7vmrvzgil3BpLVwlRp1i { position:absolute;display:block;z-index:15027;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:56px;width:255px;top:20.5px;left:472.5px;overflow:hidden;display:block; }
#FdBI5tD6IFfuWRiFc17JRcoV7QrEOnbB { color:#ffffff;display:block;width:354px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:89px;left:423px;height:15.5938px;display:block; }
#laEvdHa3ZaLamXixhRmUWBnT0JowGOMp { color:#fdcb01;display:block;width:354px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:116px;left:423px;height:15.5938px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rElpUFzfgh8CXfazuwwErN5MGV9DSdwV { width:227px;height:50px;top:136px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #fFOQo8iAhLtiBZ2zGUVCEzKJ2yRUzp5y { width:715px;height:225px;top:211px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #w2TZREw90ZooREtTF7kEFZBpNSO82iAe { width:310px;height:70px;top:553px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vUpcJn39HSs2m6sIBu0N5TFSyOniHBJx { display:block; }
 }@media only screen and (max-width: 763px) { #ARdHGGt8huarLPwumcX2XHlRSiZ9LTs9 { width:244px;height:60px;top:131px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IxrAZphp25d7HSXhpZsL6scLRIaabXpl { width:255px;height:56px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #J8eKJR1mBtxSxXObgmxyu6R1TH76HEM5 { width:421px;height:400px;top:402px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #ouHyuh5vmFBLHPAr2InnAsoDwaxg4DLT { display:block; }#ouHyuh5vmFBLHPAr2InnAsoDwaxg4DLT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCIFfDTbzdnTc3RgOEdNDAZXZH42w6sG { width:546px;height:187px;top:202px;left:218px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Tln618MWRNx3SF7UyP27qMW0wPwsV3yh { width:591px;height:400px;top:53px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wTiA1ppt03DTFP8TF3gP5fDNhZUH27CB { width:574px;height:65px;top:87px;left:190px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wy9ZQM3fwvmUCNduSOHq3mBXq63tFmXc { display:block; }#wy9ZQM3fwvmUCNduSOHq3mBXq63tFmXc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWSOOuT9iDh0t0ornP7CacUt5tbobCPb { width:598px;height:392px;top:52px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #ZzMgvtvmAZ9W0iFTwC3v2tbp8DC80JHE { width:546px;height:327px;top:142px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #CIFuzZQQAOFWW2cdqhdcVMabxo9pr5V7 { width:559px;height:65px;top:64px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UzeCnEfc2lQSvt5SrBhb8TGLT8BMCWGf { display:block; }#UzeCnEfc2lQSvt5SrBhb8TGLT8BMCWGf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ld3BSREMKm9e8SRe7TdCm2a2wzEqyM1u { width:764px;height:120px;top:25px;left:0px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #LXUPOuzO04ZE8slMgSVMk3GJMWaFAeSA { display:block; }#LXUPOuzO04ZE8slMgSVMk3GJMWaFAeSA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAMr70OGBKczTlrTtTXcGTScsJ22gW1w { width:360px;height:124px;top:92px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #DeHfBBHHqNCzbi99JcgB6Fz0Kl69nhfA { width:360px;height:62px;top:92px;left:148px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #VS0qTHb8V3Kfb8rxTisGi1iwO1ggH1Uv { width:360px;height:62px;top:92px;left:402px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #N7k8eM9L7JCZdv84HIq2SVkrE9Ge8lTQ { width:58px;height:104px;top:0px;left:98px;font-size:80px;display:block; }
 }@media only screen and (max-width: 763px) { #BiWR1rftCw1agiqZ6o4CsNLUdtx3rOkr { width:58px;height:104px;top:0px;left:352px;font-size:80px;display:block; }
 }@media only screen and (max-width: 763px) { #VXTGdT6Fhk6P97Jp3ZkwqvWXwPbkv7zJ { width:58px;height:104px;top:0px;left:606px;font-size:80px;display:block; }
 }@media only screen and (max-width: 763px) { #tMTq1bldLc0r6wVHoexuE3dqp5mWbSDb { display:block; }#tMTq1bldLc0r6wVHoexuE3dqp5mWbSDb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4Q6gwG3gco7c8zPCtz9ORNTB1ebMIsT { width:310px;height:70px;top:50px;left:227px;display:block; }
 }@media only screen and (max-width: 763px) { #NCNJ9thq7tTvRvaUA1QT4FAeQ4LDuhAh { display:block; }
 }@media only screen and (max-width: 763px) { #wXAiyGioLtkTsEX3816xUhGslCSKXHvb { display:block; }#wXAiyGioLtkTsEX3816xUhGslCSKXHvb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EtkescTtGAlbF2fGBW6txElhl06i7fl4 { width:595px;height:65px;top:23px;left:84.5px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #bNwm2werrZTSoulSTArg8l6cP5zC8cJ4 { display:block; }#bNwm2werrZTSoulSTArg8l6cP5zC8cJ4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXNLzK5vnE5ok0sdiC4kr2XohmDLwKb8 { width:245px;height:245px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BUWH8Hgq3Lxh8ZAbfhApCnZnIT1lJm0s { width:245px;height:245px;top:0px;left:137px;display:block; }
 }@media only screen and (max-width: 763px) { #KdGtiTLkTATxQBVTUIfQiQo0tEfOX4vA { width:245px;height:245px;top:0px;left:328px;display:block; }
 }@media only screen and (max-width: 763px) { #XRAzl2PVebhtqUaLQeRb7Dr7gAp738av { width:245px;height:245px;top:0px;left:519px;display:block; }
 }@media only screen and (max-width: 763px) { #dltLFSP7BuTfXm28vFuk4WTzulaqbmcu { width:287px;height:31px;top:245px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #mTJT7Xx71bg41TyRACOibsOLPQxle5ZV { width:287px;height:31px;top:245px;left:95px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #fhbFbsFH8HT5gKrwszBOUnDierd05gpc { width:287px;height:31px;top:245px;left:286px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #xAJ45V20Tde9UES3ergVbT5sJUO3wz75 { width:287px;height:31px;top:245px;left:477px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #LQBMlavEG4k76a5TtPcs24vWXrEaISTr { display:block; }#LQBMlavEG4k76a5TtPcs24vWXrEaISTr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilfLtEZgFHnzRm4R9yTKlqLTo7tJ8TWT { width:245px;height:245px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JtdWwF5aWpvqNeSCTSN3hzJceKgQVkfX { width:245px;height:245px;top:0px;left:137px;display:block; }
 }@media only screen and (max-width: 763px) { #GFKEmDPqZpTnzZsAXZSHntZroQ9464Pz { width:245px;height:245px;top:0px;left:328px;display:block; }
 }@media only screen and (max-width: 763px) { #AmcP5hTAngBxm1OW3T0a6sMrRFfpmtrD { width:245px;height:245px;top:0px;left:519px;display:block; }
 }@media only screen and (max-width: 763px) { #F0WRwtolOWTIILVwnheICPv5H5EBGTzi { width:287px;height:31px;top:245px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ZV5eJ3pGJy4t1lanSmzyz2qLznasDFf7 { width:287px;height:31px;top:245px;left:95px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #kzTEvEqckWFrIey0PrHWyQN8Uxd9T7oq { width:287px;height:31px;top:245px;left:286px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #RJJCKm1HzyTLSabKLbbDS8OfS0LzfvOK { width:287px;height:31px;top:245px;left:477px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #wRMoiVHxms21ptoJAZlgCAShXhTAxyBJ { display:block; }#wRMoiVHxms21ptoJAZlgCAShXhTAxyBJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g0CSwwd2uQxSoBHnAK2DMZg8B4GJrQcf { width:245px;height:245px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ba1GdBLdd2N36mHcqTyC3h7yIcEeFVEm { width:245px;height:245px;top:0px;left:137px;display:block; }
 }@media only screen and (max-width: 763px) { #OgD5SyN63qLMmAtc4gDRMwzz8MOh7E9F { width:245px;height:245px;top:0px;left:328px;display:block; }
 }@media only screen and (max-width: 763px) { #EEmzwRU2vsDkxQWOTvTl4moTQEktQ6b1 { width:245px;height:245px;top:0px;left:519px;display:block; }
 }@media only screen and (max-width: 763px) { #B0i9On2OzLtN4rKegpNW0U6nItsLO40x { width:287px;height:31px;top:245px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Vg5bZDTOpu6FQ7WzUAUBdcLluT0Ma4ep { width:287px;height:31px;top:245px;left:95px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #BKTI7kkGZXp1dBvxsLVTWhVclToSHodJ { width:287px;height:31px;top:245px;left:286px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #vANCbBscMCWFsCLEXQP8CFw95oH29FSe { width:287px;height:31px;top:245px;left:477px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #KRix9FvVPNx6Wseq4hQzqlA6XMwRuCQ0 { display:block; }#KRix9FvVPNx6Wseq4hQzqlA6XMwRuCQ0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vy3mD6QwxtqOr82sPHgTpTVNvbH0d0W0 { width:245px;height:245px;top:12px;left:137px;display:block; }
 }@media only screen and (max-width: 763px) { #toA1y0Eie1NHlgbhzWmMavpntnt8P6sZ { width:287px;height:31px;top:257px;left:95px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #smEUC7VJ97PsT1s73sLF92IdKV9STpxs { width:245px;height:245px;top:12px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #zfDNQM7rt5Ft0GTgfJdPUxTthTVnQ5fE { width:287px;height:31px;top:257px;left:382px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #HTfnN5EyzexqiXfgx88wtH3TeylvJuLL { display:block; }#HTfnN5EyzexqiXfgx88wtH3TeylvJuLL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wk3JIXcxCbx090cFxCkkBlAdXtTzZGPW { width:764px;height:65px;top:38px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #J81N03Rn2lgd3sJFSMzilBxoLCwww9OE { display:block; }#J81N03Rn2lgd3sJFSMzilBxoLCwww9OE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9f8hT7nWDIQGoTTXDdpevZ4unixLVGU { width:200px;height:140px;top:33px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qqbbfxyoV0lb92bxiIy1Z3zhQau4rI6P { width:177px;height:31px;top:49px;left:7px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #di4P237EMW9VntmkhL0t8mRZoNVJRzXW { width:280px;height:55px;top:117px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TGDqC45vQFZUN8KSbmh9LVhBWG8MZM7h { display:block; }
 }@media only screen and (max-width: 763px) { #Amd0m7HTzDOpNqR7bvbddfRexS0oNmxA { width:200px;height:140px;top:33px;left:182px;display:block; }
 }@media only screen and (max-width: 763px) { #ZhU32sPBnc6yudCAlbUoiCXA4fTJL27g { width:177px;height:31px;top:141px;left:198.5px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #dLkiilf2PWKVcEab1OgxeOlGpwbuLVHI { width:280px;height:55px;top:118px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #SHvvNBoWneq7m7DFugON6LtZfQboGTNa { display:block; }
 }@media only screen and (max-width: 763px) { #It4CCQpNlgAZTFnTqetbSAnoT0urnJcK { width:200px;height:140px;top:33px;left:373px;display:block; }
 }@media only screen and (max-width: 763px) { #FrRR7uBb0l7dE4T1Vcd5zZGXPPZ8bJf5 { width:177px;height:31px;top:141px;left:389.5px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #GLqWhGAznQV0GcczWuPN0z65xIJZER5a { width:280px;height:55px;top:118px;left:293px;display:block; }
 }@media only screen and (max-width: 763px) { #qpnJGq3yc35m4QobXX9sD1yHSf4cyE5e { display:block; }
 }@media only screen and (max-width: 763px) { #ObArXbf6PRxF8s1nx2GRFhFsTlGqiNLJ { width:200px;height:140px;top:33px;left:564px;display:block; }
 }@media only screen and (max-width: 763px) { #SyQbeSOK3CxcTy8hprfgGONhQonEmMbh { width:177px;height:31px;top:141px;left:580.5px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #LBQF3VavqrkdID4sToBSE2NgppaTRmZK { width:280px;height:55px;top:118px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #nDsTnuXIFFde3QVweQ10uEkHLkfTyOMf { display:block; }
 }@media only screen and (max-width: 763px) { #qs7ThZhTXfFTkMsFgDAdPToUC4QrtZMz { width:177px;height:62px;top:49px;left:198px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ulsOtQtQs0xn1SHTxwhAETa6DygCDx5N { width:177px;height:62px;top:49px;left:389px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #iz2ePEn6CgE5uU5L2PwoKmRdO53qAqdG { width:177px;height:31px;top:49px;left:587px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #NMMxpkbSO9QqZ2Pw63ppNBZbAsSTiJhT { display:block; }#NMMxpkbSO9QqZ2Pw63ppNBZbAsSTiJhT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Of5HVQifdhu9s91MMkEKFZyxe0ShvGKK { width:200px;height:140px;top:33px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DP6BU2Eh5MObammeXVg68Uxdzyid9bMa { width:177px;height:62px;top:49px;left:7px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #T3x2ooLT51zxDXRD5H9Ttxvl5587EoGq { width:280px;height:55px;top:117px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HLZU7cskGnfp0NL0eBpv6TgP9FB521W5 { display:block; }
 }@media only screen and (max-width: 763px) { #nTpnFJDq5QDZ8fEgGPLc397qLhG21uyk { width:200px;height:140px;top:33px;left:182px;display:block; }
 }@media only screen and (max-width: 763px) { #rxI18SDxGKsNzfk8WDpBD9ZC9o6W5tMT { width:177px;height:31px;top:141px;left:198.5px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #UQeDfP2WFm0JBoZdXgXqtTHQrgaf3PS3 { width:280px;height:55px;top:118px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #wQiXpcNuGalTJo3QxIuaHLRSvFb3CAMw { display:block; }
 }@media only screen and (max-width: 763px) { #ks7KvMq7MKQVlEcpqydfsuAAAExwAm7d { width:200px;height:140px;top:33px;left:373px;display:block; }
 }@media only screen and (max-width: 763px) { #rhHhumM11nAUV08nMyPlUQWNk0HW0t7o { width:177px;height:31px;top:141px;left:389.5px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #erXgtsRadFByneLuuKngb1cHIBmPmyPg { width:280px;height:55px;top:118px;left:293px;display:block; }
 }@media only screen and (max-width: 763px) { #ZKzUk6vsOdsQOX7WiJei92ZoCXX6Hpk1 { display:block; }
 }@media only screen and (max-width: 763px) { #mVTW4H92f94oFTXE8f982EbzrsrAcIDn { width:200px;height:140px;top:33px;left:564px;display:block; }
 }@media only screen and (max-width: 763px) { #da6GLNIGeNqva1UNgkpuhyacygVpPuIR { width:177px;height:31px;top:141px;left:580.5px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Xr4BsZR8cw9mDb7WV7GqZAeXEdP4eNaQ { width:280px;height:55px;top:118px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #T0KVqy1r3wZmdNTBJX57x0ThCfQ0EQob { display:block; }
 }@media only screen and (max-width: 763px) { #ETL6otozhJrbhHLaIrBWu6iBDiw7PsiI { width:181px;height:62px;top:49px;left:195.49310302734px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #wys7rbQpa7vvDncOMelCRGfFCLOeqEO6 { width:213px;height:62px;top:49px;left:360px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #QErtIhLpkSyaboy370MxwJPyM4JcNuap { width:176px;height:62px;top:49px;left:579.99310302734px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #HaZLWwMbZacG9QF6mqXQCk7HIZOGtbr7 { display:block; }#HaZLWwMbZacG9QF6mqXQCk7HIZOGtbr7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TagcicEMmdfflVsw36qkTR5HZLu6G4AK { width:200px;height:140px;top:33px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LIy9fVKssZR1UCUcsQQEd4oJ3nVKRtx2 { width:210px;height:62px;top:49px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #LfrFPCCPgfBByF84h0eodtcvbqbqSeAa { width:280px;height:55px;top:117px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #USpbIFkaPKEIZw5GuksCLXELQG5dqEwF { display:block; }
 }@media only screen and (max-width: 763px) { #LFR9fhNUCkbPnxwZKoZETfHNQ2dTuXgT { width:200px;height:140px;top:33px;left:182px;display:block; }
 }@media only screen and (max-width: 763px) { #hpeXElVpKqFykgTULqbr0wEDC5gmow8H { width:177px;height:31px;top:141px;left:198.5px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #PeXnfrki54N4cKTQvaS8lzszoqxcMkf4 { width:280px;height:55px;top:118px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #fg66utoSlVWeQnhrf3RRzrlREcvT5yWN { display:block; }
 }@media only screen and (max-width: 763px) { #xUDCXvvzzqhRXKdZWrqQTBikym7H558k { width:200px;height:140px;top:33px;left:373px;display:block; }
 }@media only screen and (max-width: 763px) { #NGFkw3pROSET49yDhBFfWX9zba9TmlQ6 { width:177px;height:31px;top:141px;left:389.5px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #tIu6PApzTir9IaErryaSKFoLMpAPbWew { width:280px;height:55px;top:118px;left:293px;display:block; }
 }@media only screen and (max-width: 763px) { #J52yFHXBc1wAVpBgOQCLUrukBId3FAxQ { display:block; }
 }@media only screen and (max-width: 763px) { #yP7H8IhvEbIP7qnlozkN4AHpLuNU3w1L { width:200px;height:140px;top:33px;left:564px;display:block; }
 }@media only screen and (max-width: 763px) { #R8nEto6QKffk9a4uuRgECpufTIBdZJX2 { width:177px;height:31px;top:141px;left:580.5px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #S6FExbsut95wi8JTmqiq1NzQDpoRgtm9 { width:280px;height:55px;top:118px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #Kr6BmSJ4PvBvnT0XDG7dxyzGqeWfu6p2 { display:block; }
 }@media only screen and (max-width: 763px) { #K6JlN2xbaM59ziGRWzpske8yvRtfgH4T { width:205px;height:62px;top:49px;left:174px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #WKSpZ5ERFFevz6OFBP2BynyKOOWpUiVS { width:213px;height:62px;top:49px;left:360px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5uxAu9g33Wrk2TLCiUXtvKz77llA18m { width:176px;height:62px;top:49px;left:579.99310302734px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS { display:block; }#mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1SaQ6TKuWLeMsl6nKSaMkeyaMxuHgTz { width:659px;height:190px;top:68px;left:105px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #muObnokuzxebcLCaPXXCuimoJpCoUEXc { width:470px;height:855px;top:32px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DqhSuuf5O3oeL73CfJrivVtnQpyblLJL { width:415px;height:59px;top:56px;left:0px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #nokQAm7C0DUT8twU0AZO9gMtpz5ALydh { width:415px;height:46px;top:115px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-regular-label { width:345px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-input-text { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-input-text {padding-top: 0; padding-bottom: 0;}#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-textarea { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-input-select { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-input-select {padding-top: 0; padding-bottom: 0;}#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-input-button { width:241px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:52px; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-checkbox-label { width:323px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q  { width:345px;height:auto;top:507px;left:187.984375px; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .radio-container { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q {display:block;}#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q { width:345px;height:auto;top:507px;left:187.984375px; }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #WKchPg3XbyoqbST9ULCO17oos4tm9EDb {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #cIFFNHQKA1oveo7UgTpGXw4gfQZqnVDA {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #iaahVQCThXvI4xpMcNDzh4mTxy1vV9HG {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #elqIkPyBLTQpqbLxESgilPrTuoqIUbIp {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #Pe8MAbEIrZ9A54sCS94XTmBumwcSWVtT {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #hn1XTNyUvTKr7oWJccfmKPapnnbTc9Tr {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #BTFtfKde1xbtCVM9eA2ycgdzMbxRyQLy {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #VpEzOkaxeg7EnMRef8llzRpcpnLaL7pv {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #MOg5i9hHO3RESEk8ohibIPcqJvHsz2lU {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #dOcBsLy3WvflvIxELWrIXm1QoD7hiTDT {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #GgBbyScZJA1fFacFSKmkdWt0TLFTr0Rq {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #XUrTVnXSDJVqTkUKR8cTPltMLC8X1M66 {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #Eqom2I1QKMf7gAlUa3DocFtmrdWSvtXe {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #bG48T0QxxxqAWavlP3zTP9RtZEpb14hR {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #xfHmSTbK7xqHFJFGTTnAOpM3xDiKuT4r {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #Tst6pxVbVgxTG16gG9esGVtLca88BmkA {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #wXVaGJT23q80gCZxsrLHDFWzT60cnXPV {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #tJQzdq4Ls945xl3n1EXhsZtgIapz7URl {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #MlS5E9aD44XECzFDklR8KQg4h5snw8RS {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #fy66EK9CTLBZ6RDLq7U0p06Vok7MCf23 {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #WebnEV2fkwKEdiXO17slNE9He92t42wd {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #TspdxQT4PMkyfdCE2dPLCHdsLatGytbT {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #lveB3A5MaAALk4TMlE8PlPHzuhlG3SCl {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #iiZiF34IxTndEbKM9W7NUllwxc06egBI {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #vhCqtA0qGGDNZ0VbzBJ59Rlx1Pc627rI {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #UPmTW15O14tch4NTFR08QuZhR0VZmN5G {  }
 }@media only screen and (max-width: 763px) { #w7QsVKgyr8qz2ni0Q89yiObGWcAUZGDx { display:block; }#w7QsVKgyr8qz2ni0Q89yiObGWcAUZGDx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wax6hgw7VKOe7vmrvzgil3BpLVwlRp1i { width:255px;height:56px;top:20px;left:254.5px;display:block; }
 }@media only screen and (max-width: 763px) { #FdBI5tD6IFfuWRiFc17JRcoV7QrEOnbB { width:354px;height:15px;top:89px;left:205px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #laEvdHa3ZaLamXixhRmUWBnT0JowGOMp { width:354px;height:15px;top:116px;left:205px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0.57);background-image:url("https://images.assets-landingi.com/uc/7e6f9695-dba0-4540-9202-e37914de9562/cubcadettlo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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(0,0,0,0); }#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(0,0,0,0); }#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:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rElpUFzfgh8CXfazuwwErN5MGV9DSdwV { width:241px;height:41.5938px;top:93px;left:2px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #fFOQo8iAhLtiBZ2zGUVCEzKJ2yRUzp5y { width:282px;height:155.977px;top:163px;left:0px;text-align:left;text-align-last:left;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #w2TZREw90ZooREtTF7kEFZBpNSO82iAe { width:255px;height:64px;top:669.0234375px;left:32.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vUpcJn39HSs2m6sIBu0N5TFSyOniHBJx { display:block; }
 }@media only screen and (max-width: 763px) { #ARdHGGt8huarLPwumcX2XHlRSiZ9LTs9 { width:244px;height:44px;top:91px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IxrAZphp25d7HSXhpZsL6scLRIaabXpl { width:255px;height:56px;top:0px;left:32.5px;display:block; }
 }@media only screen and (max-width: 763px) { #J8eKJR1mBtxSxXObgmxyu6R1TH76HEM5 { width:320px;height:304.031px;top:349px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ouHyuh5vmFBLHPAr2InnAsoDwaxg4DLT { display:block; }#ouHyuh5vmFBLHPAr2InnAsoDwaxg4DLT > .row .container { width:320px;height:558px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCIFfDTbzdnTc3RgOEdNDAZXZH42w6sG { width:320px;height:214.5px;top:314.2655px;left:0px;text-align:left;text-align-last:left;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Tln618MWRNx3SF7UyP27qMW0wPwsV3yh { width:320px;height:216.5820642978px;top:77.6875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wTiA1ppt03DTFP8TF3gP5fDNhZUH27CB { width:320px;height:37.6953px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #wy9ZQM3fwvmUCNduSOHq3mBXq63tFmXc { display:block; }#wy9ZQM3fwvmUCNduSOHq3mBXq63tFmXc > .row .container { width:320px;height:691px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWSOOuT9iDh0t0ornP7CacUt5tbobCPb { width:320px;height:213px;top:82px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZzMgvtvmAZ9W0iFTwC3v2tbp8DC80JHE { width:320px;height:351px;top:336px;left:0px;text-align:left;text-align-last:left;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #CIFuzZQQAOFWW2cdqhdcVMabxo9pr5V7 { width:320px;height:37.6953px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #UzeCnEfc2lQSvt5SrBhb8TGLT8BMCWGf { display:block; }#UzeCnEfc2lQSvt5SrBhb8TGLT8BMCWGf > .row .container { width:320px;height:124px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ld3BSREMKm9e8SRe7TdCm2a2wzEqyM1u { width:320px;height:104.3907px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #LXUPOuzO04ZE8slMgSVMk3GJMWaFAeSA { display:block; }#LXUPOuzO04ZE8slMgSVMk3GJMWaFAeSA > .row .container { width:320px;height:362px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAMr70OGBKczTlrTtTXcGTScsJ22gW1w { width:320px;height:66.2812px;top:62px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #DeHfBBHHqNCzbi99JcgB6Fz0Kl69nhfA { width:320px;height:44.1876px;top:187.609375px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #VS0qTHb8V3Kfb8rxTisGi1iwO1ggH1Uv { width:320px;height:44.1876px;top:294px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #N7k8eM9L7JCZdv84HIq2SVkrE9Ge8lTQ { width:58px;height:41.5938px;top:20px;left:131px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BiWR1rftCw1agiqZ6o4CsNLUdtx3rOkr { width:58px;height:41.5938px;top:146px;left:131px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXTGdT6Fhk6P97Jp3ZkwqvWXwPbkv7zJ { width:58px;height:41.5938px;top:252px;left:131px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMTq1bldLc0r6wVHoexuE3dqp5mWbSDb { display:block; }#tMTq1bldLc0r6wVHoexuE3dqp5mWbSDb > .row .container { width:320px;height:121px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4Q6gwG3gco7c8zPCtz9ORNTB1ebMIsT { width:310px;height:70px;top:18.375px;left:5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NCNJ9thq7tTvRvaUA1QT4FAeQ4LDuhAh { display:block; }
 }@media only screen and (max-width: 763px) { #wXAiyGioLtkTsEX3816xUhGslCSKXHvb { display:block; }#wXAiyGioLtkTsEX3816xUhGslCSKXHvb > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EtkescTtGAlbF2fGBW6txElhl06i7fl4 { width:320px;height:83.1875px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bNwm2werrZTSoulSTArg8l6cP5zC8cJ4 { display:block; }#bNwm2werrZTSoulSTArg8l6cP5zC8cJ4 > .row .container { width:320px;height:1284px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXNLzK5vnE5ok0sdiC4kr2XohmDLwKb8 { width:245px;height:245px;top:20px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #BUWH8Hgq3Lxh8ZAbfhApCnZnIT1lJm0s { width:245px;height:245px;top:321.8906px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #KdGtiTLkTATxQBVTUIfQiQo0tEfOX4vA { width:245px;height:245px;top:623.7812px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #XRAzl2PVebhtqUaLQeRb7Dr7gAp738av { width:245px;height:245px;top:925.6718px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #dltLFSP7BuTfXm28vFuk4WTzulaqbmcu { width:287px;height:16.8984px;top:285px;left:16px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #mTJT7Xx71bg41TyRACOibsOLPQxle5ZV { width:287px;height:16.8984px;top:586.8906px;left:16px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #fhbFbsFH8HT5gKrwszBOUnDierd05gpc { width:287px;height:16.8984px;top:888.7812px;left:16px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #xAJ45V20Tde9UES3ergVbT5sJUO3wz75 { width:287px;height:16.8984px;top:1190.6718px;left:16px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #LQBMlavEG4k76a5TtPcs24vWXrEaISTr { display:block; }#LQBMlavEG4k76a5TtPcs24vWXrEaISTr > .row .container { width:320px;height:1284px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilfLtEZgFHnzRm4R9yTKlqLTo7tJ8TWT { width:245px;height:245px;top:20px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #JtdWwF5aWpvqNeSCTSN3hzJceKgQVkfX { width:245px;height:245px;top:321.8906px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #GFKEmDPqZpTnzZsAXZSHntZroQ9464Pz { width:245px;height:245px;top:623.7812px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #AmcP5hTAngBxm1OW3T0a6sMrRFfpmtrD { width:245px;height:245px;top:925.6718px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #F0WRwtolOWTIILVwnheICPv5H5EBGTzi { width:287px;height:16.8984px;top:285px;left:16px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ZV5eJ3pGJy4t1lanSmzyz2qLznasDFf7 { width:287px;height:16.8984px;top:586.8906px;left:16px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #kzTEvEqckWFrIey0PrHWyQN8Uxd9T7oq { width:287px;height:16.8984px;top:888.7812px;left:16px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #RJJCKm1HzyTLSabKLbbDS8OfS0LzfvOK { width:287px;height:16.8984px;top:1190.6718px;left:16px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #wRMoiVHxms21ptoJAZlgCAShXhTAxyBJ { display:block; }#wRMoiVHxms21ptoJAZlgCAShXhTAxyBJ > .row .container { width:320px;height:1284px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g0CSwwd2uQxSoBHnAK2DMZg8B4GJrQcf { width:245px;height:245px;top:20px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #ba1GdBLdd2N36mHcqTyC3h7yIcEeFVEm { width:245px;height:245px;top:321.8906px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #OgD5SyN63qLMmAtc4gDRMwzz8MOh7E9F { width:245px;height:245px;top:623.7812px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #EEmzwRU2vsDkxQWOTvTl4moTQEktQ6b1 { width:245px;height:245px;top:925.6718px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #B0i9On2OzLtN4rKegpNW0U6nItsLO40x { width:287px;height:16.8984px;top:285px;left:16px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Vg5bZDTOpu6FQ7WzUAUBdcLluT0Ma4ep { width:287px;height:16.8984px;top:586.8906px;left:16px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #BKTI7kkGZXp1dBvxsLVTWhVclToSHodJ { width:287px;height:16.8984px;top:888.7812px;left:16px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #vANCbBscMCWFsCLEXQP8CFw95oH29FSe { width:287px;height:16.8984px;top:1190.6718px;left:16px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #KRix9FvVPNx6Wseq4hQzqlA6XMwRuCQ0 { display:block; }#KRix9FvVPNx6Wseq4hQzqlA6XMwRuCQ0 > .row .container { width:320px;height:638px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vy3mD6QwxtqOr82sPHgTpTVNvbH0d0W0 { width:245px;height:245px;top:20px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #toA1y0Eie1NHlgbhzWmMavpntnt8P6sZ { width:287px;height:16.8984px;top:285px;left:16px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #smEUC7VJ97PsT1s73sLF92IdKV9STpxs { width:245px;height:245px;top:321.8906px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #zfDNQM7rt5Ft0GTgfJdPUxTthTVnQ5fE { width:287px;height:16.8984px;top:586.8906px;left:16px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #HTfnN5EyzexqiXfgx88wtH3TeylvJuLL { display:none; }#HTfnN5EyzexqiXfgx88wtH3TeylvJuLL > .row .container { width:320px;height:115px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wk3JIXcxCbx090cFxCkkBlAdXtTzZGPW { width:320px;height:75.3906px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #J81N03Rn2lgd3sJFSMzilBxoLCwww9OE { display:none; }#J81N03Rn2lgd3sJFSMzilBxoLCwww9OE > .row .container { width:320px;height:718px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H9f8hT7nWDIQGoTTXDdpevZ4unixLVGU { width:200px;height:140px;top:20px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #qqbbfxyoV0lb92bxiIy1Z3zhQau4rI6P { width:177px;height:16.8984px;top:36px;left:72px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #di4P237EMW9VntmkhL0t8mRZoNVJRzXW { width:280px;height:55px;top:106px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TGDqC45vQFZUN8KSbmh9LVhBWG8MZM7h { display:block; }
 }@media only screen and (max-width: 763px) { #Amd0m7HTzDOpNqR7bvbddfRexS0oNmxA { width:200px;height:140px;top:192px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #ZhU32sPBnc6yudCAlbUoiCXA4fTJL27g { width:177px;height:16.8984px;top:438px;left:72px;text-align:center;text-align-last:center;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #dLkiilf2PWKVcEab1OgxeOlGpwbuLVHI { width:280px;height:55px;top:276px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #SHvvNBoWneq7m7DFugON6LtZfQboGTNa { display:block; }
 }@media only screen and (max-width: 763px) { #It4CCQpNlgAZTFnTqetbSAnoT0urnJcK { width:200px;height:140px;top:365px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #FrRR7uBb0l7dE4T1Vcd5zZGXPPZ8bJf5 { width:177px;height:16.8984px;top:473px;left:72px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #GLqWhGAznQV0GcczWuPN0z65xIJZER5a { width:280px;height:55px;top:451px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qpnJGq3yc35m4QobXX9sD1yHSf4cyE5e { display:block; }
 }@media only screen and (max-width: 763px) { #ObArXbf6PRxF8s1nx2GRFhFsTlGqiNLJ { width:200px;height:140px;top:540px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #SyQbeSOK3CxcTy8hprfgGONhQonEmMbh { width:177px;height:16.8984px;top:908px;left:72px;text-align:center;text-align-last:center;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #LBQF3VavqrkdID4sToBSE2NgppaTRmZK { width:280px;height:55px;top:624px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nDsTnuXIFFde3QVweQ10uEkHLkfTyOMf { display:block; }
 }@media only screen and (max-width: 763px) { #qs7ThZhTXfFTkMsFgDAdPToUC4QrtZMz { width:177px;height:16.8984px;top:208px;left:72px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ulsOtQtQs0xn1SHTxwhAETa6DygCDx5N { width:177px;height:16.8984px;top:381px;left:72px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #iz2ePEn6CgE5uU5L2PwoKmRdO53qAqdG { width:177px;height:16.8984px;top:556px;left:72px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #NMMxpkbSO9QqZ2Pw63ppNBZbAsSTiJhT { display:none; }#NMMxpkbSO9QqZ2Pw63ppNBZbAsSTiJhT > .row .container { width:320px;height:718px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Of5HVQifdhu9s91MMkEKFZyxe0ShvGKK { width:200px;height:140px;top:20px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #DP6BU2Eh5MObammeXVg68Uxdzyid9bMa { width:177px;height:16.8984px;top:36px;left:72px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #T3x2ooLT51zxDXRD5H9Ttxvl5587EoGq { width:280px;height:55px;top:106px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HLZU7cskGnfp0NL0eBpv6TgP9FB521W5 { display:block; }
 }@media only screen and (max-width: 763px) { #nTpnFJDq5QDZ8fEgGPLc397qLhG21uyk { width:200px;height:140px;top:192px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #rxI18SDxGKsNzfk8WDpBD9ZC9o6W5tMT { width:177px;height:16.8984px;top:438px;left:72px;text-align:center;text-align-last:center;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #UQeDfP2WFm0JBoZdXgXqtTHQrgaf3PS3 { width:280px;height:55px;top:276px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wQiXpcNuGalTJo3QxIuaHLRSvFb3CAMw { display:block; }
 }@media only screen and (max-width: 763px) { #ks7KvMq7MKQVlEcpqydfsuAAAExwAm7d { width:200px;height:140px;top:365px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #rhHhumM11nAUV08nMyPlUQWNk0HW0t7o { width:177px;height:16.8984px;top:473px;left:72px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #erXgtsRadFByneLuuKngb1cHIBmPmyPg { width:280px;height:55px;top:451px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZKzUk6vsOdsQOX7WiJei92ZoCXX6Hpk1 { display:block; }
 }@media only screen and (max-width: 763px) { #mVTW4H92f94oFTXE8f982EbzrsrAcIDn { width:200px;height:140px;top:540px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #da6GLNIGeNqva1UNgkpuhyacygVpPuIR { width:177px;height:16.8984px;top:908px;left:72px;text-align:center;text-align-last:center;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #Xr4BsZR8cw9mDb7WV7GqZAeXEdP4eNaQ { width:280px;height:55px;top:624px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #T0KVqy1r3wZmdNTBJX57x0ThCfQ0EQob { display:block; }
 }@media only screen and (max-width: 763px) { #ETL6otozhJrbhHLaIrBWu6iBDiw7PsiI { width:177px;height:33.7969px;top:208px;left:72px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #wys7rbQpa7vvDncOMelCRGfFCLOeqEO6 { width:177px;height:33.7969px;top:381px;left:72px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #QErtIhLpkSyaboy370MxwJPyM4JcNuap { width:177px;height:33.7969px;top:556px;left:72px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #HaZLWwMbZacG9QF6mqXQCk7HIZOGtbr7 { display:none; }#HaZLWwMbZacG9QF6mqXQCk7HIZOGtbr7 > .row .container { width:320px;height:854px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TagcicEMmdfflVsw36qkTR5HZLu6G4AK { width:200px;height:140px;top:20px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #LIy9fVKssZR1UCUcsQQEd4oJ3nVKRtx2 { width:177px;height:33.7969px;top:36px;left:72px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #LfrFPCCPgfBByF84h0eodtcvbqbqSeAa { width:280px;height:55px;top:106px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #USpbIFkaPKEIZw5GuksCLXELQG5dqEwF { display:block; }
 }@media only screen and (max-width: 763px) { #LFR9fhNUCkbPnxwZKoZETfHNQ2dTuXgT { width:200px;height:140px;top:192px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #hpeXElVpKqFykgTULqbr0wEDC5gmow8H { width:177px;height:16.8984px;top:438px;left:72px;text-align:center;text-align-last:center;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #PeXnfrki54N4cKTQvaS8lzszoqxcMkf4 { width:280px;height:55px;top:276px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fg66utoSlVWeQnhrf3RRzrlREcvT5yWN { display:block; }
 }@media only screen and (max-width: 763px) { #xUDCXvvzzqhRXKdZWrqQTBikym7H558k { width:200px;height:140px;top:365px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #NGFkw3pROSET49yDhBFfWX9zba9TmlQ6 { width:177px;height:16.8984px;top:473px;left:72px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #tIu6PApzTir9IaErryaSKFoLMpAPbWew { width:280px;height:55px;top:451px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #J52yFHXBc1wAVpBgOQCLUrukBId3FAxQ { display:block; }
 }@media only screen and (max-width: 763px) { #yP7H8IhvEbIP7qnlozkN4AHpLuNU3w1L { width:200px;height:140px;top:540px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #R8nEto6QKffk9a4uuRgECpufTIBdZJX2 { width:177px;height:16.8984px;top:908px;left:72px;text-align:center;text-align-last:center;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #S6FExbsut95wi8JTmqiq1NzQDpoRgtm9 { width:280px;height:55px;top:624px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Kr6BmSJ4PvBvnT0XDG7dxyzGqeWfu6p2 { display:block; }
 }@media only screen and (max-width: 763px) { #K6JlN2xbaM59ziGRWzpske8yvRtfgH4T { width:177px;height:16.8984px;top:208px;left:72px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #WKSpZ5ERFFevz6OFBP2BynyKOOWpUiVS { width:177px;height:33.7968px;top:381px;left:72px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5uxAu9g33Wrk2TLCiUXtvKz77llA18m { width:177px;height:16.8984px;top:556px;left:72px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/29c2b12d-5a44-4734-9631-f577307c6dc1/FreestyleF365Life50food1201x787e6d611a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS.adaptive-delivery-prevent-bg, #mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS.lazyload, #mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS.lazyloading { background-image: none; }#mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS > .row .container { background-color: transparent; background-image: none; }#mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS > .row .container > .video-iframe-container { display: none; }#mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS > .row > .video-iframe-container { display: none; }#mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS > .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); }#mZFPfIoncQrl9LxUiQqaCbo9xIWeOgNS > .row .container { width:320px;height:1027px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1SaQ6TKuWLeMsl6nKSaMkeyaMxuHgTz { width:245px;height:185.977px;top:36.974430084229px;left:37.485795021057px;font-size:31px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #muObnokuzxebcLCaPXXCuimoJpCoUEXc { width:320px;height:735px;top:283.984375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DqhSuuf5O3oeL73CfJrivVtnQpyblLJL { width:300px;height:36.3984px;top:299.00567245483px;left:9.9857950210571px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nokQAm7C0DUT8twU0AZO9gMtpz5ALydh { width:320px;height:41.5938px;top:342.5px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:46px; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-input-text {padding-top: 0; padding-bottom: 0;}#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-input-select {padding-top: 0; padding-bottom: 0;}#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:46px;font-size:16px;overflow:hidden; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .widget-checkbox-label { width:257px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q  { width:280px;height:auto;top:370px;left:0px; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q {display:block;}#bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q { width:280px;height:auto;top:370px;left:0px; }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #WKchPg3XbyoqbST9ULCO17oos4tm9EDb {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #cIFFNHQKA1oveo7UgTpGXw4gfQZqnVDA {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #iaahVQCThXvI4xpMcNDzh4mTxy1vV9HG {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #elqIkPyBLTQpqbLxESgilPrTuoqIUbIp {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #Pe8MAbEIrZ9A54sCS94XTmBumwcSWVtT {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #hn1XTNyUvTKr7oWJccfmKPapnnbTc9Tr {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #BTFtfKde1xbtCVM9eA2ycgdzMbxRyQLy {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #VpEzOkaxeg7EnMRef8llzRpcpnLaL7pv {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #MOg5i9hHO3RESEk8ohibIPcqJvHsz2lU {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #dOcBsLy3WvflvIxELWrIXm1QoD7hiTDT {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #GgBbyScZJA1fFacFSKmkdWt0TLFTr0Rq {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #XUrTVnXSDJVqTkUKR8cTPltMLC8X1M66 {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #Eqom2I1QKMf7gAlUa3DocFtmrdWSvtXe {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #bG48T0QxxxqAWavlP3zTP9RtZEpb14hR {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #xfHmSTbK7xqHFJFGTTnAOpM3xDiKuT4r {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #Tst6pxVbVgxTG16gG9esGVtLca88BmkA {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #wXVaGJT23q80gCZxsrLHDFWzT60cnXPV {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #tJQzdq4Ls945xl3n1EXhsZtgIapz7URl {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #MlS5E9aD44XECzFDklR8KQg4h5snw8RS {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #fy66EK9CTLBZ6RDLq7U0p06Vok7MCf23 {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #WebnEV2fkwKEdiXO17slNE9He92t42wd {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #TspdxQT4PMkyfdCE2dPLCHdsLatGytbT {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #lveB3A5MaAALk4TMlE8PlPHzuhlG3SCl {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #iiZiF34IxTndEbKM9W7NUllwxc06egBI {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #vhCqtA0qGGDNZ0VbzBJ59Rlx1Pc627rI {  }
 }@media only screen and (max-width: 763px) { #bBxR6s3tku0UTANHqA1nFruCUx3bkD3Q #UPmTW15O14tch4NTFR08QuZhR0VZmN5G {  }
 }@media only screen and (max-width: 763px) { #w7QsVKgyr8qz2ni0Q89yiObGWcAUZGDx { display:block; }#w7QsVKgyr8qz2ni0Q89yiObGWcAUZGDx > .row .container { width:320px;height:182px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wax6hgw7VKOe7vmrvzgil3BpLVwlRp1i { width:255px;height:56px;top:20px;left:32px;display:block; }
 }@media only screen and (max-width: 763px) { #FdBI5tD6IFfuWRiFc17JRcoV7QrEOnbB { width:320px;height:31.1875px;top:96px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #laEvdHa3ZaLamXixhRmUWBnT0JowGOMp { width:320px;height:15.5938px;top:147.1875px;left:0px;font-size:12px;display:block; }
 }