.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:none;position:relative;top:0px;left:0px;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { position:relative;display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { background-color: transparent; background-image: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container > .video-iframe-container { display: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container { display: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .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); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { border-width: 0; border-radius: 0; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:127px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fm58oHmAeDhENFUy4GdECPPqhSxQG0Bl { position:absolute;display:block;z-index:15006;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:43.9875px;width:229.987px;top:27.993747711182px;left:364.98748779297px;overflow:hidden;display:block; }
#GBDqy0K8rDw9WNm1K9aKDwT6eJyHI2eD { color:#000000;display:block;width:350.994px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:71.960166931152px;left:300.48010253906px;height:22.5px;text-align:center;text-align-last:center;display:block; }
#NeoELC7ZbleTmMUuGKEwemBp7mkV8JTy { color:#000000;display:block;width:350.98px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:94.446022033691px;left:304.48861694336px;height:24.0104px;text-align:center;text-align-last:center;display:block; }
#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b831bceb-5f94-404e-9ddc-c005e204774e/Backgroundimage2upscaled.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS.adaptive-delivery-prevent-bg, #bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS.lazyload, #bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS.lazyloading { background-image: none; }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS > .row .container { background-color: transparent; background-image: none; }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(106,105,106,0.04); }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS > .row .container > .video-iframe-container { display: none; }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(106,105,106,0.04); }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS > .row > .video-iframe-container { display: none; }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS > .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); }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS > .row .container { border-width: 0; border-radius: 0; }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS > .row .container { font-size:14px;font-family:arial;height:830px;width:960px;position:relative;display:block; }#khCZnQrhiGe6xrZQk4LHJLifR1rEEdiA { color:#000000;display:block;width:351px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:75.712524414062px;left:368.15618896484px;height:90px;text-align:center;text-align-last:center;display:none; }
#OA2Ou1HK5DOcPiyovxmaQGlRgoy6rnhQ { color:#e10c4a;display:block;width:683.965px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:678.34375px;left:155.44921875px;height:30px;text-align:center;text-align-last:center;display:block; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-form-header {  }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-regular-label { height:auto;display:block;font-family:lato;font-size:14px;font-weight:700;color:#000000;width:669px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-input-text { 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:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:669px;box-sizing:border-box;height:44px;color:#161616;font-size:14px;overflow:hidden;font-family:lato;vertical-align:top; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-input-text {padding-top: 0; padding-bottom: 0;}#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-textarea { 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: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;width:669px;box-sizing:border-box;height:50px;color:#161616;font-size:14px;overflow:hidden;font-family:lato;vertical-align:top; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .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:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:669px;box-sizing:border-box;height:44px;color:#000000;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-input-select {padding-top: 0; padding-bottom: 0;}#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#459ef3;background-image:none;background-position:center !important;background-repeat:no-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:29px;font-weight:bold;color:#ffffff;width:669px;height:60px;font-family:lato;overflow:hidden;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:14px;font-weight:400;font-style:normal; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:14px;font-weight:400;font-style:normal; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:14px;font-weight:400;font-style:normal; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:14px;font-weight:400;font-style:normal; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .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:lato;line-height:1.3;font-size:14px;font-weight:400;color:#000000;vertical-align:top;width:650px;overflow:hidden;font-style:normal; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .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; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:20px;vertical-align:middle;font-family:lato;font-size:14px;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-container { padding-top:9px;padding-right:0;padding-bottom:8px;padding-left:0;width:100%;font-size:0;height:auto; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-container:first-of-type{padding-top:0;}#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-container:last-of-type{padding-bottom:0;}#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl  { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:669px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:142.94921875px;top:202.59765625px;z-index:15010;position:absolute; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:669px;display:block;vertical-align:top; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-info-text { display:block;height:auto;font-family:lato;font-size:14px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl {display:block;}#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:669px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:142.94921875px;top:202.59765625px;z-index:15010;position:absolute; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #vpdqZgkxFIHnVMpGwFIWCpV2Q2whk2BO { position:relative; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #QVwUdgMZDnqC1rkPPTRxoPJtcF1mJkUv { position:relative;display:block; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #skDWSvhM3Tp60nyBsxl9nMdo5w6xadcd { position:relative; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #CWVrPWTRSery2mzOuINKPfsltLn21kna { position:relative; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #whfhTmRIVTwbguuxUHzyIihHnzLtTFWI { position:relative;display:block; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #Wa03GIIJ1D3KsACTXrdOeh3ox1wvdfyZ { position:relative; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #FcByZTRPuwXwXuGncf7V4xchu2pp5wCe { position:relative; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #T4RfbTbE1TrkbENe0S2vUk34ObMVy4nE { position:relative;display:block; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #s5Q9NNoeJT6ElQfUFWOUN4yGpox5uucp { position:relative; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #DqvFT64lmyPhfVRXFQnNgTRr8WAkBqgR { position:relative; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #xuyDiZOs3CoiFiMl86p44PcJwgNnqyHK { position:relative;display:block; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #R2L5In5KzE1dP6wrJAiTW6ako04m0sb0 { position:relative; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #dkztaydPNlQTC8UeTezs1ml5VwHuRGTs { position:relative; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #yncWNHdxfleRRkENJg9FZmw9EbRQgBNz { position:relative; }
#JCPxGBfCEgx0cVrcFHBitTJmuQDggolR { box-sizing:content-box;height:752px;width:944px;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.74);background-image:none;top:22.98828125px;left:15.99609375px;box-shadow: 1px 1px 3px rgba(0,0,0,0) ;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#p26ZJoWnq3NO6bBtE3N7zUgTgQ6EU6uc { color:#ff0000;display:block;width:588.965px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:47px;left:184px;height:63px;text-align:center;text-align-last:center;display:block; }
#ot8Tv8rql97OHo6Lly4enTu6e4MD2gtt { color:#000000;display:block;width:847.969px;position:absolute;font-family:arial;font-size:33px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:98.26171875px;left:60.9765625px;height:85.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { position:relative;display:block; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { background-color: transparent; background-image: none; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container > .video-iframe-container { display: none; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row > .video-iframe-container { display: none; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .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); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { border-width: 0; border-radius: 0; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:225px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DJPKJwM8LJ3XndvyV6niz0pcRyN2NFHg { color:#000000;display:block;width:710px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:52px;left:123px;height:35px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oAobmcbPpQTIGuhvFbzpktQr18Nl67OB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:92px;width:195px;top:87px;left:80px;overflow:hidden;display:block; }
#r7eTnQZCLonwifKQ0AvwJQm81lMuOkOZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62px;width:203px;top:102px;left:377px;overflow:hidden;display:block; }
#be9U57iBfTHTankcylMliDgg1m9f2VwC { position:absolute;display:block;z-index:15004;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:115px;width:234px;top:76px;left:646px;overflow:hidden;display:block; }
#TGHhWG4BrdIxcFR3UsnC0OkEIAutqs83 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:163px;width:513px;display:none; }
#CJJdv8WLv49TUaqkSRSVXBKTMigGcctM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:145px;width:300px;display:none; }
#iVzrbeC8pvbcaxn8BbcCULhTTSfX6knc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:164px;width:330px;display:none; }
#Rvl4fXJcNmLMpgdX3ZJXNeJAWct9299o { color:#000000;display:block;width:351px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:75.712524414062px;left:368.15618896484px;height:90px;text-align:center;text-align-last:center;display:none; }
#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm { 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; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row .container { background-color: transparent; background-image: none; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row .container > .video-iframe-container { display: none; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row > .video-iframe-container { display: none; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .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); }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row .container { border-width: 0; border-radius: 0; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row .container { font-size:14px;font-family:arial;height:2069px;width:960px;position:relative;display:block; }#yAf00REe7oCH8wZNPkfMsei9qQADOynT { color:#333333;display:block;width:446.989px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:403.30966186523px;left:215.95172119141px;height:25.6076px;font-style:normal;display:block; }
#XxJ681QdDeUTz49thiLsm6ZfgWcDMrL4 { color:#000000;display:block;width:465.98px;position:absolute;font-family:"open sans";font-size:21px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:428.89204406738px;left:215.95172119141px;height:81.8906px;font-style:normal;display:block; }
#zHTcMNMpKT2K25gBUMZXp6UDxaDBxMwK { color:#333333;display:block;width:445px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:1014.9858703613px;left:200.9375px;height:25.6076px;font-style:normal;display:block; }
#Ow1hVA9URE1A1Wmtxv9GpUFk8Zm1C4BT { color:#000000;display:block;width:476.989px;position:absolute;font-family:"open sans";font-size:21px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1050.9943847656px;left:200.9375px;height:81.8907px;font-style:normal;display:block; }
#k91Aam9m0ISVIv6UIvh363xhhxVD6o93 { color:#000000;display:block;width:280px;position:absolute;font-family:"open sans";font-size:36px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:46.974426269531px;left:350px;height:46.8056px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TnW4E8wNlVHX8sKEDh57WcoVPnon4f2B { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:98.9915px;width:515.994px;top:518.99157714844px;left:215.9375px;overflow:hidden;display:block; }
#yrmD0tkpS5ViaMHy0CQznIt6JEozlVwO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:286.989px;width:513.991px;top:100.89488124847px;left:216.97442626953px;display:block; }
#mta2TIDrG6g8pFGNtJI097RMEPgefOpZ { color:#333333;display:block;width:931.989px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:1971.1789550781px;left:27.99715423584px;height:76.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E3LKcQf8lDPv1lTJl3P2Jfc9nILtafq0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:305px;width:545.98px;top:686.98872375488px;left:200.9375px;display:block; }
#pgPCKFtvri7SlkTSrrP660mWRRIc8mOR { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:307.997px;width:552.997px;top:1336px;left:213px;display:block; }
#MUTttVGLW8a2icB6T2UZwPBs3lsWkVOr { color:#000000;display:block;width:476.989px;position:absolute;font-family:"open sans";font-size:21px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1695px;left:212px;height:81.8907px;font-style:normal;display:block; }
#Gp7u76ps5INy2fVMf3lIPzpmRbQNdX8V { color:#333333;display:block;width:445px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:1655.9942016602px;left:211.9460144043px;height:25.6076px;font-style:normal;display:block; }
#U3h2kzLCQ1lg8QtKiWCCGBmKV7sXFVry { position:absolute;display:block;z-index:15010;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:85px;width:552px;top:1800.9800415039px;left:215.9375px;overflow:hidden;display:block; }
#HqkiTBEWFmT3LI2g64THIXFrHHXVF53c { position:absolute;display:block;z-index:15011;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:164px;width:555px;top:1147.9971313477px;left:200.9375px;overflow:hidden;display:block; }
#fzbmMaS4oXKF52Fh7IVQRx7ZDGZaJMDJ { box-sizing:content-box;height:703px;width:960px;position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.34);background-image:none;top:632px;left:0px;box-shadow: 1px 1px 3px rgba(0,0,0,0) ;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oOUKnuGpOEi9T0t3T4hFRXfq1fdFPRwN { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:105px;width:232.997px;top:9.1552734375E-5px;left:0px;overflow:hidden;display:block; }
#xb6IVTbfZW3xADmufWTnPNrJA10UIqE8 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:249.943px;width:170.98px;top:518.99144363403px;left:789.01983642578px;overflow:hidden;display:block; }
#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container { background-color: transparent; background-image: none; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container > .video-iframe-container { display: none; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row > .video-iframe-container { display: none; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .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); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container { border-width: 0; border-radius: 0; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container { font-size:14px;font-family:arial;height:134px;width:960px;position:relative;display:block; }#vgWJxsMAerAdFwZ01kMtvk0rcrMzTbiq { color:#ffffff;display:block;width:368.977px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:97.727294921875px;left:295.49713134766px;height:22.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q38S9D2h7V5I0PNPqvwA1QTTHUeeBbiO { color:#ff385c;display:block;width:320.994px;position:absolute;font-family:raleway;font-size:28px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:25.833251953125px;left:209.9375px;height:72.7812px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ddHUGIyGVur3MkVQKQG3Vf70hyvQKNVi { z-index:15004;top:25.825073242188px;left:561.91249084473px;background-color:#ff385c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 0 15px 10px rgba(0,0,0,0.08) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:19px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:303px;height:47px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VKT8aTq2zMTMGGLG05fWUeAe7PACEC0z { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fXGPZ2LIqNEdhpzMgoUwKGJ1AT2wGWq2 { color:#000000;display:block;width:350.975px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:58px;left:180.7250213623px;height:30px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fm58oHmAeDhENFUy4GdECPPqhSxQG0Bl { top:27px;left:266.98748779297px;width:229px;height:43.798725580141px;display:block; }
 }@media only screen and (max-width: 763px) { #GBDqy0K8rDw9WNm1K9aKDwT6eJyHI2eD { top:71px;left:202.48010253906px;width:350px;height:22px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #NeoELC7ZbleTmMUuGKEwemBp7mkV8JTy { top:94px;left:206.48861694336px;width:350px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS { display:block; }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khCZnQrhiGe6xrZQk4LHJLifR1rEEdiA { top:575px;left:0px;width:320px;height:30px;font-size:10px;display:none; }
 }@media only screen and (max-width: 763px) { #OA2Ou1HK5DOcPiyovxmaQGlRgoy6rnhQ { top:678px;left:57.44921875px;width:683px;height:30px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-regular-label { display:block;width:669px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-input-text { width:669px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-input-text {padding-top: 0; padding-bottom: 0;}#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-textarea { width:669px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-input-select { width:669px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-input-select {padding-top: 0; padding-bottom: 0;}#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-input-button { width:669px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-checkbox-label { width:650px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl  { width:669px;height:419px;top:202px;left:44.94921875px; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .radio-container { width:669px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl {display:block;}#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl { width:669px;height:419px;top:202px;left:44.94921875px; }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #vpdqZgkxFIHnVMpGwFIWCpV2Q2whk2BO {  }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #QVwUdgMZDnqC1rkPPTRxoPJtcF1mJkUv { display:block; }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #skDWSvhM3Tp60nyBsxl9nMdo5w6xadcd {  }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #CWVrPWTRSery2mzOuINKPfsltLn21kna {  }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #whfhTmRIVTwbguuxUHzyIihHnzLtTFWI { display:block; }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #Wa03GIIJ1D3KsACTXrdOeh3ox1wvdfyZ {  }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #FcByZTRPuwXwXuGncf7V4xchu2pp5wCe {  }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #T4RfbTbE1TrkbENe0S2vUk34ObMVy4nE { display:block; }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #s5Q9NNoeJT6ElQfUFWOUN4yGpox5uucp {  }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #DqvFT64lmyPhfVRXFQnNgTRr8WAkBqgR {  }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #xuyDiZOs3CoiFiMl86p44PcJwgNnqyHK {  }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #R2L5In5KzE1dP6wrJAiTW6ako04m0sb0 {  }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #dkztaydPNlQTC8UeTezs1ml5VwHuRGTs {  }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #yncWNHdxfleRRkENJg9FZmw9EbRQgBNz {  }
 }@media only screen and (max-width: 763px) { #JCPxGBfCEgx0cVrcFHBitTJmuQDggolR { top:22px;left:0px;width:764px;height:752px;display:block; }
 }@media only screen and (max-width: 763px) { #p26ZJoWnq3NO6bBtE3N7zUgTgQ6EU6uc { top:47px;left:86px;width:588px;height:62px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ot8Tv8rql97OHo6Lly4enTu6e4MD2gtt { top:98px;left:0px;width:764px;height:85px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { display:block; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJPKJwM8LJ3XndvyV6niz0pcRyN2NFHg { top:52px;left:25px;width:710px;height:35px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #oAobmcbPpQTIGuhvFbzpktQr18Nl67OB { top:87px;left:0px;width:195px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #r7eTnQZCLonwifKQ0AvwJQm81lMuOkOZ { top:102px;left:279px;width:203px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #be9U57iBfTHTankcylMliDgg1m9f2VwC { top:76px;left:530px;width:234px;height:115px;display:block; }
 }@media only screen and (max-width: 763px) { #TGHhWG4BrdIxcFR3UsnC0OkEIAutqs83 { width:513px;height:163px;display:none; }
 }@media only screen and (max-width: 763px) { #CJJdv8WLv49TUaqkSRSVXBKTMigGcctM { width:300px;height:145px;display:none; }
 }@media only screen and (max-width: 763px) { #iVzrbeC8pvbcaxn8BbcCULhTTSfX6knc { width:330px;height:164px;display:none; }
 }@media only screen and (max-width: 763px) { #Rvl4fXJcNmLMpgdX3ZJXNeJAWct9299o { top:148px;left:0px;width:320px;height:16px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm { display:block; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAf00REe7oCH8wZNPkfMsei9qQADOynT { width:446px;height:25px;top:403px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XxJ681QdDeUTz49thiLsm6ZfgWcDMrL4 { width:465px;height:81px;top:428px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #zHTcMNMpKT2K25gBUMZXp6UDxaDBxMwK { width:445px;height:25px;top:1014px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ow1hVA9URE1A1Wmtxv9GpUFk8Zm1C4BT { width:476px;height:81px;top:1050px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #k91Aam9m0ISVIv6UIvh363xhhxVD6o93 { width:280px;height:46px;top:46px;left:102px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TnW4E8wNlVHX8sKEDh57WcoVPnon4f2B { top:518px;left:0px;width:515px;height:98.80080485432px;display:block; }
 }@media only screen and (max-width: 763px) { #yrmD0tkpS5ViaMHy0CQznIt6JEozlVwO { top:100px;left:0px;width:513px;height:286.43567105261px;display:block; }
 }@media only screen and (max-width: 763px) { #mta2TIDrG6g8pFGNtJI097RMEPgefOpZ { width:764px;height:76px;top:1971px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #E3LKcQf8lDPv1lTJl3P2Jfc9nILtafq0 { top:686px;left:0px;width:545px;height:304.45254404923px;display:block; }
 }@media only screen and (max-width: 763px) { #pgPCKFtvri7SlkTSrrP660mWRRIc8mOR { top:1336px;left:0px;width:552px;height:307.4355197176px;display:block; }
 }@media only screen and (max-width: 763px) { #MUTttVGLW8a2icB6T2UZwPBs3lsWkVOr { width:476px;height:81px;top:1694px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7u76ps5INy2fVMf3lIPzpmRbQNdX8V { width:445px;height:25px;top:1655px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #U3h2kzLCQ1lg8QtKiWCCGBmKV7sXFVry { top:1800px;left:0px;width:552px;height:85px;display:block; }
 }@media only screen and (max-width: 763px) { #HqkiTBEWFmT3LI2g64THIXFrHHXVF53c { top:1147px;left:0px;width:555px;height:164px;display:block; }
 }@media only screen and (max-width: 763px) { #fzbmMaS4oXKF52Fh7IVQRx7ZDGZaJMDJ { top:632px;left:0px;width:764px;height:703px;display:block; }
 }@media only screen and (max-width: 763px) { #oOUKnuGpOEi9T0t3T4hFRXfq1fdFPRwN { top:0px;left:0px;width:232px;height:104.55070236956px;display:block; }
 }@media only screen and (max-width: 763px) { #xb6IVTbfZW3xADmufWTnPNrJA10UIqE8 { top:518px;left:594px;width:170px;height:248.51041057434px;display:block; }
 }@media only screen and (max-width: 763px) { #zyR7nlrGKbqNfknr9JeJPW5pryoUlThM { display:block; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vgWJxsMAerAdFwZ01kMtvk0rcrMzTbiq { top:97px;left:197.49713134766px;width:368px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Q38S9D2h7V5I0PNPqvwA1QTTHUeeBbiO { width:320px;height:72px;top:25px;left:111.9375px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ddHUGIyGVur3MkVQKQG3Vf70hyvQKNVi { top:25px;left:461px;width:303px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #VKT8aTq2zMTMGGLG05fWUeAe7PACEC0z { display:block; }
 }@media only screen and (max-width: 763px) { #fXGPZ2LIqNEdhpzMgoUwKGJ1AT2wGWq2 { top:58px;left:82.725021362305px;width:350px;height:30px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fm58oHmAeDhENFUy4GdECPPqhSxQG0Bl { width:130px;height:19px;top:24.5px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #GBDqy0K8rDw9WNm1K9aKDwT6eJyHI2eD { width:320px;height:16.5px;top:49.5px;left:0px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NeoELC7ZbleTmMUuGKEwemBp7mkV8JTy { width:320px;height:18px;top:65.980110168457px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS { 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;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b831bceb-5f94-404e-9ddc-c005e204774e/Backgroundimage2upscaled.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS.adaptive-delivery-prevent-bg, #bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS.lazyload, #bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS.lazyloading { background-image: none; }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS > .row .container { background-color: transparent; background-image: none; }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(200,200,200,0.36); }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS > .row .container > .video-iframe-container { display: none; }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(200,200,200,0.36); }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS > .row > .video-iframe-container { display: none; }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS > .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); }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS > .row .container { border-width: 0; border-radius: 0; }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bWXCM4EVbT98T5XW3LGxJ7XbmaWgnTCS > .row .container { width:320px;height:765px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khCZnQrhiGe6xrZQk4LHJLifR1rEEdiA { width:320px;height:0;top:575px;left:0px;font-size:10px;text-align:center;text-align-last:center;z-index:15005;color:#000000;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #OA2Ou1HK5DOcPiyovxmaQGlRgoy6rnhQ { width:320px;height:17.9883px;top:679.3359375px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-regular-label { display:block;width:270px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:15px;overflow:hidden;height:auto; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-input-text { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-input-text {padding-top: 0; padding-bottom: 0;}#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-textarea { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-input-select { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-input-select {padding-top: 0; padding-bottom: 0;}#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-input-button { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:20px;overflow:hidden; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .widget-checkbox-label { width:251px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl  { width:270px;height:auto;top:205.60546875px;left:5px;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl .radio-container { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl {display:block;}#HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl { width:270px;height:auto;top:205.60546875px;left:5px;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #vpdqZgkxFIHnVMpGwFIWCpV2Q2whk2BO {  }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #QVwUdgMZDnqC1rkPPTRxoPJtcF1mJkUv { display:block; }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #skDWSvhM3Tp60nyBsxl9nMdo5w6xadcd {  }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #CWVrPWTRSery2mzOuINKPfsltLn21kna {  }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #whfhTmRIVTwbguuxUHzyIihHnzLtTFWI { display:block; }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #Wa03GIIJ1D3KsACTXrdOeh3ox1wvdfyZ {  }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #FcByZTRPuwXwXuGncf7V4xchu2pp5wCe {  }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #T4RfbTbE1TrkbENe0S2vUk34ObMVy4nE { display:block; }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #s5Q9NNoeJT6ElQfUFWOUN4yGpox5uucp {  }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #DqvFT64lmyPhfVRXFQnNgTRr8WAkBqgR {  }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #xuyDiZOs3CoiFiMl86p44PcJwgNnqyHK {  }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #R2L5In5KzE1dP6wrJAiTW6ako04m0sb0 {  }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #dkztaydPNlQTC8UeTezs1ml5VwHuRGTs {  }
 }@media only screen and (max-width: 763px) { #HGsEnaHaTAz40BzpSTX6a7KpwQzgmTMl #yncWNHdxfleRRkENJg9FZmw9EbRQgBNz {  }
 }@media only screen and (max-width: 763px) { #JCPxGBfCEgx0cVrcFHBitTJmuQDggolR { width:320px;height:708px;top:20px;left:0px;z-index:15000;box-shadow: 1px 1px 3px rgba(0,0,0,0) ;background-color:rgba(255,255,255,0.69);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #p26ZJoWnq3NO6bBtE3N7zUgTgQ6EU6uc { width:320px;height:39.0234px;top:42.00390625px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ot8Tv8rql97OHo6Lly4enTu6e4MD2gtt { width:320px;height:124.7656px;top:71.11328125px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { display:block; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJPKJwM8LJ3XndvyV6niz0pcRyN2NFHg { width:320px;height:auto;top:52px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oAobmcbPpQTIGuhvFbzpktQr18Nl67OB { width:195px;height:92px;top:87px;left:62px;display:none; }
 }@media only screen and (max-width: 763px) { #r7eTnQZCLonwifKQ0AvwJQm81lMuOkOZ { width:203px;height:62px;top:102px;left:58px;display:none; }
 }@media only screen and (max-width: 763px) { #be9U57iBfTHTankcylMliDgg1m9f2VwC { width:234px;height:115px;top:76px;left:43px;display:none; }
 }@media only screen and (max-width: 763px) { #TGHhWG4BrdIxcFR3UsnC0OkEIAutqs83 { top:59px;left:100px;width:104px;height:32px;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CJJdv8WLv49TUaqkSRSVXBKTMigGcctM { top:57px;left:4px;width:88px;height:42px;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iVzrbeC8pvbcaxn8BbcCULhTTSfX6knc { top:50px;left:203px;width:113px;height:55px;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Rvl4fXJcNmLMpgdX3ZJXNeJAWct9299o { width:320px;height:19.5117px;top:23.409057617188px;left:0px;font-size:13px;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm { display:block; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row .container { width:320px;height:1656px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAf00REe7oCH8wZNPkfMsei9qQADOynT { width:270px;height:25.6px;top:268.9772644043px;left:24.985795021057px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XxJ681QdDeUTz49thiLsm6ZfgWcDMrL4 { width:295px;height:93.6px;top:310px;left:13.5px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zHTcMNMpKT2K25gBUMZXp6UDxaDBxMwK { width:270px;height:25.6px;top:730.96588134766px;left:24.985795021057px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ow1hVA9URE1A1Wmtxv9GpUFk8Zm1C4BT { width:295px;height:93.5937px;top:777.96871948242px;left:12.485795021057px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #k91Aam9m0ISVIv6UIvh363xhhxVD6o93 { width:320px;height:39px;top:40px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #TnW4E8wNlVHX8sKEDh57WcoVPnon4f2B { width:290.994px;height:53.9915px;top:412.51416015625px;left:14.488635063171px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yrmD0tkpS5ViaMHy0CQznIt6JEozlVwO { height:178.67818988009px;width:320px;top:87.193176269531px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mta2TIDrG6g8pFGNtJI097RMEPgefOpZ { width:320px;height:156.816px;top:1471.4624938965px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #E3LKcQf8lDPv1lTJl3P2Jfc9nILtafq0 { height:178.7611267812px;width:320px;top:543.29544067383px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pgPCKFtvri7SlkTSrrP660mWRRIc8mOR { height:178.22348969136px;width:320px;top:1054.5312194824px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MUTttVGLW8a2icB6T2UZwPBs3lsWkVOr { width:320px;height:93.5937px;top:1269.1760864258px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7u76ps5INy2fVMf3lIPzpmRbQNdX8V { width:320px;height:25.6px;top:1243.5937194824px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #U3h2kzLCQ1lg8QtKiWCCGBmKV7sXFVry { width:298px;height:45px;top:1386.7471313477px;left:10.482953071594px;display:block; }
 }@media only screen and (max-width: 763px) { #HqkiTBEWFmT3LI2g64THIXFrHHXVF53c { width:281.989px;height:82.9972px;top:901.40619468689px;left:18.991477012634px;display:block; }
 }@media only screen and (max-width: 763px) { #fzbmMaS4oXKF52Fh7IVQRx7ZDGZaJMDJ { width:320px;height:1000px;top:1891.1216626953px;left:0px;z-index:15000;box-shadow: 1px 1px 3px rgba(0,0,0,0) ;background-color:rgba(255,255,255,0.69);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #oOUKnuGpOEi9T0t3T4hFRXfq1fdFPRwN { width:85px;height:37.9972px;top:2.8976745605469px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xb6IVTbfZW3xADmufWTnPNrJA10UIqE8 { width:170px;height:248.51041057434px;top:518px;left:75px;display:none; }
 }@media only screen and (max-width: 763px) { #zyR7nlrGKbqNfknr9JeJPW5pryoUlThM { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container { background-color: transparent; background-image: none; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container > .video-iframe-container { display: none; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row > .video-iframe-container { display: none; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .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); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container { width:320px;height:145px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vgWJxsMAerAdFwZ01kMtvk0rcrMzTbiq { width:320px;height:22.4023px;top:52.982971191406px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q38S9D2h7V5I0PNPqvwA1QTTHUeeBbiO { width:320px;height:0;top:20px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #ddHUGIyGVur3MkVQKQG3Vf70hyvQKNVi { top:8.9625244140625px;left:4px;width:316px;height:42px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #VKT8aTq2zMTMGGLG05fWUeAe7PACEC0z { display:block; }
 }@media only screen and (max-width: 763px) { #fXGPZ2LIqNEdhpzMgoUwKGJ1AT2wGWq2 { width:320px;height:21px;top:75.350036621094px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }