.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#effdfe;background-image:url("https://images.assets-landingi.com/uc/1e5f96fb-3713-49b9-9c3a-6a565ad8f908/MicrosoftTeamsimage.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:492px;width:960px;overflow:visible;position:relative;display:block; }#Rrx4CaThkAaOmBJFKhXVBO9ZDmFaLaaw { display:block;width:712px;position:absolute;font-family:lato;font-size:60px;font-weight:400;z-index:100001;line-height:1.2;letter-spacing:0;top:176px;left:12px;height:72px;color:#213a7b;font-style:normal;display:block; }
#kaCk52ugUaSOJa68Wi2y78oB18OZHIxh { display:block;width:349px;position:absolute;font-family:lato;font-size:34px;font-weight:300;z-index:100002;line-height:1.2;letter-spacing:0;top:247px;left:13px;height:40.7969px;color:#1f4585;font-style:normal;display:block; }
#u9lvWDhCV05a2GUiyx42VcJ3tSv54I7r { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:80px;width:267px;top:19px;left:1.5px;overflow:hidden;display:block; }
#NoVZ1CfytztCReiOwXBmspTwe2B44hWn { position:absolute;display:block;z-index:99997;height:49px;width:89px;top:23px;left:71.5px;display:block; }
#A1w3GfQXOGK6mGwlrbg84Zq6NKTLKc15 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:204px;width:320px;display:none; }
#XwX3o5VB6GM02zsxQWEyJ7cXbbBC61tS { position:absolute;display:block;z-index:100003;background-color:#1f4585;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;height:77px;width:284px;top:307px;left:12px;display:block; }
#ysa5fktJkc5Dz5x1SkyJ5paDmsxZViCD { color:#eae2e4;display:block;width:258px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:312px;left:24px;height:67.5938px;display:block; }
#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { position:relative;display:block; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { background-color: transparent; background-image: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container > .video-iframe-container { display: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row > .video-iframe-container { display: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .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); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { border-width: 0; border-radius: 0; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .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:639px;width:960px;position:relative;display:block; }#wMfoi2tHvcNvr6yiTleTDs3CcHNACmgL { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1f4585;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:597px;width:380px;position:absolute;display:block;z-index:100000;top:24px;left:10px;display:block; }
#Eo7GWgIbTBvbeqThSK1NQIgDhaXsJlgL { display:block;width:340px;position:absolute;font-family:lato;font-size:29px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:41.5px;left:30px;height:37.6875px;color:#ffffff;font-style:normal;display:block; }
#zbWUA6hULTTH5r1DgJAfTq0mLQAatCi2 { display:block;width:340px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:75.5px;left:30px;height:20.7969px;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-form-header {  }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-regular-label { height:auto;display:none;font-family:lato;font-size:15px;font-weight:300;color:rgba(255,255,255,0.5);width:340px;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;overflow:hidden;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-text { background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:340px;box-sizing:border-box;height:38px;color:#161616;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0px 0px 0px #000000 ;vertical-align:top; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-text {padding-top: 0; padding-bottom: 0;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-textarea { background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:340px;box-sizing:border-box;height:70px;color:#161616;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0px 0px 0px #000000 ;vertical-align:top; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-select { background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:340px;box-sizing:border-box;height:32px;color:#161616;font-family:ubuntu;font-size:13px;overflow:hidden;box-shadow: 0px 0px 0px #000000 ;vertical-align:top; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-select {padding-top: 0; padding-bottom: 0;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .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; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .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:#f0c929;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:61px;margin-bottom:4px;margin-left:61px;display:block;box-sizing:border-box;font-size:18px;font-weight:700;color:#333333;width:217px;height:38px;font-family:lato;overflow:hidden;font-style:normal;line-height:1; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup [class*="-text"]:-moz-placeholder { color:#161616;font-family:lato;font-size:14px; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup [class*="-text"]::-moz-placeholder { color:#161616;font-family:lato;font-size:14px; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:lato;font-size:14px; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:lato;font-size:14px; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:11px;font-weight:400;color:#ffffff;vertical-align:top;width:323px;overflow:hidden;font-style:normal; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .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; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .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:ubuntu;font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-container { padding-top:2px;padding-right:0;padding-bottom:1px;padding-left:0;width:100%;font-size:0;height:auto; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-container:first-of-type{padding-top:0;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-container:last-of-type{padding-bottom:0;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:340px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100003;position:absolute;top:96px;left:10px; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:340px;display:block;vertical-align:top; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-info-text { display:block;height:auto;font-family:lato;font-size:12px;line-height:1.3;font-weight:300;color:rgba(255,255,255,0.5);vertical-align:top;overflow:hidden;font-style:normal; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup {display:block;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:340px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100003;position:absolute;top:96px;left:10px; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #InpidT5pHiafT3RnyOu5AhMEUrvROszs { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #t4JLOs6XwZxVoCFl2W1B20RZ5glxwZlx { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #ETVlAfCHcEWPvW6i9oSruaPFZrOzOMdG { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #J08T2MErgfoUbkMf03UpQ7c0n8Ac8FBk { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #MGnLFedM3T525s8U7aDLAR4XLODPsLuL { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #JKp3Mc1sh3rzSxi0CyVfNNoXM0yVpmlG { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #mKKDGQnGGy5mf7ORJGmvvLunEfLKFsEb { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #yPdf0VW9ws0yLwUm4m7bXCOVezLUyv5Q { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #JmmxP0IrWX1xHTfvffNGEQPJTeb0xNcI { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #X2kT53L99FORRXlIH2yDniimM32vScUJ { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #HoJmdekuPlTLKKJuGT2LWTr5iJzFdqQk { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #KJAb1SI3iXI86zJBP4rnHZUtP1PtLvMF { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #yRbzlgaE2fxr2Tn7AXzV1M810ukAlkgA { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #mehh556PNrCuTkwSScOKMUcDaM2z5CC8 { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #iUX3ESBOe9JK32DMimG3bZLJRIcuFHd4 { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #a934xs2UD2aEiN6lr3RnGBTGlUytgbg9 { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #TrL0PeCQmiBCBn0dzc1oPpZUaEHTuTJd { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #LCIJG56pxFDbHvkK6377aw8Jaow75B1n { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #TuCKVmBqnXs9iWJGiqrfoznbyZtSB9R6 { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #xR3go9LZX2M1ZCm9COT2BqoySuO0cT6d { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #uursakp4FJF4ZiRe4HnBBAHuTTUegWhA { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #KqNVxZV9poJa7TfdvWaJRMrUW5bFo5Io { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #tdLxLCTGmO40r7tgKnRiTTzzOtxNEzFr { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #mvMnpceTh4z8sBLgiKOOEZoZlzfPmNx8 { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #sweZ9kRRAbGGWNMIylRF06xVWWZ0pQZx { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #qNT5WQ6reEEDSc8xAh2BHn3AxIdLuG7d { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #MbHlgtvCTiGGMFRLp6tieykc17WNxg44 { position:relative; }
#vTzEt5Ks8gcMWKNA6pXxAqpXmxqI9Rab { position:relative;display:block; }
#eSSeZ2r1khg3UCPToIpE1klz3f5vAeFf { position:relative;display:block; }
#oPZN7gRNBXE7pBQCe9whmPNUpkps1cHS { position:relative;display:block; }
#tmhlq3LNkbPH6TPKPfiiFJkN567IslQD { position:relative;display:block; }
#p8CTRUxmrmo0m69geuFm2AezvouGpAO3 { position:relative;display:block; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #sQ17wfyd2BBB8BMAcxyknLhicmlE7LTt { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #ZwLWBTXd0rJrWz5yAZFv3nwzLd8Var1U { position:relative; }
#SPq7voTCt82oMzTvOdUk6i7pvHVZ69cD { display:block;width:471px;position:absolute;font-family:lato;font-size:30px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:58.296875px;left:459px;height:39px;color:#31455f;font-style:normal;display:block; }
#xnVAerbnM3q7RLDov4MaCHgXUbuSHsRz { color:#333333;display:block;width:467px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:100005;line-height:1.4;letter-spacing:0;top:121.515625px;left:459px;height:313.4691px;text-align:justify;text-align-last:initial;display:block; }
#CyK5lIVgN9EpFR5vfGuOt4AAd9CVfETJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CyK5lIVgN9EpFR5vfGuOt4AAd9CVfETJ > .row .container { background-color: transparent; background-image: none; }#CyK5lIVgN9EpFR5vfGuOt4AAd9CVfETJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CyK5lIVgN9EpFR5vfGuOt4AAd9CVfETJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CyK5lIVgN9EpFR5vfGuOt4AAd9CVfETJ > .row .container > .video-iframe-container { display: none; }#CyK5lIVgN9EpFR5vfGuOt4AAd9CVfETJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CyK5lIVgN9EpFR5vfGuOt4AAd9CVfETJ > .row > .video-iframe-container { display: none; }#CyK5lIVgN9EpFR5vfGuOt4AAd9CVfETJ > .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); }#CyK5lIVgN9EpFR5vfGuOt4AAd9CVfETJ > .row .container { border-width: 0; border-radius: 0; }#CyK5lIVgN9EpFR5vfGuOt4AAd9CVfETJ > .row .container { font-size:14px;font-family:arial;height:256px;width:960px;position:relative;display:block; }#Dr6Ica5ox6RLQkIMvtHXD1T82Q9CKOH8 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:73px;width:198px;position:absolute;display:block;z-index:100000;top:36px;left:0px;overflow:hidden;display:block; }
#IU104MRyahmPdszOWrznTrNGH9ZX6uzb { display:block;width:319px;position:absolute;font-family:roboto;font-size:14px;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:36px;left:320.5px;height:182.1248px;color:#1e1e1e;font-style:normal;display:block; }
#QLLmTF0rzCdLw7iaVZKJ9D0xIclfp1O5 { display:block;width:315px;position:absolute;font-family:roboto;font-size:14px;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:36px;left:642.5px;height:45.7812px;color:#6f6f6f;font-style:normal;display:block; }
#GalNbi84DC5cpx5eJQpd2JpV3sFFSqC8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GalNbi84DC5cpx5eJQpd2JpV3sFFSqC8 > .row .container { background-color: transparent; background-image: none; }#GalNbi84DC5cpx5eJQpd2JpV3sFFSqC8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GalNbi84DC5cpx5eJQpd2JpV3sFFSqC8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GalNbi84DC5cpx5eJQpd2JpV3sFFSqC8 > .row .container > .video-iframe-container { display: none; }#GalNbi84DC5cpx5eJQpd2JpV3sFFSqC8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GalNbi84DC5cpx5eJQpd2JpV3sFFSqC8 > .row > .video-iframe-container { display: none; }#GalNbi84DC5cpx5eJQpd2JpV3sFFSqC8 > .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); }#GalNbi84DC5cpx5eJQpd2JpV3sFFSqC8 > .row .container { border-width: 0; border-radius: 0; }#GalNbi84DC5cpx5eJQpd2JpV3sFFSqC8 > .row .container { font-size:14px;font-family:arial;height:65px;width:960px;position:relative;display:block; }#LeQyz4DOfFRHTTV7WLZ5LVyzsFDJ7THg { display:block;width:960px;position:absolute;font-family:roboto;font-size:14px;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:22.90625px;left:0px;height:18.1875px;color:#616161;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#effdfe;background-image:url("https://images.assets-landingi.com/uc/1e5f96fb-3713-49b9-9c3a-6a565ad8f908/MicrosoftTeamsimage.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:423px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Rrx4CaThkAaOmBJFKhXVBO9ZDmFaLaaw { width:659px;height:56.3906px;top:232px;left:0px;font-size:47px;display:block; }
 }@media only screen and (max-width: 959px) { #kaCk52ugUaSOJa68Wi2y78oB18OZHIxh { width:570px;height:40.7969px;top:282.59375px;left:1px;display:block; }
 }@media only screen and (max-width: 959px) { #u9lvWDhCV05a2GUiyx42VcJ3tSv54I7r { width:267px;height:80px;top:32px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #NoVZ1CfytztCReiOwXBmspTwe2B44hWn { width:89px;height:49px;top:32px;left:675px;display:block; }
 }@media only screen and (max-width: 959px) { #A1w3GfQXOGK6mGwlrbg84Zq6NKTLKc15 { width:320px;height:204px;display:none; }
 }@media only screen and (max-width: 959px) { #XwX3o5VB6GM02zsxQWEyJ7cXbbBC61tS { width:193px;height:58px;top:329px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #ysa5fktJkc5Dz5x1SkyJ5paDmsxZViCD { width:162px;height:41.5938px;top:338px;left:20.000000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { display:block; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { width:764px;height:492px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #wMfoi2tHvcNvr6yiTleTDs3CcHNACmgL { width:338px;height:453px;top:18px;left:10px;display:block; }
 }@media only screen and (max-width: 959px) { #Eo7GWgIbTBvbeqThSK1NQIgDhaXsJlgL { width:320px;height:35.0938px;top:29px;left:19px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #zbWUA6hULTTH5r1DgJAfTq0mLQAatCi2 { width:309px;height:19.5px;top:62px;left:24.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-regular-label { width:297px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-text { width:297px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-text {padding-top: 0; padding-bottom: 0;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-textarea { width:297px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-select { width:297px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-select {padding-top: 0; padding-bottom: 0;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-button { width:198px;margin-top:4px;margin-right:49px;margin-bottom:4px;margin-left:49px; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-checkbox-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup  { width:297px;height:auto;top:72px;left:11px; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .radio-container { width:297px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup {display:block;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup { width:297px;height:auto;top:72px;left:11px; }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #InpidT5pHiafT3RnyOu5AhMEUrvROszs {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #t4JLOs6XwZxVoCFl2W1B20RZ5glxwZlx {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #ETVlAfCHcEWPvW6i9oSruaPFZrOzOMdG {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #J08T2MErgfoUbkMf03UpQ7c0n8Ac8FBk {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #MGnLFedM3T525s8U7aDLAR4XLODPsLuL {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #JKp3Mc1sh3rzSxi0CyVfNNoXM0yVpmlG {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #mKKDGQnGGy5mf7ORJGmvvLunEfLKFsEb {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #yPdf0VW9ws0yLwUm4m7bXCOVezLUyv5Q {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #JmmxP0IrWX1xHTfvffNGEQPJTeb0xNcI {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #X2kT53L99FORRXlIH2yDniimM32vScUJ {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #HoJmdekuPlTLKKJuGT2LWTr5iJzFdqQk {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #KJAb1SI3iXI86zJBP4rnHZUtP1PtLvMF {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #yRbzlgaE2fxr2Tn7AXzV1M810ukAlkgA {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #mehh556PNrCuTkwSScOKMUcDaM2z5CC8 {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #iUX3ESBOe9JK32DMimG3bZLJRIcuFHd4 {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #a934xs2UD2aEiN6lr3RnGBTGlUytgbg9 {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #TrL0PeCQmiBCBn0dzc1oPpZUaEHTuTJd {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #LCIJG56pxFDbHvkK6377aw8Jaow75B1n {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #TuCKVmBqnXs9iWJGiqrfoznbyZtSB9R6 {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #xR3go9LZX2M1ZCm9COT2BqoySuO0cT6d {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #uursakp4FJF4ZiRe4HnBBAHuTTUegWhA {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #KqNVxZV9poJa7TfdvWaJRMrUW5bFo5Io {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #tdLxLCTGmO40r7tgKnRiTTzzOtxNEzFr {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #mvMnpceTh4z8sBLgiKOOEZoZlzfPmNx8 {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #sweZ9kRRAbGGWNMIylRF06xVWWZ0pQZx {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #qNT5WQ6reEEDSc8xAh2BHn3AxIdLuG7d {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #MbHlgtvCTiGGMFRLp6tieykc17WNxg44 {  }
 }@media only screen and (max-width: 959px) { #vTzEt5Ks8gcMWKNA6pXxAqpXmxqI9Rab { display:block; }
 }@media only screen and (max-width: 959px) { #eSSeZ2r1khg3UCPToIpE1klz3f5vAeFf { display:block; }
 }@media only screen and (max-width: 959px) { #oPZN7gRNBXE7pBQCe9whmPNUpkps1cHS { display:block; }
 }@media only screen and (max-width: 959px) { #tmhlq3LNkbPH6TPKPfiiFJkN567IslQD { display:block; }
 }@media only screen and (max-width: 959px) { #p8CTRUxmrmo0m69geuFm2AezvouGpAO3 { display:block; }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #sQ17wfyd2BBB8BMAcxyknLhicmlE7LTt {  }
 }@media only screen and (max-width: 959px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #ZwLWBTXd0rJrWz5yAZFv3nwzLd8Var1U {  }
 }@media only screen and (max-width: 959px) { #SPq7voTCt82oMzTvOdUk6i7pvHVZ69cD { width:389px;height:27.2969px;top:18px;left:375px;font-size:21px;display:block; }
 }@media only screen and (max-width: 959px) { #xnVAerbnM3q7RLDov4MaCHgXUbuSHsRz { width:372px;height:293.9068px;top:69px;left:375px;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #CyK5lIVgN9EpFR5vfGuOt4AAd9CVfETJ { display:block; }#CyK5lIVgN9EpFR5vfGuOt4AAd9CVfETJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Dr6Ica5ox6RLQkIMvtHXD1T82Q9CKOH8 { width:167px;height:61px;top:23px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #IU104MRyahmPdszOWrznTrNGH9ZX6uzb { width:244px;height:182.1248px;top:27px;left:260px;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #QLLmTF0rzCdLw7iaVZKJ9D0xIclfp1O5 { width:243px;height:45.7916px;top:27px;left:521px;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #GalNbi84DC5cpx5eJQpd2JpV3sFFSqC8 { display:block; }#GalNbi84DC5cpx5eJQpd2JpV3sFFSqC8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LeQyz4DOfFRHTTV7WLZ5LVyzsFDJ7THg { width:762px;height:16.8958px;top:24.5px;left:0px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:536px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rrx4CaThkAaOmBJFKhXVBO9ZDmFaLaaw { width:320px;height:39.5938px;top:128px;left:0px;text-align:center;text-align-last:center;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #kaCk52ugUaSOJa68Wi2y78oB18OZHIxh { width:317px;height:28.7969px;top:168px;left:0px;text-align:center;text-align-last:center;font-size:24px;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #u9lvWDhCV05a2GUiyx42VcJ3tSv54I7r { width:233px;height:70px;top:40.5px;left:43.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #NoVZ1CfytztCReiOwXBmspTwe2B44hWn { width:89px;height:49px;top:51px;left:115.5px;display:block; }
 }@media only screen and (max-width: 763px) { #A1w3GfQXOGK6mGwlrbg84Zq6NKTLKc15 { top:223px;left:0px;width:320px;height:204px;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XwX3o5VB6GM02zsxQWEyJ7cXbbBC61tS { width:320px;height:59px;top:427px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ysa5fktJkc5Dz5x1SkyJ5paDmsxZViCD { width:237px;height:52px;top:430px;left:36px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { display:block; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { width:320px;height:984px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMfoi2tHvcNvr6yiTleTDs3CcHNACmgL { width:320px;height:450px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Eo7GWgIbTBvbeqThSK1NQIgDhaXsJlgL { width:280px;height:31.1979px;top:11px;left:20px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #zbWUA6hULTTH5r1DgJAfTq0mLQAatCi2 { width:280px;height:16.8958px;top:42px;left:20px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-text {padding-top: 0; padding-bottom: 0;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-select {padding-top: 0; padding-bottom: 0;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-checkbox-label { width:263px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup  { width:280px;height:auto;top:47px;left:0px; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup {display:block;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup { width:280px;height:auto;top:47px;left:0px; }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #InpidT5pHiafT3RnyOu5AhMEUrvROszs {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #t4JLOs6XwZxVoCFl2W1B20RZ5glxwZlx {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #ETVlAfCHcEWPvW6i9oSruaPFZrOzOMdG {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #J08T2MErgfoUbkMf03UpQ7c0n8Ac8FBk {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #MGnLFedM3T525s8U7aDLAR4XLODPsLuL {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #JKp3Mc1sh3rzSxi0CyVfNNoXM0yVpmlG {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #mKKDGQnGGy5mf7ORJGmvvLunEfLKFsEb {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #yPdf0VW9ws0yLwUm4m7bXCOVezLUyv5Q {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #JmmxP0IrWX1xHTfvffNGEQPJTeb0xNcI {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #X2kT53L99FORRXlIH2yDniimM32vScUJ {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #HoJmdekuPlTLKKJuGT2LWTr5iJzFdqQk {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #KJAb1SI3iXI86zJBP4rnHZUtP1PtLvMF {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #yRbzlgaE2fxr2Tn7AXzV1M810ukAlkgA {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #mehh556PNrCuTkwSScOKMUcDaM2z5CC8 {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #iUX3ESBOe9JK32DMimG3bZLJRIcuFHd4 {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #a934xs2UD2aEiN6lr3RnGBTGlUytgbg9 {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #TrL0PeCQmiBCBn0dzc1oPpZUaEHTuTJd {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #LCIJG56pxFDbHvkK6377aw8Jaow75B1n {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #TuCKVmBqnXs9iWJGiqrfoznbyZtSB9R6 {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #xR3go9LZX2M1ZCm9COT2BqoySuO0cT6d {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #uursakp4FJF4ZiRe4HnBBAHuTTUegWhA {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #KqNVxZV9poJa7TfdvWaJRMrUW5bFo5Io {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #tdLxLCTGmO40r7tgKnRiTTzzOtxNEzFr {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #mvMnpceTh4z8sBLgiKOOEZoZlzfPmNx8 {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #sweZ9kRRAbGGWNMIylRF06xVWWZ0pQZx {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #qNT5WQ6reEEDSc8xAh2BHn3AxIdLuG7d {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #MbHlgtvCTiGGMFRLp6tieykc17WNxg44 {  }
 }@media only screen and (max-width: 763px) { #vTzEt5Ks8gcMWKNA6pXxAqpXmxqI9Rab { display:block; }
 }@media only screen and (max-width: 763px) { #eSSeZ2r1khg3UCPToIpE1klz3f5vAeFf { display:block; }
 }@media only screen and (max-width: 763px) { #oPZN7gRNBXE7pBQCe9whmPNUpkps1cHS { display:block; }
 }@media only screen and (max-width: 763px) { #tmhlq3LNkbPH6TPKPfiiFJkN567IslQD { display:block; }
 }@media only screen and (max-width: 763px) { #p8CTRUxmrmo0m69geuFm2AezvouGpAO3 { display:block; }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #sQ17wfyd2BBB8BMAcxyknLhicmlE7LTt {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #ZwLWBTXd0rJrWz5yAZFv3nwzLd8Var1U {  }
 }@media only screen and (max-width: 763px) { #SPq7voTCt82oMzTvOdUk6i7pvHVZ69cD { width:300px;height:24.6875px;top:488px;left:10px;text-align:center;text-align-last:center;font-size:19px;color:#111213;display:block; }
 }@media only screen and (max-width: 763px) { #xnVAerbnM3q7RLDov4MaCHgXUbuSHsRz { width:320px;height:428.3429px;top:534px;left:0px;text-align:center;text-align-last:center;font-size:14px;color:#333333;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #CyK5lIVgN9EpFR5vfGuOt4AAd9CVfETJ { display:block; }#CyK5lIVgN9EpFR5vfGuOt4AAd9CVfETJ > .row .container { width:320px;height:309px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dr6Ica5ox6RLQkIMvtHXD1T82Q9CKOH8 { width:198px;height:73px;top:12px;left:61.000004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #IU104MRyahmPdszOWrznTrNGH9ZX6uzb { width:319px;height:147.5px;top:101.41666412354px;left:0px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QLLmTF0rzCdLw7iaVZKJ9D0xIclfp1O5 { width:315px;height:36.375px;top:262.00000762939px;left:0px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GalNbi84DC5cpx5eJQpd2JpV3sFFSqC8 { display:block; }#GalNbi84DC5cpx5eJQpd2JpV3sFFSqC8 > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeQyz4DOfFRHTTV7WLZ5LVyzsFDJ7THg { width:287px;height:33.7812px;top:13.09375px;left:16.500000953674px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }