.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:url("https://images.assets-landingi.com/uc/d13dd77d-a145-45a7-bb26-e5c753c624f5/womanispreparingpropermeal1.png");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(31,15,0,0.49); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(31,15,0,0.49); }#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); }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 { 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; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container { background-color: transparent; background-image: none; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container > .video-iframe-container { display: none; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row > .video-iframe-container { display: none; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .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); }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container { border-width: 0; border-radius: 0; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container { font-size:14px;font-family:arial;height:61px;width:1200px;position:relative;display:block; }#uc0cXfX1oxMXvWPcmuNtwem1OHqSiizy { position:absolute;display:block;z-index:15020;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:49px;width:290px;top:6px;left:0px;overflow:hidden;display:block; }
#cRHcVqCd29QMkVVHFkXvRcXVw539QZuh { position:absolute;display:block;z-index:15021;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:40px;width:126px;top:6.5px;left:1074px;overflow:hidden;display:block; }
#pFrr7ml6LvOyXDWcOXISRq3rZ8qZBdNv { position:absolute;display:block;z-index:15021;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:20px;width:111px;top:16px;left:968px;overflow:hidden;display:none; }
#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 { z-index:auto;position:relative;display:block; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 { background-color: transparent; background-image: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container > .video-iframe-container { display: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row > .video-iframe-container { display: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .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); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 { border-width: 0; border-radius: 0; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:660px;width:1200px;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#LX7mtHKZXWH0X5rmnTD4DrIFbQA8yh9U { color:#ffffff;display:block;width:745px;position:absolute;font-family:"open sans";font-size:43px;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:14px;left:0px;height:103.188px;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; }
#n7v34avVZD7nHB6gTL8fR6fLBugQTkzy { position:absolute;display:block;z-index:15021;background-color:rgba(255,255,255,0.88);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:192px;width:428px;top:138px;left:0px;display:block; }
#rz9ilh6Jls0UNuFPipuozCA6AffDAqzp { color:#000000;display:block;width:389px;position:absolute;font-family:"open sans";font-size:13px;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:191px;left:25px;height:127.367px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lNfFBtU0UgwBm2K3fafrNsOiIKMztRip { color:#ff0f64;display:block;width:340px;position:absolute;font-family:roboto;font-size:28px;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:152px;left:75px;height:30.8px;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; }
#zQXadnrksRbGCeKGBb8hzhlWqlBXUQbu { position:absolute;display:block;z-index:15025;background-color:rgba(255,255,255,0.88);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:192px;width:407px;top:138px;left:454px;display:block; }
#aU3v1CZhr1iJ9ARpbTS42dTDJfJKW2TW { color:#000000;display:block;width:380px;position:absolute;font-family:"open sans";font-size:13px;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:192px;left:478px;height:109.172px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ec5h9opL9lTi0AS3ULbFV4OLIL1rXTUt { color:#ff9d02;display:block;width:315px;position:absolute;font-family:roboto;font-size:28px;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:152px;left:521px;height:30.8px;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; }
#Za56KGvGwARBTvDMfuUWPkCnIdBDw6MZ { position:absolute;display:block;z-index:14998;background-color:#55be5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:196px;width:661px;top:345px;left:107px;display:block; }
#l3MTZCaaW5TZwzaixwTDoFMR7H9LSrxT { color:#ffffff;display:block;width:379px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:355px;left:248px;height:31.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J4ItrmPoLl5hNasul0gDTKnzRSzRRtmI { color:#ffffff;display:block;width:473px;position:absolute;font-family:"open sans";font-size:13px;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:389px;left:201px;height:33.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FQVn3NmXRIU22VsiVpXAKZ0iq6lJ7GyE { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39px;width:30px;top:147px;left:25px;overflow:hidden;display:block; }
#C7did3sJ6qs5Esv7qkzNOIZTPr3VDm6b { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39px;width:28px;top:148px;left:482px;overflow:hidden;display:block; }
#TTSoTlZF0RHPe4aSpFSrsBdkCDBdJUSu { background-color:#41b9e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid rgba(0,0,0,0);border-left:1px solid rgba(0,0,0,0);border-right:1px solid rgba(0,0,0,0);border-bottom:1px solid rgba(0,0,0,0);border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:48px;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:580.3828125px;left:297.5px;display:block; }
#iHDByXrldRDxkw9efrpGaevrstb8fXdB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bwNRRcaeiKODGaSV6EJEK0TkEWxSQ9Ls { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36px;width:36px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:.86;top:14px;left:1014px; }
#iIZEX4yZTD9qEc6hVpvldRHrK0NTMcUd { background-color:rgba(0,0,0,0);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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:175px;height:49px;text-decoration:none;z-index:15029;text-align:right;text-align-last:right;top:7px;left:1025px;display:block; }
#O21upOXOh3NgSFsFBBsa1vnf1P5KwUFS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iTg0Nw0LUU8RKHKvk1bhEzraWtzgcGnJ { color:#ffffff;display:block;width:502px;position:absolute;font-family:"open sans";font-size:9px;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:549px;left:203px;height:23.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-form-header {  }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-regular-label { display:none;width:381px;height:auto;font-size:14px;font-family:ubuntu;line-height:1;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#19232e;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-input-text { border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top:0;border-left:0;border-right:0;border-bottom:0;height:58px;width:381px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:.8;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:15px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-textarea { border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47px;width:381px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:.8;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:15px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:50px;width:381px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;margin-top:3px;margin-right:3px;margin-bottom:3px;margin-left:5px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top;box-sizing:border-box; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-input-button { border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top:0;border-right:0;border-bottom:0;border-left:0;height:60px;width:228px;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#ffffff;line-height:1;box-sizing:border-box;font-family:roboto;font-weight:bold;text-align:center;text-align-last:center;font-size:20px;background-color:#0555fa;background-image:none;overflow:hidden;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 [class*="-text"]:-moz-placeholder { font-size:18px;font-family:"open sans";color:#abaeb4;text-align:center;text-align-last:center; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 [class*="-text"]::-moz-placeholder { font-size:18px;font-family:"open sans";color:#abaeb4;text-align:center;text-align-last:center; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 [class*="-text"]:-ms-input-placeholder { font-size:18px;font-family:"open sans";color:#abaeb4;text-align:center;text-align-last:center; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 [class*="-text"]::-webkit-input-placeholder { font-size:18px;font-family:"open sans";color:#abaeb4;text-align:center;text-align-last:center; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:615px;height:auto;font-size:9px;font-family:"open sans";line-height:1.7;margin-top:2px;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:rgba(255,255,255,0.73); }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;margin-top:23px;margin-right:0;margin-bottom:3px;margin-left:3px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-radio-label { font-size:16px;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:32px;width:175.5px;vertical-align:top;margin-top:22px;margin-right:0;margin-bottom:3px;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:4px;padding-bottom:0;padding-left:4px; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-container:first-of-type{padding-top:0;}#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-container:last-of-type{padding-bottom:0;}#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:645px;height:auto;left:94px;top:406px;z-index:15020;position:absolute;box-shadow: none; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .radio-container { width:391px; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:645px;height:auto;left:94px;top:406px;z-index:15020;position:absolute;box-shadow: none; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #U76iJu61Aw9dActIfClhk1FPEhKd0UG8 { position:relative; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #TbArI6aUO6VOhiXGQStxumoKktIQtnGW { position:relative;display:none; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #BWxfX7mbwbCJArV7lIP4iBZ7TcNR7AJC { position:relative; }
#gr3u5cbGP1KoEqx8HpSqLqNlwVHPQsQA { position:relative;display:block; }
#iG72InbpybPCS78SQLGWSkOBTfpxTAi5 { position:relative;display:block; }
#UqnPShgHZMdp598dMSM6lrkTrw0Gaa3H { position:relative;display:block; }
#X0kb02e7XGwCINMT33HShGsgy1nM5e5X { position:relative;display:block; }
#lshM1EIN2Lk0uyTh1VZgbTxWvciElZrm { position:relative;display:block; }
#ewTr5k2BEAqXIm9ltXLwWOX71covBOLR { position:relative;display:block; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #TThd9ZayLuJr3rVIMaWgLtRLvq2Jf5q2 { position:relative; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #AgmHc7UT6T0ErSo56DKyVCCptvCc3nLu { position:relative; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #opsuEa1fdHTXunlC8SnTHch6UCUoXoUx { position:relative; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #iMUkOHxtoaEtxsRKWeutb0zaoDuGZtRr { position:relative;z-index:2; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #V27B9lnNWZ70g2IEZQAV6KZvOoU5VOwk { position:relative; }
#JACXHzaQyU4DFicaQEfblaSe2OTt4W3B { position:relative;display:block; }
#i46pxzUfXtfVMRvktCPO9OKnX4rAEhrD { position:relative;display:block; }
#MAIgVZlWSzDmfiUTzTqNE3gI3RuF3T9m { position:relative;display:block; }
#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi { 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; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row .container { background-color: transparent; background-image: none; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row .container > .video-iframe-container { display: none; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row > .video-iframe-container { display: none; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .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); }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row .container { border-width: 0; border-radius: 0; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row .container { font-size:14px;font-family:arial;height:424px;width:1200px;position:relative;display:block; }#pq3soVcBgObvkJ967osJyNKS8OGWlNPK { position:absolute;display:block;z-index:15029;background-color:#ff0f64;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:331px;width:465px;top:55px;left:120px;display:block; }
#CreCRQCgSTkICAJU2WEz8HXhCd6TNlh1 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:64px;width:47px;top:61.5px;left:329px;overflow:hidden;display:block; }
#DzzbBNEEKG6Mx5hmNM6akEVLpDFs5HD2 { color:#ffffff;display:block;width:340px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:126.5px;left:182px;height:33px;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; }
#otXpIrbaGFVTQsSgxz5QrPsNNfDDX7Ft { color:#ffffff;display:block;width:416px;position:absolute;font-family:"open sans";font-size:13px;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:173px;left:144px;height:117px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EJlTNxwBA2TfIqy0n7ZvOAVcO0MtdHxF { position:absolute;display:block;z-index:15028;background-color:#ff5a0f;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:332px;width:465px;top:55px;left:615px;display:block; }
#Xq6Znd00qznTxncezQ67ykKV2DCoEhZ2 { color:#ffffff;display:block;width:412px;position:absolute;font-family:"open sans";font-size:13px;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:175px;left:641px;height:117px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bno5de78B76hAsfXFxER5TaN8QePRsih { position:absolute;display:block;z-index:15038;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:62px;width:50px;top:62.5px;left:822px;overflow:hidden;display:block; }
#Rs2GS9EA5Q5v9O0MXdOsws7iS1EgEuHc { color:#ffffff;display:block;width:428px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:125.5px;left:633.5px;height:33px;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; }
#CM9MEm6LyaepfO1sIv8C11UH9HDpEfTs { background-color:#55be5a;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:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:48px;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:317px;left:212px;display:block; }
#mmwsOTRUpTMBMWrff5QJ08BwKzOf2GXx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qChJDznDShJCok3p1aTSkvLm02TBm97z { background-color:#55be5a;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:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:48px;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:317px;left:707px;display:block; }
#m09hFvEH9b6nhpwX5z06wwsBOVoirDXw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#41b9e6;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; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row .container { background-color: transparent; background-image: none; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row .container > .video-iframe-container { display: none; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row > .video-iframe-container { display: none; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .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); }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row .container { border-width: 0; border-radius: 0; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row .container { font-size:14px;font-family:arial;height:443px;width:1200px;position:relative;display:block; }#MgDiliQ5oZkVl0gITJyFyHNDJzq4wOpr { color:#ffffff;display:block;width:389px;position:absolute;font-family:"open sans";font-size:29px;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:25.5859375px;left:405.5px;height:31.9px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mgCHvTy61oqpmVEURGAfpSOShotwT49W { color:#000000;display:block;width:366px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:193px;left:196px;height:105px;text-align:center;text-align-last:center;display:block; }
#JiUraLCviuP0HZtMN62RLwmQHaZuz1TW { color:#000000;display:block;width:367px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:193px;left:636px;height:126px;text-align:center;text-align-last:center;display:block; }
#X6DA1oGO5g0xNnt8359UcTbrqKMssk9M { color:#0555fa;display:block;width:256px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:155px;left:247px;height:27.3px;text-align:center;text-align-last:center;display:block; }
#MTareqhrw6OszCJt2epR0MR9P3sz35uh { color:#0555fa;display:block;width:304px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:156px;left:673px;height:27.3px;display:block; }
#lCHOqIFkcUg5De0PaV8ngFf8v0MZlxhU { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:48px;width:48px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:99.5px;left:355px; }
#dDI7KbG3rTHGxLFKEzboBoJr7D8AtfXh { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:67px;width:67px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:90px;left:792px; }
#u8gTtvpNJZalyuUc5LUs50NBD6WhB5sd { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;box-shadow: none;height:262px;width:402px;top:81px;left:176px;display:block; }
#ngqI9bH9VLVlzzH5PEli0xKFxQbpZIoH { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;box-shadow: none;height:265px;width:402px;top:80px;left:622px;display:block; }
#kZosiqdgGsZvl0eC3dI3OeOWopKN6wuz { background-color:#ff0f64;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:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:48px;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:371px;left:487px;display:block; }
#zvIx6MQGETWdtdnfIJsOZHoOyOwkNVr7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl { 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; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { background-color: transparent; background-image: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container > .video-iframe-container { display: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row > .video-iframe-container { display: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .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); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { border-width: 0; border-radius: 0; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { font-size:14px;font-family:arial;height:350px;width:1200px;position:relative;display:block; }#qMAfrG4GsKA36Zc9hbOgvBaDSEsiTOfk { color:#000000;display:block;width:735px;position:absolute;font-family:"open sans";font-size:33px;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:42px;left:245px;height:36.3px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jnu9kixZeemuq3ecF2J1FoKtrpBDKk9J { color:#000000;display:block;width:613px;position:absolute;font-family:"open sans";font-size:20px;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:100px;left:306px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GxmOuleieWlVkuE881wMiKhHD8LFSlPp { background-color:#55be5a;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:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:60px;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:255px;left:460px;display:block; }
#uVNOnCWnRU9V7I4MM5ZIq1OHy3zt3CcX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PiXuOV3R00bNmwys3RtCpmntgofJeIGN { background-color:#0555fa;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:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:60px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:177px;left:460px;display:block; }
#ETGZ66KkGTKZVhXWKJ9THSk02WdxqBqT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MO5eusWmAGKuQoIrCXpEJ4Wfwnm3dcfO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d4d4d;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; }#MO5eusWmAGKuQoIrCXpEJ4Wfwnm3dcfO > .row .container { background-color: transparent; background-image: none; }#MO5eusWmAGKuQoIrCXpEJ4Wfwnm3dcfO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MO5eusWmAGKuQoIrCXpEJ4Wfwnm3dcfO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MO5eusWmAGKuQoIrCXpEJ4Wfwnm3dcfO > .row .container > .video-iframe-container { display: none; }#MO5eusWmAGKuQoIrCXpEJ4Wfwnm3dcfO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MO5eusWmAGKuQoIrCXpEJ4Wfwnm3dcfO > .row > .video-iframe-container { display: none; }#MO5eusWmAGKuQoIrCXpEJ4Wfwnm3dcfO > .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); }#MO5eusWmAGKuQoIrCXpEJ4Wfwnm3dcfO > .row .container { border-width: 0; border-radius: 0; }#MO5eusWmAGKuQoIrCXpEJ4Wfwnm3dcfO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MO5eusWmAGKuQoIrCXpEJ4Wfwnm3dcfO > .row .container { font-size:14px;font-family:arial;height:95px;width:1200px;position:relative;display:block; }#prZiPsXGAJaLmfgBAG9q7qGRwfimiT1v { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:13px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:22.15625px;left:0px;height:33.8px;font-style:normal;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) { #yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 { display:block; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uc0cXfX1oxMXvWPcmuNtwem1OHqSiizy { top:6px;left:0px;width:290px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #cRHcVqCd29QMkVVHFkXvRcXVw539QZuh { top:6px;left:638px;width:126px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #pFrr7ml6LvOyXDWcOXISRq3rZ8qZBdNv { top:16px;left:646px;width:110px;height:20px;display:none; }
 }@media only screen and (max-width: 763px) { #TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 { display:none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { width:760px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LX7mtHKZXWH0X5rmnTD4DrIFbQA8yh9U { width:745px;height:103px;top:14px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #n7v34avVZD7nHB6gTL8fR6fLBugQTkzy { top:138px;left:0px;width:428px;height:192px;display:block; }
 }@media only screen and (max-width: 763px) { #rz9ilh6Jls0UNuFPipuozCA6AffDAqzp { top:191px;left:0px;width:389px;height:127px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #lNfFBtU0UgwBm2K3fafrNsOiIKMztRip { width:340px;height:30px;top:152px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #zQXadnrksRbGCeKGBb8hzhlWqlBXUQbu { top:138px;left:236px;width:407px;height:192px;display:block; }
 }@media only screen and (max-width: 763px) { #aU3v1CZhr1iJ9ARpbTS42dTDJfJKW2TW { top:192px;left:260.00003051758px;width:380px;height:109px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ec5h9opL9lTi0AS3ULbFV4OLIL1rXTUt { width:315px;height:30px;top:152px;left:303px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Za56KGvGwARBTvDMfuUWPkCnIdBDw6MZ { top:345px;left:0px;width:661px;height:196px;display:block; }
 }@media only screen and (max-width: 763px) { #l3MTZCaaW5TZwzaixwTDoFMR7H9LSrxT { top:355px;left:30px;width:379px;height:31px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #J4ItrmPoLl5hNasul0gDTKnzRSzRRtmI { top:389px;left:0px;width:473px;height:33px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #FQVn3NmXRIU22VsiVpXAKZ0iq6lJ7GyE { top:147px;left:0px;width:30px;height:39px;display:block; }
 }@media only screen and (max-width: 763px) { #C7did3sJ6qs5Esv7qkzNOIZTPr3VDm6b { top:148px;left:264px;width:28px;height:39px;display:block; }
 }@media only screen and (max-width: 763px) { #TTSoTlZF0RHPe4aSpFSrsBdkCDBdJUSu { width:280px;height:48px;top:580px;left:79.5px;display:none; }
 }@media only screen and (max-width: 763px) { #iHDByXrldRDxkw9efrpGaevrstb8fXdB { display:block; }
 }@media only screen and (max-width: 763px) { #bwNRRcaeiKODGaSV6EJEK0TkEWxSQ9Ls { top:14px;left:728px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #iIZEX4yZTD9qEc6hVpvldRHrK0NTMcUd { width:175px;height:49px;top:7px;left:589px;display:block; }
 }@media only screen and (max-width: 763px) { #O21upOXOh3NgSFsFBBsa1vnf1P5KwUFS { display:block; }
 }@media only screen and (max-width: 763px) { #iTg0Nw0LUU8RKHKvk1bhEzraWtzgcGnJ { top:549px;left:0px;width:502px;height:23px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-regular-label { width:381px; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-input-text { width:381px; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-textarea { width:381px; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-input-select { width:381px; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-checkbox-label { width:616px; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-radio-label { width:175.5px; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7  { width:645px;height:auto;top:406px;left:0px; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .radio-container { width:391px; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 {display:inline-block;}#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 { width:645px;height:auto;top:406px;left:0px; }
 }@media only screen and (max-width: 763px) { #qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #U76iJu61Aw9dActIfClhk1FPEhKd0UG8 {  }
 }@media only screen and (max-width: 763px) { #qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #TbArI6aUO6VOhiXGQStxumoKktIQtnGW {  }
 }@media only screen and (max-width: 763px) { #qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #BWxfX7mbwbCJArV7lIP4iBZ7TcNR7AJC {  }
 }@media only screen and (max-width: 763px) { #gr3u5cbGP1KoEqx8HpSqLqNlwVHPQsQA { display:block; }
 }@media only screen and (max-width: 763px) { #iG72InbpybPCS78SQLGWSkOBTfpxTAi5 { display:block; }
 }@media only screen and (max-width: 763px) { #UqnPShgHZMdp598dMSM6lrkTrw0Gaa3H { display:block; }
 }@media only screen and (max-width: 763px) { #X0kb02e7XGwCINMT33HShGsgy1nM5e5X { display:block; }
 }@media only screen and (max-width: 763px) { #lshM1EIN2Lk0uyTh1VZgbTxWvciElZrm { display:block; }
 }@media only screen and (max-width: 763px) { #ewTr5k2BEAqXIm9ltXLwWOX71covBOLR { display:block; }
 }@media only screen and (max-width: 763px) { #qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #TThd9ZayLuJr3rVIMaWgLtRLvq2Jf5q2 {  }
 }@media only screen and (max-width: 763px) { #qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #AgmHc7UT6T0ErSo56DKyVCCptvCc3nLu {  }
 }@media only screen and (max-width: 763px) { #qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #opsuEa1fdHTXunlC8SnTHch6UCUoXoUx {  }
 }@media only screen and (max-width: 763px) { #qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #iMUkOHxtoaEtxsRKWeutb0zaoDuGZtRr {  }
 }@media only screen and (max-width: 763px) { #qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #V27B9lnNWZ70g2IEZQAV6KZvOoU5VOwk {  }
 }@media only screen and (max-width: 763px) { #JACXHzaQyU4DFicaQEfblaSe2OTt4W3B { display:block; }
 }@media only screen and (max-width: 763px) { #i46pxzUfXtfVMRvktCPO9OKnX4rAEhrD { display:block; }
 }@media only screen and (max-width: 763px) { #MAIgVZlWSzDmfiUTzTqNE3gI3RuF3T9m { display:block; }
 }@media only screen and (max-width: 763px) { #fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi { display:block; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pq3soVcBgObvkJ967osJyNKS8OGWlNPK { top:55px;left:0px;width:465px;height:331px;display:block; }
 }@media only screen and (max-width: 763px) { #CreCRQCgSTkICAJU2WEz8HXhCd6TNlh1 { top:61px;left:111px;width:47px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #DzzbBNEEKG6Mx5hmNM6akEVLpDFs5HD2 { width:340px;height:33px;top:126px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #otXpIrbaGFVTQsSgxz5QrPsNNfDDX7Ft { top:173px;left:0px;width:416px;height:117px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #EJlTNxwBA2TfIqy0n7ZvOAVcO0MtdHxF { top:55px;left:299px;width:465px;height:332px;display:block; }
 }@media only screen and (max-width: 763px) { #Xq6Znd00qznTxncezQ67ykKV2DCoEhZ2 { top:175px;left:352px;width:412px;height:117px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #bno5de78B76hAsfXFxER5TaN8QePRsih { top:62px;left:604px;width:50px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #Rs2GS9EA5Q5v9O0MXdOsws7iS1EgEuHc { width:428px;height:33px;top:125px;left:336px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #CM9MEm6LyaepfO1sIv8C11UH9HDpEfTs { width:280px;height:48px;top:317px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mmwsOTRUpTMBMWrff5QJ08BwKzOf2GXx { display:block; }
 }@media only screen and (max-width: 763px) { #qChJDznDShJCok3p1aTSkvLm02TBm97z { width:280px;height:48px;top:317px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #m09hFvEH9b6nhpwX5z06wwsBOVoirDXw { display:block; }
 }@media only screen and (max-width: 763px) { #JNziNX9ZOLOedRyeQdPx14tUr7dzffaf { display:none; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MgDiliQ5oZkVl0gITJyFyHNDJzq4wOpr { width:389px;height:31px;top:25px;left:187.5px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #mgCHvTy61oqpmVEURGAfpSOShotwT49W { top:193px;left:0px;width:366px;height:105px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #JiUraLCviuP0HZtMN62RLwmQHaZuz1TW { top:193px;left:397px;width:367px;height:126px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #X6DA1oGO5g0xNnt8359UcTbrqKMssk9M { top:155px;left:29px;width:256px;height:27px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MTareqhrw6OszCJt2epR0MR9P3sz35uh { top:156px;left:455px;width:304px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #lCHOqIFkcUg5De0PaV8ngFf8v0MZlxhU { top:99px;left:137px;width:48px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #dDI7KbG3rTHGxLFKEzboBoJr7D8AtfXh { top:90px;left:574px;width:67px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #u8gTtvpNJZalyuUc5LUs50NBD6WhB5sd { top:81px;left:0px;width:402px;height:262px;display:block; }
 }@media only screen and (max-width: 763px) { #ngqI9bH9VLVlzzH5PEli0xKFxQbpZIoH { top:80px;left:358px;width:402px;height:265px;display:block; }
 }@media only screen and (max-width: 763px) { #kZosiqdgGsZvl0eC3dI3OeOWopKN6wuz { width:225px;height:48px;top:371px;left:269px;display:block; }
 }@media only screen and (max-width: 763px) { #zvIx6MQGETWdtdnfIJsOZHoOyOwkNVr7 { display:block; }
 }@media only screen and (max-width: 763px) { #U3s08S7lU0AUvxwK3RNu06AQJOtTflbl { display:block; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMAfrG4GsKA36Zc9hbOgvBaDSEsiTOfk { width:735px;height:36px;top:42px;left:27px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Jnu9kixZeemuq3ecF2J1FoKtrpBDKk9J { width:613px;height:52px;top:100px;left:88px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GxmOuleieWlVkuE881wMiKhHD8LFSlPp { width:280px;height:60px;top:255px;left:242px;display:block; }
 }@media only screen and (max-width: 763px) { #uVNOnCWnRU9V7I4MM5ZIq1OHy3zt3CcX { display:block; }
 }@media only screen and (max-width: 763px) { #PiXuOV3R00bNmwys3RtCpmntgofJeIGN { width:280px;height:60px;top:177px;left:242px;display:block; }
 }@media only screen and (max-width: 763px) { #ETGZ66KkGTKZVhXWKJ9THSk02WdxqBqT { display:block; }
 }@media only screen and (max-width: 763px) { #MO5eusWmAGKuQoIrCXpEJ4Wfwnm3dcfO { display:block; }#MO5eusWmAGKuQoIrCXpEJ4Wfwnm3dcfO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #prZiPsXGAJaLmfgBAG9q7qGRwfimiT1v { top:22px;left:0px;width:764px;height:33px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7dGdafQe/bg_main.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 { display:block; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container { width:320px;height:85px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uc0cXfX1oxMXvWPcmuNtwem1OHqSiizy { width:111px;height:20px;top:21px;left:19.5px;display:none; }
 }@media only screen and (max-width: 763px) { #cRHcVqCd29QMkVVHFkXvRcXVw539QZuh { width:115px;height:37px;top:38px;left:102.5px;display:block; }
 }@media only screen and (max-width: 763px) { #pFrr7ml6LvOyXDWcOXISRq3rZ8qZBdNv { width:261px;height:40px;top:0px;left:29.5px;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d13dd77d-a145-45a7-bb26-e5c753c624f5/womanispreparingpropermeal1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7.adaptive-delivery-prevent-bg, #TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7.lazyload, #TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7.lazyloading { background-image: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { background-color: transparent; background-image: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container > .video-iframe-container { display: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row > .video-iframe-container { display: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .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); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { border-width: 0; border-radius: 0; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { width:320px;height:880px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LX7mtHKZXWH0X5rmnTD4DrIFbQA8yh9U { width:320px;height:45.5938px;top:35px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #n7v34avVZD7nHB6gTL8fR6fLBugQTkzy { width:320px;height:186px;top:93px;left:0px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #rz9ilh6Jls0UNuFPipuozCA6AffDAqzp { width:292px;height:134.375px;top:132px;left:14px;font-size:12px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lNfFBtU0UgwBm2K3fafrNsOiIKMztRip { width:276px;height:27.5px;top:103px;left:44px;text-align:left;text-align-last:left;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #zQXadnrksRbGCeKGBb8hzhlWqlBXUQbu { width:320px;height:173px;top:290px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aU3v1CZhr1iJ9ARpbTS42dTDJfJKW2TW { width:292px;height:117.578px;top:332px;left:14px;font-size:12px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ec5h9opL9lTi0AS3ULbFV4OLIL1rXTUt { width:271px;height:26.3984px;top:302px;left:49px;text-align:left;text-align-last:left;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Za56KGvGwARBTvDMfuUWPkCnIdBDw6MZ { width:319px;height:271px;top:486px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #l3MTZCaaW5TZwzaixwTDoFMR7H9LSrxT { width:320px;height:22.0938px;top:498px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #J4ItrmPoLl5hNasul0gDTKnzRSzRRtmI { width:310px;height:26.3906px;top:524px;left:5px;font-size:11px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FQVn3NmXRIU22VsiVpXAKZ0iq6lJ7GyE { width:22px;height:29px;top:100px;left:14.046875px;display:block; }
 }@media only screen and (max-width: 763px) { #C7did3sJ6qs5Esv7qkzNOIZTPr3VDm6b { width:21px;height:30px;top:300px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TTSoTlZF0RHPe4aSpFSrsBdkCDBdJUSu { width:280px;height:47px;top:802px;left:20px;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #iHDByXrldRDxkw9efrpGaevrstb8fXdB { display:block; }
 }@media only screen and (max-width: 763px) { #bwNRRcaeiKODGaSV6EJEK0TkEWxSQ9Ls { display:flex;width:25px;height:25px;top:3px;left:74px; }
 }@media only screen and (max-width: 763px) { #iIZEX4yZTD9qEc6hVpvldRHrK0NTMcUd { width:139px;height:31px;top:0px;left:92px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #O21upOXOh3NgSFsFBBsa1vnf1P5KwUFS { display:block; }
 }@media only screen and (max-width: 763px) { #iTg0Nw0LUU8RKHKvk1bhEzraWtzgcGnJ { width:320px;height:20.7969px;top:764.796875px;left:0px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-regular-label { width:262px; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-input-text { width:262px; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-textarea { width:262px; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-input-select { width:262px; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-input-button { width:262px; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-checkbox-label { width:250px;line-height:1.4;overflow:hidden;height:auto;font-size:8px; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .widget-radio-label { width:116px; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7  { width:280px;height:auto;top:540.0234375px;left:0px; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 .radio-container { width:272px; }
#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 {display:inline-block;}#qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 { width:280px;height:auto;top:540.0234375px;left:0px; }
 }@media only screen and (max-width: 763px) { #qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #U76iJu61Aw9dActIfClhk1FPEhKd0UG8 {  }
 }@media only screen and (max-width: 763px) { #qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #TbArI6aUO6VOhiXGQStxumoKktIQtnGW {  }
 }@media only screen and (max-width: 763px) { #qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #BWxfX7mbwbCJArV7lIP4iBZ7TcNR7AJC {  }
 }@media only screen and (max-width: 763px) { #gr3u5cbGP1KoEqx8HpSqLqNlwVHPQsQA { display:block; }
 }@media only screen and (max-width: 763px) { #iG72InbpybPCS78SQLGWSkOBTfpxTAi5 { display:block; }
 }@media only screen and (max-width: 763px) { #UqnPShgHZMdp598dMSM6lrkTrw0Gaa3H { display:block; }
 }@media only screen and (max-width: 763px) { #X0kb02e7XGwCINMT33HShGsgy1nM5e5X { display:block; }
 }@media only screen and (max-width: 763px) { #lshM1EIN2Lk0uyTh1VZgbTxWvciElZrm { display:block; }
 }@media only screen and (max-width: 763px) { #ewTr5k2BEAqXIm9ltXLwWOX71covBOLR { display:block; }
 }@media only screen and (max-width: 763px) { #qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #TThd9ZayLuJr3rVIMaWgLtRLvq2Jf5q2 {  }
 }@media only screen and (max-width: 763px) { #qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #AgmHc7UT6T0ErSo56DKyVCCptvCc3nLu {  }
 }@media only screen and (max-width: 763px) { #qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #opsuEa1fdHTXunlC8SnTHch6UCUoXoUx {  }
 }@media only screen and (max-width: 763px) { #qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #iMUkOHxtoaEtxsRKWeutb0zaoDuGZtRr {  }
 }@media only screen and (max-width: 763px) { #qmuKNOuN2JspSBLdvUL4RJ7QxGqawGA7 #V27B9lnNWZ70g2IEZQAV6KZvOoU5VOwk {  }
 }@media only screen and (max-width: 763px) { #JACXHzaQyU4DFicaQEfblaSe2OTt4W3B { display:block; }
 }@media only screen and (max-width: 763px) { #i46pxzUfXtfVMRvktCPO9OKnX4rAEhrD { display:block; }
 }@media only screen and (max-width: 763px) { #MAIgVZlWSzDmfiUTzTqNE3gI3RuF3T9m { display:block; }
 }@media only screen and (max-width: 763px) { #fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi { display:block; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row .container { width:320px;height:691px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pq3soVcBgObvkJ967osJyNKS8OGWlNPK { width:320px;height:324px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CreCRQCgSTkICAJU2WEz8HXhCd6TNlh1 { width:38px;height:52px;top:30px;left:141px;display:block; }
 }@media only screen and (max-width: 763px) { #DzzbBNEEKG6Mx5hmNM6akEVLpDFs5HD2 { width:320px;height:29.6953px;top:82px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #otXpIrbaGFVTQsSgxz5QrPsNNfDDX7Ft { width:296px;height:144px;top:122.1875px;left:12px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #EJlTNxwBA2TfIqy0n7ZvOAVcO0MtdHxF { width:320px;height:305px;top:359px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Xq6Znd00qznTxncezQ67ykKV2DCoEhZ2 { width:295px;height:126px;top:462px;left:13px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #bno5de78B76hAsfXFxER5TaN8QePRsih { width:40px;height:50px;top:374px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #Rs2GS9EA5Q5v9O0MXdOsws7iS1EgEuHc { width:290px;height:26.3984px;top:424px;left:15px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #CM9MEm6LyaepfO1sIv8C11UH9HDpEfTs { width:280px;height:48px;top:277px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mmwsOTRUpTMBMWrff5QJ08BwKzOf2GXx { display:block; }
 }@media only screen and (max-width: 763px) { #qChJDznDShJCok3p1aTSkvLm02TBm97z { width:280px;height:48px;top:597px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #m09hFvEH9b6nhpwX5z06wwsBOVoirDXw { display:block; }
 }@media only screen and (max-width: 763px) { #JNziNX9ZOLOedRyeQdPx14tUr7dzffaf { display:block; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row .container { width:320px;height:643px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgDiliQ5oZkVl0gITJyFyHNDJzq4wOpr { width:276px;height:50.5938px;top:24px;left:20px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #mgCHvTy61oqpmVEURGAfpSOShotwT49W { width:297px;height:118.2891px;top:178px;left:10px;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JiUraLCviuP0HZtMN62RLwmQHaZuz1TW { width:278px;height:127.367px;top:412px;left:21px;font-size:13px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #X6DA1oGO5g0xNnt8359UcTbrqKMssk9M { width:256px;height:26px;top:147px;left:32px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MTareqhrw6OszCJt2epR0MR9P3sz35uh { width:304px;height:26px;top:386px;left:8px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lCHOqIFkcUg5De0PaV8ngFf8v0MZlxhU { display:flex;width:40px;height:40px;top:101px;left:140px; }
 }@media only screen and (max-width: 763px) { #dDI7KbG3rTHGxLFKEzboBoJr7D8AtfXh { display:flex;width:54px;height:54px;top:333px;left:133px; }
 }@media only screen and (max-width: 763px) { #u8gTtvpNJZalyuUc5LUs50NBD6WhB5sd { width:316px;height:219px;top:89px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ngqI9bH9VLVlzzH5PEli0xKFxQbpZIoH { width:316px;height:235px;top:322px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kZosiqdgGsZvl0eC3dI3OeOWopKN6wuz { width:247px;height:48px;top:573px;left:36.5px;display:block; }
 }@media only screen and (max-width: 763px) { #zvIx6MQGETWdtdnfIJsOZHoOyOwkNVr7 { display:block; }
 }@media only screen and (max-width: 763px) { #U3s08S7lU0AUvxwK3RNu06AQJOtTflbl { background-color:#ffffff;background-image:none;display:block; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { background-color: transparent; background-image: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container > .video-iframe-container { display: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row > .video-iframe-container { display: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .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); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { width:320px;height:284px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMAfrG4GsKA36Zc9hbOgvBaDSEsiTOfk { width:261px;height:44px;top:19px;left:29.5px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Jnu9kixZeemuq3ecF2J1FoKtrpBDKk9J { width:291px;height:54.5859px;top:71px;left:14.5px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GxmOuleieWlVkuE881wMiKhHD8LFSlPp { width:280px;height:55px;top:207px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uVNOnCWnRU9V7I4MM5ZIq1OHy3zt3CcX { display:block; }
 }@media only screen and (max-width: 763px) { #PiXuOV3R00bNmwys3RtCpmntgofJeIGN { width:280px;height:55px;top:140px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ETGZ66KkGTKZVhXWKJ9THSk02WdxqBqT { display:block; }
 }@media only screen and (max-width: 763px) { #MO5eusWmAGKuQoIrCXpEJ4Wfwnm3dcfO { display:block; }#MO5eusWmAGKuQoIrCXpEJ4Wfwnm3dcfO > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #prZiPsXGAJaLmfgBAG9q7qGRwfimiT1v { width:320px;height:52px;top:22.59375px;left:0px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }