.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ea1c9095-643c-4f92-996f-b7eef1f47c7b/shutterstock_1197468418.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.adaptive-delivery-prevent-bg, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyload, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyloading { background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(224,224,224,0.76); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(224,224,224,0.76); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { border-width: 0; border-radius: 0; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:1200px;height:716px;font-size:14px;font-family:arial;position:relative;display:block; }#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-form-header {  }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:411px;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; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-text { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#f2f2f2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:411px;box-sizing:border-box;height:50px;color:#004673;font-size:16px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-text {padding-top: 0; padding-bottom: 0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-textarea { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#f2f2f2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:411px;box-sizing:border-box;height:70px;color:#004673;font-size:16px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:411px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-select {padding-top: 0; padding-bottom: 0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .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; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#27b5ea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:29px;margin-bottom:4px;margin-left:29px;display:block;box-sizing:border-box;font-size:18px;font-weight:700;color:#ffffff;width:353px;height:70px;font-family:"open sans";overflow:hidden;box-shadow: 1px 1px 30px rgba(0,0,0,0.1) ;font-style:normal; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky [class*="-text"]:-moz-placeholder { color:#333333;font-family:"open sans";font-size:14px;font-weight:400;font-style:normal; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky [class*="-text"]::-moz-placeholder { color:#333333;font-family:"open sans";font-size:14px;font-weight:400;font-style:normal; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky [class*="-text"]:-ms-input-placeholder { color:#333333;font-family:"open sans";font-size:14px;font-weight:400;font-style:normal; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky [class*="-text"]::-webkit-input-placeholder { color:#333333;font-family:"open sans";font-size:14px;font-weight:400;font-style:normal; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .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:dosis;font-size:12px;font-weight:700;color:#ffffff;vertical-align:top;width:394px;overflow:hidden;font-style:normal;line-height:1.5;text-shadow:1px 1px 3px rgba(0,0,0,0.5);float:none; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .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; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-container { padding-top:7px;padding-right:0;padding-bottom:7px;padding-left:0;width:100%;font-size:0;height:auto; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-container:first-of-type{padding-top:0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-container:last-of-type{padding-bottom:0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:411px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:233.1875px;left:137px; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:411px;display:block;vertical-align:top; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky {display:block;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:411px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:233.1875px;left:137px; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #bR4XJb3R3EdFgXSmReIwNulTD4y7qXca { position:relative;z-index:1; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #PSoaWVgx60P87e2TCpVSysbwKApwN0cw { position:relative;display:none; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #pITCRO1TGoMf9IRnLFJ6ksbxcVfT93Wx { position:relative; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #XbbKi5SEKuG08eDopvTqlqGWKBmfod9d { position:relative;z-index:1; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #fJqUftDkozqN7lsOEMy4gPsT5CTkfDZp { position:relative;display:none; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #Cght8HaqBv3lRZJoR5zb4sF1PEpX1TqQ { position:relative; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #iH1wTfSSope6G0bS1pJNlDJ5M2hG3vqL { position:relative; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #ha3eRQf8G1QCeKGBEZlr4RFQEEHVQXR6 { position:relative;display:none; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #uWVnFKAd4H2vat9O3adL2Pm6oUnBVFky { position:relative; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #KdeBNdgZl3A57tQiuemrkXSdAITvM9fM { position:relative; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #Dbhnfrp1DgwGrrfcTk1GvE8VBTbwa0qc { position:relative;display:none; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #XSyS5KhcrNhkmpgHEtGZtzrJ18U7yG8a { position:relative; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #k7NIEUrwa5epkzshHf5h3OV4vTlxfMFd { position:relative;z-index:1; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #aQtGS1S4NLdFipqiVEexQwTqLnkbBHFe { position:relative; }
#ylyXV10ZKbE2gSbs3LrNVqht3Tbr7Erx { color:#333333;display:block;width:335px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:405px;left:774px;height:62.3906px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QPZrT5oWbSinOTzrGWaVNhTZscUxprcm { color:#333333;display:block;width:406px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:163.40625px;left:159.5px;height:83.1876px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qCUwDCCFNuI5tAgpURSEF4MpGsPpzQf0 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:314px;left:704px;height:;display:block; }
#ER6wazQNya1LdcZTIkwHMLwyQl0PGfKN { position:absolute;display:block;z-index:15016;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:87px;width:217px;top:31.375px;left:459px;overflow:hidden;display:block; }
#LV01R45VEcfeFNbTfNhlOBueXeMQbLHu { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:163px;width:163px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:310px;left:546px; }
#K2QgfVM7NSvib3hU4QzeBHfTqayzxO8D { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:156px;width:156px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:307.5px;left:549px; }
#FDL15M4uLuzfOLihWGb7Tc1GAban2Llo { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:61px;width:61px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:408px;left:690px; }
#cAgsAVAw67n0Hy9tdTBUlbOZxnsupTIw { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:80px;width:80px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:283px;left:679px; }
#IaKCCxwDLa830zIAKp6TJTztH1pp7iPK { color:#333333;display:block;width:327px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:204px;left:774px;height:41.5938px;font-style:normal;display:block; }
#MlnMH7Z3y5eztQErnCZKsGBt58ZfOZGO { color:#000000;display:block;width:298px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:293px;left:773px;height:62.3906px;font-style:normal;display:block; }
#ktRESUI60GQgcMg4R82MhUOghan5F7xt { position:absolute;display:block;z-index:14997;background-color:#27b5ea;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;box-shadow: none;height:8px;width:255px;top:216px;left:773px;display:block; }
#gOdhXzocffp1dlJmmBSlRC0FAGmy2drS { position:absolute;display:block;z-index:14999;background-color:#27b5ea;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;box-shadow: none;height:9px;width:52px;top:304px;left:772px;display:block; }
#sQn7XnNIQlqxZk1oqGKbUzfvdnLCT9IS { position:absolute;display:block;z-index:15003;background-color:#27b5ea;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;box-shadow: none;height:8px;width:292px;top:417px;left:774px;display:block; }
#bpy8WyLNlbLr1WSzkKn7WP8K8G2NUGkD { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: none;height:173px;width:129px;top:17.515625px;left:51.375px;overflow:hidden;display:none; }
#DBI4CyxpJLMzWcBqz1KT0QDJ1FbKrTTs { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #333333;border-left:9px solid #333333;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-shadow: none;height:242px;width:682px;top:49.984375px;left:92px;display:none; }
#tzcUfAtImaGMGpM3A3wPvzkM2LNRJ33X { color:#004673;display:block;width:551px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:90.984375px;left:201px;height:144px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TPntbySpH111CaTA9LCmt5Kcbx9TwRWK { color:#333333;display:block;width:328px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:253px;left:312.5px;height:22.3906px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#P2SS9tJ93raMMr2lFXxbzoxTm29uyMPo { color:#333333;display:block;width:348px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:514.46875px;left:774px;height:62.3906px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zDlIrzglc27ASJLBPq8KKGb6PRG92Cgm { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:522.96875px;left:697px; }
#l2XHIaTz7ozQXgKXA5yCZZhBynqNnM5l { position:absolute;display:block;z-index:15004;background-color:#27b5ea;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;box-shadow: none;height:8px;width:218px;top:527px;left:774px;display:block; }
#TDNNEPETwOgqqBfJx5xObgMn3kaQ3EEG { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:51px;width:51px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:201.390625px;left:690.5px; }
#wuXSOUWpN9uCgKOOH7977SEkG2ZKeSWP { position:absolute;display:block;z-index:15004;background-color:#6eab1a;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;box-shadow: none;height:8px;width:292px;top:386px;left:774px;display:none; }
#OQU88TErVNfe3xX2TTnmu6FUOS4vaMBR { position:absolute;display:block;z-index:15004;background-color:#6eab1a;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;box-shadow: none;height:8px;width:292px;top:386px;left:774px;display:none; }
#JQQeCy6TytXq5WyOyQVMFNZV5HtnbLhh { position:absolute;display:block;z-index:15004;background-color:#6eab1a;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;box-shadow: none;height:8px;width:292px;top:386px;left:774px;display:none; }
#p1VXDSgwzMdwivhLb2zDTfXfadTidyCC { color:#333333;display:block;width:348px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:632.18753051758px;left:188.5000038147px;height:62.3907px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AJVDMF48cIrZxTqXCtziXZHn4MFyKSpU { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #333333;border-left:9px solid #333333;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-shadow: none;height:242px;width:682px;top:49.984375px;left:92px;display:none; }
#Be0hQP13vwUhr05TfZquqH1pGWTMoPeL { color:#004673;display:block;width:551px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:90.984375px;left:201px;height:144px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nNJZVyn7U9yZEBeEVVyNs1IqqOwCKFHx { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: none;height:173px;width:129px;top:17.515625px;left:51.375px;overflow:hidden;display:none; }
#nQ4lQKhIlF2fsSTCKIqdbDok0kEJ9vhP { color:#333333;display:block;width:328px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:764px;left:301px;height:22.3906px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mBudRqmwqzMHGp31FeM469IyA0pHyKZX { position:relative;display:none; }#mBudRqmwqzMHGp31FeM469IyA0pHyKZX { border-width: 0; border-radius: 0; }#mBudRqmwqzMHGp31FeM469IyA0pHyKZX > .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; }#mBudRqmwqzMHGp31FeM469IyA0pHyKZX > .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:300px;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:none; }#ncDPMexTB0x4PRzcLiawcntd5hm46loO { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#vJTOD5uWEdmcCwqqpP8WGwN3w2O6kDXN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#f2oobco0tdWDCCsXWz443PPem21TVUTA { position:relative;display:none; }#f2oobco0tdWDCCsXWz443PPem21TVUTA { border-width: 0; border-radius: 0; }#f2oobco0tdWDCCsXWz443PPem21TVUTA > .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; }#f2oobco0tdWDCCsXWz443PPem21TVUTA > .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:300px;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:none; }#IRB27MoSJL9VVrqTwAzwJpb069ppwrL8 { 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:75px;width:150px;display:none; }
#Tva1bA3v0QwZb66CNag8EAyZ2h7cHxB3 { 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:64px;width:186px;display:none; }
#X1cAHty5rHOZxNGIfgEt4bOSnPTRdRbv { 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:44px;width:186px;display:none; }
#acnc9doIO0GxTdklg87AwOKpBwcmL8Zz { 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:46px;width:186px;display:none; }
#rdyVS38XhioaayoCe2Z7GEtxaE85LMif { 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:150px;width:147px;display:none; }
#W5cSe5w3H0Mt4g8voByFVTA8iemXrVeA { 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:78px;width:300px;display:none; }
#xN2QUQpLbEngg6EBRTTaxZVK1GnkraJq { 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:75px;width:124px;display:none; }
#sRqfBztoUVTF9L2UMMmhvJGMLcZP9zvp { 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:75px;width:75px;display:none; }
#IMwhdgXqAfUGPNddVt2qoe1QMFrSvDlh { color:#333333;display:block;width:327px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:204px;left:774px;height:41.5938px;font-style:normal;display:none; }
#Q4iUwCwW3JtyoQwXuB0eniPQTqw5TaGT { color:#333333;display:block;width:327px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:204px;left:774px;height:41.5938px;font-style:normal;display:none; }
#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { 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; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { background-color: transparent; background-image: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .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); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { border-width: 0; border-radius: 0; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { font-size:14px;font-family:arial;height:162px;width:1200px;position:relative;display:block; }#K2tTBLi0mnUs15q54uQ8uhDOIzcS4rkG { color:#333333;display:block;width:605px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:14996;line-height:1.3;letter-spacing:0;top:27.1875px;left:34px;height:20.7969px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BqP3Te5xyGAVR60RLbyTqSn8TWBLUhK7 { 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:28px;width:115px;top:94px;left:207.0000038147px;overflow:hidden;display:block; }
#TkKkVAGClZuNEcQPq4aHBycDRgLgpTIE { position:absolute;display:block;z-index:15005;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:30px;width:133px;top:92.5px;left:34px;overflow:hidden;display:block; }
#w1cacH5tP53QGokAPkvV0H9aA2kdDOOr { 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:48px;width:46px;top:81px;left:368.00001907349px;overflow:hidden;display:block; }
#M6Ir4gW9hnT3fbJKXym2DAaGpdozlyw5 { 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:27px;width:114px;top:94.5px;left:463.50001907349px;overflow:hidden;display:block; }
#TaMdzWGwL01gXw9XvT6qzoAUOKz6maWg { position:absolute;display:block;z-index:15008;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:43px;width:43px;top:86.5px;left:753.00001907349px;overflow:hidden;display:block; }
#cEl4URMBO3xkTTbCOtdDnTxUor19JmMH { position:absolute;display:block;z-index:15009;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:36px;width:63px;top:90px;left:630.50001907349px;overflow:hidden;display:block; }
#TeI5kQ7lhzgxVIwPIZ43MtPWX2PX7WbD { position:absolute;display:block;z-index:14995;background-color:#27b5ea;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;box-shadow: none;height:7px;width:178px;top:39.984375px;left:414.5px;display:block; }
#FCkqkatyniFlFLT8yndJdWug60WnWE5c { color:#333333;display:block;width:605px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:27.1875px;left:34px;height:20.7969px;text-align:left;text-align-last:left;font-style:normal;display:none; }
#PbyvrV9znK8JXLfql68zN8zxtTyoSJLt { position:absolute;display:block;z-index:14996;background-color:#6eab1a;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;box-shadow: none;height:7px;width:178px;top:39.984375px;left:414.5px;display:none; }
#EuuJlh5p4A4Df9kaM4AA66qMsTycRaTQ { 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:29px;width:94px;top:92.5px;left:985.00001907349px;overflow:hidden;display:block; }
#cFB8zhokEM9ZTCqDPGBpR8rhdtwa2fp5 { 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:41px;width:85px;top:87.5px;left:852.50001907349px;overflow:hidden;display:block; }
#Srm57zkyT24BSOV35xC7dNFBW7azX7p1 { color:#000000;display:block;width:47px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:101.5px;left:1118.0000801086px;height:20.7969px;font-style:normal;display:block; }
#XtTqBbpaCTh8d7HgJgJZqLqG2pQQIsQb { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:314px;left:704px;height:;display:none; }
#HKISIg0ieWvVMwaQTBToihZkOwa0IKXb { color:#333333;display:block;width:328px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:253px;left:312.5px;height:22.3906px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#w07pg3AVzPSDvlxe4q1B7gyKALGyZe3S { position:absolute;display:block;z-index:15004;background-color:#27b5ea;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;box-shadow: none;height:8px;width:218px;top:527px;left:774px;display:none; }
#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0e0e0;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; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { background-color: transparent; background-image: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container > .video-iframe-container { display: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container { display: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .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); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { border-width: 0; border-radius: 0; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { font-size:14px;font-family:arial;height:297px;width:1200px;position:relative;display:block; }#dAhrtINxzvnSU4dOmbPlXzGhmesg2ZsD { color:#004673;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:31px;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:74px;left:0px;height:80.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v3rODARUtpBIbW0SdNB8EbvTtpiQ5DIX { color:#333333;display:block;width:1064px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:170px;left:68px;height:49.375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XxNg1V1MdNnVKW8upm1kfCX0TTxtKgb8 { position:absolute;display:block;z-index:14996;background-color:#27b5ea;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;box-shadow: none;height:12px;width:331px;top:101px;left:541.5px;display:block; }
#rr7r2On4Ww2hJumPMbLJdDkNi77fzMNG { position:absolute;display:block;z-index:14999;background-color:#6eab1a;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;box-shadow: none;height:8px;width:146px;top:237.96875px;left:811.5px;display:none; }
#G1ggoQKbab56qTf5bFXuhUSHwdVqot0a { position:absolute;display:block;z-index:14999;background-color:#6eab1a;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;box-shadow: none;height:8px;width:146px;top:237.96875px;left:811.5px;display:none; }
#QwqvaZ3luUkCmkklRDTWZS0QgMr6MxGk { position:absolute;display:block;z-index:14999;background-color:#6eab1a;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;box-shadow: none;height:8px;width:146px;top:237.96875px;left:811.5px;display:none; }
#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0e0e0;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; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { background-color: transparent; background-image: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container > .video-iframe-container { display: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row > .video-iframe-container { display: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .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); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { border-width: 0; border-radius: 0; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { font-size:14px;font-family:arial;height:500px;width:1200px;position:relative;display:block; }#lTevog2JFxhE0B2XaTuEZ3dlu8kkuart { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;height:278px;width:250px;top:144px;left:32px;display:block; }
#qRA63h2saXCqO91gmoa0la5XqnumggZQ { position:absolute;display:block;z-index:15001;background-color:#27b5ea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 1px 1px 40px rgba(0,0,0,0.1) ;height:100px;width:100px;top:95px;left:107px;display:block; }
#W3MvTncSJimG6pHg98PFzOEDZ2iflDcn { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;height:277px;width:250px;top:145px;left:318px;display:block; }
#nxLcoZ4xImuTuDk5yiCXOVi6JqDP9LpU { position:absolute;display:block;z-index:15003;background-color:#27b5ea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 1px 1px 40px rgba(0,0,0,0.1) ;height:100px;width:100px;top:95px;left:393px;display:block; }
#Azy6xmvLPTStF7gsxIUxJKG52VVAWVq3 { color:#666666;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:267.875px;left:57px;height:103.9845px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uHUPQlfMswSikFefrI7xlefel4T99y2n { color:#27b5ea;display:block;width:200px;position:absolute;font-family:"open sans";font-size:19px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:212.5px;left:57px;height:24.6979px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kyePWFXnU3cDs0kkeLepD8CC0UKiTQnH { position:absolute;display:block;z-index:15023;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:332px;width:359px;top:66px;left:736.25px;overflow:hidden;display:block; }
#oNQlhrNg5TTiIwTpCJ5y4028mfVFJFCz { position:absolute;display:block;z-index:15021;background-color:#27b5ea;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:200px;width:200px;top:177px;left:940px;display:block; }
#QhTiLwa1IuapOCP3BLL7pVkNS9bTv2Vn { position:absolute;display:block;z-index:15022;background-color:#333333;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;box-shadow: none;height:200px;width:200px;top:237px;left:940px;display:block; }
#y7QgvPLdxV2TGVyivHJ6ZGWCpiG77h5T { color:#000000;display:block;width:340px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:14995;line-height:1.3;letter-spacing:0;top:22.1875px;left:140.5px;height:36.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akLKJhy58ufWlQBvd7ygWXhCOSmRUHvB { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:67px;width:67px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:111.5px;left:123.5px; }
#xna4mToEAMGKTgHzwEX2HNwiaSCoPyTt { color:#27b5ea;display:block;width:203px;position:absolute;font-family:"open sans";font-size:19px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:212.5px;left:340.5px;height:24.6979px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HL6y5zpJoRlfD9DM7uTu2D4rD4iTxS74 { color:#666666;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:257.5px;left:343px;height:124.7813px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RHTXaDTKNopxIw8iRADSuaoTa8Ocu0cP { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:65px;width:65px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:112.5px;left:410.5px; }
#R7mURqMa4n4WImJIf7gteFhu1H7mTUur { position:absolute;display:block;z-index:14988;background-color:#27b5ea;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;box-shadow: none;height:10px;width:347px;top:45.5625px;left:134px;display:block; }
#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF { position:relative;display:block; }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF { background-color: transparent; background-image: none; }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF > .row .container > .video-iframe-container { display: none; }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF > .row > .video-iframe-container { display: none; }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF > .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); }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF { border-width: 0; border-radius: 0; }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF > .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; }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF > .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:112px;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; }#IsvC9KR6VTzTBWUzMTuTtTnReg6V9h0S { background-color:#333333;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:328px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:28.5px;left:436px;display:block; }
#cqyr9JJCt0cV991JgsRTVvF45XFUcTOt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0e0e0;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; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row .container { background-color: transparent; background-image: none; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row .container > .video-iframe-container { display: none; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row > .video-iframe-container { display: none; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .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); }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row .container { border-width: 0; border-radius: 0; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row .container { font-size:14px;font-family:arial;height:500px;width:1200px;position:relative;display:block; }#XxzxTBuMhkgOVlB8CqpdE1v1tJCnW5WN { position:absolute;display:block;z-index:15023;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:388px;width:390px;top:30px;left:79px;overflow:hidden;display:block; }
#JkMycIXhGHCH06bEZtOVH1Ieu8quPTUX { position:absolute;display:block;z-index:15021;background-color:#27b5ea;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;height:200px;width:200px;top:190px;left:41px;display:block; }
#J7AAsN2g20UUXGSpQ7d5AA1eLgMVz5dZ { position:absolute;display:block;z-index:15022;background-color:#333333;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;box-shadow: none;height:200px;width:200px;top:250px;left:41px;display:block; }
#iheXaL2Fen9FU2UyzyklmI3scehRV3Iv { color:#333333;display:block;width:313px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:14996;line-height:1.3;letter-spacing:0;top:30px;left:710px;height:36.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y3BvbSFNasiaO3F9TLNHZSMm7oKPafPE { position:absolute;display:block;z-index:15012;background-color:#27b5ea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 1px 1px 40px rgba(0,0,0,0.1) ;height:100px;width:100px;top:109.5px;left:685.5px;display:block; }
#kUQKI3rxhzOaObqenztWss4TR1agwtOe { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:67px;width:67px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:126px;left:702px; }
#OBqSEoMOCkwpXCRooFlDk6l1gTCJz0WG { position:absolute;display:block;z-index:15014;background-color:#27b5ea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 1px 1px 40px rgba(0,0,0,0.1) ;height:100px;width:100px;top:108.8125px;left:968.5px;display:block; }
#ACISfuwwTNmAvTugG34kdnRui3DJFc7h { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:79px;width:79px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:119.3125px;left:979px; }
#wseT3cngNyUWHxCFUJRpFf2JZo5uttqa { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;height:278px;width:250px;top:160px;left:610.5px;display:block; }
#qGpSsO6AtN5S6mXTqDMqVbgt9fHVq7at { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;height:278px;width:250px;top:160px;left:893.5px;display:block; }
#CvXvCKT6ZcTQPyRHfz96WAUse7q3mTVQ { color:#27b5ea;display:block;width:228px;position:absolute;font-family:"open sans";font-size:19px;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:217.8125px;left:621.5px;height:49.375px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F8xXkbLLT0VrzS9bgogS1W8EFXJJVzEK { color:#27b5ea;display:block;width:218px;position:absolute;font-family:"open sans";font-size:19px;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:216.5px;left:909.5px;height:49.375px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nUm4F93uT93kO4zGRdBk2v7Nrp0P3K0B { color:#666666;display:block;width:210px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:285.25px;left:913.5px;height:124.7813px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sMdXBV4oT4TszULQ19v4ctBw2GTbVHnz { color:#666666;display:block;width:207px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:286.828125px;left:632px;height:124.7813px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P6otArknqCuo5mKGqsQRwEwoTK8FhAQ7 { position:absolute;display:block;z-index:14995;background-color:#27b5ea;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;box-shadow: none;height:11px;width:312px;top:53.375px;left:709px;display:block; }
#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F { position:relative;display:block; }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F { background-color: transparent; background-image: none; }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F > .row .container > .video-iframe-container { display: none; }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F > .row > .video-iframe-container { display: none; }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F > .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); }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F { border-width: 0; border-radius: 0; }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F > .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; }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F > .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:108px;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; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0e0e0;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; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { background-color: transparent; background-image: none; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container > .video-iframe-container { display: none; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row > .video-iframe-container { display: none; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .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); }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { border-width: 0; border-radius: 0; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { font-size:14px;font-family:arial;height:109px;width:1200px;position:relative;display:block; }#uFOkIL3CJ4vK1HqBCgOpHKmP2BwHFBlK { color:#333333;display:block;width:528px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:36.3125px;left:322px;height:36.3958px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iNZQrICAJS99KPyJCImsx3a1DcMneXxL { position:absolute;display:block;z-index:14998;background-color:#27b5ea;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;box-shadow: none;height:11px;width:466px;top:58px;left:353px;display:block; }
#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0e0e0;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; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row .container { background-color: transparent; background-image: none; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row .container > .video-iframe-container { display: none; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row > .video-iframe-container { display: none; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .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); }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row .container { border-width: 0; border-radius: 0; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row .container { font-size:14px;font-family:arial;height:876px;width:1200px;position:relative;display:block; }#tC9pQbin8SkehTRUHnl2urKn61gRNrsd { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: none;height:173px;width:129px;top:17.515625px;left:51.375px;overflow:hidden;display:block; }
#d7wyCX782n8WRTAW462GfOMqVlXAvmqy { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #333333;border-left:9px solid #333333;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-shadow: none;height:181px;width:682px;top:49.984375px;left:92px;display:block; }
#DH1xPteuyBJhupRvsSmEvWuUP8dNyBCg { color:#004673;display:block;width:562px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:83.984375px;left:190px;height:96px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O0o8oEglVbvKufOdKrbapM4hbyZ7H8KH { color:#333333;display:block;width:328px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:198.984375px;left:307px;height:22.3958px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aP3dqX61yGRJEScDc45ET3XV4CQtqGyF { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #27b5ea;border-left:0 solid #6eab1a;border-right:10px solid #27b5ea;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;height:322px;width:682px;top:261px;left:456px;display:block; }
#tth1FTee9pOVgk7JbyTTRwcxIgbmLKPi { color:#333333;display:block;width:328px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:551px;left:597px;height:22.3958px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QT0WAB6OLrel0AHQN8130ivoXc43Np6q { color:#004673;display:block;width:573px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:287px;left:472px;height:240px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zqPpeyTVTz9y1lmBnB7QTpe90vTUfX8d { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: none;height:169px;width:127px;top:213px;left:1054.875px;overflow:hidden;display:block; }
#veSXE1wk0mJKfZA56xnd111TTOTTXmhR { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #333333;border-left:10px solid #333333;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-shadow: none;height:210px;width:682px;top:613px;left:91px;display:block; }
#qstG0QyJO8AQxfuQX987CWhLT4gOsnoX { color:#333333;display:block;width:328px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:764px;left:301px;height:22.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rzqZ77wIBzT3lIPX3unuJo6KLWfuHHTF { color:#004673;display:block;width:551px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:651px;left:194.5px;height:96px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FoAcqGuRKitDGHbPxmoltkunecNSLnup { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: none;height:165px;width:124px;top:554px;left:54.375px;overflow:hidden;display:block; }
#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA { position:relative;display:block; }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA { background-color: transparent; background-image: none; }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA > .row .container > .video-iframe-container { display: none; }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA > .row > .video-iframe-container { display: none; }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA > .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); }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA { border-width: 0; border-radius: 0; }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA > .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; }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA > .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:113px;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; }#nzvCrx1fVZ4M98ZpGz8sKTUN7eBO7nXe { background-color:#27b5ea;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:285px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:30px;left:457.5px;display:block; }
#PAhkPfs15SfNkMGPQTaXgpOXAOrB09FR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0e0e0;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; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { background-color: transparent; background-image: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container > .video-iframe-container { display: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row > .video-iframe-container { display: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .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); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { border-width: 0; border-radius: 0; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { font-size:14px;font-family:arial;height:74px;width:1200px;position:relative;display:block; }#Arvplbr4BeXO22ZJ40lCRNOMTcKTpHQl { color:#333333;display:block;width:200px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:28.5625px;left:93.5px;height:16.8906px;display:block; }
#crziFpezTaxMXFV0W6dTPnNFgIMNbJI8 { color:#000000;display:block;width:73px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28.5625px;left:872.5px;height:16.8958px;display:block; }
#QSyn7dQ1kz8DyXsegUe6nHaah7KLGT7n { color:#000000;display:block;width:136px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:28.5625px;left:974.5px;height:16.8958px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-regular-label { width:290px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-text { width:290px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-text {padding-top: 0; padding-bottom: 0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-textarea { width:290px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-select { width:290px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-select {padding-top: 0; padding-bottom: 0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-button { width:246px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:22px; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-checkbox-label { width:273px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky  { width:290px;height:auto;top:302px;left:429px; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .radio-container { width:290px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky {display:block;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky { width:290px;height:auto;top:302px;left:429px; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #bR4XJb3R3EdFgXSmReIwNulTD4y7qXca {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #PSoaWVgx60P87e2TCpVSysbwKApwN0cw { display:none; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #pITCRO1TGoMf9IRnLFJ6ksbxcVfT93Wx {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #XbbKi5SEKuG08eDopvTqlqGWKBmfod9d {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #fJqUftDkozqN7lsOEMy4gPsT5CTkfDZp { display:none; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #Cght8HaqBv3lRZJoR5zb4sF1PEpX1TqQ {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #iH1wTfSSope6G0bS1pJNlDJ5M2hG3vqL {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #ha3eRQf8G1QCeKGBEZlr4RFQEEHVQXR6 { display:none; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #uWVnFKAd4H2vat9O3adL2Pm6oUnBVFky {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #KdeBNdgZl3A57tQiuemrkXSdAITvM9fM {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #Dbhnfrp1DgwGrrfcTk1GvE8VBTbwa0qc {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #XSyS5KhcrNhkmpgHEtGZtzrJ18U7yG8a {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #k7NIEUrwa5epkzshHf5h3OV4vTlxfMFd {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #aQtGS1S4NLdFipqiVEexQwTqLnkbBHFe {  }
 }@media only screen and (max-width: 763px) { #ylyXV10ZKbE2gSbs3LrNVqht3Tbr7Erx { top:405px;left:429px;width:335px;height:62px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #QPZrT5oWbSinOTzrGWaVNhTZscUxprcm { top:163px;left:0px;width:406px;height:83px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qCUwDCCFNuI5tAgpURSEF4MpGsPpzQf0 { top:314px;left:486px;width:200px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ER6wazQNya1LdcZTIkwHMLwyQl0PGfKN { top:31px;left:241px;width:217px;height:87px;display:block; }
 }@media only screen and (max-width: 763px) { #LV01R45VEcfeFNbTfNhlOBueXeMQbLHu { top:310px;left:328px;width:163px;height:163px;display:block; }
 }@media only screen and (max-width: 763px) { #K2QgfVM7NSvib3hU4QzeBHfTqayzxO8D { top:307px;left:331px;width:156px;height:156px;display:block; }
 }@media only screen and (max-width: 763px) { #FDL15M4uLuzfOLihWGb7Tc1GAban2Llo { top:408px;left:472px;width:61px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #cAgsAVAw67n0Hy9tdTBUlbOZxnsupTIw { top:283px;left:461px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #IaKCCxwDLa830zIAKp6TJTztH1pp7iPK { top:204px;left:437px;width:327px;height:41px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MlnMH7Z3y5eztQErnCZKsGBt58ZfOZGO { top:293px;left:466px;width:298px;height:62px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ktRESUI60GQgcMg4R82MhUOghan5F7xt { top:216px;left:509px;width:255px;height:8px;display:block; }
 }@media only screen and (max-width: 763px) { #gOdhXzocffp1dlJmmBSlRC0FAGmy2drS { top:304px;left:554px;width:52px;height:9px;display:block; }
 }@media only screen and (max-width: 763px) { #sQn7XnNIQlqxZk1oqGKbUzfvdnLCT9IS { top:417px;left:472px;width:292px;height:8px;display:block; }
 }@media only screen and (max-width: 763px) { #bpy8WyLNlbLr1WSzkKn7WP8K8G2NUGkD { top:17px;left:0px;width:129px;height:173px;display:none; }
 }@media only screen and (max-width: 763px) { #DBI4CyxpJLMzWcBqz1KT0QDJ1FbKrTTs { width:320px;height:360px;top:32px;left:392px;display:none; }
 }@media only screen and (max-width: 763px) { #tzcUfAtImaGMGpM3A3wPvzkM2LNRJ33X { width:228px;height:198px;top:84px;left:448.5px;display:none; }
 }@media only screen and (max-width: 763px) { #TPntbySpH111CaTA9LCmt5Kcbx9TwRWK { width:228px;height:22px;top:319px;left:449px;display:none; }
 }@media only screen and (max-width: 763px) { #P2SS9tJ93raMMr2lFXxbzoxTm29uyMPo { top:514px;left:416px;width:348px;height:62px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zDlIrzglc27ASJLBPq8KKGb6PRG92Cgm { top:522px;left:479px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #l2XHIaTz7ozQXgKXA5yCZZhBynqNnM5l { top:527px;left:546px;width:218px;height:8px;display:block; }
 }@media only screen and (max-width: 763px) { #TDNNEPETwOgqqBfJx5xObgMn3kaQ3EEG { top:201px;left:472.5px;width:51px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #wuXSOUWpN9uCgKOOH7977SEkG2ZKeSWP { top:386px;left:472px;width:292px;height:8px;display:none; }
 }@media only screen and (max-width: 763px) { #OQU88TErVNfe3xX2TTnmu6FUOS4vaMBR { top:386px;left:472px;width:292px;height:8px;display:none; }
 }@media only screen and (max-width: 763px) { #JQQeCy6TytXq5WyOyQVMFNZV5HtnbLhh { top:386px;left:472px;width:292px;height:8px;display:none; }
 }@media only screen and (max-width: 763px) { #p1VXDSgwzMdwivhLb2zDTfXfadTidyCC { top:632px;left:0px;width:348px;height:62px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #AJVDMF48cIrZxTqXCtziXZHn4MFyKSpU { width:320px;height:360px;top:32px;left:392px;display:none; }
 }@media only screen and (max-width: 763px) { #Be0hQP13vwUhr05TfZquqH1pGWTMoPeL { width:228px;height:198px;top:84px;left:448.5px;display:none; }
 }@media only screen and (max-width: 763px) { #nNJZVyn7U9yZEBeEVVyNs1IqqOwCKFHx { top:17px;left:0px;width:129px;height:173px;display:none; }
 }@media only screen and (max-width: 763px) { #nQ4lQKhIlF2fsSTCKIqdbDok0kEJ9vhP { width:228px;height:22px;top:319px;left:449px;display:none; }
 }@media only screen and (max-width: 763px) { #mBudRqmwqzMHGp31FeM469IyA0pHyKZX { display:none; }#mBudRqmwqzMHGp31FeM469IyA0pHyKZX > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ncDPMexTB0x4PRzcLiawcntd5hm46loO { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #vJTOD5uWEdmcCwqqpP8WGwN3w2O6kDXN { display:block; }
 }@media only screen and (max-width: 763px) { #f2oobco0tdWDCCsXWz443PPem21TVUTA { display:none; }#f2oobco0tdWDCCsXWz443PPem21TVUTA > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IRB27MoSJL9VVrqTwAzwJpb069ppwrL8 { width:150px;height:75px;display:none; }
 }@media only screen and (max-width: 763px) { #Tva1bA3v0QwZb66CNag8EAyZ2h7cHxB3 { width:186px;height:64px;display:none; }
 }@media only screen and (max-width: 763px) { #X1cAHty5rHOZxNGIfgEt4bOSnPTRdRbv { width:186px;height:44px;display:none; }
 }@media only screen and (max-width: 763px) { #acnc9doIO0GxTdklg87AwOKpBwcmL8Zz { width:186px;height:46px;display:none; }
 }@media only screen and (max-width: 763px) { #rdyVS38XhioaayoCe2Z7GEtxaE85LMif { width:147px;height:150px;display:none; }
 }@media only screen and (max-width: 763px) { #W5cSe5w3H0Mt4g8voByFVTA8iemXrVeA { width:300px;height:78px;display:none; }
 }@media only screen and (max-width: 763px) { #xN2QUQpLbEngg6EBRTTaxZVK1GnkraJq { width:124px;height:75px;display:none; }
 }@media only screen and (max-width: 763px) { #sRqfBztoUVTF9L2UMMmhvJGMLcZP9zvp { width:75px;height:75px;display:none; }
 }@media only screen and (max-width: 763px) { #IMwhdgXqAfUGPNddVt2qoe1QMFrSvDlh { top:18px;left:0px;width:269px;height:36px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #Q4iUwCwW3JtyoQwXuB0eniPQTqw5TaGT { top:462px;left:0px;width:269px;height:18px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { display:block; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2tTBLi0mnUs15q54uQ8uhDOIzcS4rkG { top:27px;left:0px;width:605px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BqP3Te5xyGAVR60RLbyTqSn8TWBLUhK7 { top:94px;left:0px;width:115px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #TkKkVAGClZuNEcQPq4aHBycDRgLgpTIE { top:92px;left:0px;width:133px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #w1cacH5tP53QGokAPkvV0H9aA2kdDOOr { top:81px;left:150.00001907349px;width:46px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #M6Ir4gW9hnT3fbJKXym2DAaGpdozlyw5 { top:94px;left:245.50001907349px;width:114px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #TaMdzWGwL01gXw9XvT6qzoAUOKz6maWg { top:86px;left:535.00001907349px;width:43px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #cEl4URMBO3xkTTbCOtdDnTxUor19JmMH { top:90px;left:412.50001907349px;width:63px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #TeI5kQ7lhzgxVIwPIZ43MtPWX2PX7WbD { top:39px;left:196.5px;width:178px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #FCkqkatyniFlFLT8yndJdWug60WnWE5c { top:27px;left:0px;width:605px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #PbyvrV9znK8JXLfql68zN8zxtTyoSJLt { top:39px;left:196.5px;width:178px;height:7px;display:none; }
 }@media only screen and (max-width: 763px) { #EuuJlh5p4A4Df9kaM4AA66qMsTycRaTQ { top:92px;left:670px;width:94px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #cFB8zhokEM9ZTCqDPGBpR8rhdtwa2fp5 { top:87px;left:634.50001907349px;width:85px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #Srm57zkyT24BSOV35xC7dNFBW7azX7p1 { top:101px;left:717px;width:47px;height:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XtTqBbpaCTh8d7HgJgJZqLqG2pQQIsQb { top:314px;left:486px;width:200px;height:;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #HKISIg0ieWvVMwaQTBToihZkOwa0IKXb { width:228px;height:22px;top:319px;left:449px;display:none; }
 }@media only screen and (max-width: 763px) { #w07pg3AVzPSDvlxe4q1B7gyKALGyZe3S { top:527px;left:546px;width:218px;height:8px;display:none; }
 }@media only screen and (max-width: 763px) { #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { display:block; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAhrtINxzvnSU4dOmbPlXzGhmesg2ZsD { width:764px;height:80px;top:74px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #v3rODARUtpBIbW0SdNB8EbvTtpiQ5DIX { width:764px;height:49px;top:170px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XxNg1V1MdNnVKW8upm1kfCX0TTxtKgb8 { top:101px;left:323.5px;width:331px;height:12px;display:block; }
 }@media only screen and (max-width: 763px) { #rr7r2On4Ww2hJumPMbLJdDkNi77fzMNG { top:237px;left:529px;width:146px;height:8px;display:none; }
 }@media only screen and (max-width: 763px) { #G1ggoQKbab56qTf5bFXuhUSHwdVqot0a { top:237px;left:529px;width:146px;height:8px;display:none; }
 }@media only screen and (max-width: 763px) { #QwqvaZ3luUkCmkklRDTWZS0QgMr6MxGk { top:237px;left:529px;width:146px;height:8px;display:none; }
 }@media only screen and (max-width: 763px) { #Bq94ltTxw78XaEut62NybTZ0KL5pTnsA { display:block; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTevog2JFxhE0B2XaTuEZ3dlu8kkuart { width:185px;height:242px;top:85px;left:3px;display:block; }
 }@media only screen and (max-width: 763px) { #qRA63h2saXCqO91gmoa0la5XqnumggZQ { width:100px;height:100px;top:95px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #W3MvTncSJimG6pHg98PFzOEDZ2iflDcn { width:185px;height:242px;top:85px;left:194px;display:block; }
 }@media only screen and (max-width: 763px) { #nxLcoZ4xImuTuDk5yiCXOVi6JqDP9LpU { width:100px;height:100px;top:95px;left:282px;display:block; }
 }@media only screen and (max-width: 763px) { #Azy6xmvLPTStF7gsxIUxJKG52VVAWVq3 { width:180px;height:78px;top:188px;left:5.5px;display:block; }
 }@media only screen and (max-width: 763px) { #uHUPQlfMswSikFefrI7xlefel4T99y2n { top:212px;left:0px;width:200px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #kyePWFXnU3cDs0kkeLepD8CC0UKiTQnH { top:66px;left:403px;width:359px;height:332px;display:block; }
 }@media only screen and (max-width: 763px) { #oNQlhrNg5TTiIwTpCJ5y4028mfVFJFCz { top:177px;left:564px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #QhTiLwa1IuapOCP3BLL7pVkNS9bTv2Vn { top:237px;left:564px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #y7QgvPLdxV2TGVyivHJ6ZGWCpiG77h5T { top:22px;left:31.5px;width:340px;height:36px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #akLKJhy58ufWlQBvd7ygWXhCOSmRUHvB { top:111px;left:14.5px;width:67px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #xna4mToEAMGKTgHzwEX2HNwiaSCoPyTt { top:212px;left:179px;width:203px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #HL6y5zpJoRlfD9DM7uTu2D4rD4iTxS74 { width:180px;height:78px;top:188px;left:5.5px;display:block; }
 }@media only screen and (max-width: 763px) { #RHTXaDTKNopxIw8iRADSuaoTa8Ocu0cP { top:112px;left:301.5px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #R7mURqMa4n4WImJIf7gteFhu1H7mTUur { top:45px;left:25px;width:347px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF { display:block; }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsvC9KR6VTzTBWUzMTuTtTnReg6V9h0S { width:328px;height:55px;top:28px;left:218px;display:block; }
 }@media only screen and (max-width: 763px) { #cqyr9JJCt0cV991JgsRTVvF45XFUcTOt { display:block; }
 }@media only screen and (max-width: 763px) { #ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 { display:block; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxzxTBuMhkgOVlB8CqpdE1v1tJCnW5WN { top:30px;left:0px;width:390px;height:388px;display:block; }
 }@media only screen and (max-width: 763px) { #JkMycIXhGHCH06bEZtOVH1Ieu8quPTUX { top:190px;left:0px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #J7AAsN2g20UUXGSpQ7d5AA1eLgMVz5dZ { top:250px;left:0px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #iheXaL2Fen9FU2UyzyklmI3scehRV3Iv { top:30px;left:383px;width:313px;height:36px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #y3BvbSFNasiaO3F9TLNHZSMm7oKPafPE { width:100px;height:100px;top:109px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #kUQKI3rxhzOaObqenztWss4TR1agwtOe { top:126px;left:382px;width:67px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #OBqSEoMOCkwpXCRooFlDk6l1gTCJz0WG { width:100px;height:100px;top:108px;left:641.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ACISfuwwTNmAvTugG34kdnRui3DJFc7h { top:119px;left:652px;width:79px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #wseT3cngNyUWHxCFUJRpFf2JZo5uttqa { width:185px;height:242px;top:85px;left:3px;display:block; }
 }@media only screen and (max-width: 763px) { #qGpSsO6AtN5S6mXTqDMqVbgt9fHVq7at { width:185px;height:242px;top:85px;left:194px;display:block; }
 }@media only screen and (max-width: 763px) { #CvXvCKT6ZcTQPyRHfz96WAUse7q3mTVQ { top:217px;left:382px;width:228px;height:49px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #F8xXkbLLT0VrzS9bgogS1W8EFXJJVzEK { top:216px;left:546px;width:218px;height:49px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #nUm4F93uT93kO4zGRdBk2v7Nrp0P3K0B { width:180px;height:78px;top:188px;left:5.5px;display:block; }
 }@media only screen and (max-width: 763px) { #sMdXBV4oT4TszULQ19v4ctBw2GTbVHnz { width:180px;height:78px;top:188px;left:5.5px;display:block; }
 }@media only screen and (max-width: 763px) { #P6otArknqCuo5mKGqsQRwEwoTK8FhAQ7 { top:53px;left:382px;width:312px;height:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F { display:block; }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX { display:block; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFOkIL3CJ4vK1HqBCgOpHKmP2BwHFBlK { top:36px;left:104px;width:528px;height:36px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #iNZQrICAJS99KPyJCImsx3a1DcMneXxL { top:58px;left:135px;width:466px;height:11px;display:block; }
 }@media only screen and (max-width: 763px) { #iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd { display:block; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tC9pQbin8SkehTRUHnl2urKn61gRNrsd { top:17px;left:0px;width:129px;height:173px;display:block; }
 }@media only screen and (max-width: 763px) { #d7wyCX782n8WRTAW462GfOMqVlXAvmqy { width:320px;height:360px;top:32px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #DH1xPteuyBJhupRvsSmEvWuUP8dNyBCg { width:228px;height:198px;top:84px;left:448.5px;display:block; }
 }@media only screen and (max-width: 763px) { #O0o8oEglVbvKufOdKrbapM4hbyZ7H8KH { width:228px;height:22px;top:319px;left:449px;display:block; }
 }@media only screen and (max-width: 763px) { #aP3dqX61yGRJEScDc45ET3XV4CQtqGyF { width:320px;height:360px;top:32px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #tth1FTee9pOVgk7JbyTTRwcxIgbmLKPi { width:228px;height:22px;top:319px;left:449px;display:block; }
 }@media only screen and (max-width: 763px) { #QT0WAB6OLrel0AHQN8130ivoXc43Np6q { width:228px;height:198px;top:84px;left:448.5px;display:block; }
 }@media only screen and (max-width: 763px) { #zqPpeyTVTz9y1lmBnB7QTpe90vTUfX8d { top:213px;left:635px;width:127px;height:169px;display:block; }
 }@media only screen and (max-width: 763px) { #veSXE1wk0mJKfZA56xnd111TTOTTXmhR { width:320px;height:360px;top:32px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #qstG0QyJO8AQxfuQX987CWhLT4gOsnoX { width:228px;height:22px;top:319px;left:449px;display:block; }
 }@media only screen and (max-width: 763px) { #rzqZ77wIBzT3lIPX3unuJo6KLWfuHHTF { width:228px;height:198px;top:84px;left:448.5px;display:block; }
 }@media only screen and (max-width: 763px) { #FoAcqGuRKitDGHbPxmoltkunecNSLnup { top:554px;left:0px;width:124px;height:165px;display:block; }
 }@media only screen and (max-width: 763px) { #mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA { display:block; }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzvCrx1fVZ4M98ZpGz8sKTUN7eBO7nXe { width:285px;height:55px;top:30px;left:239.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PAhkPfs15SfNkMGPQTaXgpOXAOrB09FR { display:block; }
 }@media only screen and (max-width: 763px) { #IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 { display:block; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Arvplbr4BeXO22ZJ40lCRNOMTcKTpHQl { top:28px;left:0px;width:200px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #crziFpezTaxMXFV0W6dTPnNFgIMNbJI8 { top:28px;left:654.5px;width:73px;height:17px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #QSyn7dQ1kz8DyXsegUe6nHaah7KLGT7n { top:28px;left:628px;width:136px;height:17px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:transparent;background-image:none;display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:320px;height:1690px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-text {padding-top: 0; padding-bottom: 0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-select {padding-top: 0; padding-bottom: 0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-button { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:20px;font-size:16px;overflow:hidden; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-checkbox-label { width:264px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky  { width:280px;height:auto;top:231.75px;left:0px; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky {display:block;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky { width:280px;height:auto;top:231.75px;left:0px; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #bR4XJb3R3EdFgXSmReIwNulTD4y7qXca {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #PSoaWVgx60P87e2TCpVSysbwKApwN0cw { display:none; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #pITCRO1TGoMf9IRnLFJ6ksbxcVfT93Wx {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #XbbKi5SEKuG08eDopvTqlqGWKBmfod9d {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #fJqUftDkozqN7lsOEMy4gPsT5CTkfDZp { display:none; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #Cght8HaqBv3lRZJoR5zb4sF1PEpX1TqQ {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #iH1wTfSSope6G0bS1pJNlDJ5M2hG3vqL {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #ha3eRQf8G1QCeKGBEZlr4RFQEEHVQXR6 { display:none; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #uWVnFKAd4H2vat9O3adL2Pm6oUnBVFky {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #KdeBNdgZl3A57tQiuemrkXSdAITvM9fM {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #Dbhnfrp1DgwGrrfcTk1GvE8VBTbwa0qc {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #XSyS5KhcrNhkmpgHEtGZtzrJ18U7yG8a {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #k7NIEUrwa5epkzshHf5h3OV4vTlxfMFd {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #aQtGS1S4NLdFipqiVEexQwTqLnkbBHFe {  }
 }@media only screen and (max-width: 763px) { #ylyXV10ZKbE2gSbs3LrNVqht3Tbr7Erx { width:196px;height:90.9375px;top:1030px;left:96px;font-size:14px;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #QPZrT5oWbSinOTzrGWaVNhTZscUxprcm { width:271px;height:90.9375px;top:131.625px;left:24.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qCUwDCCFNuI5tAgpURSEF4MpGsPpzQf0 { width:200px;height:0;top:1373.375px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ER6wazQNya1LdcZTIkwHMLwyQl0PGfKN { width:217px;height:87px;top:17px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #LV01R45VEcfeFNbTfNhlOBueXeMQbLHu { width:163px;height:163px;top:1077.640625px;left:78.5px;display:none; }
 }@media only screen and (max-width: 763px) { #K2QgfVM7NSvib3hU4QzeBHfTqayzxO8D { width:156px;height:156px;top:1044.140625px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #FDL15M4uLuzfOLihWGb7Tc1GAban2Llo { width:44px;height:44px;top:1053.46875px;left:26.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cAgsAVAw67n0Hy9tdTBUlbOZxnsupTIw { width:52px;height:52px;top:825.375px;left:20.5px;display:block; }
 }@media only screen and (max-width: 763px) { #IaKCCxwDLa830zIAKp6TJTztH1pp7iPK { width:193px;height:54.5625px;top:738.21875px;left:94px;font-size:14px;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #MlnMH7Z3y5eztQErnCZKsGBt58ZfOZGO { width:221px;height:72.75px;top:815px;left:95px;font-size:14px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ktRESUI60GQgcMg4R82MhUOghan5F7xt { width:135px;height:8px;top:748px;left:94px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #gOdhXzocffp1dlJmmBSlRC0FAGmy2drS { width:46px;height:9px;top:825px;left:95px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sQn7XnNIQlqxZk1oqGKbUzfvdnLCT9IS { width:60px;height:8px;top:925px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #bpy8WyLNlbLr1WSzkKn7WP8K8G2NUGkD { width:72px;height:97px;top:1156.375px;left:48.828125px;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DBI4CyxpJLMzWcBqz1KT0QDJ1FbKrTTs { width:273px;height:200px;top:1194.375px;left:24px;z-index:15006;background-color:#e0e0e0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #tzcUfAtImaGMGpM3A3wPvzkM2LNRJ33X { width:249px;height:115.125px;top:1259.375px;left:36px;text-align:center;text-align-last:center;font-size:12px;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #TPntbySpH111CaTA9LCmt5Kcbx9TwRWK { width:148px;height:33.5938px;top:1210.375px;left:131.5px;text-align:center;text-align-last:center;font-size:12px;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #P2SS9tJ93raMMr2lFXxbzoxTm29uyMPo { width:179px;height:90.9375px;top:914.5px;left:96.5px;font-size:14px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #zDlIrzglc27ASJLBPq8KKGb6PRG92Cgm { width:44px;height:44px;top:933px;left:24.5px;display:block; }
 }@media only screen and (max-width: 763px) { #l2XHIaTz7ozQXgKXA5yCZZhBynqNnM5l { width:218px;height:8px;top:1210.375px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #TDNNEPETwOgqqBfJx5xObgMn3kaQ3EEG { width:38px;height:38px;top:746.5px;left:24.5px;display:block; }
 }@media only screen and (max-width: 763px) { #wuXSOUWpN9uCgKOOH7977SEkG2ZKeSWP { width:135px;height:8px;top:943.3125px;left:97px;z-index:15003;background-color:#27b5ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OQU88TErVNfe3xX2TTnmu6FUOS4vaMBR { width:148px;height:8px;top:1040px;left:96px;z-index:15006;background-color:#27b5ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JQQeCy6TytXq5WyOyQVMFNZV5HtnbLhh { width:104px;height:8px;top:1059px;left:96px;z-index:15007;background-color:#27b5ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #p1VXDSgwzMdwivhLb2zDTfXfadTidyCC { width:320px;height:54.5625px;top:637.9375px;left:0px;font-size:14px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #AJVDMF48cIrZxTqXCtziXZHn4MFyKSpU { width:273px;height:200px;top:1462.140625px;left:23.5px;z-index:15012;background-color:#e0e0e0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Be0hQP13vwUhr05TfZquqH1pGWTMoPeL { width:249px;height:134.312px;top:1516px;left:35.5px;text-align:center;text-align-last:center;font-size:12px;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #nNJZVyn7U9yZEBeEVVyNs1IqqOwCKFHx { width:72px;height:97px;top:1410.59375px;left:208.5px;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nQ4lQKhIlF2fsSTCKIqdbDok0kEJ9vhP { width:190px;height:33.5938px;top:1473px;left:40px;text-align:center;text-align-last:center;font-size:12px;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #mBudRqmwqzMHGp31FeM469IyA0pHyKZX { display:block; }#mBudRqmwqzMHGp31FeM469IyA0pHyKZX { background-color: transparent; background-image: none; }#mBudRqmwqzMHGp31FeM469IyA0pHyKZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBudRqmwqzMHGp31FeM469IyA0pHyKZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBudRqmwqzMHGp31FeM469IyA0pHyKZX > .row .container > .video-iframe-container { display: none; }#mBudRqmwqzMHGp31FeM469IyA0pHyKZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBudRqmwqzMHGp31FeM469IyA0pHyKZX > .row > .video-iframe-container { display: none; }#mBudRqmwqzMHGp31FeM469IyA0pHyKZX > .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); }#mBudRqmwqzMHGp31FeM469IyA0pHyKZX > .row .container { width:320px;height:82px;background-color:#e0e0e0;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncDPMexTB0x4PRzcLiawcntd5hm46loO { top:21px;left:51.5px;width:217px;height:40px;z-index:15000;background-color:#27b5ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vJTOD5uWEdmcCwqqpP8WGwN3w2O6kDXN { display:block; }
 }@media only screen and (max-width: 763px) { #f2oobco0tdWDCCsXWz443PPem21TVUTA { display:block; }#f2oobco0tdWDCCsXWz443PPem21TVUTA > .row .container { width:320px;height:492px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRB27MoSJL9VVrqTwAzwJpb069ppwrL8 { top:144px;left:35.5px;width:95px;height:47px;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tva1bA3v0QwZb66CNag8EAyZ2h7cHxB3 { top:150px;left:182.5px;width:108px;height:35px;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X1cAHty5rHOZxNGIfgEt4bOSnPTRdRbv { top:304px;left:164px;width:145px;height:33px;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #acnc9doIO0GxTdklg87AwOKpBwcmL8Zz { top:225px;left:9px;width:138px;height:33px;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rdyVS38XhioaayoCe2Z7GEtxaE85LMif { top:286px;left:49px;width:68px;height:69px;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #W5cSe5w3H0Mt4g8voByFVTA8iemXrVeA { top:223px;left:164px;width:145px;height:37px;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xN2QUQpLbEngg6EBRTTaxZVK1GnkraJq { top:77px;left:117px;width:80px;height:48px;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sRqfBztoUVTF9L2UMMmhvJGMLcZP9zvp { top:378px;left:132px;width:56px;height:56px;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IMwhdgXqAfUGPNddVt2qoe1QMFrSvDlh { width:269px;height:36.375px;top:19px;left:25.5px;font-size:14px;z-index:14999;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q4iUwCwW3JtyoQwXuB0eniPQTqw5TaGT { width:64px;height:18.1875px;top:451px;left:128px;font-size:14px;z-index:15000;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/VMBVyqA5/roz.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;display:none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.adaptive-delivery-prevent-bg, #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.lazyload, #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.lazyloading { background-image: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { width:320px;height:550px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K2tTBLi0mnUs15q54uQ8uhDOIzcS4rkG { width:320px;height:41.5938px;top:20px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #BqP3Te5xyGAVR60RLbyTqSn8TWBLUhK7 { width:138px;height:34px;top:99.59375px;left:91px;display:block; }
 }@media only screen and (max-width: 763px) { #TkKkVAGClZuNEcQPq4aHBycDRgLgpTIE { width:139px;height:32px;top:32.59375px;left:90.5px;display:block; }
 }@media only screen and (max-width: 763px) { #w1cacH5tP53QGokAPkvV0H9aA2kdDOOr { width:41px;height:42px;top:170.59375px;left:84.5px;display:block; }
 }@media only screen and (max-width: 763px) { #M6Ir4gW9hnT3fbJKXym2DAaGpdozlyw5 { width:119px;height:31px;top:241.59375px;left:90.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TaMdzWGwL01gXw9XvT6qzoAUOKz6maWg { width:35px;height:35px;top:376.59375px;left:90.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cEl4URMBO3xkTTbCOtdDnTxUor19JmMH { width:51px;height:30px;top:296.59375px;left:134.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TeI5kQ7lhzgxVIwPIZ43MtPWX2PX7WbD { width:178px;height:7px;top:81.5938px;left:71px;display:none; }
 }@media only screen and (max-width: 763px) { #FCkqkatyniFlFLT8yndJdWug60WnWE5c { width:263px;height:62.3906px;top:74px;left:79.5px;font-size:16px;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PbyvrV9znK8JXLfql68zN8zxtTyoSJLt { width:125px;height:7px;top:186px;left:217.5px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #EuuJlh5p4A4Df9kaM4AA66qMsTycRaTQ { width:77px;height:26px;top:431.59375px;left:114px;display:block; }
 }@media only screen and (max-width: 763px) { #cFB8zhokEM9ZTCqDPGBpR8rhdtwa2fp5 { width:64px;height:32px;top:477.59375px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #Srm57zkyT24BSOV35xC7dNFBW7azX7p1 { width:47px;height:0;top:529.59375px;left:136px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XtTqBbpaCTh8d7HgJgJZqLqG2pQQIsQb { width:200px;height:0;top:64px;left:119px;font-size:16px;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #HKISIg0ieWvVMwaQTBToihZkOwa0IKXb { width:148px;height:33.5938px;top:3px;left:171px;text-align:center;text-align-last:center;font-size:12px;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #w07pg3AVzPSDvlxe4q1B7gyKALGyZe3S { width:218px;height:8px;top:189px;left:101px;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { display:block; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { width:320px;height:154px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAhrtINxzvnSU4dOmbPlXzGhmesg2ZsD { width:314px;height:70.1718px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #v3rODARUtpBIbW0SdNB8EbvTtpiQ5DIX { width:298px;height:103.984px;top:35px;left:11px;text-align:center;text-align-last:center;font-size:16px;font-weight:400;font-style:normal;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #XxNg1V1MdNnVKW8upm1kfCX0TTxtKgb8 { width:320px;height:12px;top:164.75px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #rr7r2On4Ww2hJumPMbLJdDkNi77fzMNG { width:121px;height:8px;top:47.015625px;left:130.5px;z-index:15000;background-color:#27b5ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #G1ggoQKbab56qTf5bFXuhUSHwdVqot0a { width:111px;height:8px;top:89px;left:179.5px;z-index:15001;background-color:#27b5ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QwqvaZ3luUkCmkklRDTWZS0QgMr6MxGk { width:97px;height:8px;top:108.96875px;left:21.5px;z-index:15002;background-color:#27b5ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Bq94ltTxw78XaEut62NybTZ0KL5pTnsA { display:block; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { width:320px;height:670px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTevog2JFxhE0B2XaTuEZ3dlu8kkuart { width:229px;height:242px;top:68.171875px;left:45.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qRA63h2saXCqO91gmoa0la5XqnumggZQ { width:100px;height:100px;top:25px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #W3MvTncSJimG6pHg98PFzOEDZ2iflDcn { width:229px;height:242px;top:387.375px;left:45.5px;display:block; }
 }@media only screen and (max-width: 763px) { #nxLcoZ4xImuTuDk5yiCXOVi6JqDP9LpU { width:100px;height:100px;top:338px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #Azy6xmvLPTStF7gsxIUxJKG52VVAWVq3 { width:200px;height:116.953px;top:178.25px;left:60px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #uHUPQlfMswSikFefrI7xlefel4T99y2n { width:200px;height:24.6979px;top:138.875px;left:60px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #kyePWFXnU3cDs0kkeLepD8CC0UKiTQnH { width:166px;height:153px;top:870.375px;left:9px;display:none; }
 }@media only screen and (max-width: 763px) { #oNQlhrNg5TTiIwTpCJ5y4028mfVFJFCz { width:200px;height:200px;top:1191.375px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #QhTiLwa1IuapOCP3BLL7pVkNS9bTv2Vn { width:200px;height:200px;top:1251.375px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #y7QgvPLdxV2TGVyivHJ6ZGWCpiG77h5T { width:250px;height:36.3906px;top:20px;left:35px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #akLKJhy58ufWlQBvd7ygWXhCOSmRUHvB { width:67px;height:67px;top:42px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #xna4mToEAMGKTgHzwEX2HNwiaSCoPyTt { width:203px;height:24.6979px;top:451.875px;left:58.5px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #HL6y5zpJoRlfD9DM7uTu2D4rD4iTxS74 { width:200px;height:124.7813px;top:490.875px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RHTXaDTKNopxIw8iRADSuaoTa8Ocu0cP { width:65px;height:65px;top:356px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #R7mURqMa4n4WImJIf7gteFhu1H7mTUur { width:219px;height:10px;top:76.375px;left:50px;display:none; }
 }@media only screen and (max-width: 763px) { #O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF { display:block; }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF > .row .container { width:320px;height:86px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsvC9KR6VTzTBWUzMTuTtTnReg6V9h0S { width:280px;height:55px;top:15.5px;left:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cqyr9JJCt0cV991JgsRTVvF45XFUcTOt { display:block; }
 }@media only screen and (max-width: 763px) { #ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 { display:block; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row .container { width:320px;height:761px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxzxTBuMhkgOVlB8CqpdE1v1tJCnW5WN { width:289px;height:288px;top:300px;left:9px;display:none; }
 }@media only screen and (max-width: 763px) { #JkMycIXhGHCH06bEZtOVH1Ieu8quPTUX { width:200px;height:200px;top:20px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #J7AAsN2g20UUXGSpQ7d5AA1eLgMVz5dZ { width:200px;height:200px;top:80px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #iheXaL2Fen9FU2UyzyklmI3scehRV3Iv { width:320px;height:72.7812px;top:621px;left:0px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #y3BvbSFNasiaO3F9TLNHZSMm7oKPafPE { width:100px;height:100px;top:13px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #kUQKI3rxhzOaObqenztWss4TR1agwtOe { width:67px;height:67px;top:29px;left:126px;display:block; }
 }@media only screen and (max-width: 763px) { #OBqSEoMOCkwpXCRooFlDk6l1gTCJz0WG { width:100px;height:100px;top:382px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #ACISfuwwTNmAvTugG34kdnRui3DJFc7h { width:79px;height:79px;top:392px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #wseT3cngNyUWHxCFUJRpFf2JZo5uttqa { width:250px;height:278px;top:70.765625px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #qGpSsO6AtN5S6mXTqDMqVbgt9fHVq7at { width:250px;height:278px;top:438px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #CvXvCKT6ZcTQPyRHfz96WAUse7q3mTVQ { width:228px;height:49.3888px;top:128.578125px;left:46px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #F8xXkbLLT0VrzS9bgogS1W8EFXJJVzEK { width:218px;height:49.3889px;top:498px;left:51px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #nUm4F93uT93kO4zGRdBk2v7Nrp0P3K0B { width:210px;height:124.7813px;top:563px;left:55px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sMdXBV4oT4TszULQ19v4ctBw2GTbVHnz { width:207px;height:124.7813px;top:197.59375px;left:56.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #P6otArknqCuo5mKGqsQRwEwoTK8FhAQ7 { width:312px;height:11px;top:713.7656px;left:4px;display:none; }
 }@media only screen and (max-width: 763px) { #Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F { display:none; }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F > .row .container { width:320px;height:59px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX { display:none; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { width:320px;height:143px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uFOkIL3CJ4vK1HqBCgOpHKmP2BwHFBlK { width:320px;height:72.7812px;top:20px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #iNZQrICAJS99KPyJCImsx3a1DcMneXxL { width:320px;height:11px;top:112.7656px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd { display:none; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row .container { width:320px;height:1824px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tC9pQbin8SkehTRUHnl2urKn61gRNrsd { width:75px;height:100px;top:20px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #d7wyCX782n8WRTAW462GfOMqVlXAvmqy { width:311px;height:341px;top:140px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DH1xPteuyBJhupRvsSmEvWuUP8dNyBCg { width:260px;height:204.75px;top:181px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #O0o8oEglVbvKufOdKrbapM4hbyZ7H8KH { width:190px;height:44.7812px;top:343.015625px;left:130px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aP3dqX61yGRJEScDc45ET3XV4CQtqGyF { width:310px;height:287px;top:1223.579px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tth1FTee9pOVgk7JbyTTRwcxIgbmLKPi { width:320px;height:22.3906px;top:1477.579px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QT0WAB6OLrel0AHQN8130ivoXc43Np6q { width:320px;height:435.094px;top:1249.579px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zqPpeyTVTz9y1lmBnB7QTpe90vTUfX8d { width:75px;height:100px;top:1704.673px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #veSXE1wk0mJKfZA56xnd111TTOTTXmhR { width:310px;height:342px;top:704.891px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qstG0QyJO8AQxfuQX987CWhLT4gOsnoX { width:320px;height:22.3906px;top:1006.891px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rzqZ77wIBzT3lIPX3unuJo6KLWfuHHTF { width:320px;height:179.156px;top:742.891px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FoAcqGuRKitDGHbPxmoltkunecNSLnup { width:75px;height:100px;top:584.891px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA { display:block; }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA > .row .container { width:320px;height:115px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzvCrx1fVZ4M98ZpGz8sKTUN7eBO7nXe { width:285px;height:55px;top:30px;left:17.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PAhkPfs15SfNkMGPQTaXgpOXAOrB09FR { display:block; }
 }@media only screen and (max-width: 763px) { #IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 { display:block; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { width:320px;height:128px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Arvplbr4BeXO22ZJ40lCRNOMTcKTpHQl { width:200px;height:16.8906px;top:20px;left:60px;font-size:13px;text-align:center;text-align-last:center;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #crziFpezTaxMXFV0W6dTPnNFgIMNbJI8 { width:73px;height:16.8958px;top:56.875px;left:123px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #QSyn7dQ1kz8DyXsegUe6nHaah7KLGT7n { width:136px;height:16.8958px;top:93.75px;left:92px;font-size:13px;display:block; }
 }