.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9d78feee-62e5-4bb7-a9a4-4cf1a6e60e65/Heart1.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container { display: none; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .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); }#TumlXP4MMA6arvszvbJlKaargqOaWwla { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { background-color: transparent; background-image: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .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); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { border-width: 0; border-radius: 0; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { width:960px;height:762px;font-size:14px;font-family:arial;position:relative;display:block; }#KKqJ3NsQSghtQU4p0rdsyMv277udm8PB { color:#052956;display:block;width:494px;position:absolute;font-family:"open sans";font-size:65px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:8px 5px 6px #37086d;top:326.95834350586px;left:0px;height:84.5px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bEmsObfJT5EOzeFgyGpsUTpkQWyB8Lde { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:680px;width:400px;top:0px;left:559.98843383789px;display:block; }
#pWqe6CpDhT0Th2KCo59S2uC4mFn0K6Sq { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:630px;left:435px;display:block; }
#UJCPnWXPbNklticRUTFKA0NTJL7esBSF { color:#000000;display:block;width:370px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.976851463318px;left:574.98843383789px;height:31.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-form-header {  }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:400;color:#000000;width:304px;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; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f5f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:304px;box-sizing:border-box;height:54px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-text {padding-top: 0; padding-bottom: 0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f5f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:304px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:304px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-select {padding-top: 0; padding-bottom: 0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .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; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#00308a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;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:18px;font-weight:700;color:#f2f9ff;width:304px;height:56px;font-family:"open sans";overflow:hidden;font-style:normal; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .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:12px;font-weight:300;color:#000000;vertical-align:top;width:285px;overflow:hidden;font-style:normal;line-height:1.6; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .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; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .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:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-container:first-of-type{padding-top:0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-container:last-of-type{padding-bottom:0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:303.993px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:58.703701019287px;left:574.98843383789px; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:304px; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc {display:block;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:303.993px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:58.703701019287px;left:574.98843383789px; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #neVNn1g2k77QTXhT4ZcfuuNaodpZdS3V { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #aTbBW8t94XT5TsyNKwAbdU1dJk1XU8MR { position:relative;display:block; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #KkAu0gKdb2P7JcnoDZTQ6xZO5k7URf9B { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #S7bnrdJiSo0TqUsm2dc6D8oJEmzetVgI { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #vOuO0DRuCMoFearfTNW283qtuKXRQX21 { position:relative;display:block; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #r8bxrBMihAtHrHPm8nmDOkmDPupHSRbM { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #MnPiiOtzCAxKGaJe4r7tx8k63VAGy8UH { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #O9dlFeb8x6yxA5ZXpGkhP06DeWe1OnNN { position:relative;display:block; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #skzbdF2n1qfPQBwmJWEkuWTuD2ZHlKOh { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #b0tNQNsPtuA20b7N4RIR4INXCgsytbmp { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #dgyMDkk04ElGJFCcWfMz2SEaZgcQU5yP { position:relative;display:block; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #IJJ9vliyRfnClzd620wm2me6ew87knsx { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #RyPfFvbyGqNziffXK8nJR8qFCL8TT2s5 { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #RHMWCCCF5pWrf51sDdtKRA7BkJxS981w { position:relative; }
#C7c2Asi0QFnMetzAUHyVMdMnkagHNwUC { color:#f3432a;display:block;width:370px;position:absolute;font-family:"open sans";font-size:23px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #f05342;top:513.83099365234px;left:574.98843383789px;height:29.8958px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .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; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .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:#f05342;padding-top:9.13px;padding-right:7.98px;padding-bottom:9.13px;padding-left:7.98px;display:block;align-items:center;width:47.9px;min-width:47.9px;height:49.1px;position:relative;font-family:"open sans";font-size:36.54px;font-weight:700;line-height:49.1px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5.71px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:63.87px;height:19.41px;position:relative;font-family:"open sans";font-size:13.7px;font-weight:400;line-height:19.41px;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; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:319px;height:92.48px;padding-top:11.42px;padding-right:11.41px;padding-bottom:11.42px;padding-left:11.41px;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:542.98608398438px;left:585.06942749023px;z-index:15010; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #GFPObSodu2KHHyV9tKJnkdMxO2CE3Ech { display:flex;position:relative;top:0px;left:0px; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #NiQC7q0pTGUQCTvTpNR7gClJKrmKFhAs { width:auto; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #BBW0mLcxZZskQtiuXURWMKTTCkaGWTSs {  }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #zVZU127GHTz6By3uGT4IwMZGUHiAgivR { display:flex;position:relative;top:0px;left:0px; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #e6KuXboJeSGv41LTBVoCJgXJhhR88MC7 {  }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #CuGaiI6BtGqObZ8DIksun5mATctf2dTt {  }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #n1gmmDElli29WeeJ48Pn0Oo6uIDfNkpQ { display:flex;position:relative;top:0px;left:0px; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #Vvfn3IF9k82fUgSZPhJd9CORoiQWVm1m {  }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #hgOwPz1UTk1P4ehlH32oRbbM5f0HrEVM {  }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #BJWVzWvnoLLLrQyVtR92k8ipidRpLUOM { display:flex;position:relative;top:0px;left:0px; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #Z9RvM8hk1x4i2ZZKsMRQ2wKGLJrqn8m7 {  }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #tbbFXqtvB70oa5TDVlhHLLfJ8W9WI9xk {  }
#ZdanhthOVBpokWrqWu5WQCQvMC08hilM { 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; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { background-color: transparent; background-image: none; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container > .video-iframe-container { display: none; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row > .video-iframe-container { display: none; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .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); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { border-width: 0; border-radius: 0; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { font-size:14px;font-family:arial;height:159px;width:960px;position:relative;display:block; }#FJaWLTokf3QEQTyo5SZwsehRKEEN7B4p { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:36px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(255,244,4,0.72);top:66.076370239258px;left:0px;height:46.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PxNkTB9vRFTSJzmOf79DQ0BAWnlpi9ip { position:absolute;display:block;z-index:15003;background-color:#1ecdba;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:30px;top:154px;left:465px;display:block; }
#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { 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; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { background-color: transparent; background-image: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container > .video-iframe-container { display: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row > .video-iframe-container { display: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .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); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { border-width: 0; border-radius: 0; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { font-size:14px;font-family:arial;height:230px;width:960px;position:relative;display:block; }#bfHWoqqV5NKk3i5ECxPTxTdrv2PqC35Q { color:#383838;display:block;width:760px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:11.469879150391px;left:100px;height:172.75px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G { 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; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row .container { background-color: transparent; background-image: none; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row .container > .video-iframe-container { display: none; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row > .video-iframe-container { display: none; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .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); }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row .container { border-width: 0; border-radius: 0; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row .container { font-size:14px;font-family:arial;height:177px;width:960px;position:relative;display:block; }#pfVyAr0uJKKIwbdTGdqUZJ3EGHNGiAMa { color:#3f5290;display:block;width:960px;position:absolute;font-family:"open sans";font-size:54px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #5b2946;top:65.09260559082px;left:0px;height:70.1968px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV { 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; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row .container { background-color: transparent; background-image: none; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row .container > .video-iframe-container { display: none; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row > .video-iframe-container { display: none; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .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); }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row .container { border-width: 0; border-radius: 0; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row .container { font-size:14px;font-family:arial;height:255px;width:960px;position:relative;display:block; }#QnpTRgTSBm2orkn3bK68whDu0SH0eauX { box-sizing:content-box;height:326.991px;width:3.99306px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:254.99998474121px;left:338.79629516602px;display:block; }
#tQhnwmFIHPXzV5cEWu0wbCJumT6THiQR { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 5px 0 20px rgba(0,0,0,0.2) ;height:196px;width:232px;top:18.125px;left:0px;display:block; }
#IH9VHHTrimIZiwM1nQaxpi60qnCnw49f { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 -4px 20px rgba(0,0,0,0.2) ;height:195.995px;width:231.991px;top:18.125px;left:243.99304199219px;display:block; }
#JcrQtKA1xUp9VKTntK2omkAfQ9XqxsyP { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 23px rgba(0,0,0,0.2) ;height:195.995px;width:231.991px;top:18.113418579102px;left:483.99307250977px;display:block; }
#SUqPGD1v1T3OegwHRivpaLN88CmqeHIb { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 10px 17px 29px rgba(0,0,0,0.2) ;height:195.995px;width:231.991px;top:18.113418579102px;left:727.99765014648px;display:block; }
#EEBbeoF9ssbTOrd0TKDAqzrOqvZOvTC2 { color:#000000;display:block;width:213.993px;position:absolute;font-family:cairo;font-size:21px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:66.111114501953px;left:12.974548339844px;height:54.5833px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hneyG2yg7bCOnUKJb6uBpnzKKpapmWTl { color:#000000;display:block;width:213.993px;position:absolute;font-family:cairo;font-size:21px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:66.111114501953px;left:252.99768066406px;height:54.5833px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fl4liScvzH9WKUTX469yk89U3sd4dPf2 { color:#000000;display:block;width:213.993px;position:absolute;font-family:cairo;font-size:21px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:66.840270996094px;left:492.97451782227px;height:54.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oa9N3vy8d2mAaiNw53R5S6ADoEz9xu1T { color:#000000;display:block;width:213.993px;position:absolute;font-family:cairo;font-size:21px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:66.111114501953px;left:732.97451782227px;height:54.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE { 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; }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE > .row .container { background-color: transparent; background-image: none; }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE > .row .container > .video-iframe-container { display: none; }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE > .row > .video-iframe-container { display: none; }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE > .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); }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE > .row .container { border-width: 0; border-radius: 0; }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE > .row .container { font-size:14px;font-family:arial;height:330px;width:960px;position:relative;display:block; }#UAxndLl01if8AmoAOu448sQ4DriIpRQX { position:absolute;display:block;z-index:15011;background-color:#ffc600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:3.99306px;width:310px;top:259.98843383789px;left:466.63192749023px;display:block; }
#f9oTRbU85W3rkBK35CTXaMOnxWfGQTpc { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:195.995px;width:302.998px;top:36.412033081055px;left:470.13888549805px;display:block; }
#LTPRTEJ2d0PlmexFQBM3B13TthkuZutU { color:#000000;display:block;width:285px;position:absolute;font-family:cairo;font-size:21px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:107.09490966797px;left:479.13192749023px;height:54.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nPpms9pZOi0ybJ15ssNFpyX1OBeBhZx6 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:195.984px;width:302.998px;top:36.388900756836px;left:16.145843505859px;display:block; }
#gtDAvcfHSel3vfTWfRymlCTFBylVqIeq { color:#000000;display:block;width:272.998px;position:absolute;font-family:cairo;font-size:21px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:107.09490966797px;left:31.145843505859px;height:54.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xt5NdTw2tXLunSmXuuVEmQ8xrsNZUZvl { position:absolute;display:block;z-index:15012;background-color:#ffc600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:3.99306px;width:310px;top:259.9768371582px;left:12.638900756836px;display:block; }
#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { border-top:0;border-left:0;border-right:0;border-bottom: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; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { background-color: transparent; background-image: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .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); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { border-width: 0; border-radius: 0; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { font-size:14px;font-family:arial;height:608px;width:960px;position:relative;display:block; }#MxuzO105SZg5RzwdeHyvqqZIzZHofmZh { color:#000000;display:block;width:813.993px;position:absolute;font-family:"open sans";font-size:60px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:52.974533081055px;left:82.986114501953px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a1TEoyaV3Z6Oivhu9MIc6BI1skwRQ6UE { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:356px;height:60px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:425px;left:302px;display:block; }
#xxC0EK9i0MzSCLwy9NyPwZHNRC9RPxzS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TumlXP4MMA6arvszvbJlKaargqOaWwla { display:block; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKqJ3NsQSghtQU4p0rdsyMv277udm8PB { width:374px;height:134px;top:102px;left:6px;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #bEmsObfJT5EOzeFgyGpsUTpkQWyB8Lde { width:385px;height:680px;top:0px;left:379px;display:block; }
 }@media only screen and (max-width: 763px) { #pWqe6CpDhT0Th2KCo59S2uC4mFn0K6Sq { width:50px;height:50px;top:577px;left:1px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #UJCPnWXPbNklticRUTFKA0NTJL7esBSF { width:370px;height:31px;top:93px;left:390px;display:block; }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-regular-label { width:323px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-text { width:323px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-text {padding-top: 0; padding-bottom: 0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-textarea { width:323px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-select { width:323px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-select {padding-top: 0; padding-bottom: 0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-button { width:323px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-checkbox-label { width:303px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc  { width:323px;height:auto;top:153px;left:397px; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .radio-container { width:323px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc {display:block;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc { width:323px;height:auto;top:153px;left:397px; }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #neVNn1g2k77QTXhT4ZcfuuNaodpZdS3V {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #aTbBW8t94XT5TsyNKwAbdU1dJk1XU8MR { display:block; }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #KkAu0gKdb2P7JcnoDZTQ6xZO5k7URf9B {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #S7bnrdJiSo0TqUsm2dc6D8oJEmzetVgI {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #vOuO0DRuCMoFearfTNW283qtuKXRQX21 {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #r8bxrBMihAtHrHPm8nmDOkmDPupHSRbM {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #MnPiiOtzCAxKGaJe4r7tx8k63VAGy8UH {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #O9dlFeb8x6yxA5ZXpGkhP06DeWe1OnNN {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #skzbdF2n1qfPQBwmJWEkuWTuD2ZHlKOh {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #b0tNQNsPtuA20b7N4RIR4INXCgsytbmp {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #dgyMDkk04ElGJFCcWfMz2SEaZgcQU5yP {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #IJJ9vliyRfnClzd620wm2me6ew87knsx {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #RyPfFvbyGqNziffXK8nJR8qFCL8TT2s5 {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #RHMWCCCF5pWrf51sDdtKRA7BkJxS981w {  }
 }@media only screen and (max-width: 763px) { #C7c2Asi0QFnMetzAUHyVMdMnkagHNwUC { width:370px;height:23px;top:485px;left:386px;display:block; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv { display:flex;width:288px;height:81px;top:542px;left:416px; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #GFPObSodu2KHHyV9tKJnkdMxO2CE3Ech { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #NiQC7q0pTGUQCTvTpNR7gClJKrmKFhAs {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #BBW0mLcxZZskQtiuXURWMKTTCkaGWTSs {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #zVZU127GHTz6By3uGT4IwMZGUHiAgivR { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #e6KuXboJeSGv41LTBVoCJgXJhhR88MC7 {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #CuGaiI6BtGqObZ8DIksun5mATctf2dTt {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #n1gmmDElli29WeeJ48Pn0Oo6uIDfNkpQ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #Vvfn3IF9k82fUgSZPhJd9CORoiQWVm1m {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #hgOwPz1UTk1P4ehlH32oRbbM5f0HrEVM {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #BJWVzWvnoLLLrQyVtR92k8ipidRpLUOM { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #Z9RvM8hk1x4i2ZZKsMRQ2wKGLJrqn8m7 {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #tbbFXqtvB70oa5TDVlhHLLfJ8W9WI9xk {  }
 }@media only screen and (max-width: 763px) { #ZdanhthOVBpokWrqWu5WQCQvMC08hilM { display:block; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJaWLTokf3QEQTyo5SZwsehRKEEN7B4p { width:764px;height:46px;top:66px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PxNkTB9vRFTSJzmOf79DQ0BAWnlpi9ip { width:30px;height:2px;top:154px;left:367px;display:block; }
 }@media only screen and (max-width: 763px) { #g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { display:block; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { width:764px;height:215px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfHWoqqV5NKk3i5ECxPTxTdrv2PqC35Q { width:760px;height:172px;top:11px;left:2px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G { display:block; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfVyAr0uJKKIwbdTGdqUZJ3EGHNGiAMa { width:764px;height:70px;top:65px;left:0px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV { display:block; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QnpTRgTSBm2orkn3bK68whDu0SH0eauX { top:254px;left:265.29629516602px;width:3px;height:326px;display:block; }
 }@media only screen and (max-width: 763px) { #tQhnwmFIHPXzV5cEWu0wbCJumT6THiQR { width:232px;height:196px;top:18px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IH9VHHTrimIZiwM1nQaxpi60qnCnw49f { width:231px;height:195px;top:18px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #JcrQtKA1xUp9VKTntK2omkAfQ9XqxsyP { width:231px;height:195px;top:18px;left:341px;display:block; }
 }@media only screen and (max-width: 763px) { #SUqPGD1v1T3OegwHRivpaLN88CmqeHIb { width:231px;height:195px;top:18px;left:532px;display:block; }
 }@media only screen and (max-width: 763px) { #EEBbeoF9ssbTOrd0TKDAqzrOqvZOvTC2 { top:66px;left:0px;width:213px;height:81px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #hneyG2yg7bCOnUKJb6uBpnzKKpapmWTl { top:66px;left:169px;width:213px;height:81px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Fl4liScvzH9WKUTX469yk89U3sd4dPf2 { top:66px;left:360px;width:213px;height:54px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #oa9N3vy8d2mAaiNw53R5S6ADoEz9xu1T { top:66px;left:551px;width:213px;height:54px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE { display:block; }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAxndLl01if8AmoAOu448sQ4DriIpRQX { width:310px;height:3px;top:259px;left:368.63192749023px;display:block; }
 }@media only screen and (max-width: 763px) { #f9oTRbU85W3rkBK35CTXaMOnxWfGQTpc { width:302px;height:195px;top:36px;left:372.13888549805px;display:block; }
 }@media only screen and (max-width: 763px) { #LTPRTEJ2d0PlmexFQBM3B13TthkuZutU { top:107px;left:381.13192749023px;width:285px;height:54px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #nPpms9pZOi0ybJ15ssNFpyX1OBeBhZx6 { width:302px;height:195px;top:36px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gtDAvcfHSel3vfTWfRymlCTFBylVqIeq { top:107px;left:0px;width:272px;height:54px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Xt5NdTw2tXLunSmXuuVEmQ8xrsNZUZvl { width:310px;height:3px;top:259px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { display:block; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { width:764px;height:652px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxuzO105SZg5RzwdeHyvqqZIzZHofmZh { width:764px;height:120px;top:142px;left:0px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #a1TEoyaV3Z6Oivhu9MIc6BI1skwRQ6UE { width:356px;height:60px;top:479px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #xxC0EK9i0MzSCLwy9NyPwZHNRC9RPxzS { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9d78feee-62e5-4bb7-a9a4-4cf1a6e60e65/Heart1.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container { display: none; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .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) { #TumlXP4MMA6arvszvbJlKaargqOaWwla { background-color:transparent;background-image:none;display:block; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { background-color: transparent; background-image: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .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); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { width:320px;height:1428px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKqJ3NsQSghtQU4p0rdsyMv277udm8PB { width:300px;height:37.7917px;top:343.125px;left:10px;text-align:center;text-align-last:center;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #bEmsObfJT5EOzeFgyGpsUTpkQWyB8Lde { width:320px;height:866px;top:388.125px;left:0px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #pWqe6CpDhT0Th2KCo59S2uC4mFn0K6Sq { width:50px;height:50px;top:992px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #UJCPnWXPbNklticRUTFKA0NTJL7esBSF { width:280px;height:31.2037px;top:568.53008270264px;left:19.999999046326px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-form-header { font-size:14px; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-text {padding-top: 0; padding-bottom: 0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-select {padding-top: 0; padding-bottom: 0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-checkbox { width:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-radio-label { float:none; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;font-size:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-container:first-of-type{padding-top:0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-container:last-of-type{padding-bottom:0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc  { width:280px;height:auto;top:598.993019104px;left:0px;font-size:14px; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc {display:block;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc { width:280px;height:auto;top:598.993019104px;left:0px;font-size:14px; }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #neVNn1g2k77QTXhT4ZcfuuNaodpZdS3V {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #aTbBW8t94XT5TsyNKwAbdU1dJk1XU8MR { display:block; }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #KkAu0gKdb2P7JcnoDZTQ6xZO5k7URf9B {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #S7bnrdJiSo0TqUsm2dc6D8oJEmzetVgI {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #vOuO0DRuCMoFearfTNW283qtuKXRQX21 {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #r8bxrBMihAtHrHPm8nmDOkmDPupHSRbM {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #MnPiiOtzCAxKGaJe4r7tx8k63VAGy8UH {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #O9dlFeb8x6yxA5ZXpGkhP06DeWe1OnNN {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #skzbdF2n1qfPQBwmJWEkuWTuD2ZHlKOh {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #b0tNQNsPtuA20b7N4RIR4INXCgsytbmp {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #dgyMDkk04ElGJFCcWfMz2SEaZgcQU5yP {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #IJJ9vliyRfnClzd620wm2me6ew87knsx {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #RyPfFvbyGqNziffXK8nJR8qFCL8TT2s5 {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #RHMWCCCF5pWrf51sDdtKRA7BkJxS981w {  }
 }@media only screen and (max-width: 763px) { #C7c2Asi0QFnMetzAUHyVMdMnkagHNwUC { width:280px;height:26px;top:1079.7337646484px;left:19.999999046326px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv { display:flex;width:288px;height:81px;top:1104.9884033203px;left:0px; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #GFPObSodu2KHHyV9tKJnkdMxO2CE3Ech { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #NiQC7q0pTGUQCTvTpNR7gClJKrmKFhAs {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #BBW0mLcxZZskQtiuXURWMKTTCkaGWTSs {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #zVZU127GHTz6By3uGT4IwMZGUHiAgivR { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #e6KuXboJeSGv41LTBVoCJgXJhhR88MC7 {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #CuGaiI6BtGqObZ8DIksun5mATctf2dTt {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #n1gmmDElli29WeeJ48Pn0Oo6uIDfNkpQ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #Vvfn3IF9k82fUgSZPhJd9CORoiQWVm1m {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #hgOwPz1UTk1P4ehlH32oRbbM5f0HrEVM {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #BJWVzWvnoLLLrQyVtR92k8ipidRpLUOM { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #Z9RvM8hk1x4i2ZZKsMRQ2wKGLJrqn8m7 {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #tbbFXqtvB70oa5TDVlhHLLfJ8W9WI9xk {  }
 }@media only screen and (max-width: 763px) { #ZdanhthOVBpokWrqWu5WQCQvMC08hilM { display:block; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJaWLTokf3QEQTyo5SZwsehRKEEN7B4p { width:300px;height:20.7917px;top:20px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PxNkTB9vRFTSJzmOf79DQ0BAWnlpi9ip { width:30px;height:1.99074px;top:60.7755px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { display:block; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { width:320px;height:194.479248046875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfHWoqqV5NKk3i5ECxPTxTdrv2PqC35Q { width:300px;height:183.5px;top:10.983779907227px;left:9.9884252548218px;text-align:right;text-align-last:right;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G { display:block; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row .container { width:320px;height:81.8541259765625px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfVyAr0uJKKIwbdTGdqUZJ3EGHNGiAMa { width:300px;height:68.8958px;top:12.986030578613px;left:9.9884252548218px;text-align:center;text-align-last:center;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV { display:block; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row .container { width:320px;height:910px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QnpTRgTSBm2orkn3bK68whDu0SH0eauX { width:0.99537px;height:123.993px;top:722.9977645874px;left:172.47684955597px;display:block; }
 }@media only screen and (max-width: 763px) { #tQhnwmFIHPXzV5cEWu0wbCJumT6THiQR { width:232px;height:196px;top:29px;left:44px;display:block; }
 }@media only screen and (max-width: 763px) { #IH9VHHTrimIZiwM1nQaxpi60qnCnw49f { width:231px;height:195px;top:245px;left:44px;display:block; }
 }@media only screen and (max-width: 763px) { #JcrQtKA1xUp9VKTntK2omkAfQ9XqxsyP { width:231px;height:195px;top:460px;left:44px;display:block; }
 }@media only screen and (max-width: 763px) { #SUqPGD1v1T3OegwHRivpaLN88CmqeHIb { width:231px;height:195px;top:675px;left:44px;display:block; }
 }@media only screen and (max-width: 763px) { #EEBbeoF9ssbTOrd0TKDAqzrOqvZOvTC2 { width:212.998px;height:81.875px;top:77px;left:57px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #hneyG2yg7bCOnUKJb6uBpnzKKpapmWTl { width:212.998px;height:81.875px;top:293px;left:53px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Fl4liScvzH9WKUTX469yk89U3sd4dPf2 { width:212.998px;height:54.5833px;top:509px;left:53px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #oa9N3vy8d2mAaiNw53R5S6ADoEz9xu1T { width:212.998px;height:54.5833px;top:723px;left:49px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE { display:block; }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE > .row .container { width:320px;height:500px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAxndLl01if8AmoAOu448sQ4DriIpRQX { width:320px;height:1px;top:32.986114501953px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #f9oTRbU85W3rkBK35CTXaMOnxWfGQTpc { width:301.991px;height:195px;top:48.981430053711px;left:8.9814805984497px;display:block; }
 }@media only screen and (max-width: 763px) { #LTPRTEJ2d0PlmexFQBM3B13TthkuZutU { width:271.991px;height:54.5833px;top:320.53239917755px;left:23.993054389954px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #nPpms9pZOi0ybJ15ssNFpyX1OBeBhZx6 { width:302px;height:195px;top:263.97021484375px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #gtDAvcfHSel3vfTWfRymlCTFBylVqIeq { width:271.991px;height:54.5833px;top:119.17823505402px;left:23.993054389954px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Xt5NdTw2tXLunSmXuuVEmQ8xrsNZUZvl { width:310px;height:3px;top:478.97021484375px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { background-color:rgba(30,205,186,0.85);background-image:url("https://images.assets-landingi.com/uc/5d23333c-e14c-4c26-90a8-188a19f2eed0/GroupOffer3.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv.adaptive-delivery-prevent-bg, #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv.lazyload, #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv.lazyloading { background-image: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { background-color: transparent; background-image: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .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); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { width:320px;height:651px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxuzO105SZg5RzwdeHyvqqZIzZHofmZh { width:228.979px;height:52px;top:156px;left:34.375000953674px;text-align:center;text-align-last:center;font-size:26px;color:#052956;display:block; }
 }@media only screen and (max-width: 763px) { #a1TEoyaV3Z6Oivhu9MIc6BI1skwRQ6UE { width:303.979px;height:60px;top:590.97918701172px;left:7.9583330154419px;display:block; }
 }@media only screen and (max-width: 763px) { #xxC0EK9i0MzSCLwy9NyPwZHNRC9RPxzS { display:block; }
 }