.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;
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#iN5GlZtBHPSnilSrEA0fmZ4fmewQi29u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN5GlZtBHPSnilSrEA0fmZ4fmewQi29u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN5GlZtBHPSnilSrEA0fmZ4fmewQi29u > .row > .video-iframe-container { display: none; }#iN5GlZtBHPSnilSrEA0fmZ4fmewQi29u > .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); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r { background-color:#192a3d;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { background-color: transparent; background-image: none; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container > .video-iframe-container { display: none; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row > .video-iframe-container { display: none; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .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); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { border-width: 0; border-radius: 0; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { width:960px;height:250px;font-size:14px;font-family:"open sans";position:relative;display:block; }#Aao1qnTwnbEQ5wdm7X1ph1i877nOvHn0 { display:block;width:960px;position:absolute;font-family:"open sans";font-size:48px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:95px;left:0px;height:62.3984px;color:#ffffff;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; }
#FRdBGcsmotkJaOXkBpbX94XQZQND3qM6 { display:block;width:960px;position:absolute;font-family:"open sans";font-size:26px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:156px;left:0px;height:33.7969px;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bf3aKIBADFTwUoLGgErxE706Wt8xqwxh { display:block;width:960px;position:absolute;font-family:"open sans";font-size:26px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:61px;left:0px;height:33.7969px;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#192a3d;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; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { background-color: transparent; background-image: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container > .video-iframe-container { display: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row > .video-iframe-container { display: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .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); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { border-width: 0; border-radius: 0; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { font-size:14px;font-family:"open sans";height:470px;width:960px;position:relative;display:block; }#Jpvcen1P6Ok1FzSyGwSqQWfCGFhBXnxF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#3396fe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:40px;width:40px;position:absolute;display:block;z-index:15001;top:0px;left:0px;display:block; }
#wdD1l1pHgdm0vqTbcZ9ykoEEoTkrPl09 { display:block;width:99px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9px;left:60px;height:26px;color:#ffffff;font-style:normal;display:block; }
#K8qrPANQeO6JqdyQEQPZ7kMZVfICFk9c { display:block;width:354px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9px;left:235px;height:26px;color:#ffffff;font-style:normal;display:block; }
#M95NooE9zty7cTykRTZ2IRfrlyI9QREM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#3396fe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:40px;width:40px;position:absolute;display:block;z-index:15004;top:0px;left:175px;display:block; }
#gT8nprdHmW50aVNO34Xrz8Eok24uszE3 { display:block;width:550px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:71px;left:0px;height:28.5938px;color:#ffffff;font-style:normal;display:block; }
#vzd7KJtxbXHdU1ZyD8n8tCxg7xc6xknR { display:block;width:588px;position:absolute;font-family:"open sans";font-size:22px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:117px;left:0px;height:297.344px;color:#ffffff;font-style:normal;display:block; }#vzd7KJtxbXHdU1ZyD8n8tCxg7xc6xknR li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#vzd7KJtxbXHdU1ZyD8n8tCxg7xc6xknR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aX9Jx0qB/dot.png); }
#EB9FWT5CWik6nzRl2wNhbcGRddl5G4N5 { border-bottom:0;border-left:0;border-right:0;border-top:0;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;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:390px;width:320px;position:absolute;display:block;z-index:15009;top:0px;left:639px;display:block; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-form-header {  }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:300;color:#000000;width:263px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-text { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#ffffff;background-image:none;border-bottom:1px solid #cfcaca;border-left:1px solid #cfcaca;border-right:1px solid #cfcaca;border-top:1px solid #cfcaca;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:263px;box-sizing:border-box;height:45px;color:#000000;font-size:15px;overflow:hidden;font-family:"open sans"; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-textarea { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#ffffff;background-image:none;border-bottom:1px solid #cfcaca;border-left:1px solid #cfcaca;border-right:1px solid #cfcaca;border-top:1px solid #cfcaca;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:263px;box-sizing:border-box;height:70px;color:#000000;font-size:15px;overflow:hidden;font-family:"open sans"; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-select { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#ffffff;background-image:none;border-bottom:1px solid #cfcaca;border-left:1px solid #cfcaca;border-right:1px solid #cfcaca;border-top:1px solid #cfcaca;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:263px;box-sizing:border-box;height:45px;color:#161616;font-family:"open sans";font-size:13px;overflow:hidden; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-button { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#f9980f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left: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:20px;font-weight:bold;color:#f2f9ff;width:263px;height:55px;font-family:"open sans";overflow:hidden; }#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-button.adaptive-delivery-prevent-bg, #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-button.lazyload, #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-button.lazyloading { background-image: none; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 [class*="-text"]:-moz-placeholder { color:#8b8b8b;font-family:"open sans";font-size:12px; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 [class*="-text"]::-moz-placeholder { color:#8b8b8b;font-family:"open sans";font-size:12px; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 [class*="-text"]:-ms-input-placeholder { color:#8b8b8b;font-family:"open sans";font-size:12px; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 [class*="-text"]::-webkit-input-placeholder { color:#8b8b8b;font-family:"open sans";font-size:12px; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .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:"open sans";font-size:10px;font-weight:400;color:#949494;vertical-align:top;width:243px;overflow:hidden;font-style:normal;line-height:1.5; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .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; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .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:"open sans";font-size:12px;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-container:first-of-type{padding-top:0;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-container:last-of-type{padding-bottom:0;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:263px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:9px;left:646px; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:263px; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:10px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 {display:block;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:263px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:9px;left:646px; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #EvUq7Cfn2LbcyNefiRrBqowTDzUdvWGd { position:relative; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #SdirLx0LRNN0vyurserIhT1m8znOz03y { position:relative;display:block; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #VXwH1tFcZmZEv8tOkDFozqwJMvg4Nboa { position:relative; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #lERz1lDDpF4kESZknlFZrOi97wKNXQGh { position:relative; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #klDftNTZ1F2cf6zmyPw0Rn6h8h0VBRTC { position:relative;display:block; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #gd6dBIB1EPmBt641DMJJMTHOTiUnC9mU { position:relative; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #IP2JbTrpW6lfTNCLCSqOWvXlJ51WwpwP { position:relative; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #PHVNnSkFr1tWKKsPKIe0DHHKe9n2WpTQ { position:relative;display:block; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #y652vT2oLdznxEfzLbBGGtwkboaQw4hU { position:relative; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #X3F1ZKt5CQg5uFUeTn7HIGhfmpQTnh4p { position:relative; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #P1X2A32xa8L3iRh96OZlme1CZwx6mg28 { position:relative;z-index:2; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #r4C1DpIZ8dSyupODxMZSL7MEkkem9uD5 { position:relative; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #bLDq25DygfOEtDqWV0GgegSLqc1RumTG { position:relative; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #b5WqCSHIKl0I4oaD0JMeKl3xniaFE60F { position:relative; }
#eGhv6CfVIymuUTsTC6hqu7MgZW4ccxSb { display:block;width:320px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:394px;left:640px;height:18.1953px;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ALhbr22dpHc9oon3Q6xoEkDffHnu1oO7 { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:10px;left:10px; }
#QlAZKZfuXgTT4kbBgVI4HEiWJCSfCUqG { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:10px;left:185px; }
#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;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; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { background-color: transparent; background-image: none; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container > .video-iframe-container { display: none; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row > .video-iframe-container { display: none; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .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); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { border-width: 0; border-radius: 0; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { font-size:14px;font-family:"open sans";height:603px;width:960px;position:relative;display:block; }#tQTsCvdThs7hKc3ubE8xoNfTRI4u1fEg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:411px;width:274px;position:absolute;display:block;z-index:15000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:56px;left:103px;overflow:hidden;display:block; }
#IJJozmut24fhsKVQpwKZo6TGfTGA2mWv { display:block;width:480px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:66px;left:480px;height:41.5938px;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; }
#gHnwV2tAxEUkmGoRezDX2SllZNr0HqsM { display:block;width:480px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:116px;left:480px;height:18.1953px;font-style:normal;color:#3396fe;display:block; }
#uTRPQI907RwkGcz0I7g9TNXp50KLO5Qn { display:block;width:480px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:156px;left:480px;height:305.359px;font-style:normal;color:#000000;display:block; }#uTRPQI907RwkGcz0I7g9TNXp50KLO5Qn li:not(:first-child){ padding-top:7px;padding-right:0;padding-bottom:0;padding-left:0; }#uTRPQI907RwkGcz0I7g9TNXp50KLO5Qn li:before{  }
#fKwxtJTFF8D3a8GH6H8A6Ra6piXv9x1s { display:block;width:480px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:137px;left:490px;height:0;font-style:normal;color:#3396fe;display:none; }
#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3396fe;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l > .row .container { background-color: transparent; background-image: none; }#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l > .row .container > .video-iframe-container { display: none; }#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l > .row > .video-iframe-container { display: none; }#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l > .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); }#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l > .row .container { border-width: 0; border-radius: 0; }#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l > .row .container { font-size:14px;font-family:"open sans";height:70px;width:960px;position:relative;display:block; }#kAk0DQODiihrwsrzF4GcOFXq5Qt2o3Sw { background-color:#f9980f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;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:15px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:180px;height:40px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:15px;left:756px;display:block; }
#MODhXeXksMJzTFQlstDTmXrT63zEx8sx { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#hRpueWxbQtrcwHhDwOBJ04pSWG1IdT0l { display:block;width:320px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:25.90625px;left:497px;height:18.1953px;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rbinOvU9qFHQmDCkEnkLB6pGlssHFzSt { display:block;width:105px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:25.90625px;left:78px;height:18.1953px;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:5.01px;padding-right:4.38px;padding-bottom:5.01px;padding-left:4.38px;display:block;align-items:center;width:26.27px;min-width:26.27px;height:26.93px;position:relative;font-family:"open sans";font-size:20.04px;font-weight:700;line-height:26.93px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:3.13px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:35.03px;height:10.65px;position:relative;font-family:"open sans";font-size:7.52px;font-weight:400;line-height:10.65px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;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;display:flex;justify-content:space-between;width:204px;height:50.73px;padding-top:6.26px;padding-right:6.26px;padding-bottom:6.26px;padding-left:6.26px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:192px;z-index:15015; }
#Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #m3oQongpuv7oCJi1iQTuCnNViKrJm6lU { display:flex;position:relative;top:0px;left:0px; }
#Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #hAGgWq03EPrXHqcDyeczuiBSmSXOROPx { width:auto; }
#Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #XuPo7z0x2lLwW7qbyoEv0IhCm462nVZD {  }
#Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #veHISRbySWgzcNU3NoQSvymBgkwAHM79 { display:flex;position:relative;top:0px;left:0px; }
#Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #sbmTCtDpdlFKsRmkdGFtsCC4G6KbvKMN {  }
#Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #FpMJ9EBDl4u0oJsRuq4slEPwTAJc83Q2 {  }
#Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #cd8MUCEuPuMg63tmAQlNHCHWXSpE1KUl { display:flex;position:relative;top:0px;left:0px; }
#Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #NDTST6gC5AJvZohqF68FdBKAu2CqAEi4 {  }
#Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #ZWIsnh3OggiEC1H2wCRoHxwoVr2o2FMd {  }
#Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #nv7g8ZRr7tZH87Kwbash4fiZJhnX8unz { display:flex;position:relative;top:0px;left:0px; }
#Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #wU5ec0C973TZMghXwHDXTWueMcFOp9G4 {  }
#Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #VcUubg584p2pFmbcr1DBO2oprfKUaST1 {  }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r { display:block; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { width:764px;height:228px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Aao1qnTwnbEQ5wdm7X1ph1i877nOvHn0 { width:764px;height:49.3984px;top:89px;left:0px;font-size:38px;display:block; }
 }@media only screen and (max-width: 959px) { #FRdBGcsmotkJaOXkBpbX94XQZQND3qM6 { width:500px;height:57.1875px;top:138.3828125px;left:132px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #Bf3aKIBADFTwUoLGgErxE706Wt8xqwxh { width:764px;height:28.5938px;top:61px;left:0px;font-size:22px;z-index:15012;display:block; }
 }@media only screen and (max-width: 959px) { #L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw { display:block; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { width:764px;height:582px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Jpvcen1P6Ok1FzSyGwSqQWfCGFhBXnxF { width:40px;height:40px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #wdD1l1pHgdm0vqTbcZ9ykoEEoTkrPl09 { width:185px;height:26px;top:9.59375px;left:46.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #K8qrPANQeO6JqdyQEQPZ7kMZVfICFk9c { width:132px;height:26px;top:7px;left:300px;display:block; }
 }@media only screen and (max-width: 959px) { #M95NooE9zty7cTykRTZ2IRfrlyI9QREM { width:40px;height:40px;top:0px;left:244px;display:block; }
 }@media only screen and (max-width: 959px) { #gT8nprdHmW50aVNO34Xrz8Eok24uszE3 { width:422px;height:28.5938px;top:73px;left:0px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #vzd7KJtxbXHdU1ZyD8n8tCxg7xc6xknR { width:420px;height:411.719px;top:119px;left:0px;display:block; }#vzd7KJtxbXHdU1ZyD8n8tCxg7xc6xknR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aX9Jx0qB/dot.png); }
 }@media only screen and (max-width: 959px) { #EB9FWT5CWik6nzRl2wNhbcGRddl5G4N5 { width:320px;height:390px;top:94px;left:444px;display:block; }
 }@media only screen and (max-width: 959px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-regular-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-text { width:260px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-textarea { width:260px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-select { width:260px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-button { width:260px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-checkbox-label { width:241px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5  { width:260px;height:auto;top:98.5px;left:454px; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .radio-container { width:260px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 {display:block;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 { width:260px;height:auto;top:98.5px;left:454px; }
 }@media only screen and (max-width: 959px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #EvUq7Cfn2LbcyNefiRrBqowTDzUdvWGd {  }
 }@media only screen and (max-width: 959px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #SdirLx0LRNN0vyurserIhT1m8znOz03y { display:block; }
 }@media only screen and (max-width: 959px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #VXwH1tFcZmZEv8tOkDFozqwJMvg4Nboa {  }
 }@media only screen and (max-width: 959px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #lERz1lDDpF4kESZknlFZrOi97wKNXQGh {  }
 }@media only screen and (max-width: 959px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #klDftNTZ1F2cf6zmyPw0Rn6h8h0VBRTC { display:block; }
 }@media only screen and (max-width: 959px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #gd6dBIB1EPmBt641DMJJMTHOTiUnC9mU {  }
 }@media only screen and (max-width: 959px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #IP2JbTrpW6lfTNCLCSqOWvXlJ51WwpwP {  }
 }@media only screen and (max-width: 959px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #PHVNnSkFr1tWKKsPKIe0DHHKe9n2WpTQ {  }
 }@media only screen and (max-width: 959px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #y652vT2oLdznxEfzLbBGGtwkboaQw4hU {  }
 }@media only screen and (max-width: 959px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #X3F1ZKt5CQg5uFUeTn7HIGhfmpQTnh4p {  }
 }@media only screen and (max-width: 959px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #P1X2A32xa8L3iRh96OZlme1CZwx6mg28 {  }
 }@media only screen and (max-width: 959px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #r4C1DpIZ8dSyupODxMZSL7MEkkem9uD5 {  }
 }@media only screen and (max-width: 959px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #bLDq25DygfOEtDqWV0GgegSLqc1RumTG {  }
 }@media only screen and (max-width: 959px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #b5WqCSHIKl0I4oaD0JMeKl3xniaFE60F {  }
 }@media only screen and (max-width: 959px) { #eGhv6CfVIymuUTsTC6hqu7MgZW4ccxSb { width:320px;height:20.7969px;top:488px;left:444px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #ALhbr22dpHc9oon3Q6xoEkDffHnu1oO7 { width:20px;height:20px;top:10px;left:10px;display:block; }
 }@media only screen and (max-width: 959px) { #QlAZKZfuXgTT4kbBgVI4HEiWJCSfCUqG { width:20px;height:20px;top:10px;left:254.5px;display:block; }
 }@media only screen and (max-width: 959px) { #GiXsTiKn87fHwJT12PbJaufvGHXJQqeF { display:block; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { width:764px;height:592px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #tQTsCvdThs7hKc3ubE8xoNfTRI4u1fEg { width:247px;height:372px;top:77px;left:67.5px;display:block; }
 }@media only screen and (max-width: 959px) { #IJJozmut24fhsKVQpwKZo6TGfTGA2mWv { width:382px;height:41.5938px;top:46px;left:382px;display:block; }
 }@media only screen and (max-width: 959px) { #gHnwV2tAxEUkmGoRezDX2SllZNr0HqsM { width:382px;height:18.1953px;top:96px;left:382px;display:block; }
 }@media only screen and (max-width: 959px) { #uTRPQI907RwkGcz0I7g9TNXp50KLO5Qn { width:382px;height:346.953px;top:136px;left:382px;display:block; }#uTRPQI907RwkGcz0I7g9TNXp50KLO5Qn li:before{  }
 }@media only screen and (max-width: 959px) { #fKwxtJTFF8D3a8GH6H8A6Ra6piXv9x1s { width:382px;height:18.1953px;top:96px;left:382px;display:none; }
 }@media only screen and (max-width: 959px) { #WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l > .row .container { width:764px;height:70px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #kAk0DQODiihrwsrzF4GcOFXq5Qt2o3Sw { width:180px;height:40px;top:15px;left:584px;display:block; }
 }@media only screen and (max-width: 959px) { #MODhXeXksMJzTFQlstDTmXrT63zEx8sx { display:block; }
 }@media only screen and (max-width: 959px) { #hRpueWxbQtrcwHhDwOBJ04pSWG1IdT0l { width:260px;height:15.5938px;top:27.1953125px;left:361px;font-size:12px;display:block; }
 }@media only screen and (max-width: 959px) { #rbinOvU9qFHQmDCkEnkLB6pGlssHFzSt { width:126px;height:20.7969px;top:24.59375px;left:11px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg .widget-text.counter-number { padding-top:4.9px;padding-right:4.51px;padding-bottom:4.9px;padding-left:4.51px;width:27.1px;min-width:27.1px;height:26.32px;font-size:19.59px;line-height:26.32px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:3.06px;margin-right:0;margin-bottom:0;margin-left:0;width:36.13px;height:10.41px;font-size:7.35px;line-height:10.41px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg { display:flex;width:209px;height:49.59px;top:0px;left:128px;padding-top:3.83px;padding-right:4.04px;padding-bottom:3.83px;padding-left:4.04px;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 959px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #m3oQongpuv7oCJi1iQTuCnNViKrJm6lU { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 959px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #hAGgWq03EPrXHqcDyeczuiBSmSXOROPx {  }
 }@media only screen and (max-width: 959px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #XuPo7z0x2lLwW7qbyoEv0IhCm462nVZD {  }
 }@media only screen and (max-width: 959px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #veHISRbySWgzcNU3NoQSvymBgkwAHM79 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 959px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #sbmTCtDpdlFKsRmkdGFtsCC4G6KbvKMN {  }
 }@media only screen and (max-width: 959px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #FpMJ9EBDl4u0oJsRuq4slEPwTAJc83Q2 {  }
 }@media only screen and (max-width: 959px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #cd8MUCEuPuMg63tmAQlNHCHWXSpE1KUl { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 959px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #NDTST6gC5AJvZohqF68FdBKAu2CqAEi4 {  }
 }@media only screen and (max-width: 959px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #ZWIsnh3OggiEC1H2wCRoHxwoVr2o2FMd {  }
 }@media only screen and (max-width: 959px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #nv7g8ZRr7tZH87Kwbash4fiZJhnX8unz { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 959px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #wU5ec0C973TZMghXwHDXTWueMcFOp9G4 {  }
 }@media only screen and (max-width: 959px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #VcUubg584p2pFmbcr1DBO2oprfKUaST1 {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r { display:block; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aao1qnTwnbEQ5wdm7X1ph1i877nOvHn0 { width:320px;height:85.7969px;top:74px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #FRdBGcsmotkJaOXkBpbX94XQZQND3qM6 { width:320px;height:70.1953px;top:169px;left:1px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Bf3aKIBADFTwUoLGgErxE706Wt8xqwxh { width:320px;height:19.5px;top:50px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw { display:block; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { width:320px;height:1169px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jpvcen1P6Ok1FzSyGwSqQWfCGFhBXnxF { width:40px;height:40px;top:0px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #wdD1l1pHgdm0vqTbcZ9ykoEEoTkrPl09 { width:200px;height:23.3984px;top:9.59375px;left:90px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #K8qrPANQeO6JqdyQEQPZ7kMZVfICFk9c { width:200px;height:41.5938px;top:54.1953125px;left:90px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #M95NooE9zty7cTykRTZ2IRfrlyI9QREM { width:40px;height:40px;top:55px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #gT8nprdHmW50aVNO34Xrz8Eok24uszE3 { width:320px;height:28.5938px;top:569px;left:0px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vzd7KJtxbXHdU1ZyD8n8tCxg7xc6xknR { width:320px;height:526.094px;top:615px;left:0px;display:block; }#vzd7KJtxbXHdU1ZyD8n8tCxg7xc6xknR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aX9Jx0qB/dot.png); }
 }@media only screen and (max-width: 763px) { #EB9FWT5CWik6nzRl2wNhbcGRddl5G4N5 { width:320px;height:385px;top:127px;left:0px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-regular-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-text { width:260px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-textarea { width:260px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-select { width:260px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-button { width:260px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-checkbox-label { width:241px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5  { width:260px;height:auto;top:132px;left:10px; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .radio-container { width:260px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 {display:block;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 { width:260px;height:auto;top:132px;left:10px; }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #EvUq7Cfn2LbcyNefiRrBqowTDzUdvWGd {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #SdirLx0LRNN0vyurserIhT1m8znOz03y { display:block; }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #VXwH1tFcZmZEv8tOkDFozqwJMvg4Nboa {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #lERz1lDDpF4kESZknlFZrOi97wKNXQGh {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #klDftNTZ1F2cf6zmyPw0Rn6h8h0VBRTC { display:block; }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #gd6dBIB1EPmBt641DMJJMTHOTiUnC9mU {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #IP2JbTrpW6lfTNCLCSqOWvXlJ51WwpwP {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #PHVNnSkFr1tWKKsPKIe0DHHKe9n2WpTQ {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #y652vT2oLdznxEfzLbBGGtwkboaQw4hU {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #X3F1ZKt5CQg5uFUeTn7HIGhfmpQTnh4p {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #P1X2A32xa8L3iRh96OZlme1CZwx6mg28 {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #r4C1DpIZ8dSyupODxMZSL7MEkkem9uD5 {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #bLDq25DygfOEtDqWV0GgegSLqc1RumTG {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #b5WqCSHIKl0I4oaD0JMeKl3xniaFE60F {  }
 }@media only screen and (max-width: 763px) { #eGhv6CfVIymuUTsTC6hqu7MgZW4ccxSb { width:320px;height:0;top:518.1015625px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ALhbr22dpHc9oon3Q6xoEkDffHnu1oO7 { width:20px;height:20px;top:10px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #QlAZKZfuXgTT4kbBgVI4HEiWJCSfCUqG { width:20px;height:20px;top:65px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #GiXsTiKn87fHwJT12PbJaufvGHXJQqeF { display:block; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { width:320px;height:960px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQTsCvdThs7hKc3ubE8xoNfTRI4u1fEg { width:220px;height:330px;top:34px;left:50px;display:block; }
 }@media only screen and (max-width: 763px) { #IJJozmut24fhsKVQpwKZo6TGfTGA2mWv { width:320px;height:41.5938px;top:383px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gHnwV2tAxEUkmGoRezDX2SllZNr0HqsM { width:320px;height:0;top:424.59375px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uTRPQI907RwkGcz0I7g9TNXp50KLO5Qn { width:320px;height:347px;top:469px;left:0px;font-size:15px;display:block; }#uTRPQI907RwkGcz0I7g9TNXp50KLO5Qn li:before{  }
 }@media only screen and (max-width: 763px) { #fKwxtJTFF8D3a8GH6H8A6Ra6piXv9x1s { width:320px;height:33.7968px;top:424.59375px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#WLyWgOD4HxQ76T1ahSOxhGxdVGA81c5l > .row .container { width:320px;height:132px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAk0DQODiihrwsrzF4GcOFXq5Qt2o3Sw { width:180px;height:40px;top:72.5px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #MODhXeXksMJzTFQlstDTmXrT63zEx8sx { display:block; }
 }@media only screen and (max-width: 763px) { #hRpueWxbQtrcwHhDwOBJ04pSWG1IdT0l { width:320px;height:0;top:75px;left:0px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rbinOvU9qFHQmDCkEnkLB6pGlssHFzSt { width:107px;height:18.1953px;top:26.140625px;left:4px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg .widget-text.counter-number { padding-top:4.8px;padding-right:4.44px;padding-bottom:4.8px;padding-left:4.44px;width:26.64px;min-width:26.64px;height:25.81px;font-size:19.22px;line-height:25.81px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:3px;margin-right:0;margin-bottom:0;margin-left:0;width:35.52px;height:10.2px;font-size:7.21px;line-height:10.2px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg { display:flex;width:206px;height:48.61px;top:6.9765625px;left:111.0546875px;padding-top:3.76px;padding-right:3.97px;padding-bottom:3.76px;padding-left:3.97px;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #m3oQongpuv7oCJi1iQTuCnNViKrJm6lU { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #hAGgWq03EPrXHqcDyeczuiBSmSXOROPx {  }
 }@media only screen and (max-width: 763px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #XuPo7z0x2lLwW7qbyoEv0IhCm462nVZD {  }
 }@media only screen and (max-width: 763px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #veHISRbySWgzcNU3NoQSvymBgkwAHM79 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #sbmTCtDpdlFKsRmkdGFtsCC4G6KbvKMN {  }
 }@media only screen and (max-width: 763px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #FpMJ9EBDl4u0oJsRuq4slEPwTAJc83Q2 {  }
 }@media only screen and (max-width: 763px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #cd8MUCEuPuMg63tmAQlNHCHWXSpE1KUl { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #NDTST6gC5AJvZohqF68FdBKAu2CqAEi4 {  }
 }@media only screen and (max-width: 763px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #ZWIsnh3OggiEC1H2wCRoHxwoVr2o2FMd {  }
 }@media only screen and (max-width: 763px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #nv7g8ZRr7tZH87Kwbash4fiZJhnX8unz { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #wU5ec0C973TZMghXwHDXTWueMcFOp9G4 {  }
 }@media only screen and (max-width: 763px) { #Jf9i851bhvXWEvAELQyBQDR9o6hlpwbg #VcUubg584p2pFmbcr1DBO2oprfKUaST1 {  }
 }