.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/tpEvG1w8/69527583_88547777_BackgroundNicoleNimrodBlake.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP > .row > .video-iframe-container { display: none; }#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP > .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); }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(84,99,107,0.6);background-image:url("https://images.assets-landingi.com/fmS4mFZw/nicole_bg.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg.adaptive-delivery-prevent-bg, #tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg.lazyload, #tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg.lazyloading { background-image: none; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container { background-color: transparent; background-image: none; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container > .video-iframe-container { display: none; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row > .video-iframe-container { display: none; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .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); }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container { border-width: 0; border-radius: 0; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container { font-size:14px;font-family:arial;height:477px;width:1200px;position:relative;display:block; }#PyU7vtawmuRlT6wAxu9TBMA0uFclBrFC { background-color:rgba(0,0,0,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;height:410px;width:393px;position:absolute;display:block;z-index:15000;top:27px;left:743px;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-form-header {  }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:400;color:#ffffff;width:313px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;vertical-align:top;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;font-style:normal;background-color:transparent;background-image:none; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-text { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:transparent;background-image:none;border-bottom:2px solid rgba(255,255,255,0.09);border-left:2px solid rgba(255,255,255,0.09);border-right:2px solid rgba(255,255,255,0.09);border-top:2px solid rgba(255,255,255,0.09);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:313px;box-sizing:border-box;height:40px;vertical-align:top;color:#ffffff;font-family:signika;font-size:15px;overflow:hidden; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-text {padding-top: 0; padding-bottom: 0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-textarea { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:transparent;background-image:none;border-bottom:2px solid rgba(255,255,255,0.09);border-left:2px solid rgba(255,255,255,0.09);border-right:2px solid rgba(255,255,255,0.09);border-top:2px solid rgba(255,255,255,0.09);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:313px;box-sizing:border-box;height:54px;vertical-align:top;color:#ffffff;font-family:signika;font-size:15px;overflow:hidden; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-select { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:#ffffff;background-image:none;border-top:2px solid #dad6c1;border-right:2px solid #dad6c1;border-bottom:2px solid #dad6c1;border-left:2px solid #dad6c1;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:313px;box-sizing:border-box;height:41px;vertical-align:top; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-select {padding-top: 0; padding-bottom: 0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-checkbox { width:13px;height:13px;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; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:#009afd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:25px;font-weight:bold;color:#ffffff;width:313px;height:50px;font-family:signika;overflow:hidden; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:signika;font-size:15px; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:signika;font-size:15px; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:signika;font-size:15px; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:signika;font-size:15px; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:10px;font-weight:bold;color:#dcdcdc;vertical-align:top;width:296px;line-height:1.6;overflow:hidden; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .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:top; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:16px;vertical-align:top;font-family:"open sans";font-size:10px;font-weight:bold;color:#040404; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-container { padding-top:3px;padding-right:0;padding-bottom:2px;padding-left:0;width:100%;font-size:0;height:auto; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-container:first-of-type{padding-top:0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-container:last-of-type{padding-bottom:0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV  { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:no-repeat !important;background-size:auto !important;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:313px;height:auto;position:absolute;z-index:15009;top:140px;left:763px; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top;width:313px; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:10px;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV {display:block;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:no-repeat !important;background-size:auto !important;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:313px;height:auto;position:absolute;z-index:15009;top:140px;left:763px; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #NuJpewvv5DD1THHfqNK2URJFCxkGtB24 { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #UXN7kmRENw52wviByDgFLbbrlADUTA2a { position:relative;display:block; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #vQBkahL7LKxIhVPWP4ip1Alb7D5CkXSH { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #Eg8pZlehxxKs7NzhQTTi0eHt5ThnFyEW { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #oHIsGRB9qe0fA9ybDdqeNIZqn1JB4WE4 { position:relative;display:block; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #vvpXspyExo3RK3tSkxkRdCoxUt9TdOnq { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #nDJrgc25HFEPUaD8TLyyPh4TTSI5pKOO { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #MgVWocCWIOrEtbbthEmNNXaDMfVz5o7B { position:relative;z-index:2; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #mpN2h6UIJFWCzmkMx00yr9U204q3GP6U { position:relative; }
#TklsXSKDtwuCcgWDe7gG3h7u60aDDyAx { position:relative;display:block; }
#b1cTBJtdhA88DzMAGGrfW2nUstbrCVTL { position:relative;display:block; }
#MWuB8XGABlWfOhLfOURkZMykNygK1cvm { position:relative;display:block; }
#KXssMfK8yV7he5S7M9e96BWB5ozmSiy0 { position:relative;display:block; }
#iTgrtQ9srd6iff8dMdg1qbZzQZ3p9awn { position:relative;display:block; }
#ytS7my4hSk1nU10V44xkOGELW5rTTJIk { position:relative;display:block; }
#xV3JnX7KwTbZA5vMW1P01LyxPEyH21zw { position:relative;display:block; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #NcMw5ksf3AECSQe5ebZdOzX2kxcLP74y { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #KHqTvEu1sfeTxqa2weSAi7mHdaIST9Ni { position:relative; }
#Spo1MhNJQFu7Big0i4z54C68ecTRZWfO { display:block;width:372px;position:absolute;font-family:signika;font-size:45px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:66px;left:748px;height:58.5px;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RAA0qcJrtUT6BPAqIgF974zzd5DXtBsU { background-color:#049ebc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;height:108px;width:377px;position:absolute;display:block;z-index:15001;top:38px;left:750px;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
#BMUrA3xu8VLyF8AFCS7uNBNtKNxHlf0H { position:absolute;display:block;z-index:15013;background-color:rgba(227,227,227,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:438px;width:465px;top:13px;left:60px;display:block; }
#OzeOc234OZmQuBDFJKdTJ820XVwOTrC4 { color:#052c15;display:block;width:518px;position:absolute;font-family:neuton;font-size:90px;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:29px;left:82px;height:270px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RHRDhxfCQ9UCvPcnkJIzEgkzUJEqHoKD { color:#052c15;display:block;width:436px;position:absolute;font-family:"open sans";font-size:24px;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:360px;left:82px;height:62.3906px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oMdV4MR7ql13fHoVwALTHA8TQCrSe6fC { position:absolute;display:block;z-index:15016;background-color:#049ebc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:4px;width:200px;top:334px;left:192px;display:block; }
#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { background-color: transparent; background-image: none; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container > .video-iframe-container { display: none; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row > .video-iframe-container { display: none; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .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); }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { border-width: 0; border-radius: 0; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { font-size:14px;font-family:arial;height:111px;width:1200px;position:relative;display:block; }#zVTUuzttxTRfcDsxMrqyOKxUFadWP8tr { display:block;width:960px;position:absolute;font-family:"droid serif";font-size:35px;z-index:15003;line-height:1.1;top:36.25px;left:120px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#000000;font-weight:700;height:38.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nM8JdoFabvifvW5wTBblteOvrvORpU2V { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { background-color: transparent; background-image: none; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container > .video-iframe-container { display: none; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row > .video-iframe-container { display: none; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .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); }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { border-width: 0; border-radius: 0; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { font-size:14px;font-family:arial;height:385px;width:1200px;position:relative;display:block; }#oDLD1Hp02uBxr7skcK8uMDynmS8AW8c5 { border-top:6px solid #294f80;border-left:6px solid #294f80;border-right:6px solid #294f80;border-bottom:6px solid #294f80;height:298px;width:298px;position:absolute;display:block;z-index:15000;box-shadow: 1px 1px 3px #000000 ;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;top:10.625px;left:105px;overflow:hidden;display:block; }
#VbtML3zHgyaPCAfhf84uxtuwRh5BBXLw { display:block;width:477px;position:absolute;font-family:"droid sans";font-size:20px;z-index:15002;line-height:1.1;top:12.125px;left:660px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#949494;font-weight:400;height:308px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wCyPlpXrNegdvGLgwriwSG5xCPIZPhL7 { color:#000000;display:block;width:347px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:328.00003051758px;left:87px;height:22.1px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wphpchrgP3J850iQwLNFaSXi3dWcqgzb { color:#000000;display:block;width:339px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:350.00003051758px;left:87px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(21,63,76,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row .container { background-color: transparent; background-image: none; }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row .container > .video-iframe-container { display: none; }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row > .video-iframe-container { display: none; }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .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); }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row .container { border-width: 0; border-radius: 0; }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row .container { font-size:14px;font-family:arial;height:242px;width:1200px;position:relative;display:block; }#lRIoXvA2LPBTmkRRMGO5KuBVTSs0pNMo { display:block;width:300px;position:absolute;font-family:"droid sans";font-size:26px;z-index:15003;line-height:1;top:170px;left:40px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#ffffff;font-weight:700;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ddTaAw6CZ2OiOwaOwzm9ia46TzITCTrA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:100px;width:100px;position:absolute;display:block;z-index:15005;top:50px;left:139px;display:block; }
#TuTCRBEwK1RwETTWHD0C28oh3vica4A4 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:32px;width:32px;position:absolute;display:block;z-index:15006;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:84px;left:173px;overflow:hidden;display:block; }
#zX4GbWQdACafvDnnfbphJxa7qyyupaGT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:32px;width:32px;position:absolute;display:block;z-index:15008;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:84px;left:574px;overflow:hidden;display:block; }
#mOMGTbkQpZ4d9PtoX5zlpKqhFkFv3y1q { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:100px;width:100px;position:absolute;display:block;z-index:15007;top:50px;left:540px;display:block; }
#m0S0PLrLdPnw7p0wLSPrFD0FcAkaQI1K { display:block;width:300px;position:absolute;font-family:"droid sans";font-size:26px;z-index:15004;line-height:1;top:170px;left:450px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#ffffff;font-weight:700;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hPirFunRcImhTFcGPUIh14ghsXKberyx { border-bottom:0;border-left:0;border-right:0;border-top:0;height:32px;width:32px;position:absolute;display:block;z-index:15010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:83px;left:974px;overflow:hidden;display:block; }
#vk8kRK9msWK5wUtmQXE6zTLoT8aiXpFB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:100px;width:100px;position:absolute;display:block;z-index:15009;top:49px;left:940px;display:block; }
#yUKlu7vIOdDuiFEbKclX3qUKw1RsubuE { display:block;width:300px;position:absolute;font-family:"droid sans";font-size:25px;z-index:15005;line-height:1;top:170px;left:850px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#ffffff;font-weight:700;height:25px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;z-index:;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row .container { background-color: transparent; background-image: none; }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row .container > .video-iframe-container { display: none; }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row > .video-iframe-container { display: none; }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .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); }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row .container { border-width: 0; border-radius: 0; }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row .container { font-size:14px;font-family:arial;height:99px;width:1200px;overflow:visible;position:relative;display:block; }#chEp1EfI1NAsqDPD5oplpRxHSTQqud3o { display:block;width:960px;position:absolute;font-family:"droid serif";font-size:26px;z-index:15002;line-height:1.2;top:36.587493896484px;left:120px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#049ebc;font-weight:700;height:62.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OpkWMzWfAaIi9dZKaAJl01TUyJxRTqCs { position:relative;display:block; }#OpkWMzWfAaIi9dZKaAJl01TUyJxRTqCs { background-color: transparent; background-image: none; }#OpkWMzWfAaIi9dZKaAJl01TUyJxRTqCs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpkWMzWfAaIi9dZKaAJl01TUyJxRTqCs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpkWMzWfAaIi9dZKaAJl01TUyJxRTqCs > .row .container > .video-iframe-container { display: none; }#OpkWMzWfAaIi9dZKaAJl01TUyJxRTqCs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpkWMzWfAaIi9dZKaAJl01TUyJxRTqCs > .row > .video-iframe-container { display: none; }#OpkWMzWfAaIi9dZKaAJl01TUyJxRTqCs > .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); }#OpkWMzWfAaIi9dZKaAJl01TUyJxRTqCs { border-width: 0; border-radius: 0; }#OpkWMzWfAaIi9dZKaAJl01TUyJxRTqCs > .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; }#OpkWMzWfAaIi9dZKaAJl01TUyJxRTqCs > .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:868px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#I2La5OWTTpUJ3oRtad07FJFB8or2zlAa { position:absolute;display:block;z-index:15000;background-color:#f2fff2;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:32px;border-top-right-radius:32px;border-bottom-left-radius:32px;border-bottom-right-radius:32px;height:769px;width:960px;top:70.000015258789px;left:120px;display:block; }
#fpa6xHLNEr3TX0NxevPq5ZVBVTrGADlO { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:32px;border-top-right-radius:32px;border-bottom-left-radius:32px;border-bottom-right-radius:32px;box-shadow: 1px 12px 32px rgba(5,44,21,0.12) ;height:698px;width:200px;top:111px;left:880px;display:block; }
#scvvg83rIsPDCZms1biXxVGxJ0Fa1OOM { color:#052c15;display:block;width:514px;position:absolute;font-family:neuton;font-size:40px;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:180px;left:120px;height:40px;font-style:normal;display:block; }
#v80TU7gy8TQTXXJEfigNdfd6QBqTxCSN { color:#052c15;display:block;width:400px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:278px;left:120px;height:36.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ytm9E7ydKE54orWcXzWBtvqRDPTWJxpT { color:#052c15;display:block;width:441px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:381px;left:120px;height:36.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GnM6kq2KtEPGaZ6F80fdMULtQqXfAyxd { color:#052c15;display:block;width:526px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:485px;left:120px;height:36.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TXhW0ksnoe9BgFvCxnw12uLeF2tkasSo { color:#052c15;display:block;width:331px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:582px;left:120px;height:36.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HXF7aRdy7NlyVe3tp5i90qBPa97GPGPn { color:#052c15;display:block;width:521px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:682px;left:120px;height:36.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MEffNo1v5b6T7wFXwnDTKK1fS7cDhvyt { position:absolute;display:block;z-index:15041;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;height:92px;width:92px;top:250px;left:988px;overflow:hidden;display:block; }
#aUQmK5UPiHk9rPPnfhDpv0xhWoD0TpBr { position:absolute;display:block;z-index:15043;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;height:92px;width:92px;top:353px;left:988px;overflow:hidden;display:block; }
#h6anzETkE058OtsZ8FMTSnLJtNhXqCBU { position:absolute;display:block;z-index:15045;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;height:92px;width:92px;top:457px;left:988px;overflow:hidden;display:block; }
#odbNcDb7sO1M4m8DBZwuLooFftxnTbJ5 { position:absolute;display:block;z-index:15047;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;height:92px;width:92px;top:554px;left:988px;overflow:hidden;display:block; }
#gwqhQvvEZdpFhfPp2cbRbZC02BGUJ0WE { position:absolute;display:block;z-index:15049;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;height:92px;width:92px;top:654px;left:988px;overflow:hidden;display:block; }
#IOhtHBHSQ2ySPhTSraozTlxZH7Rkxek4 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:104px;width:104px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;top:148px;left:976px; }
#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;z-index:;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container { background-color: transparent; background-image: none; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container > .video-iframe-container { display: none; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row > .video-iframe-container { display: none; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .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); }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container { border-width: 0; border-radius: 0; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container { font-size:14px;font-family:arial;height:131px;width:1200px;overflow:visible;position:relative;display:block; }#bVaCw9G1e2MaSVEZAqZwdh5B3HVR7y0g { display:block;width:960px;position:absolute;font-family:signika;font-size:17px;z-index:15002;line-height:1.2;top:13px;left:120px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#d1d1d1;font-weight:lighter;height:61.1952px;text-align:center;text-align-last:center;display:block; }
#yXo4R1McsGlXzrfMfKuBV5IX2xRbB8Tl { z-index:15001;top:94px;left:463px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:274px;height:37px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OyyzTuGQHkTBNmtH740SQDwGN2uSaD57 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Tan62x428tJoIfLuDO9TKbSB8zifALbT { display:block;width:960px;position:absolute;font-family:signika;font-size:17px;z-index:15003;line-height:1.2;top:75px;left:120px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#d1d1d1;font-weight:lighter;height:20.4px;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) { #tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg { display:block; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container { width:764px;height:533px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyU7vtawmuRlT6wAxu9TBMA0uFclBrFC { top:59px;left:464px;background-color:rgba(0,0,0,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;width:300px;height:413px;display:block; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-regular-label { width:313px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-text { width:313px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-text {padding-top: 0; padding-bottom: 0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-textarea { width:313px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-select { width:313px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-select {padding-top: 0; padding-bottom: 0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-button { width:313px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-checkbox-label { width:297px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV  { width:313px;height:auto;top:140px;left:411px; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .radio-container { width:313px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV {display:block;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV { width:313px;height:auto;top:140px;left:411px; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #NuJpewvv5DD1THHfqNK2URJFCxkGtB24 {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #UXN7kmRENw52wviByDgFLbbrlADUTA2a { display:block; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #vQBkahL7LKxIhVPWP4ip1Alb7D5CkXSH {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #Eg8pZlehxxKs7NzhQTTi0eHt5ThnFyEW {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #oHIsGRB9qe0fA9ybDdqeNIZqn1JB4WE4 { display:block; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #vvpXspyExo3RK3tSkxkRdCoxUt9TdOnq {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #nDJrgc25HFEPUaD8TLyyPh4TTSI5pKOO {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #MgVWocCWIOrEtbbthEmNNXaDMfVz5o7B {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #mpN2h6UIJFWCzmkMx00yr9U204q3GP6U {  }
 }@media only screen and (max-width: 763px) { #TklsXSKDtwuCcgWDe7gG3h7u60aDDyAx { display:block; }
 }@media only screen and (max-width: 763px) { #b1cTBJtdhA88DzMAGGrfW2nUstbrCVTL { display:block; }
 }@media only screen and (max-width: 763px) { #MWuB8XGABlWfOhLfOURkZMykNygK1cvm { display:block; }
 }@media only screen and (max-width: 763px) { #KXssMfK8yV7he5S7M9e96BWB5ozmSiy0 { display:block; }
 }@media only screen and (max-width: 763px) { #iTgrtQ9srd6iff8dMdg1qbZzQZ3p9awn { display:block; }
 }@media only screen and (max-width: 763px) { #ytS7my4hSk1nU10V44xkOGELW5rTTJIk { display:block; }
 }@media only screen and (max-width: 763px) { #xV3JnX7KwTbZA5vMW1P01LyxPEyH21zw { display:block; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #NcMw5ksf3AECSQe5ebZdOzX2kxcLP74y {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #KHqTvEu1sfeTxqa2weSAi7mHdaIST9Ni {  }
 }@media only screen and (max-width: 763px) { #Spo1MhNJQFu7Big0i4z54C68ecTRZWfO { width:260px;height:39px;top:80px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #RAA0qcJrtUT6BPAqIgF974zzd5DXtBsU { top:59px;left:464px;background-color:#fdfa22;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;width:300px;height:106px;display:block; }
 }@media only screen and (max-width: 763px) { #BMUrA3xu8VLyF8AFCS7uNBNtKNxHlf0H { top:13px;left:0px;width:465px;height:438px;display:block; }
 }@media only screen and (max-width: 763px) { #OzeOc234OZmQuBDFJKdTJ820XVwOTrC4 { top:29px;left:0px;width:518px;height:270px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #RHRDhxfCQ9UCvPcnkJIzEgkzUJEqHoKD { top:360px;left:0px;width:436px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oMdV4MR7ql13fHoVwALTHA8TQCrSe6fC { top:334px;left:83px;width:200px;height:4px;display:block; }
 }@media only screen and (max-width: 763px) { #yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R { display:block; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVTUuzttxTRfcDsxMrqyOKxUFadWP8tr { z-index:15001;top:50px;left:0px;width:764px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #nM8JdoFabvifvW5wTBblteOvrvORpU2V { display:block; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { width:764px;height:344px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDLD1Hp02uBxr7skcK8uMDynmS8AW8c5 { width:193px;height:193px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VbtML3zHgyaPCAfhf84uxtuwRh5BBXLw { z-index:15001;width:365px;height:285px;top:0px;left:399px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wCyPlpXrNegdvGLgwriwSG5xCPIZPhL7 { top:328px;left:0px;width:347px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #wphpchrgP3J850iQwLNFaSXi3dWcqgzb { top:350px;left:0px;width:339px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg { display:block; }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row .container { width:764px;height:368px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRIoXvA2LPBTmkRRMGO5KuBVTSs0pNMo { z-index:15001;width:235px;height:52px;top:165px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ddTaAw6CZ2OiOwaOwzm9ia46TzITCTrA { width:100px;height:100px;top:50px;left:61px;display:block; }
 }@media only screen and (max-width: 763px) { #TuTCRBEwK1RwETTWHD0C28oh3vica4A4 { width:32px;height:32px;top:84px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #zX4GbWQdACafvDnnfbphJxa7qyyupaGT { width:32px;height:32px;top:84px;left:368.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #mOMGTbkQpZ4d9PtoX5zlpKqhFkFv3y1q { width:100px;height:100px;top:50px;left:334.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #m0S0PLrLdPnw7p0wLSPrFD0FcAkaQI1K { z-index:15001;width:235px;height:52px;top:165px;left:262.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #hPirFunRcImhTFcGPUIh14ghsXKberyx { width:32px;height:32px;top:83px;left:623.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #vk8kRK9msWK5wUtmQXE6zTLoT8aiXpFB { width:100px;height:100px;top:49px;left:589.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #yUKlu7vIOdDuiFEbKclX3qUKw1RsubuE { z-index:15001;width:235px;height:52px;top:165px;left:527.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ { display:block; }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row .container { width:764px;height:182px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #chEp1EfI1NAsqDPD5oplpRxHSTQqud3o { z-index:15001;top:50px;left:0px;width:764px;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #OpkWMzWfAaIi9dZKaAJl01TUyJxRTqCs { display:block; }#OpkWMzWfAaIi9dZKaAJl01TUyJxRTqCs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2La5OWTTpUJ3oRtad07FJFB8or2zlAa { top:70px;left:0px;width:764px;height:769px;display:block; }
 }@media only screen and (max-width: 763px) { #fpa6xHLNEr3TX0NxevPq5ZVBVTrGADlO { top:111px;left:564px;width:200px;height:698px;display:block; }
 }@media only screen and (max-width: 763px) { #scvvg83rIsPDCZms1biXxVGxJ0Fa1OOM { top:180px;left:0px;width:514px;height:40px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #v80TU7gy8TQTXXJEfigNdfd6QBqTxCSN { top:278px;left:0px;width:400px;height:36px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ytm9E7ydKE54orWcXzWBtvqRDPTWJxpT { top:381px;left:0px;width:441px;height:36px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GnM6kq2KtEPGaZ6F80fdMULtQqXfAyxd { top:485px;left:0px;width:526px;height:36px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TXhW0ksnoe9BgFvCxnw12uLeF2tkasSo { top:582px;left:0px;width:331px;height:36px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HXF7aRdy7NlyVe3tp5i90qBPa97GPGPn { top:682px;left:0px;width:521px;height:36px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MEffNo1v5b6T7wFXwnDTKK1fS7cDhvyt { top:250px;left:672px;width:92px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #aUQmK5UPiHk9rPPnfhDpv0xhWoD0TpBr { top:353px;left:672px;width:92px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #h6anzETkE058OtsZ8FMTSnLJtNhXqCBU { top:457px;left:672px;width:92px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #odbNcDb7sO1M4m8DBZwuLooFftxnTbJ5 { top:554px;left:672px;width:92px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #gwqhQvvEZdpFhfPp2cbRbZC02BGUJ0WE { top:654px;left:672px;width:92px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #IOhtHBHSQ2ySPhTSraozTlxZH7Rkxek4 { top:148px;left:660px;width:104px;height:104px;display:block; }
 }@media only screen and (max-width: 763px) { #xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 { display:block; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVaCw9G1e2MaSVEZAqZwdh5B3HVR7y0g { z-index:15001;top:35px;left:0px;line-height:1.2;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #yXo4R1McsGlXzrfMfKuBV5IX2xRbB8Tl { top:94px;left:245px;width:274px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #OyyzTuGQHkTBNmtH740SQDwGN2uSaD57 { display:block; }
 }@media only screen and (max-width: 763px) { #Tan62x428tJoIfLuDO9TKbSB8zifALbT { z-index:15001;top:35px;left:0px;line-height:1.2;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg { background-color:rgba(84,99,107,0.6);background-image:url("https://images.assets-landingi.com/fmS4mFZw/nicole_bg.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg.adaptive-delivery-prevent-bg, #tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg.lazyload, #tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg.lazyloading { background-image: none; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container { background-color: transparent; background-image: none; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container > .video-iframe-container { display: none; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row > .video-iframe-container { display: none; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .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); }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container { width:320px;height:715px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyU7vtawmuRlT6wAxu9TBMA0uFclBrFC { top:235px;left:0px;z-index:15000;background-color:rgba(0,0,0,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;height:432px;width:320px;display:block; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-text {padding-top: 0; padding-bottom: 0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-select {padding-top: 0; padding-bottom: 0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-checkbox-label { width:263px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV  { width:280px;height:auto;top:360px;left:0px; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV {display:block;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV { width:280px;height:auto;top:360px;left:0px; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #NuJpewvv5DD1THHfqNK2URJFCxkGtB24 {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #UXN7kmRENw52wviByDgFLbbrlADUTA2a { display:block; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #vQBkahL7LKxIhVPWP4ip1Alb7D5CkXSH {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #Eg8pZlehxxKs7NzhQTTi0eHt5ThnFyEW {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #oHIsGRB9qe0fA9ybDdqeNIZqn1JB4WE4 { display:block; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #vvpXspyExo3RK3tSkxkRdCoxUt9TdOnq {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #nDJrgc25HFEPUaD8TLyyPh4TTSI5pKOO {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #MgVWocCWIOrEtbbthEmNNXaDMfVz5o7B {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #mpN2h6UIJFWCzmkMx00yr9U204q3GP6U {  }
 }@media only screen and (max-width: 763px) { #TklsXSKDtwuCcgWDe7gG3h7u60aDDyAx { display:block; }
 }@media only screen and (max-width: 763px) { #b1cTBJtdhA88DzMAGGrfW2nUstbrCVTL { display:block; }
 }@media only screen and (max-width: 763px) { #MWuB8XGABlWfOhLfOURkZMykNygK1cvm { display:block; }
 }@media only screen and (max-width: 763px) { #KXssMfK8yV7he5S7M9e96BWB5ozmSiy0 { display:block; }
 }@media only screen and (max-width: 763px) { #iTgrtQ9srd6iff8dMdg1qbZzQZ3p9awn { display:block; }
 }@media only screen and (max-width: 763px) { #ytS7my4hSk1nU10V44xkOGELW5rTTJIk { display:block; }
 }@media only screen and (max-width: 763px) { #xV3JnX7KwTbZA5vMW1P01LyxPEyH21zw { display:block; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #NcMw5ksf3AECSQe5ebZdOzX2kxcLP74y {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #KHqTvEu1sfeTxqa2weSAi7mHdaIST9Ni {  }
 }@media only screen and (max-width: 763px) { #Spo1MhNJQFu7Big0i4z54C68ecTRZWfO { width:260px;height:85.7812px;top:247px;left:30px;text-align:center;text-align-last:center;font-family:"droid sans";font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #RAA0qcJrtUT6BPAqIgF974zzd5DXtBsU { top:246px;left:0px;z-index:15000;background-color:#049ebc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;height:85.9896px;width:320px;display:block; }
 }@media only screen and (max-width: 763px) { #BMUrA3xu8VLyF8AFCS7uNBNtKNxHlf0H { width:320px;height:199px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OzeOc234OZmQuBDFJKdTJ820XVwOTrC4 { width:320px;height:72px;top:24px;left:0px;font-size:36px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RHRDhxfCQ9UCvPcnkJIzEgkzUJEqHoKD { width:320px;height:41.6px;top:137px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oMdV4MR7ql13fHoVwALTHA8TQCrSe6fC { width:200px;height:4px;top:115px;left:59.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R { display:block; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVTUuzttxTRfcDsxMrqyOKxUFadWP8tr { z-index:15001;top:30px;left:0px;width:320px;height:77px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nM8JdoFabvifvW5wTBblteOvrvORpU2V { display:block; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { width:320px;height:680px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDLD1Hp02uBxr7skcK8uMDynmS8AW8c5 { width:200px;height:207.986px;top:11.822906494141px;left:53.993058204651px;display:block; }
 }@media only screen and (max-width: 763px) { #VbtML3zHgyaPCAfhf84uxtuwRh5BBXLw { z-index:15001;top:321.00001525879px;left:0px;width:320px;height:336.375px;text-align:center;text-align-last:center;font-size:17px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wCyPlpXrNegdvGLgwriwSG5xCPIZPhL7 { width:320px;height:22.1px;top:239.7534942627px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #wphpchrgP3J850iQwLNFaSXi3dWcqgzb { width:320px;height:20.8px;top:266.97917175293px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg { display:block; }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row .container { width:320px;height:580px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRIoXvA2LPBTmkRRMGO5KuBVTSs0pNMo { z-index:15001;width:303px;height:26px;top:149px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ddTaAw6CZ2OiOwaOwzm9ia46TzITCTrA { width:100px;height:100px;top:22px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #TuTCRBEwK1RwETTWHD0C28oh3vica4A4 { width:32px;height:32px;top:56px;left:144px;display:block; }
 }@media only screen and (max-width: 763px) { #zX4GbWQdACafvDnnfbphJxa7qyyupaGT { width:32px;height:32px;top:249px;left:144px;display:block; }
 }@media only screen and (max-width: 763px) { #mOMGTbkQpZ4d9PtoX5zlpKqhFkFv3y1q { width:100px;height:100px;top:215px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #m0S0PLrLdPnw7p0wLSPrFD0FcAkaQI1K { z-index:15001;width:303px;height:26px;top:334px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #hPirFunRcImhTFcGPUIh14ghsXKberyx { width:32px;height:32px;top:449px;left:144px;display:block; }
 }@media only screen and (max-width: 763px) { #vk8kRK9msWK5wUtmQXE6zTLoT8aiXpFB { width:100px;height:100px;top:415px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #yUKlu7vIOdDuiFEbKclX3qUKw1RsubuE { z-index:15001;width:303px;height:25px;top:526px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ { display:block; }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row .container { width:320px;height:233px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #chEp1EfI1NAsqDPD5oplpRxHSTQqud3o { z-index:15001;width:320px;height:202.781px;top:15px;left:0px;text-align:center;text-align-last:center;line-height:1.3;font-family:"droid sans";display:block; }
 }@media only screen and (max-width: 763px) { #OpkWMzWfAaIi9dZKaAJl01TUyJxRTqCs { display:block; }#OpkWMzWfAaIi9dZKaAJl01TUyJxRTqCs > .row .container { width:320px;height:843px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2La5OWTTpUJ3oRtad07FJFB8or2zlAa { width:320px;height:793px;top:32px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fpa6xHLNEr3TX0NxevPq5ZVBVTrGADlO { width:80px;height:623px;top:167.5px;left:240px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:block; }
 }@media only screen and (max-width: 763px) { #scvvg83rIsPDCZms1biXxVGxJ0Fa1OOM { width:205px;height:64px;top:54.21875px;left:57.5px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v80TU7gy8TQTXXJEfigNdfd6QBqTxCSN { width:138px;height:41.6px;top:257.21875px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ytm9E7ydKE54orWcXzWBtvqRDPTWJxpT { width:200px;height:20.8px;top:354px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GnM6kq2KtEPGaZ6F80fdMULtQqXfAyxd { width:209px;height:41.6px;top:469px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TXhW0ksnoe9BgFvCxnw12uLeF2tkasSo { width:126px;height:41.6px;top:583px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HXF7aRdy7NlyVe3tp5i90qBPa97GPGPn { width:231px;height:41.6px;top:684px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MEffNo1v5b6T7wFXwnDTKK1fS7cDhvyt { width:56px;height:56px;top:250.015625px;left:252px;display:block; }
 }@media only screen and (max-width: 763px) { #aUQmK5UPiHk9rPPnfhDpv0xhWoD0TpBr { width:56px;height:56px;top:336.390625px;left:252px;display:block; }
 }@media only screen and (max-width: 763px) { #h6anzETkE058OtsZ8FMTSnLJtNhXqCBU { width:56px;height:56px;top:461.796875px;left:252px;display:block; }
 }@media only screen and (max-width: 763px) { #odbNcDb7sO1M4m8DBZwuLooFftxnTbJ5 { width:56px;height:56px;top:575.796875px;left:252px;display:block; }
 }@media only screen and (max-width: 763px) { #gwqhQvvEZdpFhfPp2cbRbZC02BGUJ0WE { width:56px;height:56px;top:676.796875px;left:252px;display:block; }
 }@media only screen and (max-width: 763px) { #IOhtHBHSQ2ySPhTSraozTlxZH7Rkxek4 { width:66px;height:66px;top:185px;left:247px;display:block; }
 }@media only screen and (max-width: 763px) { #xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 { display:block; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container { width:320px;height:185px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVaCw9G1e2MaSVEZAqZwdh5B3HVR7y0g { z-index:15001;width:320px;height:57.5625px;top:33px;left:6px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yXo4R1McsGlXzrfMfKuBV5IX2xRbB8Tl { top:134px;left:23px;width:274px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #OyyzTuGQHkTBNmtH740SQDwGN2uSaD57 { display:block; }
 }@media only screen and (max-width: 763px) { #Tan62x428tJoIfLuDO9TKbSB8zifALbT { z-index:15001;width:320px;height:38.375px;top:96px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }