.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;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); }#v6Qtz3Jwp0LkTTzDTQblqFHwyPTOtJZm { 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; }#v6Qtz3Jwp0LkTTzDTQblqFHwyPTOtJZm > .row .container { background-color: transparent; background-image: none; }#v6Qtz3Jwp0LkTTzDTQblqFHwyPTOtJZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6Qtz3Jwp0LkTTzDTQblqFHwyPTOtJZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6Qtz3Jwp0LkTTzDTQblqFHwyPTOtJZm > .row .container > .video-iframe-container { display: none; }#v6Qtz3Jwp0LkTTzDTQblqFHwyPTOtJZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6Qtz3Jwp0LkTTzDTQblqFHwyPTOtJZm > .row > .video-iframe-container { display: none; }#v6Qtz3Jwp0LkTTzDTQblqFHwyPTOtJZm > .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); }#v6Qtz3Jwp0LkTTzDTQblqFHwyPTOtJZm > .row .container { border-width: 0; border-radius: 0; }#v6Qtz3Jwp0LkTTzDTQblqFHwyPTOtJZm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6Qtz3Jwp0LkTTzDTQblqFHwyPTOtJZm > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:60rem;position:relative;display:block; }#GZpaHTGeEyOmHfVP3kIs5FAvBymF0yUh { position:absolute;display:block;z-index:15001;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:6.125rem;width:12.3125rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#HtWu0asaP6anKoENStU2IZe2uTTKENIK { background-color:#21bbef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:3.75rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:5.125rem;left:36.5rem;display:block; }
#WRadUdEWTg8dmK9Kot1PFX07Iq8eeWm8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eWt1DTXbZATXaeedOgqKc7kHx1uAJZTH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:3.75rem;text-decoration:none;z-index:14982;text-align:center;text-align-last:center;top:5.125rem;left:48.25rem;display:block; }
#diiFngVG23MaNpeKwkvzDThaTJrGb6BJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CpoJb16c12oPGLutnlX3SUIiLZSdITyc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#21bbef;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; }#CpoJb16c12oPGLutnlX3SUIiLZSdITyc > .row .container { background-color: transparent; background-image: none; }#CpoJb16c12oPGLutnlX3SUIiLZSdITyc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpoJb16c12oPGLutnlX3SUIiLZSdITyc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpoJb16c12oPGLutnlX3SUIiLZSdITyc > .row .container > .video-iframe-container { display: none; }#CpoJb16c12oPGLutnlX3SUIiLZSdITyc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpoJb16c12oPGLutnlX3SUIiLZSdITyc > .row > .video-iframe-container { display: none; }#CpoJb16c12oPGLutnlX3SUIiLZSdITyc > .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); }#CpoJb16c12oPGLutnlX3SUIiLZSdITyc > .row .container { border-width: 0; border-radius: 0; }#CpoJb16c12oPGLutnlX3SUIiLZSdITyc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CpoJb16c12oPGLutnlX3SUIiLZSdITyc > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#eKXeffPWLKnzfHW97B6e3mAnaRZxXeAi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/447ad4db-e644-4bc1-a8fc-b4e8d71d2181/bgindividuale.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eKXeffPWLKnzfHW97B6e3mAnaRZxXeAi.adaptive-delivery-prevent-bg, #eKXeffPWLKnzfHW97B6e3mAnaRZxXeAi.lazyload, #eKXeffPWLKnzfHW97B6e3mAnaRZxXeAi.lazyloading { background-image: none; }#eKXeffPWLKnzfHW97B6e3mAnaRZxXeAi > .row .container { background-color: transparent; background-image: none; }#eKXeffPWLKnzfHW97B6e3mAnaRZxXeAi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKXeffPWLKnzfHW97B6e3mAnaRZxXeAi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKXeffPWLKnzfHW97B6e3mAnaRZxXeAi > .row .container > .video-iframe-container { display: none; }#eKXeffPWLKnzfHW97B6e3mAnaRZxXeAi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKXeffPWLKnzfHW97B6e3mAnaRZxXeAi > .row > .video-iframe-container { display: none; }#eKXeffPWLKnzfHW97B6e3mAnaRZxXeAi > .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); }#eKXeffPWLKnzfHW97B6e3mAnaRZxXeAi > .row .container { border-width: 0; border-radius: 0; }#eKXeffPWLKnzfHW97B6e3mAnaRZxXeAi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eKXeffPWLKnzfHW97B6e3mAnaRZxXeAi > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:60rem;position:relative;display:block; }#yNVXT3CDzrBOLUrzrG3bH8u2ZvsQyoPl { color:#0f539c;display:block;width:31.6875rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.0060375rem;font-style:normal;display:block; }
#wDCEyIMgFr1ciIIrDpolBpFTakkQPvOI { color:#0f539c;display:block;width:31.6875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:6.125rem;left:0rem;height:1.70605625rem;font-style:normal;display:block; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-form-header {  }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:20.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5625rem;color:#0f539c;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;font-weight:700;font-style:normal; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-input-text {padding-top: 0; padding-bottom: 0;}#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:4.375rem;color:#0f539c;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;font-weight:700;font-style:normal; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#0f539c;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:700;font-style:normal; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-input-select {padding-top: 0; padding-bottom: 0;}#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(123deg, #0f539c, #21bbef);background-image: -moz-linear-gradient(123deg, #0f539c, #21bbef);background-image: -ms-linear-gradient(123deg, #0f539c, #21bbef);background-image: -o-linear-gradient(123deg, #0f539c, #21bbef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#21bbef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#21bbef' );";background-image: linear-gradient(123deg, #0f539c, #21bbef);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:20.6875rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k [class*="-text"]:-moz-placeholder { color:#0f539c;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k [class*="-text"]::-moz-placeholder { color:#0f539c;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k [class*="-text"]:-ms-input-placeholder { color:#0f539c;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k [class*="-text"]::-webkit-input-placeholder { color:#0f539c;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:19.4375rem;overflow:hidden;font-style:normal;float:none; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-container:first-of-type{padding-top:0;}#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-container:last-of-type{padding-bottom:0;}#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0rem;top:13.1865234375rem;z-index:15004;position:absolute; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k {display:block;}#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0rem;top:13.1865234375rem;z-index:15004;position:absolute; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #HsShmeCpSPamTsnZKNPsPNRnqkT0Qq5E { position:relative; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #SJKPr8QoZEHWKgfwuOa2Sbi72wmwURMt { position:relative;display:none; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #tZHPTWTiep20caHCS9T8FtXp7EyArpKI { position:relative; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #Ud9QWcwk3W6JUxk97DAEQaIJ9fXXkiHL { position:relative; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #rUlCINNiZBVLLuru3hqVgZGxv5Ief48s { position:relative;display:none; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #esKP5ErSx34DqayXykzf5XeJ6wTJfgvv { position:relative; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #yiaBDXkkV1JrotVt7xWiszNPtGy5CLbQ { position:relative; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #apspUGO9dztE8qgnVigPhAfPs99FeibN { position:relative;display:none; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #kTOTAXFdePGhyOGCNdHHhTaoBTJLKTdt { position:relative; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #f3cJictzbxaBWKPF515DKV7IfGhsxBv1 { position:relative; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #rFQkeFx6WIITK77n4pyoTACt3hJNnN4a { position:relative;display:none; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #pqen1l9Z3CobaTem7a8D6sNXZxDWPMAb { position:relative; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #MBsk8aRUTUk51JD1bFarZaRUoFa1dF29 { position:relative; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #zvfLMTQulw1TGd6i1wQmE5aT3796KxLp { position:relative;display:none; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #LHDyDaWWP08tFS3VWh76hPwCsN59AWis { position:relative; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #KsDipxWxy9FLSb4kENZfRiTg6i7RBgoO { position:relative; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #mT4OL2GbmuVXOx8OU5iXHaqC8ZHbBAtq { position:relative;z-index:2; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #CVJlQNWqAsM8ShC2VED0610qpUQXlIck { position:relative; }
#C6D0FFUcJ1SK7eNDkcHMFsnOi6emxnfd { position:relative;display:block;z-index:100000;display:block; }
#JfZxDw5wKkN12qhFFafB8GZWfROvIpCm { position:relative;display:block;z-index:100000;display:block; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #odT63LoTAJNBwuVCiSIkduk4poWQnt01 { position:relative; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #Vse58DvHXQiiitfkNK1A7i4S7R1QFU1p { position:relative; }
#mNVC44WeitPWWKmOhXwq2AqoTbrLTi4T { color:#0f539c;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:10.3125rem;left:6.3125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XXHVfdOl0F8Vo1g9qcKKy4n30sOh2682 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#21bbef;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; }#XXHVfdOl0F8Vo1g9qcKKy4n30sOh2682 > .row .container { background-color: transparent; background-image: none; }#XXHVfdOl0F8Vo1g9qcKKy4n30sOh2682::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXHVfdOl0F8Vo1g9qcKKy4n30sOh2682 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXHVfdOl0F8Vo1g9qcKKy4n30sOh2682 > .row .container > .video-iframe-container { display: none; }#XXHVfdOl0F8Vo1g9qcKKy4n30sOh2682 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXHVfdOl0F8Vo1g9qcKKy4n30sOh2682 > .row > .video-iframe-container { display: none; }#XXHVfdOl0F8Vo1g9qcKKy4n30sOh2682 > .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); }#XXHVfdOl0F8Vo1g9qcKKy4n30sOh2682 > .row .container { border-width: 0; border-radius: 0; }#XXHVfdOl0F8Vo1g9qcKKy4n30sOh2682 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XXHVfdOl0F8Vo1g9qcKKy4n30sOh2682 > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#innNExQU7HTnaGuvoU3yn0XZtKAf1ugJ { position:relative;display:none; }#innNExQU7HTnaGuvoU3yn0XZtKAf1ugJ { border-width: 0; border-radius: 0; }#innNExQU7HTnaGuvoU3yn0XZtKAf1ugJ > .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; }#innNExQU7HTnaGuvoU3yn0XZtKAf1ugJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pdzIlK7UIIHoHAUX4TDJOfUg8xFQ5VZy { color:#0f539c;display:block;width:31.6875rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.0058625rem;font-style:normal;display:none; }
#hGaS1GoeRWBaJ4osLbT0LmB8V7QEC3FC { color:#0f539c;display:block;width:31.6875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:6.125rem;left:0rem;height:1.70605625rem;font-style:normal;display:none; }
#kz3aTLmNcK7Ogiv5aB91IUs8MeNJHRRr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#21bbef;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:none; }#kz3aTLmNcK7Ogiv5aB91IUs8MeNJHRRr > .row .container { border-width: 0; border-radius: 0; }#kz3aTLmNcK7Ogiv5aB91IUs8MeNJHRRr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kz3aTLmNcK7Ogiv5aB91IUs8MeNJHRRr > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:none; }#qOiLoQmMm7qxJnOrGk9ggS52ahLrRlyq { position:relative;display:none; }#qOiLoQmMm7qxJnOrGk9ggS52ahLrRlyq { border-width: 0; border-radius: 0; }#qOiLoQmMm7qxJnOrGk9ggS52ahLrRlyq > .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; }#qOiLoQmMm7qxJnOrGk9ggS52ahLrRlyq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Xw3zIsTTycvVXNnXGtiq3h555hZJUmwR { color:#0f539c;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:3.125rem;left:39.5625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-form-header {  }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:20.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:transparent;background-image: -webkit-linear-gradient(123deg, #0f539c, #21bbef);background-image: -moz-linear-gradient(123deg, #0f539c, #21bbef);background-image: -ms-linear-gradient(123deg, #0f539c, #21bbef);background-image: -o-linear-gradient(123deg, #0f539c, #21bbef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#21bbef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#21bbef' );";background-image: linear-gradient(123deg, #0f539c, #21bbef);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:20.6875rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:19.4375rem;overflow:hidden;font-style:normal; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-container:first-of-type{padding-top:0;}#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-container:last-of-type{padding-bottom:0;}#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0rem;top:13.1875rem;z-index:15004;position:absolute; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 {display:block;}#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0rem;top:13.1875rem;z-index:15004;position:absolute;display:none; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #Z2r7KZDQTkQ3goWsBfV4wZvHPrG9Wzkw { position:relative; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #CRtJSaLXfqAreDKMLTUSQTeCOiQtkv7H { position:relative;display:block; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #FNTQ92U7ZIBVlZseVllE5CCKBwAGWSkl { position:relative; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #fN4t5OVqMcShsiSE63yx3kkOKhcqE40a { position:relative; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #tMubG7QoxkSxGTp9Unlf33pBiFByWM5e { position:relative;display:block; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #wMLtTbIe6DhgkOIwS9JmR4flyfk3Bdwd { position:relative; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #qxAA1C6q7BSn4vKhxCAqT32tsIJ90ZC7 { position:relative; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #TIw6E0aaiHk253FVNqIfQreKzIKhwFAR { position:relative;display:block; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #Rd18LORVHa99GV9or67u47NByVi6fskT { position:relative; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #SSGf72qtJoQERsKh4TffVKHnNyryFe70 { position:relative; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #nlvQDUTDwQblGmaUCvznagp5mQ7lOZm2 { position:relative;display:block; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #Wnnle1XcTWnZi6ZmST2sOfBfE5u7lafy { position:relative; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #ALeSdoXbf188XRXicfHzUELClHEaBSWB { position:relative; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #yOzRyyGDloZil8Q9KSJqiTyWE8Vthgci { position:relative;display:block; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #TtKSGh3QkqRENDNldSSJh9k80H6DtIE3 { position:relative; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #hlgtvcMxN8IehfPWd4ZVbUWLVmokT9Ov { position:relative; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #AcBM4Pwz8uJIp4Tr8l19CeazoyUhBDsp { position:relative;z-index:2; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #qsR02xekEzNVbAmd0J0px83RczPBkKLP { position:relative; }
#PyycGnSwLz7rbm6C4tBAAydWmdZQU81P { position:relative;display:block;z-index:100000;display:block; }
#lbeGx4qBILrel6KFTcOqrzyZvf4QtU4z { position:relative;display:block;z-index:100000;display:block; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #oNrOq7kTWo6zupuShDZ62nzXzkDibXP7 { position:relative; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #ziVMPN7f9M2QqXr9DzgDQfTx4oy3cmy1 { position:relative; }
#zD8c7mcammvL1cSDrzumonDdPJgRMCuo { position:relative;display:block; }#zD8c7mcammvL1cSDrzumonDdPJgRMCuo { background-color: transparent; background-image: none; }#zD8c7mcammvL1cSDrzumonDdPJgRMCuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zD8c7mcammvL1cSDrzumonDdPJgRMCuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zD8c7mcammvL1cSDrzumonDdPJgRMCuo > .row .container > .video-iframe-container { display: none; }#zD8c7mcammvL1cSDrzumonDdPJgRMCuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zD8c7mcammvL1cSDrzumonDdPJgRMCuo > .row > .video-iframe-container { display: none; }#zD8c7mcammvL1cSDrzumonDdPJgRMCuo > .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); }#zD8c7mcammvL1cSDrzumonDdPJgRMCuo { border-width: 0; border-radius: 0; }#zD8c7mcammvL1cSDrzumonDdPJgRMCuo > .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; }#zD8c7mcammvL1cSDrzumonDdPJgRMCuo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uxt0NWkwBOvlMGPafoy6Zfoxo5UsFH6D { color:#0f539c;display:block;width:55.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:2.1;letter-spacing:0;top:1.71875rem;left:2.125rem;height:10.5rem;font-style:normal;display:block; }
#h0kz4IIIuWQTW6HlJzO7bnWVrF8x2FNV { 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; }#h0kz4IIIuWQTW6HlJzO7bnWVrF8x2FNV > .row .container { background-color: transparent; background-image: none; }#h0kz4IIIuWQTW6HlJzO7bnWVrF8x2FNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0kz4IIIuWQTW6HlJzO7bnWVrF8x2FNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0kz4IIIuWQTW6HlJzO7bnWVrF8x2FNV > .row .container > .video-iframe-container { display: none; }#h0kz4IIIuWQTW6HlJzO7bnWVrF8x2FNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0kz4IIIuWQTW6HlJzO7bnWVrF8x2FNV > .row > .video-iframe-container { display: none; }#h0kz4IIIuWQTW6HlJzO7bnWVrF8x2FNV > .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); }#h0kz4IIIuWQTW6HlJzO7bnWVrF8x2FNV > .row .container { border-width: 0; border-radius: 0; }#h0kz4IIIuWQTW6HlJzO7bnWVrF8x2FNV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h0kz4IIIuWQTW6HlJzO7bnWVrF8x2FNV > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#qwipdkAKTR0TTAtZw8lEZWnnTN3CrT0O { color:#0f539c;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:14.875rem;left:3.5625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LxrsXICZrI3DPbaRNMlSTgc93mA7FcO1 { color:#0f539c;display:block;width:11.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:19.5625rem;left:3.5625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kayqQUMqJcv2XazFGn906cG8X3UcfKcZ { color:#0f539c;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:22.75rem;left:3.5625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K304QmvlNeGQv5XbRve0rIA6UxNARNtw { color:#0f539c;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:26.9375rem;left:3.5625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z1z7ZfgSa7tcvT5NmGcXB0QOICVbXVc1 { color:#0f539c;display:block;width:10.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:30.9375rem;left:3.625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r7PhNVXZzhi0u4CI7Pmlw7bOkD8IQvzF { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:15.4375rem;left:23.0625rem; }
#VVwAtIaZ1HLfNaFFTb5Z3amhW1moqUly { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:15.4375rem;left:36.5625rem; }
#OmNBUOteLozMf5W7q5IohTKBtm9LyQsy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:15.4375rem;left:50.375rem; }
#pwM0F8LGTm0duPcJNBhXDK8AcoSrgXkU { position:absolute;display:block;z-index:15026;background-color:#ebecec;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.1875rem;width:52.8125rem;top:18.0625rem;left:3.5625rem;display:block; }
#DBTaXnOhOALXV6fssD9HTqTCWTvkLTQJ { position:absolute;display:block;z-index:15027;background-color:#ebecec;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.1875rem;width:52.8125rem;top:22.125rem;left:3.5625rem;display:block; }
#ETvfPETQpt59S6vWxauCepWr9GyMLS1M { position:absolute;display:block;z-index:15028;background-color:#ebecec;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.1875rem;width:52.8125rem;top:26.0625rem;left:3.5625rem;display:block; }
#XUrDoBWPl6v5oiTigSC9Cb5N0alSkrz9 { position:absolute;display:block;z-index:15029;background-color:#ebecec;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.1875rem;width:52.8125rem;top:30.125rem;left:3.5625rem;display:block; }
#k5SSZvTkDpA1o2UhnVkD1v5ws4hcCNEP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:19.5rem;left:23.0625rem; }
#CnT4J32irdpSrOwWiGty5EkTWVT9Sc8T { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:23.4375rem;left:23.0625rem; }
#toPmJEzTkf7qRWHR0iPh3CNk1ksWOmxZ { color:#33a900;display:block;width:2.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:27.625rem;left:22.125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wX7ycKLB90N3eIrmhzUN30Af7fPqW4uT { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:31.5rem;left:23rem; }
#NEOV7cshRKkNqWZSeNozoQowMdTZCS2Q { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:19.5rem;left:36.5625rem; }
#pWQWCQBQRMysQfKI8oGIooW4ikgx2Ze5 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:23.4375rem;left:36.5625rem; }
#NKWZ4QNVwuC3go7myi7rhVrwFlRpI8Ef { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:19.5rem;left:50.375rem; }
#NGv0857XdfSb3ASINnKID11fMK8xZDTG { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:23.4375rem;left:50.375rem; }
#OA8mMRAn03IJGoNr7fl71lxfaLDKxkbA { color:#ca7d9a;display:block;width:2.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:27.625rem;left:35.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rqpo91v9ttRZCKi4eyQDwDyqNqpntV00 { color:#ca7d9a;display:block;width:2.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:31.5625rem;left:35.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZWxWHzUGCtbR3LNvGR6KvzKdcNLvTB6K { color:#f48120;display:block;width:2.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:31.5625rem;left:49.5625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fddbe7QqIF7So6H02tPZT5LuUKwkkfT0 { color:#f36f21;display:block;width:2.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:27.625rem;left:49.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QHnWnVL1wk1EGftz1btsxJJxRoRSS8Lc { background-color:transparent;background-image:none;border-top:0.125rem solid #33a900;border-left:0.125rem solid #33a900;border-right:0.125rem solid #33a900;border-bottom:0.125rem solid #33a900;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.4375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:9.9375rem;left:18.375rem;display:block; }
#LPXbTnUkZRnSMPpho46TeMSmZ8UohktQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lTyQe93QOzNH1V9pigRBuyk7Zt5mfWP2 { background-color:transparent;background-image:none;border-top:0.125rem solid #ca7d9a;border-left:0.125rem solid #ca7d9a;border-right:0.125rem solid #ca7d9a;border-bottom:0.125rem solid #ca7d9a;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.4375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:9.9375rem;left:31.875rem;display:block; }
#GInTLENbv50TtW65GNABvoqeGu66Eewc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NAqMAQzhqO6OI72xIPexeayGugt0znXc { background-color:transparent;background-image:none;border-top:0.125rem solid #f36f21;border-left:0.125rem solid #f36f21;border-right:0.125rem solid #f36f21;border-bottom:0.125rem solid #f36f21;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.4375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:9.9375rem;left:45.6875rem;display:block; }
#fxzznbpiIKF1BWuqdJOVxAD32uWFeBl8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AhdtNgppO8IoIbrqsHcmw2giJdrMw6CR { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:10.1875rem;left:21.75rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z4WqzC3O2QPTpFpedRKAKFG4BKhMqMPd { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:10.1875rem;left:34.8125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WFAi9xCsMETxDAeULnW3MNZtlRygdJ16 { color:#ffffff;display:block;width:3.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:10.1875rem;left:49.1875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PBAk3wbHWCddJm32TEP8C3RLAULnd3fE { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:10.875rem;left:39.125rem;height:1.13725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NHb5VWtOdV0LmiF5U16U5ozlcUVk2DLa { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:10.875rem;left:33.4375rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tt2drQAgcwu4pAGJdzgkFVIar1vRPZ0m { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:10.875rem;left:19.6875rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ELWvsghw0Q2IwI6dBxhLzCGQnh9d1pJl { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:10.875rem;left:25.4375rem;height:1.13725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EDKq4IfzOaN95iUBEslFsZg2fqblfmMA { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:10.875rem;left:47.0625rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qIu2quiKARTuo9oIWzc5GPHNLAQDXLxW { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:10.875rem;left:52.875rem;height:1.13725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J4FeZPwf9i83nTFKXgw4iFcT9f5p5uKU { color:#0f539c;display:block;width:7.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:10.1875rem;left:3.5625rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T64ySn8X9xqwTvy3POFgHMg7bCishQ4x { color:#0f539c;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:13.6875rem;left:3.5rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mLOD3bFnIgbnPhPT6uO9RyNTsyqXtFhB { position:absolute;display:block;z-index:15026;background-color:#cbd2da;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:0.125rem;width:52.5rem;top:16.875rem;left:3.5rem;display:none; }
#F4rIbmuJZQERhlVL1omtziIUuqoCbEJf { color:#0f539c;display:block;width:11.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:18.375rem;left:3.5rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#U8cQfuanN0J76f2mL6I6AxMOnRU8ux7V { position:absolute;display:block;z-index:15027;background-color:#cbd2da;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:0.125rem;width:52.5rem;top:20.9375rem;left:3.5rem;display:none; }
#fJyT6KkRavThvdTirfmAowEnnXW18Si0 { color:#0f539c;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:21.75rem;left:3.5rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ecWqR51RKfGfXgsdXaap4CSKsQkmmReD { position:absolute;display:block;z-index:15028;background-color:#cbd2da;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:0.125rem;width:52.5rem;top:24.875rem;left:3.5rem;display:none; }
#sBZTOAyr4TZxnFHcXCEGpXIfVCSFMsNP { color:#0f539c;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:26.4375rem;left:3.5rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fRn7fJOrC9puBTf3Ka2iTun5C6V3MikT { position:absolute;display:block;z-index:15029;background-color:#cbd2da;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:0.125rem;width:52.5rem;top:28.9375rem;left:3.5rem;display:none; }
#FTxkXMMmO60lX9MNzocTNefJBJEAi3sT { color:#0f539c;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:30.875rem;left:3.5rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#IBtMbFnT1hZ6TA4kTrBZsQbTBprtWLJq { color:#0f539c;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:13.6875rem;left:3.5rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#MsTn12oa26udvm9G7FuPUrgqimm5MdxP { position:absolute;display:block;z-index:15026;background-color:#cbd2da;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:0.125rem;width:52.5rem;top:16.875rem;left:3.5rem;display:none; }
#spE0An3GMK2kxxZLs3UStF2GRB80SVJq { color:#0f539c;display:block;width:11.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:18.375rem;left:3.5rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Sv5LULd0IGAQCvTNrFTXfZhTGbCePSQs { position:absolute;display:block;z-index:15027;background-color:#cbd2da;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:0.125rem;width:52.5rem;top:20.9375rem;left:3.5rem;display:none; }
#OHSbCQOxETDohaWgLaMywhcuac9AwBhy { color:#0f539c;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:21.75rem;left:3.5rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#MEWwX484gBCfV8L6U81cfPbzJuvDlBnV { position:absolute;display:block;z-index:15028;background-color:#cbd2da;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:0.125rem;width:52.5rem;top:24.875rem;left:3.5rem;display:none; }
#uJVEg8EXieaJ0QQGoCHGFGVLTc0hSydF { color:#0f539c;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:26.4375rem;left:3.5rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#nbJ6b08Q7uB9nuzmaPJmNo0fNWuZ1opi { position:absolute;display:block;z-index:15029;background-color:#cbd2da;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:0.125rem;width:52.5rem;top:28.9375rem;left:3.5rem;display:none; }
#MpTxtCNVESUPh22zqvIEUUb4vd5vK6di { color:#0f539c;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:30.875rem;left:3.5rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#vJ2SrlZb3WvSUm8hKE7ad0UdbfSzNzQK { position:absolute;display:block;z-index:15035;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:4.875rem;width:9.25rem;top:4.375rem;left:19.0625rem;overflow:hidden;display:block; }
#qeJnEnEBVxg1vyTOq9u5rWGzvw6Cxfu2 { position:absolute;display:block;z-index:15036;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:4.875rem;width:9.25rem;top:4.375rem;left:32.6875rem;overflow:hidden;display:block; }
#ZmQbgONsdk5XK5O9N0woz0BbI6R9Mc9z { position:absolute;display:block;z-index:15037;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:4.875rem;width:9.5625rem;top:4.375rem;left:46.25rem;overflow:hidden;display:block; }
#sqrhQgkO9ZieF7MeOkGPkPwGtAokeIBG { position:absolute;display:block;z-index:15038;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:6.375rem;width:12.8125rem;top:4.375rem;left:3.5625rem;overflow:hidden;display:block; }
#zcX2R8R6QeRV55imaCae2Cuk7t0CN0EB { position:absolute;display:block;z-index:15020;background-color:#ebecec;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.1875rem;width:52.8125rem;top:14.0625rem;left:3.5625rem;display:block; }
#qCVNpIOlUrT5e4BAMm3XFo6a2k2s3PrM { position:absolute;display:block;z-index:15015;background-color:#33a900;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.1875rem;width:10.375rem;top:10.0625rem;left:18.5rem;display:block; }
#oL4TRmTi3hAX6f0rEgBzbULLQS1QvqFE { position:absolute;display:block;z-index:15018;background-color:#ca7d9a;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.1875rem;width:10.375rem;top:10.0625rem;left:32rem;display:block; }
#gCwThFkOomKXCAPX0v2xBKTxCPhy7RNL { position:absolute;display:block;z-index:15017;background-color:#f36f21;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.1875rem;width:10.375rem;top:10.0625rem;left:45.8125rem;display:block; }
#GxTTRgelnkl4xbAof5DX7TKSoQV7U0be { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:32.375rem;width:56.125rem;top:2.5rem;left:1.875rem;display:block; }
#R2tRaOhKJpQaRrJqfnVkt6M1yBzTbk6L { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(202,125,154,0.3) ;height:32.375rem;width:56.125rem;top:2.5rem;left:1.875rem;display:none; }
#eEUc6l0i4Aq6BOX0dhf3wkWWLCmLFelx { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(243,111,33,0.3) ;height:32.375rem;width:56.125rem;top:2.5rem;left:1.875rem;display:none; }
#sk4c5htQGK5GzrJxFd4LrOZP3vrRM34X { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(202,125,154,0.3) ;height:32.375rem;width:56.125rem;top:2.5rem;left:1.875rem;display:none; }
#eUxFSDfs2flQtoiaEvgw15awH8Ti1gPb { background-color:transparent;background-image:none;border-top:0.125rem solid #33a900;border-left:0.125rem solid #33a900;border-right:0.125rem solid #33a900;border-bottom:0.125rem solid #33a900;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.4375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:9.9375rem;left:18.375rem;display:none; }
#fgHRDITi3IEZSiyhLTzcmm6dafpip8E6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lzO9Gt3253208qTuTHcqDHvGw2f9brDd { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#R2rqrZmHvaLF0x6AG5ENXDX715tChE0h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nnwpaJh0VuHqrTMbNAhpxOiw4pQ7wNce { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#brxFKFwn55tWR8mdgkMIDRTrHXyTb1iN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HIOrPPThT9XG2HlQB9rIoExGy5pc3SKH { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#IFHFabfRm5ulv6G02NWwzVc1ySlbcA80 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z06lL709fb2ioPgRvz3Fr5wciRB8m3PX { position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:33.2498125rem;width:57.061625rem;top:2.060546875rem;left:1.3986549377441rem;display:block; }
#Z1ww5ld8PTNC1l1Bie0We1zkR2lFmoiw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f539c;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; }#Z1ww5ld8PTNC1l1Bie0We1zkR2lFmoiw > .row .container { background-color: transparent; background-image: none; }#Z1ww5ld8PTNC1l1Bie0We1zkR2lFmoiw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1ww5ld8PTNC1l1Bie0We1zkR2lFmoiw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1ww5ld8PTNC1l1Bie0We1zkR2lFmoiw > .row .container > .video-iframe-container { display: none; }#Z1ww5ld8PTNC1l1Bie0We1zkR2lFmoiw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1ww5ld8PTNC1l1Bie0We1zkR2lFmoiw > .row > .video-iframe-container { display: none; }#Z1ww5ld8PTNC1l1Bie0We1zkR2lFmoiw > .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); }#Z1ww5ld8PTNC1l1Bie0We1zkR2lFmoiw > .row .container { border-width: 0; border-radius: 0; }#Z1ww5ld8PTNC1l1Bie0We1zkR2lFmoiw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z1ww5ld8PTNC1l1Bie0We1zkR2lFmoiw > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:block; }#iMTo2dUhFrr9gmDVVwku7swkVTlyAs2O { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:7.53125rem;left:44.375rem;display:block; }
#UDLITTS0hLvSWqUNH5hUtAsFpkxPUUN1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OXiOlOCbGMnFWVfsy0840VCoJlty5uKu { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.6875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:7.5rem;left:14.5625rem;display:block; }
#RWrEh0JCPCQnl2XNi6GolhxS3BU1McLv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l3pN7U4igbo9HmsxclOKrFbAKewh3x3A { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.5rem;left:2.125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KtETHPc1LDoTfUD7ryN8LXpxwuV5aJcN { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:7.625rem;left:33.375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BnGlXVAUgtEb5wGuQWyif1p6PmSs1VJm { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:7.625rem;left:2.125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { position:relative;display:block; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { background-color: transparent; background-image: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container > .video-iframe-container { display: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row > .video-iframe-container { display: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .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); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { border-width: 0; border-radius: 0; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#QCd9zd1BbhyvypHgxNZlHEPfKFkZD7Ku { color:#0f539c;display:block;width:35.25rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:1.1875rem;left:12.375rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml { 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; }#Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml > .row .container { background-color: transparent; background-image: none; }#Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml > .row .container > .video-iframe-container { display: none; }#Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml > .row > .video-iframe-container { display: none; }#Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml > .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); }#Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml > .row .container { border-width: 0; border-radius: 0; }#Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml > .row .container { font-size:0.875rem;font-family:arial;height:61.4375rem;width:60rem;position:relative;display:block; }#CB7ZqLfDTioPneQpFssmh5wfELOkZTmF { color:#0f539c;display:block;width:23rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:42.9375rem;left:2.125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TnVEUHn9FqNaUueVsv4wg0mCpvnAH34P { color:#0f539c;display:block;width:23.4375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:0.625rem;left:2.125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gxr2xu1icCFHnxXzXlUtunhQThbENZtt { color:#0f539c;display:block;width:27.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15007;line-height:2.1;letter-spacing:0;top:5.25rem;left:2.125rem;height:2.625rem;font-style:normal;display:block; }
#nLz8gK3bBkcPvBw05bMNAwOHIPATEzwk { position:absolute;display:block;z-index:15056;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:3.0625rem;width:4.875rem;top:12.1875rem;left:5.6875rem;overflow:hidden;display:block; }
#Bu5kFp7VfhVZ4GUO8PhVEzC5ynGTyuBC { position:absolute;display:block;z-index:15052;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:4.5rem;width:3.375rem;top:22.5rem;left:6.5rem;overflow:hidden;display:block; }
#xxsErVFZ43aSiTiGnVopVdmaft7Gxmkd { color:#0f539c;display:block;width:6.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:12.1875rem;left:11.3125rem;height:3.1484375rem;font-style:normal;display:block; }
#smV8d15eipB9g4Cyyg1ohgfh5i4agqLR { color:#0f539c;display:block;width:7.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:23.125rem;left:11.3125rem;height:3.1484375rem;font-style:normal;display:block; }
#BL55xaXV21rInavxT6hOLKAbO6dkqdrd { position:absolute;display:block;z-index:15051;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:4.5rem;width:4.875rem;top:22.5rem;left:23.6875rem;overflow:hidden;display:block; }
#GST7zq6EML5I8RBpWCkwD8LoF3UB5oBn { position:absolute;display:block;z-index:15055;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:4.5rem;width:4.5rem;top:11.5rem;left:23.8125rem;overflow:hidden;display:block; }
#zTchdN6Tkmnm3Q7bPwVv2TPDRBGuZEST { color:#0f539c;display:block;width:7.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:12.1875rem;left:29.1875rem;height:3.1484375rem;font-style:normal;display:block; }
#DqJl9PEDxV5rar1g0NVxQ4oeWO2K6Joa { color:#0f539c;display:block;width:8.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:22.375rem;left:29.1875rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gv1E4n74r2yot7Z33c582laiJHKn20PO { color:#0f539c;display:block;width:7.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:34.625rem;left:11.3125rem;height:3.14886875rem;font-style:normal;display:block; }
#GTkbG9zOmVLw4NQSDpscPH0MWWestTxy { position:absolute;display:block;z-index:15054;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:4.5rem;width:4.125rem;top:33.875rem;left:6.5rem;overflow:hidden;display:block; }
#wurRsUrTM7WN1ZJd3B7a3HkFJBFISRQe { position:absolute;display:block;z-index:15057;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:4.5rem;width:3.0625rem;top:33.9375rem;left:25.0625rem;overflow:hidden;display:block; }
#L1qFyiyxC7ReLxMu1IZ1OvMT8qAcR8lX { color:#0f539c;display:block;width:5.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.4;letter-spacing:0;top:34.625rem;left:29.3125rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sHntySwKCsyoTTL3SEcuql8pkECbOWzP { position:absolute;display:block;z-index:15109;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:7.75rem;width:11.0625rem;top:31.9375rem;left:40.9375rem;overflow:hidden;display:block; }
#idnhb54xGpsOkR1SQhHMPnNmAH67Kq2a { position:absolute;display:block;z-index:15050;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:4.5rem;width:4.6875rem;top:22.5rem;left:40.8125rem;overflow:hidden;display:block; }
#GlC4f7JTf70PEOsJ6RDSOd7aHDhwyRNJ { position:absolute;display:block;z-index:15053;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:4.5rem;width:4.5rem;top:11.5rem;left:40.9375rem;overflow:hidden;display:block; }
#Xwlcen5wPCFMhuH18VbSZe0qgIeeOiTw { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:4.9375rem;top:35.375rem;left:48.65625rem;display:block; }
#bUFnnTnd0X2DSg7WbfDOqIvRclNouOLn { color:#0f539c;display:block;width:7.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:12.1875rem;left:46.4375rem;height:3.1484375rem;font-style:normal;display:block; }
#LJOGcIgrhgVEGCBCe2cQhmZ8X2J090vC { color:#0f539c;display:block;width:5.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:23.1875rem;left:46.4375rem;height:3.14886875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TDWN7ymrp7zyaZA2MOvqpelbisKkOqng { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:5.3125rem;top:49.3125rem;left:4.5rem;overflow:hidden;display:block; }
#JPDylNs5k1AMqTn50kcKRyqd2nxgFZq2 { position:absolute;display:block;z-index:15050;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:5.3125rem;width:6.0625rem;top:49.8125rem;left:20.5625rem;overflow:hidden;display:block; }
#sdrCEaMyArwml2ei1x7sbAwBoB6WF3ev { box-sizing:content-box;color:#5d92ff;font-size:4.1875rem;font-weight:400;line-height:1;height:6.5625rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:49.125rem;left:33.9375rem; }
#Rz2nW3rTpqatVV16F7ez9SJnEehPQpcG { color:#0f539c;display:block;width:2.75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:56.125rem;left:2.125rem;height:3.75rem;font-style:normal;display:block; }
#xJ9dcCMu5bMS7bugxCpIxA8D9dHLJEkb { color:#0f539c;display:block;width:4.1875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:56.125rem;left:20.25rem;height:3.75rem;font-style:normal;display:block; }
#nMTxgas0cBgc4MOaoegtVEZxVe4Je0Us { color:#0f539c;display:block;width:4.1875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:56.125rem;left:33.875rem;height:3.75rem;font-style:normal;display:block; }
#gd9T6HchXnFWXAPiHSFnTrFyPhm0cQNr { color:#0f539c;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:56.75rem;left:4.3125rem;height:2.4746125rem;font-style:normal;display:block; }
#qeFh11TsNvswOTqwzpVEmROMFkowBSWi { color:#0f539c;display:block;width:3.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:56.75rem;left:37.3125rem;height:2.4746125rem;font-style:normal;display:block; }
#qGEGicw94TyyykpTVET9W1pDlp4ibImT { color:#0f539c;display:block;width:3.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:57.8125rem;left:23.625rem;height:1.5744375rem;font-style:normal;display:block; }
#xSJ8dutBQ5SCZ6oiu00evqGTIzhA2sbe { box-sizing:content-box;color:#5d92ff;font-size:4.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:49.875rem;left:49.125rem; }
#pCRmsJBRyzNHeisAzdzbCEEcba2GdGJm { color:#0f539c;display:block;width:5.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:56.125rem;left:47rem;height:3.75rem;font-style:normal;display:block; }
#Rm8vn7E6XBneZg1WRyyu1b7Febbn64T7 { color:#0f539c;display:block;width:6.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:56.75rem;left:52.125rem;height:2.4746125rem;font-style:normal;display:block; }
#mKs1fiTsfAitZBhMmCX8KFlEX3BcQkED { 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:41.5625rem;width:20rem;display:none; }
#RzSp66XcSLZdfPvSlh5H2pZDTTIyBdAp { position:absolute;display:block;z-index:14995;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:22.4375rem;width:55.6875rem;top:13.75rem;left:2.15625rem;overflow:hidden;display:block; }
#uzfdBQmpcDyga6HMokQUiFvQH9TKgv4X { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#dcsEhU82kv4HQ6NSo6Tuc7pESP5Ap6AE { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(114,118,123,0.5) ;height:30.4375rem;width:50.5rem;top:9.90625rem;left:4.6875rem;display:block; }
#QCgCxdJOlTP26ycFzTMotGeCRsUT6Qet { position:relative;display:block; }#QCgCxdJOlTP26ycFzTMotGeCRsUT6Qet { background-color: transparent; background-image: none; }#QCgCxdJOlTP26ycFzTMotGeCRsUT6Qet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCgCxdJOlTP26ycFzTMotGeCRsUT6Qet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCgCxdJOlTP26ycFzTMotGeCRsUT6Qet > .row .container > .video-iframe-container { display: none; }#QCgCxdJOlTP26ycFzTMotGeCRsUT6Qet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCgCxdJOlTP26ycFzTMotGeCRsUT6Qet > .row > .video-iframe-container { display: none; }#QCgCxdJOlTP26ycFzTMotGeCRsUT6Qet > .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); }#QCgCxdJOlTP26ycFzTMotGeCRsUT6Qet { border-width: 0; border-radius: 0; }#QCgCxdJOlTP26ycFzTMotGeCRsUT6Qet > .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; }#QCgCxdJOlTP26ycFzTMotGeCRsUT6Qet > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#em8Sak73bTEMcI2cF0rko0ulTKc5dARP { color:#0f539c;display:block;width:22.1875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:0rem;left:2.125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zshxNmHW7D2oWTyg0dxlJweXN9iFR4m7 { position:absolute;display:block;z-index:15006;height:3rem;width:58.625rem;top:3.65625rem;left:0.6875rem;display:block; }
#luzCqAgRRJmDU6mZfTCCsQ6vIw43ePGz { 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; }#luzCqAgRRJmDU6mZfTCCsQ6vIw43ePGz > .row .container { background-color: transparent; background-image: none; }#luzCqAgRRJmDU6mZfTCCsQ6vIw43ePGz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luzCqAgRRJmDU6mZfTCCsQ6vIw43ePGz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luzCqAgRRJmDU6mZfTCCsQ6vIw43ePGz > .row .container > .video-iframe-container { display: none; }#luzCqAgRRJmDU6mZfTCCsQ6vIw43ePGz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luzCqAgRRJmDU6mZfTCCsQ6vIw43ePGz > .row > .video-iframe-container { display: none; }#luzCqAgRRJmDU6mZfTCCsQ6vIw43ePGz > .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); }#luzCqAgRRJmDU6mZfTCCsQ6vIw43ePGz > .row .container { border-width: 0; border-radius: 0; }#luzCqAgRRJmDU6mZfTCCsQ6vIw43ePGz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#luzCqAgRRJmDU6mZfTCCsQ6vIw43ePGz > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:60rem;position:relative;display:block; }#vwdRkQoDS4dfLGygy9D9Sxc2L8LTFdh2 { color:#0f539c;display:block;width:18.6875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.25rem;left:2.125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a1upoWZwhETK4AOqTlqo5JTv87IwUyoK { color:#0f539c;display:block;width:26.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:6.5rem;left:2.125rem;height:11.25rem;font-style:normal;display:block; }
#PRhTugnI479lag0KACq4pIhzIF1E75GJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:28.5625rem;top:7.3125rem;left:30.875rem;overflow:hidden;display:block; }
#QXU6ehk90nNwBNSuqoVT5VIL84AyOePX { background-color:transparent;background-image: -webkit-linear-gradient(225deg, #0f539c, #21bbef);background-image: -moz-linear-gradient(225deg, #0f539c, #21bbef);background-image: -ms-linear-gradient(225deg, #0f539c, #21bbef);background-image: -o-linear-gradient(225deg, #0f539c, #21bbef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#21bbef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#21bbef' );";background-image: linear-gradient(225deg, #0f539c, #21bbef);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.5625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:20.1875rem;left:23.4375rem;display:block; }
#PDApWGeka0Vlsdo6c5eZPepNoggBqOJz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#icwdNgD3w7zlMqMV2iHgT7qNCSHfxXaQ { background-color:transparent;background-image: -webkit-linear-gradient(225deg, #0f539c, #21bbef);background-image: -moz-linear-gradient(225deg, #0f539c, #21bbef);background-image: -ms-linear-gradient(225deg, #0f539c, #21bbef);background-image: -o-linear-gradient(225deg, #0f539c, #21bbef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#21bbef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#21bbef' );";background-image: linear-gradient(225deg, #0f539c, #21bbef);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.5625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:20.1875rem;left:23.4375rem;display:none; }
#TRWuXV84ec0k5OsfxaZ6Sp8cFbgNNTA2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f539c;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; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { background-color: transparent; background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .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); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { border-width: 0; border-radius: 0; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#dahXhXd710Kxuoe0VFHlybS9G5inoZBC { color:#ffffff;display:block;width:33rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.03125rem;left:2.125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ha5ll3UgirU20rsg2g0QkOIHTvqHE3mJ { 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:1.9375rem;width:13.8125rem;top:2.28125rem;left:43.03125rem;overflow:hidden;display:block; }
#V24Tg7ZhMxmSdhofbAXT2PMODNE2elSJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fbff;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; }#V24Tg7ZhMxmSdhofbAXT2PMODNE2elSJ > .row .container { background-color: transparent; background-image: none; }#V24Tg7ZhMxmSdhofbAXT2PMODNE2elSJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V24Tg7ZhMxmSdhofbAXT2PMODNE2elSJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V24Tg7ZhMxmSdhofbAXT2PMODNE2elSJ > .row .container > .video-iframe-container { display: none; }#V24Tg7ZhMxmSdhofbAXT2PMODNE2elSJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V24Tg7ZhMxmSdhofbAXT2PMODNE2elSJ > .row > .video-iframe-container { display: none; }#V24Tg7ZhMxmSdhofbAXT2PMODNE2elSJ > .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); }#V24Tg7ZhMxmSdhofbAXT2PMODNE2elSJ > .row .container { border-width: 0; border-radius: 0; }#V24Tg7ZhMxmSdhofbAXT2PMODNE2elSJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V24Tg7ZhMxmSdhofbAXT2PMODNE2elSJ > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:60rem;position:relative;display:block; }#W18NgiqklZBFTbQxEpuLgVGdtPbIpN2C { color:#0f539c;display:block;width:7.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.5625rem;left:14.1875rem;height:1.13671875rem;font-style:normal;display:block; }
#dxUzDn20poMJmGm5y2T2WAJTpraeKo7A { color:#ffffff;display:block;width:23.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.4375rem;left:19.5rem;height:1.13671875rem;display:block; }
#P5wa39ofuVfCa8v7rw3Z7wr3nTKBwanU { color:#0f539c;display:block;width:2.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.5625rem;left:28.5625rem;height:1.13671875rem;font-style:normal;display:block; }
#Po7RIa82i0uxqMLQNG39zeuQ6PiQ1q7k { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.5625rem;left:38.875rem;height:1.13671875rem;font-style:normal;display:block; }
#HPflRkCrCOyDKD3xAokD40oAPS5FQwif { 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:4.3125rem;width:24.375rem;top:2.6875rem;left:17.8125rem;overflow:hidden;display:block; }
#mngDG2zTTZxlMAXsfyK8HGG8DuoqWvgu { box-sizing:content-box;height:0.875rem;width:0.1875rem;position:absolute;display:block;z-index:15000;background-color:#21bbef;background-image:none;top:11.693359375rem;left:25.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#ilPf2NgbcrgRQVkd3nfWz3xM9vlBH1Xh { box-sizing:content-box;height:0.875rem;width:0.1875rem;position:absolute;display:block;z-index:15000;background-color:#21bbef;background-image:none;top:11.693359375rem;left:35.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v6Qtz3Jwp0LkTTzDTQblqFHwyPTOtJZm { display:block; }#v6Qtz3Jwp0LkTTzDTQblqFHwyPTOtJZm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZpaHTGeEyOmHfVP3kIs5FAvBymF0yUh { top:1.375rem;left:0rem;width:12.3125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtWu0asaP6anKoENStU2IZe2uTTKENIK { width:11.75rem;height:3.75rem;top:5.125rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRadUdEWTg8dmK9Kot1PFX07Iq8eeWm8 { display:block; }
 }@media only screen and (max-width: 763px) { #eWt1DTXbZATXaeedOgqKc7kHx1uAJZTH { width:11.75rem;height:3.75rem;top:5.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #diiFngVG23MaNpeKwkvzDThaTJrGb6BJ { display:block; }
 }@media only screen and (max-width: 763px) { #CpoJb16c12oPGLutnlX3SUIiLZSdITyc { display:block; }#CpoJb16c12oPGLutnlX3SUIiLZSdITyc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKXeffPWLKnzfHW97B6e3mAnaRZxXeAi { display:block; }#eKXeffPWLKnzfHW97B6e3mAnaRZxXeAi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNVXT3CDzrBOLUrzrG3bH8u2ZvsQyoPl { top:3.125rem;left:0rem;width:31.6875rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDCEyIMgFr1ciIIrDpolBpFTakkQPvOI { top:6.125rem;left:0rem;width:31.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-regular-label { display:block;width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-input-text {padding-top: 0; padding-bottom: 0;}#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-input-select {padding-top: 0; padding-bottom: 0;}#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-input-button { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-checkbox-label { width:19.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k  { width:20.6875rem;height:auto;top:13.125rem;left:0rem; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k {display:block;}#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k { width:20.6875rem;height:auto;top:13.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #HsShmeCpSPamTsnZKNPsPNRnqkT0Qq5E {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #SJKPr8QoZEHWKgfwuOa2Sbi72wmwURMt { display:block; }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #tZHPTWTiep20caHCS9T8FtXp7EyArpKI {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #Ud9QWcwk3W6JUxk97DAEQaIJ9fXXkiHL {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #rUlCINNiZBVLLuru3hqVgZGxv5Ief48s { display:block; }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #esKP5ErSx34DqayXykzf5XeJ6wTJfgvv {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #yiaBDXkkV1JrotVt7xWiszNPtGy5CLbQ {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #apspUGO9dztE8qgnVigPhAfPs99FeibN { display:block; }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #kTOTAXFdePGhyOGCNdHHhTaoBTJLKTdt {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #f3cJictzbxaBWKPF515DKV7IfGhsxBv1 {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #rFQkeFx6WIITK77n4pyoTACt3hJNnN4a {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #pqen1l9Z3CobaTem7a8D6sNXZxDWPMAb {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #MBsk8aRUTUk51JD1bFarZaRUoFa1dF29 {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #zvfLMTQulw1TGd6i1wQmE5aT3796KxLp {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #LHDyDaWWP08tFS3VWh76hPwCsN59AWis {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #KsDipxWxy9FLSb4kENZfRiTg6i7RBgoO {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #mT4OL2GbmuVXOx8OU5iXHaqC8ZHbBAtq { z-index:2; }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #CVJlQNWqAsM8ShC2VED0610qpUQXlIck {  }
 }@media only screen and (max-width: 763px) { #C6D0FFUcJ1SK7eNDkcHMFsnOi6emxnfd { display:block; }
 }@media only screen and (max-width: 763px) { #JfZxDw5wKkN12qhFFafB8GZWfROvIpCm { display:block; }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #odT63LoTAJNBwuVCiSIkduk4poWQnt01 {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #Vse58DvHXQiiitfkNK1A7i4S7R1QFU1p {  }
 }@media only screen and (max-width: 763px) { #mNVC44WeitPWWKmOhXwq2AqoTbrLTi4T { top:10.3125rem;left:0.1875rem;width:10.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXHVfdOl0F8Vo1g9qcKKy4n30sOh2682 { display:block; }#XXHVfdOl0F8Vo1g9qcKKy4n30sOh2682 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #innNExQU7HTnaGuvoU3yn0XZtKAf1ugJ { display:none; }#innNExQU7HTnaGuvoU3yn0XZtKAf1ugJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pdzIlK7UIIHoHAUX4TDJOfUg8xFQ5VZy { top:1.375rem;left:0rem;width:20rem;height:2.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGaS1GoeRWBaJ4osLbT0LmB8V7QEC3FC { top:4.3125rem;left:0rem;width:14.75rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kz3aTLmNcK7Ogiv5aB91IUs8MeNJHRRr { display:none; }#kz3aTLmNcK7Ogiv5aB91IUs8MeNJHRRr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qOiLoQmMm7qxJnOrGk9ggS52ahLrRlyq { display:none; }#qOiLoQmMm7qxJnOrGk9ggS52ahLrRlyq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xw3zIsTTycvVXNnXGtiq3h555hZJUmwR { top:0.75rem;left:0rem;width:10.5625rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-regular-label { display:block;width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-input-button { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-checkbox-label { width:19.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4  { width:20.6875rem;height:auto;top:13.1875rem;left:0rem; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 {display:block;}#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 { width:20.6875rem;height:auto;top:13.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #Z2r7KZDQTkQ3goWsBfV4wZvHPrG9Wzkw {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #CRtJSaLXfqAreDKMLTUSQTeCOiQtkv7H { display:block; }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #FNTQ92U7ZIBVlZseVllE5CCKBwAGWSkl {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #fN4t5OVqMcShsiSE63yx3kkOKhcqE40a {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #tMubG7QoxkSxGTp9Unlf33pBiFByWM5e { display:block; }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #wMLtTbIe6DhgkOIwS9JmR4flyfk3Bdwd {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #qxAA1C6q7BSn4vKhxCAqT32tsIJ90ZC7 {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #TIw6E0aaiHk253FVNqIfQreKzIKhwFAR { display:block; }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #Rd18LORVHa99GV9or67u47NByVi6fskT {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #SSGf72qtJoQERsKh4TffVKHnNyryFe70 {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #nlvQDUTDwQblGmaUCvznagp5mQ7lOZm2 { display:block; }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #Wnnle1XcTWnZi6ZmST2sOfBfE5u7lafy {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #ALeSdoXbf188XRXicfHzUELClHEaBSWB {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #yOzRyyGDloZil8Q9KSJqiTyWE8Vthgci { display:block; }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #TtKSGh3QkqRENDNldSSJh9k80H6DtIE3 {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #hlgtvcMxN8IehfPWd4ZVbUWLVmokT9Ov {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #AcBM4Pwz8uJIp4Tr8l19CeazoyUhBDsp { z-index:2; }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #qsR02xekEzNVbAmd0J0px83RczPBkKLP {  }
 }@media only screen and (max-width: 763px) { #PyycGnSwLz7rbm6C4tBAAydWmdZQU81P { display:block; }
 }@media only screen and (max-width: 763px) { #lbeGx4qBILrel6KFTcOqrzyZvf4QtU4z { display:block; }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #oNrOq7kTWo6zupuShDZ62nzXzkDibXP7 {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #ziVMPN7f9M2QqXr9DzgDQfTx4oy3cmy1 {  }
 }@media only screen and (max-width: 763px) { #zD8c7mcammvL1cSDrzumonDdPJgRMCuo { display:block; }#zD8c7mcammvL1cSDrzumonDdPJgRMCuo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxt0NWkwBOvlMGPafoy6Zfoxo5UsFH6D { top:1.75rem;left:0rem;width:47.75rem;height:10.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0kz4IIIuWQTW6HlJzO7bnWVrF8x2FNV { display:block; }#h0kz4IIIuWQTW6HlJzO7bnWVrF8x2FNV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwipdkAKTR0TTAtZw8lEZWnnTN3CrT0O { top:14.875rem;left:0rem;width:13.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxrsXICZrI3DPbaRNMlSTgc93mA7FcO1 { top:19.5625rem;left:0rem;width:11.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kayqQUMqJcv2XazFGn906cG8X3UcfKcZ { top:22.75rem;left:0rem;width:12.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K304QmvlNeGQv5XbRve0rIA6UxNARNtw { top:26.9375rem;left:0rem;width:12.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1z7ZfgSa7tcvT5NmGcXB0QOICVbXVc1 { top:30.9375rem;left:0rem;width:10.25rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7PhNVXZzhi0u4CI7Pmlw7bOkD8IQvzF { width:1.25rem;height:1.25rem;top:15.4375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVwAtIaZ1HLfNaFFTb5Z3amhW1moqUly { width:1.25rem;height:1.25rem;top:15.4375rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmNBUOteLozMf5W7q5IohTKBtm9LyQsy { width:1.25rem;height:1.25rem;top:15.4375rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwM0F8LGTm0duPcJNBhXDK8AcoSrgXkU { top:18.0625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBTaXnOhOALXV6fssD9HTqTCWTvkLTQJ { top:22.125rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETvfPETQpt59S6vWxauCepWr9GyMLS1M { top:26.0625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUrDoBWPl6v5oiTigSC9Cb5N0alSkrz9 { top:30.125rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5SSZvTkDpA1o2UhnVkD1v5ws4hcCNEP { width:1.25rem;height:1.25rem;top:19.5rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnT4J32irdpSrOwWiGty5EkTWVT9Sc8T { width:1.25rem;height:1.25rem;top:23.4375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toPmJEzTkf7qRWHR0iPh3CNk1ksWOmxZ { top:27.625rem;left:16rem;width:2.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX7ycKLB90N3eIrmhzUN30Af7fPqW4uT { width:1.375rem;height:1.375rem;top:31.5rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEOV7cshRKkNqWZSeNozoQowMdTZCS2Q { width:1.25rem;height:1.25rem;top:19.5rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWQWCQBQRMysQfKI8oGIooW4ikgx2Ze5 { width:1.25rem;height:1.25rem;top:23.4375rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKWZ4QNVwuC3go7myi7rhVrwFlRpI8Ef { width:1.25rem;height:1.25rem;top:19.5rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGv0857XdfSb3ASINnKID11fMK8xZDTG { width:1.25rem;height:1.25rem;top:23.4375rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA8mMRAn03IJGoNr7fl71lxfaLDKxkbA { top:27.625rem;left:29.5rem;width:2.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqpo91v9ttRZCKi4eyQDwDyqNqpntV00 { top:31.5625rem;left:29.625rem;width:2.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWxWHzUGCtbR3LNvGR6KvzKdcNLvTB6K { top:31.5625rem;left:43.4375rem;width:2.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fddbe7QqIF7So6H02tPZT5LuUKwkkfT0 { top:27.625rem;left:43.5rem;width:2.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHnWnVL1wk1EGftz1btsxJJxRoRSS8Lc { width:10.625rem;height:2.4375rem;top:9.9375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPXbTnUkZRnSMPpho46TeMSmZ8UohktQ { display:block; }
 }@media only screen and (max-width: 763px) { #lTyQe93QOzNH1V9pigRBuyk7Zt5mfWP2 { width:10.625rem;height:2.4375rem;top:9.9375rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GInTLENbv50TtW65GNABvoqeGu66Eewc { display:block; }
 }@media only screen and (max-width: 763px) { #NAqMAQzhqO6OI72xIPexeayGugt0znXc { width:10.625rem;height:2.4375rem;top:9.9375rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxzznbpiIKF1BWuqdJOVxAD32uWFeBl8 { display:block; }
 }@media only screen and (max-width: 763px) { #AhdtNgppO8IoIbrqsHcmw2giJdrMw6CR { top:10.1875rem;left:15.625rem;width:3.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4WqzC3O2QPTpFpedRKAKFG4BKhMqMPd { top:10.1875rem;left:28.6875rem;width:5.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFAi9xCsMETxDAeULnW3MNZtlRygdJ16 { top:10.1875rem;left:43.0625rem;width:3.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBAk3wbHWCddJm32TEP8C3RLAULnd3fE { top:10.875rem;left:33rem;width:1.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHb5VWtOdV0LmiF5U16U5ozlcUVk2DLa { top:10.875rem;left:27.3125rem;width:1.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt2drQAgcwu4pAGJdzgkFVIar1vRPZ0m { top:10.875rem;left:13.5625rem;width:1.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELWvsghw0Q2IwI6dBxhLzCGQnh9d1pJl { top:10.875rem;left:19.3125rem;width:1.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDKq4IfzOaN95iUBEslFsZg2fqblfmMA { top:10.875rem;left:40.9375rem;width:1.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIu2quiKARTuo9oIWzc5GPHNLAQDXLxW { top:10.875rem;left:45.8125rem;width:1.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4FeZPwf9i83nTFKXgw4iFcT9f5p5uKU { top:10.1875rem;left:0rem;width:7.375rem;height:1.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T64ySn8X9xqwTvy3POFgHMg7bCishQ4x { top:13.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mLOD3bFnIgbnPhPT6uO9RyNTsyqXtFhB { top:16.875rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4rIbmuJZQERhlVL1omtziIUuqoCbEJf { top:18.375rem;left:0rem;width:11.125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8cQfuanN0J76f2mL6I6AxMOnRU8ux7V { top:20.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJyT6KkRavThvdTirfmAowEnnXW18Si0 { top:21.75rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ecWqR51RKfGfXgsdXaap4CSKsQkmmReD { top:24.875rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sBZTOAyr4TZxnFHcXCEGpXIfVCSFMsNP { top:83.375rem;left:0rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fRn7fJOrC9puBTf3Ka2iTun5C6V3MikT { top:28.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTxkXMMmO60lX9MNzocTNefJBJEAi3sT { top:30.875rem;left:0rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IBtMbFnT1hZ6TA4kTrBZsQbTBprtWLJq { top:13.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MsTn12oa26udvm9G7FuPUrgqimm5MdxP { top:16.875rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #spE0An3GMK2kxxZLs3UStF2GRB80SVJq { top:18.375rem;left:0rem;width:11.125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sv5LULd0IGAQCvTNrFTXfZhTGbCePSQs { top:20.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHSbCQOxETDohaWgLaMywhcuac9AwBhy { top:21.75rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEWwX484gBCfV8L6U81cfPbzJuvDlBnV { top:24.875rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uJVEg8EXieaJ0QQGoCHGFGVLTc0hSydF { top:121.1875rem;left:0rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbJ6b08Q7uB9nuzmaPJmNo0fNWuZ1opi { top:28.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MpTxtCNVESUPh22zqvIEUUb4vd5vK6di { top:30.875rem;left:0rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJ2SrlZb3WvSUm8hKE7ad0UdbfSzNzQK { top:4.375rem;left:12.9375rem;width:9.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeJnEnEBVxg1vyTOq9u5rWGzvw6Cxfu2 { top:4.375rem;left:26.5625rem;width:9.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmQbgONsdk5XK5O9N0woz0BbI6R9Mc9z { top:4.375rem;left:38.1875rem;width:9.5625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqrhQgkO9ZieF7MeOkGPkPwGtAokeIBG { top:4.375rem;left:0rem;width:12.8125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcX2R8R6QeRV55imaCae2Cuk7t0CN0EB { top:14.0625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCVNpIOlUrT5e4BAMm3XFo6a2k2s3PrM { top:10.0625rem;left:12.375rem;width:10.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL4TRmTi3hAX6f0rEgBzbULLQS1QvqFE { top:10.0625rem;left:25.875rem;width:10.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCwThFkOomKXCAPX0v2xBKTxCPhy7RNL { top:10.0625rem;left:37.375rem;width:10.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxTTRgelnkl4xbAof5DX7TKSoQV7U0be { top:2.5rem;left:0rem;width:47.625rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2tRaOhKJpQaRrJqfnVkt6M1yBzTbk6L { top:2.5rem;left:0rem;width:47.625rem;height:32.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eEUc6l0i4Aq6BOX0dhf3wkWWLCmLFelx { top:2.5rem;left:0rem;width:47.625rem;height:32.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sk4c5htQGK5GzrJxFd4LrOZP3vrRM34X { top:2.5rem;left:0rem;width:47.625rem;height:32.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUxFSDfs2flQtoiaEvgw15awH8Ti1gPb { width:10.625rem;height:2.4375rem;top:9.9375rem;left:12.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fgHRDITi3IEZSiyhLTzcmm6dafpip8E6 { display:block; }
 }@media only screen and (max-width: 763px) { #lzO9Gt3253208qTuTHcqDHvGw2f9brDd { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #R2rqrZmHvaLF0x6AG5ENXDX715tChE0h { display:block; }
 }@media only screen and (max-width: 763px) { #nnwpaJh0VuHqrTMbNAhpxOiw4pQ7wNce { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #brxFKFwn55tWR8mdgkMIDRTrHXyTb1iN { display:block; }
 }@media only screen and (max-width: 763px) { #HIOrPPThT9XG2HlQB9rIoExGy5pc3SKH { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #IFHFabfRm5ulv6G02NWwzVc1ySlbcA80 { display:block; }
 }@media only screen and (max-width: 763px) { #z06lL709fb2ioPgRvz3Fr5wciRB8m3PX { top:2rem;left:0rem;width:47.625rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1ww5ld8PTNC1l1Bie0We1zkR2lFmoiw { display:block; }#Z1ww5ld8PTNC1l1Bie0We1zkR2lFmoiw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMTo2dUhFrr9gmDVVwku7swkVTlyAs2O { width:11rem;height:2.625rem;top:7.5rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDLITTS0hLvSWqUNH5hUtAsFpkxPUUN1 { display:block; }
 }@media only screen and (max-width: 763px) { #OXiOlOCbGMnFWVfsy0840VCoJlty5uKu { width:11rem;height:2.6875rem;top:7.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWrEh0JCPCQnl2XNi6GolhxS3BU1McLv { display:block; }
 }@media only screen and (max-width: 763px) { #l3pN7U4igbo9HmsxclOKrFbAKewh3x3A { top:1.5rem;left:0rem;width:30.3125rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtETHPc1LDoTfUD7ryN8LXpxwuV5aJcN { top:7.625rem;left:27.25rem;width:10.125rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnGlXVAUgtEb5wGuQWyif1p6PmSs1VJm { top:7.625rem;left:0rem;width:12.4375rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { display:block; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCd9zd1BbhyvypHgxNZlHEPfKFkZD7Ku { top:1.1875rem;left:6.25rem;width:35.25rem;height:4.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml { display:block; }#Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CB7ZqLfDTioPneQpFssmh5wfELOkZTmF { top:42.9375rem;left:0rem;width:23rem;height:3.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnVEUHn9FqNaUueVsv4wg0mCpvnAH34P { top:0.625rem;left:0rem;width:23.4375rem;height:3.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxr2xu1icCFHnxXzXlUtunhQThbENZtt { top:5.25rem;left:0rem;width:27.6875rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLz8gK3bBkcPvBw05bMNAwOHIPATEzwk { top:12.1875rem;left:0rem;width:4.875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu5kFp7VfhVZ4GUO8PhVEzC5ynGTyuBC { top:22.5rem;left:0.375rem;width:3.375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxsErVFZ43aSiTiGnVopVdmaft7Gxmkd { top:12.1875rem;left:5.1875rem;width:6.0625rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smV8d15eipB9g4Cyyg1ohgfh5i4agqLR { top:23.125rem;left:5.1875rem;width:7.625rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL55xaXV21rInavxT6hOLKAbO6dkqdrd { top:22.5rem;left:17.5625rem;width:4.875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GST7zq6EML5I8RBpWCkwD8LoF3UB5oBn { top:11.5rem;left:17.6875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTchdN6Tkmnm3Q7bPwVv2TPDRBGuZEST { top:12.1875rem;left:23.0625rem;width:7.1875rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqJl9PEDxV5rar1g0NVxQ4oeWO2K6Joa { top:22.375rem;left:23.0625rem;width:8.6875rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv1E4n74r2yot7Z33c582laiJHKn20PO { top:34.625rem;left:5.1875rem;width:7.25rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTkbG9zOmVLw4NQSDpscPH0MWWestTxy { top:33.875rem;left:0.375rem;width:4.125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wurRsUrTM7WN1ZJd3B7a3HkFJBFISRQe { top:33.9375rem;left:18.9375rem;width:3.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1qFyiyxC7ReLxMu1IZ1OvMT8qAcR8lX { top:34.625rem;left:23.1875rem;width:5.6875rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHntySwKCsyoTTL3SEcuql8pkECbOWzP { top:31.9375rem;left:34.8125rem;width:11.0625rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #idnhb54xGpsOkR1SQhHMPnNmAH67Kq2a { top:22.5rem;left:34.6875rem;width:4.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlC4f7JTf70PEOsJ6RDSOd7aHDhwyRNJ { top:11.5rem;left:34.8125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwlcen5wPCFMhuH18VbSZe0qgIeeOiTw { top:35.375rem;left:42.53125rem;width:4.9375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUFnnTnd0X2DSg7WbfDOqIvRclNouOLn { top:12.1875rem;left:39.875rem;width:7.875rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJOGcIgrhgVEGCBCe2cQhmZ8X2J090vC { top:23.1875rem;left:40.3125rem;width:5.9375rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDWN7ymrp7zyaZA2MOvqpelbisKkOqng { top:49.3125rem;left:0rem;width:5.3125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPDylNs5k1AMqTn50kcKRyqd2nxgFZq2 { top:49.8125rem;left:14.4375rem;width:6.0625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdrCEaMyArwml2ei1x7sbAwBoB6WF3ev { top:49.125rem;left:27.8125rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz2nW3rTpqatVV16F7ez9SJnEehPQpcG { top:56.125rem;left:0rem;width:2.75rem;height:3.75rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ9dcCMu5bMS7bugxCpIxA8D9dHLJEkb { top:56.125rem;left:14.125rem;width:4.1875rem;height:3.75rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMTxgas0cBgc4MOaoegtVEZxVe4Je0Us { top:56.125rem;left:27.75rem;width:4.1875rem;height:3.75rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd9T6HchXnFWXAPiHSFnTrFyPhm0cQNr { top:56.75rem;left:0rem;width:10rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeFh11TsNvswOTqwzpVEmROMFkowBSWi { top:56.75rem;left:31.1875rem;width:3.9375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGEGicw94TyyykpTVET9W1pDlp4ibImT { top:57.8125rem;left:17.5rem;width:3.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSJ8dutBQ5SCZ6oiu00evqGTIzhA2sbe { top:49.875rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCRmsJBRyzNHeisAzdzbCEEcba2GdGJm { top:56.125rem;left:40.875rem;width:5.875rem;height:3.75rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm8vn7E6XBneZg1WRyyu1b7Febbn64T7 { top:56.75rem;left:41.6875rem;width:6.0625rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKs1fiTsfAitZBhMmCX8KFlEX3BcQkED { width:20rem;height:41.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzSp66XcSLZdfPvSlh5H2pZDTTIyBdAp { top:13.75rem;left:0rem;width:47.75rem;height:19.239337822671rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzfdBQmpcDyga6HMokQUiFvQH9TKgv4X { display:none; }
 }@media only screen and (max-width: 763px) { #dcsEhU82kv4HQ6NSo6Tuc7pESP5Ap6AE { top:9.875rem;left:0rem;width:47.625rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCgCxdJOlTP26ycFzTMotGeCRsUT6Qet { display:block; }#QCgCxdJOlTP26ycFzTMotGeCRsUT6Qet > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #em8Sak73bTEMcI2cF0rko0ulTKc5dARP { top:0rem;left:0rem;width:22.1875rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zshxNmHW7D2oWTyg0dxlJweXN9iFR4m7 { top:3.625rem;left:0rem;width:47.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #luzCqAgRRJmDU6mZfTCCsQ6vIw43ePGz { display:block; }#luzCqAgRRJmDU6mZfTCCsQ6vIw43ePGz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwdRkQoDS4dfLGygy9D9Sxc2L8LTFdh2 { top:1.25rem;left:0rem;width:18.6875rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1upoWZwhETK4AOqTlqo5JTv87IwUyoK { top:6.5rem;left:0rem;width:26.875rem;height:11.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRhTugnI479lag0KACq4pIhzIF1E75GJ { top:7.3125rem;left:19.1875rem;width:28.5625rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXU6ehk90nNwBNSuqoVT5VIL84AyOePX { width:13.125rem;height:2.5625rem;top:20.1875rem;left:17.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PDApWGeka0Vlsdo6c5eZPepNoggBqOJz { display:block; }
 }@media only screen and (max-width: 763px) { #icwdNgD3w7zlMqMV2iHgT7qNCSHfxXaQ { width:13.125rem;height:2.5625rem;top:20.1875rem;left:17.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRWuXV84ec0k5OsfxaZ6Sp8cFbgNNTA2 { display:block; }
 }@media only screen and (max-width: 763px) { #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { display:block; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dahXhXd710Kxuoe0VFHlybS9G5inoZBC { top:2.0625rem;left:0rem;width:33rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha5ll3UgirU20rsg2g0QkOIHTvqHE3mJ { top:2.25rem;left:33.9375rem;width:13.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V24Tg7ZhMxmSdhofbAXT2PMODNE2elSJ { display:block; }#V24Tg7ZhMxmSdhofbAXT2PMODNE2elSJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W18NgiqklZBFTbQxEpuLgVGdtPbIpN2C { top:11.5625rem;left:8.0625rem;width:7.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxUzDn20poMJmGm5y2T2WAJTpraeKo7A { top:14.4375rem;left:13.375rem;width:23.8125rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5wa39ofuVfCa8v7rw3Z7wr3nTKBwanU { top:11.5625rem;left:22.4375rem;width:2.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po7RIa82i0uxqMLQNG39zeuQ6PiQ1q7k { top:11.5625rem;left:32.75rem;width:7.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPflRkCrCOyDKD3xAokD40oAPS5FQwif { top:2.6875rem;left:11.6875rem;width:24.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mngDG2zTTZxlMAXsfyK8HGG8DuoqWvgu { top:11.6875rem;left:18.9375rem;width:0.1875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ilPf2NgbcrgRQVkd3nfWz3xM9vlBH1Xh { top:11.6875rem;left:28.9375rem;width:0.1875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v6Qtz3Jwp0LkTTzDTQblqFHwyPTOtJZm { background-color:#ffffff;background-image:none;display:block; }#v6Qtz3Jwp0LkTTzDTQblqFHwyPTOtJZm > .row .container { background-color: transparent; background-image: none; }#v6Qtz3Jwp0LkTTzDTQblqFHwyPTOtJZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6Qtz3Jwp0LkTTzDTQblqFHwyPTOtJZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6Qtz3Jwp0LkTTzDTQblqFHwyPTOtJZm > .row .container > .video-iframe-container { display: none; }#v6Qtz3Jwp0LkTTzDTQblqFHwyPTOtJZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6Qtz3Jwp0LkTTzDTQblqFHwyPTOtJZm > .row > .video-iframe-container { display: none; }#v6Qtz3Jwp0LkTTzDTQblqFHwyPTOtJZm > .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); }#v6Qtz3Jwp0LkTTzDTQblqFHwyPTOtJZm > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZpaHTGeEyOmHfVP3kIs5FAvBymF0yUh { width:12.9375rem;height:6.4375rem;top:1.625rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtWu0asaP6anKoENStU2IZe2uTTKENIK { width:9.0625rem;height:2.4375rem;top:10rem;left:1.0625rem;font-size:0.875rem;font-family:lato;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRadUdEWTg8dmK9Kot1PFX07Iq8eeWm8 { display:block; }
 }@media only screen and (max-width: 763px) { #eWt1DTXbZATXaeedOgqKc7kHx1uAJZTH { width:9.0625rem;height:2.4375rem;top:10rem;left:10.0625rem;z-index:14991;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diiFngVG23MaNpeKwkvzDThaTJrGb6BJ { display:block; }
 }@media only screen and (max-width: 763px) { #CpoJb16c12oPGLutnlX3SUIiLZSdITyc { display:block; }#CpoJb16c12oPGLutnlX3SUIiLZSdITyc > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKXeffPWLKnzfHW97B6e3mAnaRZxXeAi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/07437b34-507a-47f7-9622-8f347004322a/people.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eKXeffPWLKnzfHW97B6e3mAnaRZxXeAi.adaptive-delivery-prevent-bg, #eKXeffPWLKnzfHW97B6e3mAnaRZxXeAi.lazyload, #eKXeffPWLKnzfHW97B6e3mAnaRZxXeAi.lazyloading { background-image: none; }#eKXeffPWLKnzfHW97B6e3mAnaRZxXeAi > .row .container { border-width: 0; border-radius: 0; }#eKXeffPWLKnzfHW97B6e3mAnaRZxXeAi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eKXeffPWLKnzfHW97B6e3mAnaRZxXeAi > .row .container { width:20rem;height:65.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yNVXT3CDzrBOLUrzrG3bH8u2ZvsQyoPl { width:15.75rem;height:5.19921875rem;top:13.9375rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDCEyIMgFr1ciIIrDpolBpFTakkQPvOI { width:20rem;height:3.4121125rem;top:23.342775rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-input-text {padding-top: 0; padding-bottom: 0;}#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-input-select {padding-top: 0; padding-bottom: 0;}#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k  { width:17.5rem;height:29rem;top:33.2548875rem;left:0rem; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k {display:block;}#Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k { width:17.5rem;height:29rem;top:33.2548875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #HsShmeCpSPamTsnZKNPsPNRnqkT0Qq5E {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #SJKPr8QoZEHWKgfwuOa2Sbi72wmwURMt { display:block; }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #tZHPTWTiep20caHCS9T8FtXp7EyArpKI {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #Ud9QWcwk3W6JUxk97DAEQaIJ9fXXkiHL {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #rUlCINNiZBVLLuru3hqVgZGxv5Ief48s { display:block; }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #esKP5ErSx34DqayXykzf5XeJ6wTJfgvv {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #yiaBDXkkV1JrotVt7xWiszNPtGy5CLbQ {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #apspUGO9dztE8qgnVigPhAfPs99FeibN { display:block; }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #kTOTAXFdePGhyOGCNdHHhTaoBTJLKTdt {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #f3cJictzbxaBWKPF515DKV7IfGhsxBv1 {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #rFQkeFx6WIITK77n4pyoTACt3hJNnN4a {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #pqen1l9Z3CobaTem7a8D6sNXZxDWPMAb {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #MBsk8aRUTUk51JD1bFarZaRUoFa1dF29 {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #zvfLMTQulw1TGd6i1wQmE5aT3796KxLp {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #LHDyDaWWP08tFS3VWh76hPwCsN59AWis {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #KsDipxWxy9FLSb4kENZfRiTg6i7RBgoO {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #mT4OL2GbmuVXOx8OU5iXHaqC8ZHbBAtq { z-index:2; }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #CVJlQNWqAsM8ShC2VED0610qpUQXlIck {  }
 }@media only screen and (max-width: 763px) { #C6D0FFUcJ1SK7eNDkcHMFsnOi6emxnfd { display:block; }
 }@media only screen and (max-width: 763px) { #JfZxDw5wKkN12qhFFafB8GZWfROvIpCm { display:block; }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #odT63LoTAJNBwuVCiSIkduk4poWQnt01 {  }
 }@media only screen and (max-width: 763px) { #Q8Ew4Knh7p23IA8ykyl3HQ41GCtsGN9k #Vse58DvHXQiiitfkNK1A7i4S7R1QFU1p {  }
 }@media only screen and (max-width: 763px) { #mNVC44WeitPWWKmOhXwq2AqoTbrLTi4T { width:10.5625rem;height:1.70605625rem;top:20.38671875rem;left:4.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXHVfdOl0F8Vo1g9qcKKy4n30sOh2682 { display:none; }#XXHVfdOl0F8Vo1g9qcKKy4n30sOh2682 > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #innNExQU7HTnaGuvoU3yn0XZtKAf1ugJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/447ad4db-e644-4bc1-a8fc-b4e8d71d2181/bgindividuale.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#innNExQU7HTnaGuvoU3yn0XZtKAf1ugJ.adaptive-delivery-prevent-bg, #innNExQU7HTnaGuvoU3yn0XZtKAf1ugJ.lazyload, #innNExQU7HTnaGuvoU3yn0XZtKAf1ugJ.lazyloading { background-image: none; }#innNExQU7HTnaGuvoU3yn0XZtKAf1ugJ > .row .container { background-color: transparent; background-image: none; }#innNExQU7HTnaGuvoU3yn0XZtKAf1ugJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#innNExQU7HTnaGuvoU3yn0XZtKAf1ugJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#innNExQU7HTnaGuvoU3yn0XZtKAf1ugJ > .row .container > .video-iframe-container { display: none; }#innNExQU7HTnaGuvoU3yn0XZtKAf1ugJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#innNExQU7HTnaGuvoU3yn0XZtKAf1ugJ > .row > .video-iframe-container { display: none; }#innNExQU7HTnaGuvoU3yn0XZtKAf1ugJ > .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); }#innNExQU7HTnaGuvoU3yn0XZtKAf1ugJ > .row .container { border-width: 0; border-radius: 0; }#innNExQU7HTnaGuvoU3yn0XZtKAf1ugJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#innNExQU7HTnaGuvoU3yn0XZtKAf1ugJ > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdzIlK7UIIHoHAUX4TDJOfUg8xFQ5VZy { width:20rem;height:2.35618125rem;top:1.375rem;left:0rem;font-size:1.8125rem;z-index:15036;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGaS1GoeRWBaJ4osLbT0LmB8V7QEC3FC { width:14.75rem;height:3.4121125rem;top:4.3125rem;left:2.625rem;font-size:1.3125rem;z-index:15037;text-align:center;text-align-last:center;color:#0f539c;display:block; }
 }@media only screen and (max-width: 763px) { #kz3aTLmNcK7Ogiv5aB91IUs8MeNJHRRr { display:block; }#kz3aTLmNcK7Ogiv5aB91IUs8MeNJHRRr > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOiLoQmMm7qxJnOrGk9ggS52ahLrRlyq { display:block; }#qOiLoQmMm7qxJnOrGk9ggS52ahLrRlyq > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xw3zIsTTycvVXNnXGtiq3h555hZJUmwR { width:10.5625rem;height:1.70605625rem;top:1.25rem;left:4.71875rem;font-size:1.3125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-family:lato;font-weight:700;font-style:normal;color:#0f539c; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-family:lato;font-weight:700;font-style:normal;color:#0f539c; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-family:lato;font-weight:700;font-style:normal;color:#0f539c; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 [class*="-text"]:-moz-placeholder { font-family:lato;font-weight:700;font-style:normal;color:#0f539c; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 [class*="-text"]::-moz-placeholder { font-family:lato;font-weight:700;font-style:normal;color:#0f539c; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 [class*="-text"]:-ms-input-placeholder { font-family:lato;font-weight:700;font-style:normal;color:#0f539c; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 [class*="-text"]::-webkit-input-placeholder { font-family:lato;font-weight:700;font-style:normal;color:#0f539c; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-radio-label { float:none; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-container:first-of-type{padding-top:0;}#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .widget-container:last-of-type{padding-bottom:0;}#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4  { width:17.5rem;height:auto;top:4.2498245239258rem;left:0rem;z-index:15005; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 {display:block;}#LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 { width:17.5rem;height:auto;top:4.2498245239258rem;left:0rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #Z2r7KZDQTkQ3goWsBfV4wZvHPrG9Wzkw {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #CRtJSaLXfqAreDKMLTUSQTeCOiQtkv7H { display:none; }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #FNTQ92U7ZIBVlZseVllE5CCKBwAGWSkl {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #fN4t5OVqMcShsiSE63yx3kkOKhcqE40a {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #tMubG7QoxkSxGTp9Unlf33pBiFByWM5e { display:none; }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #wMLtTbIe6DhgkOIwS9JmR4flyfk3Bdwd {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #qxAA1C6q7BSn4vKhxCAqT32tsIJ90ZC7 {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #TIw6E0aaiHk253FVNqIfQreKzIKhwFAR { display:none; }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #Rd18LORVHa99GV9or67u47NByVi6fskT {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #SSGf72qtJoQERsKh4TffVKHnNyryFe70 {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #nlvQDUTDwQblGmaUCvznagp5mQ7lOZm2 { display:none; }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #Wnnle1XcTWnZi6ZmST2sOfBfE5u7lafy {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #ALeSdoXbf188XRXicfHzUELClHEaBSWB {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #yOzRyyGDloZil8Q9KSJqiTyWE8Vthgci { display:none; }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #TtKSGh3QkqRENDNldSSJh9k80H6DtIE3 {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #hlgtvcMxN8IehfPWd4ZVbUWLVmokT9Ov {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #AcBM4Pwz8uJIp4Tr8l19CeazoyUhBDsp { z-index:2; }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #qsR02xekEzNVbAmd0J0px83RczPBkKLP {  }
 }@media only screen and (max-width: 763px) { #PyycGnSwLz7rbm6C4tBAAydWmdZQU81P { display:block; }
 }@media only screen and (max-width: 763px) { #lbeGx4qBILrel6KFTcOqrzyZvf4QtU4z { display:block; }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #oNrOq7kTWo6zupuShDZ62nzXzkDibXP7 {  }
 }@media only screen and (max-width: 763px) { #LRcvDnGLD0bv2GdP8PAH8xscoNDmK1l4 #ziVMPN7f9M2QqXr9DzgDQfTx4oy3cmy1 {  }
 }@media only screen and (max-width: 763px) { #zD8c7mcammvL1cSDrzumonDdPJgRMCuo { display:block; }#zD8c7mcammvL1cSDrzumonDdPJgRMCuo > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxt0NWkwBOvlMGPafoy6Zfoxo5UsFH6D { width:20rem;height:14.1299125rem;top:1.6826171875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.9;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #h0kz4IIIuWQTW6HlJzO7bnWVrF8x2FNV { display:block; }#h0kz4IIIuWQTW6HlJzO7bnWVrF8x2FNV > .row .container { width:20rem;height:135.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwipdkAKTR0TTAtZw8lEZWnnTN3CrT0O { width:12.9375rem;height:2.2734375rem;top:32.8125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxrsXICZrI3DPbaRNMlSTgc93mA7FcO1 { width:11.125rem;height:1.13725rem;top:37.4375rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kayqQUMqJcv2XazFGn906cG8X3UcfKcZ { width:12.9375rem;height:2.2734375rem;top:40.8125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K304QmvlNeGQv5XbRve0rIA6UxNARNtw { width:12.9375rem;height:1.13671875rem;top:45.5rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1z7ZfgSa7tcvT5NmGcXB0QOICVbXVc1 { width:12.9375rem;height:1.13725rem;top:50.1875rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7PhNVXZzhi0u4CI7Pmlw7bOkD8IQvzF { width:1.25rem;height:1.25rem;top:33.3125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVwAtIaZ1HLfNaFFTb5Z3amhW1moqUly { width:1.25rem;height:1.25rem;top:71.125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmNBUOteLozMf5W7q5IohTKBtm9LyQsy { width:1.25rem;height:1.25rem;top:117.375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwM0F8LGTm0duPcJNBhXDK8AcoSrgXkU { width:17.5rem;height:0.125rem;top:35.9375rem;left:1.125rem;background-color:#cbd2da;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) { #DBTaXnOhOALXV6fssD9HTqTCWTvkLTQJ { width:17.5rem;height:0.125rem;top:40rem;left:1.125rem;background-color:#cbd2da;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) { #ETvfPETQpt59S6vWxauCepWr9GyMLS1M { width:17.5rem;height:0.125rem;top:43.9375rem;left:0.9375rem;background-color:#cbd2da;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) { #XUrDoBWPl6v5oiTigSC9Cb5N0alSkrz9 { width:17.5rem;height:0.125rem;top:48.125rem;left:0.9375rem;background-color:#cbd2da;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) { #k5SSZvTkDpA1o2UhnVkD1v5ws4hcCNEP { width:1.25rem;height:1.25rem;top:37.4375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnT4J32irdpSrOwWiGty5EkTWVT9Sc8T { width:1.25rem;height:1.25rem;top:41.3125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toPmJEzTkf7qRWHR0iPh3CNk1ksWOmxZ { width:2.1875rem;height:1.13725rem;top:45.5rem;left:16.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX7ycKLB90N3eIrmhzUN30Af7fPqW4uT { width:1.25rem;height:1.25rem;top:50.125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEOV7cshRKkNqWZSeNozoQowMdTZCS2Q { width:1.25rem;height:1.25rem;top:79.5625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWQWCQBQRMysQfKI8oGIooW4ikgx2Ze5 { width:1.25rem;height:1.25rem;top:75.25rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKWZ4QNVwuC3go7myi7rhVrwFlRpI8Ef { width:1.25rem;height:1.25rem;top:108.9375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGv0857XdfSb3ASINnKID11fMK8xZDTG { width:1.25rem;height:1.25rem;top:113.0625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA8mMRAn03IJGoNr7fl71lxfaLDKxkbA { width:2.1875rem;height:1.13725rem;top:83.375rem;left:16.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqpo91v9ttRZCKi4eyQDwDyqNqpntV00 { width:2.1875rem;height:1.13725rem;top:87.8125rem;left:16.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWxWHzUGCtbR3LNvGR6KvzKdcNLvTB6K { width:2.1875rem;height:1.13725rem;top:125.625rem;left:16.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fddbe7QqIF7So6H02tPZT5LuUKwkkfT0 { width:2.3125rem;height:1.13725rem;top:121.1875rem;left:16.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHnWnVL1wk1EGftz1btsxJJxRoRSS8Lc { width:12.8125rem;height:2.4375rem;top:54.1875rem;left:3.59375rem;font-size:1.25rem;line-height:.1;z-index:15059;display:none; }
 }@media only screen and (max-width: 763px) { #LPXbTnUkZRnSMPpho46TeMSmZ8UohktQ { display:block; }
 }@media only screen and (max-width: 763px) { #lTyQe93QOzNH1V9pigRBuyk7Zt5mfWP2 { width:12.8125rem;height:2.4375rem;top:66.318359375rem;left:3.65625rem;z-index:15060;display:none; }
 }@media only screen and (max-width: 763px) { #GInTLENbv50TtW65GNABvoqeGu66Eewc { display:block; }
 }@media only screen and (max-width: 763px) { #NAqMAQzhqO6OI72xIPexeayGugt0znXc { width:12.8125rem;height:2.4375rem;top:104.130859375rem;left:3.65625rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 763px) { #fxzznbpiIKF1BWuqdJOVxAD32uWFeBl8 { display:block; }
 }@media only screen and (max-width: 763px) { #AhdtNgppO8IoIbrqsHcmw2giJdrMw6CR { width:3.75rem;height:1.94921875rem;top:28.875rem;left:8.25rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #z4WqzC3O2QPTpFpedRKAKFG4BKhMqMPd { width:3.5rem;height:1.94921875rem;top:66.5625rem;left:8.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFAi9xCsMETxDAeULnW3MNZtlRygdJ16 { width:3.6875rem;height:1.94921875rem;top:104.375rem;left:8.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBAk3wbHWCddJm32TEP8C3RLAULnd3fE { width:1.9375rem;height:1.13725rem;top:67.25rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHb5VWtOdV0LmiF5U16U5ozlcUVk2DLa { width:1.9375rem;height:1.13725rem;top:67.25rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt2drQAgcwu4pAGJdzgkFVIar1vRPZ0m { width:1.9375rem;height:1.13725rem;top:29.5rem;left:6.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ELWvsghw0Q2IwI6dBxhLzCGQnh9d1pJl { width:1.9375rem;height:1.13725rem;top:29.5625rem;left:11.9375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EDKq4IfzOaN95iUBEslFsZg2fqblfmMA { width:1.9375rem;height:1.13725rem;top:105.0625rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIu2quiKARTuo9oIWzc5GPHNLAQDXLxW { width:1.9375rem;height:1.13725rem;top:105.125rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4FeZPwf9i83nTFKXgw4iFcT9f5p5uKU { width:6.0625rem;height:2.76171875rem;top:11.75rem;left:0.875rem;font-size:2.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T64ySn8X9xqwTvy3POFgHMg7bCishQ4x { width:12.9375rem;height:2.2734375rem;top:70.625rem;left:1.125rem;font-size:0.875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #mLOD3bFnIgbnPhPT6uO9RyNTsyqXtFhB { width:17.5rem;height:0.125rem;top:73.8125rem;left:1.125rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #F4rIbmuJZQERhlVL1omtziIUuqoCbEJf { width:11.125rem;height:1.13725rem;top:75.3125rem;left:1.125rem;font-size:0.875rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #U8cQfuanN0J76f2mL6I6AxMOnRU8ux7V { width:17.5rem;height:0.125rem;top:77.875rem;left:1.125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #fJyT6KkRavThvdTirfmAowEnnXW18Si0 { width:12.9375rem;height:2.2734375rem;top:78.6875rem;left:1.125rem;font-size:0.875rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #ecWqR51RKfGfXgsdXaap4CSKsQkmmReD { width:17.5rem;height:0.125rem;top:81.8125rem;left:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #sBZTOAyr4TZxnFHcXCEGpXIfVCSFMsNP { width:12.9375rem;height:1.13671875rem;top:83.375rem;left:1.125rem;font-size:0.875rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #fRn7fJOrC9puBTf3Ka2iTun5C6V3MikT { width:17.5rem;height:0.125rem;top:85.875rem;left:1.125rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #FTxkXMMmO60lX9MNzocTNefJBJEAi3sT { width:12.9375rem;height:1.13725rem;top:87.8125rem;left:1.125rem;font-size:0.875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #IBtMbFnT1hZ6TA4kTrBZsQbTBprtWLJq { width:12.9375rem;height:2.2734375rem;top:108.4375rem;left:1.0625rem;font-size:0.875rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #MsTn12oa26udvm9G7FuPUrgqimm5MdxP { width:17.5rem;height:0.125rem;top:111.625rem;left:1.125rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #spE0An3GMK2kxxZLs3UStF2GRB80SVJq { width:11.125rem;height:1.13725rem;top:113.125rem;left:1.0625rem;font-size:0.875rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #Sv5LULd0IGAQCvTNrFTXfZhTGbCePSQs { width:17.5rem;height:0.125rem;top:115.6875rem;left:1.125rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #OHSbCQOxETDohaWgLaMywhcuac9AwBhy { width:12.9375rem;height:2.2734375rem;top:116.5rem;left:1.0625rem;font-size:0.875rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #MEWwX484gBCfV8L6U81cfPbzJuvDlBnV { width:17.5rem;height:0.125rem;top:119.625rem;left:1.125rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #uJVEg8EXieaJ0QQGoCHGFGVLTc0hSydF { width:12.9375rem;height:1.13671875rem;top:121.1875rem;left:1.0625rem;font-size:0.875rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #nbJ6b08Q7uB9nuzmaPJmNo0fNWuZ1opi { width:17.5rem;height:0.125rem;top:123.6875rem;left:1.125rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #MpTxtCNVESUPh22zqvIEUUb4vd5vK6di { width:12.9375rem;height:1.13725rem;top:125.625rem;left:1.0625rem;font-size:0.875rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #vJ2SrlZb3WvSUm8hKE7ad0UdbfSzNzQK { width:13.125rem;height:6.6875rem;top:20.3125rem;left:3.4375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #qeJnEnEBVxg1vyTOq9u5rWGzvw6Cxfu2 { width:13.125rem;height:6.875rem;top:57.75rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmQbgONsdk5XK5O9N0woz0BbI6R9Mc9z { width:13.125rem;height:6.625rem;top:95.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqrhQgkO9ZieF7MeOkGPkPwGtAokeIBG { width:18.25rem;height:9rem;top:3.625rem;left:0.875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #zcX2R8R6QeRV55imaCae2Cuk7t0CN0EB { width:20rem;height:0.1875rem;top:139.44921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qCVNpIOlUrT5e4BAMm3XFo6a2k2s3PrM { width:12.75rem;height:2.3125rem;top:28.755859375rem;left:3.6875rem;z-index:14993;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL4TRmTi3hAX6f0rEgBzbULLQS1QvqFE { width:12.75rem;height:2.3125rem;top:66.34375rem;left:3.625rem;z-index:15011;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCwThFkOomKXCAPX0v2xBKTxCPhy7RNL { width:12.75rem;height:2.3125rem;top:104.193359375rem;left:3.6875rem;z-index:15013;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxTTRgelnkl4xbAof5DX7TKSoQV7U0be { width:19.875rem;height:34.5625rem;top:18.65625rem;left:0rem;z-index:14995;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(51,169,0,0.31) ;display:none; }
 }@media only screen and (max-width: 763px) { #R2tRaOhKJpQaRrJqfnVkt6M1yBzTbk6L { width:19.875rem;height:34.5625rem;top:56.5625rem;left:0rem;z-index:14996;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(202,125,154,0.6) ;display:block; }
 }@media only screen and (max-width: 763px) { #eEUc6l0i4Aq6BOX0dhf3wkWWLCmLFelx { width:19.875rem;height:34.5625rem;top:94.375rem;left:0rem;z-index:14997;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(243,111,33,0.6) ;display:block; }
 }@media only screen and (max-width: 763px) { #sk4c5htQGK5GzrJxFd4LrOZP3vrRM34X { width:19.875rem;height:34.5625rem;top:19.03125rem;left:0rem;z-index:14992;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(51,169,0,0.6) ;display:block; }
 }@media only screen and (max-width: 763px) { #eUxFSDfs2flQtoiaEvgw15awH8Ti1gPb { width:12.8125rem;height:2.4375rem;top:26.0625rem;left:0.46875rem;font-size:1rem;line-height:.1;z-index:15060;display:none; }
 }@media only screen and (max-width: 763px) { #fgHRDITi3IEZSiyhLTzcmm6dafpip8E6 { display:block; }
 }@media only screen and (max-width: 763px) { #lzO9Gt3253208qTuTHcqDHvGw2f9brDd { top:28.69921875rem;left:3.65625rem;width:12.8125rem;height:2.4375rem;z-index:14994;background-color:transparent;background-image:none;border-top:0.125rem solid #33a900;border-left:0.125rem solid #33a900;border-right:0.125rem solid #33a900;border-bottom:0.125rem solid #33a900;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2rqrZmHvaLF0x6AG5ENXDX715tChE0h { display:block; }
 }@media only screen and (max-width: 763px) { #nnwpaJh0VuHqrTMbNAhpxOiw4pQ7wNce { top:66.318359375rem;left:3.65625rem;width:12.8125rem;height:2.4375rem;z-index:15062;background-color:transparent;background-image:none;border-top:0.125rem solid #ca7d9a;border-left:0.125rem solid #ca7d9a;border-right:0.125rem solid #ca7d9a;border-bottom:0.125rem solid #ca7d9a;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #brxFKFwn55tWR8mdgkMIDRTrHXyTb1iN { display:block; }
 }@media only screen and (max-width: 763px) { #HIOrPPThT9XG2HlQB9rIoExGy5pc3SKH { top:104.130859375rem;left:3.65625rem;width:12.8125rem;height:2.4375rem;z-index:15063;background-color:transparent;background-image:none;border-top:0.125rem solid #f36f21;border-left:0.125rem solid #f36f21;border-right:0.125rem solid #f36f21;border-bottom:0.125rem solid #f36f21;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFHFabfRm5ulv6G02NWwzVc1ySlbcA80 { display:block; }
 }@media only screen and (max-width: 763px) { #z06lL709fb2ioPgRvz3Fr5wciRB8m3PX { width:19.875rem;height:33.1875rem;top:2rem;left:0rem;z-index:14993;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(114,118,123,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #Z1ww5ld8PTNC1l1Bie0We1zkR2lFmoiw { display:block; }#Z1ww5ld8PTNC1l1Bie0We1zkR2lFmoiw > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMTo2dUhFrr9gmDVVwku7swkVTlyAs2O { width:9.5625rem;height:2.625rem;top:14.9375rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDLITTS0hLvSWqUNH5hUtAsFpkxPUUN1 { display:block; }
 }@media only screen and (max-width: 763px) { #OXiOlOCbGMnFWVfsy0840VCoJlty5uKu { width:9.5625rem;height:2.625rem;top:8.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWrEh0JCPCQnl2XNi6GolhxS3BU1McLv { display:block; }
 }@media only screen and (max-width: 763px) { #l3pN7U4igbo9HmsxclOKrFbAKewh3x3A { width:19.1875rem;height:2.4375rem;top:2.125rem;left:0.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtETHPc1LDoTfUD7ryN8LXpxwuV5aJcN { width:8.3125rem;height:2.0625rem;top:12.3125rem;left:5.84375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnGlXVAUgtEb5wGuQWyif1p6PmSs1VJm { width:10rem;height:2.0625rem;top:5.5rem;left:5rem;font-size:1.375rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { display:block; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCd9zd1BbhyvypHgxNZlHEPfKFkZD7Ku { width:19.0625rem;height:3.28125rem;top:2.140625rem;left:0.125rem;font-size:2.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml > .row .container { background-color: transparent; background-image: none; }#Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml > .row .container > .video-iframe-container { display: none; }#Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml > .row > .video-iframe-container { display: none; }#Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml > .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); }#Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml > .row .container { border-width: 0; border-radius: 0; }#Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gxzu85ZeUWmTLCJpdO0xOtGVQ6Owiaml > .row .container { width:20rem;height:95.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CB7ZqLfDTioPneQpFssmh5wfELOkZTmF { width:17.5rem;height:2.71928125rem;top:59.3125rem;left:0.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnVEUHn9FqNaUueVsv4wg0mCpvnAH34P { width:18.6875rem;height:2.71928125rem;top:2.25rem;left:0.125rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gxr2xu1icCFHnxXzXlUtunhQThbENZtt { width:19.375rem;height:4.03764375rem;top:6.5rem;left:0.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #nLz8gK3bBkcPvBw05bMNAwOHIPATEzwk { width:4.9375rem;height:3.125rem;top:15.3125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu5kFp7VfhVZ4GUO8PhVEzC5ynGTyuBC { width:3.375rem;height:4.5rem;top:23.75rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxsErVFZ43aSiTiGnVopVdmaft7Gxmkd { width:6.0625rem;height:2.44921875rem;top:19.625rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #smV8d15eipB9g4Cyyg1ohgfh5i4agqLR { width:7.625rem;height:2.449225rem;top:29rem;left:10.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BL55xaXV21rInavxT6hOLKAbO6dkqdrd { width:4.875rem;height:4.5rem;top:42.4375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GST7zq6EML5I8RBpWCkwD8LoF3UB5oBn { width:3.875rem;height:3.875rem;top:14.9375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTchdN6Tkmnm3Q7bPwVv2TPDRBGuZEST { width:6.4375rem;height:2.449225rem;top:19.625rem;left:11.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DqJl9PEDxV5rar1g0NVxQ4oeWO2K6Joa { width:6.4375rem;height:3.67383125rem;top:47.75rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gv1E4n74r2yot7Z33c582laiJHKn20PO { width:5.5rem;height:2.44921875rem;top:38.25rem;left:11.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTkbG9zOmVLw4NQSDpscPH0MWWestTxy { width:4.125rem;height:4.5rem;top:32.875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wurRsUrTM7WN1ZJd3B7a3HkFJBFISRQe { width:3.0625rem;height:4.5rem;top:42.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1qFyiyxC7ReLxMu1IZ1OvMT8qAcR8lX { width:5.6875rem;height:2.449225rem;top:47.75rem;left:11.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sHntySwKCsyoTTL3SEcuql8pkECbOWzP { width:17.1875rem;height:11.8125rem;top:28.40625rem;left:1.40625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #idnhb54xGpsOkR1SQhHMPnNmAH67Kq2a { width:4.6875rem;height:4.5rem;top:32.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlC4f7JTf70PEOsJ6RDSOd7aHDhwyRNJ { width:4.5rem;height:4.5rem;top:23.75rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwlcen5wPCFMhuH18VbSZe0qgIeeOiTw { width:3.4375rem;height:2.25rem;top:55.5791015625rem;left:12.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bUFnnTnd0X2DSg7WbfDOqIvRclNouOLn { width:7.875rem;height:2.449225rem;top:29rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LJOGcIgrhgVEGCBCe2cQhmZ8X2J090vC { width:5.9375rem;height:2.44921875rem;top:38.25rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDWN7ymrp7zyaZA2MOvqpelbisKkOqng { width:4.75rem;height:5.75rem;top:63.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPDylNs5k1AMqTn50kcKRyqd2nxgFZq2 { width:6.0625rem;height:5.3125rem;top:71.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdrCEaMyArwml2ei1x7sbAwBoB6WF3ev { display:flex;width:6.5625rem;height:6.5625rem;top:78.4375rem;left:1.125rem;font-size:4rem; }
 }@media only screen and (max-width: 763px) { #Rz2nW3rTpqatVV16F7ez9SJnEehPQpcG { width:2.75rem;height:5.15625rem;top:63.6875rem;left:7.625rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xJ9dcCMu5bMS7bugxCpIxA8D9dHLJEkb { width:4.1875rem;height:5.15625rem;top:71.1875rem;left:7.625rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nMTxgas0cBgc4MOaoegtVEZxVe4Je0Us { width:4.1875rem;height:5.15625rem;top:79.125rem;left:7.625rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gd9T6HchXnFWXAPiHSFnTrFyPhm0cQNr { width:9.5rem;height:2.75rem;top:64.8125rem;left:10.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qeFh11TsNvswOTqwzpVEmROMFkowBSWi { width:3.9375rem;height:2.75rem;top:80.3125rem;left:12.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qGEGicw94TyyykpTVET9W1pDlp4ibImT { width:3.6875rem;height:1.75rem;top:73.6875rem;left:11.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xSJ8dutBQ5SCZ6oiu00evqGTIzhA2sbe { display:flex;width:5.0625rem;height:5.0625rem;top:86.875rem;left:1.875rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #pCRmsJBRyzNHeisAzdzbCEEcba2GdGJm { width:5.875rem;height:5.15625rem;top:86.625rem;left:7.625rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rm8vn7E6XBneZg1WRyyu1b7Febbn64T7 { width:6.0625rem;height:2.75rem;top:87.8125rem;left:13.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mKs1fiTsfAitZBhMmCX8KFlEX3BcQkED { top:13.125rem;left:0.40625rem;width:19.1875rem;height:40rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RzSp66XcSLZdfPvSlh5H2pZDTTIyBdAp { width:20rem;height:8.058361391695rem;top:60.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uzfdBQmpcDyga6HMokQUiFvQH9TKgv4X { top:26.125rem;left:0.9375rem;width:18.125rem;height:18.125rem;z-index:14993;background-color:rgba(255,255,255,0.41);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) { #dcsEhU82kv4HQ6NSo6Tuc7pESP5Ap6AE { width:16.625rem;height:43.25rem;top:11.65625rem;left:1.625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #QCgCxdJOlTP26ycFzTMotGeCRsUT6Qet { display:block; }#QCgCxdJOlTP26ycFzTMotGeCRsUT6Qet > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #em8Sak73bTEMcI2cF0rko0ulTKc5dARP { width:15rem;height:2.4375rem;top:0.8125rem;left:0.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zshxNmHW7D2oWTyg0dxlJweXN9iFR4m7 { width:20rem;height:3.8125rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #luzCqAgRRJmDU6mZfTCCsQ6vIw43ePGz { display:block; }#luzCqAgRRJmDU6mZfTCCsQ6vIw43ePGz > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwdRkQoDS4dfLGygy9D9Sxc2L8LTFdh2 { width:14.1875rem;height:2.4375rem;top:1.125rem;left:0.125rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a1upoWZwhETK4AOqTlqo5JTv87IwUyoK { width:19.875rem;height:11.472625rem;top:5.125rem;left:0.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PRhTugnI479lag0KACq4pIhzIF1E75GJ { width:15.5rem;height:4.3125rem;top:18.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXU6ehk90nNwBNSuqoVT5VIL84AyOePX { top:28.375rem;left:3.09375rem;width:13.8125rem;height:2.5rem;z-index:15006;font-size:0.875rem;font-family:lato;background-color:transparent;background-image: -webkit-linear-gradient(213deg, #0f539c, #21bbef);background-image: -moz-linear-gradient(213deg, #0f539c, #21bbef);background-image: -ms-linear-gradient(213deg, #0f539c, #21bbef);background-image: -o-linear-gradient(213deg, #0f539c, #21bbef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#21bbef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#21bbef' );";background-image: linear-gradient(213deg, #0f539c, #21bbef);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #PDApWGeka0Vlsdo6c5eZPepNoggBqOJz { display:block; }
 }@media only screen and (max-width: 763px) { #icwdNgD3w7zlMqMV2iHgT7qNCSHfxXaQ { top:25.75rem;left:3.125rem;width:13.8125rem;height:2.5rem;z-index:15007;font-size:0.875rem;font-family:lato;background-color:transparent;background-image: -webkit-linear-gradient(213deg, #0f539c, #21bbef);background-image: -moz-linear-gradient(213deg, #0f539c, #21bbef);background-image: -ms-linear-gradient(213deg, #0f539c, #21bbef);background-image: -o-linear-gradient(213deg, #0f539c, #21bbef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#21bbef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#21bbef' );";background-image: linear-gradient(213deg, #0f539c, #21bbef);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TRWuXV84ec0k5OsfxaZ6Sp8cFbgNNTA2 { display:block; }
 }@media only screen and (max-width: 763px) { #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { background-color:#0f539c;background-image:none;display:block; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { background-color: transparent; background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .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); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dahXhXd710Kxuoe0VFHlybS9G5inoZBC { width:20rem;height:4.125rem;top:2.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ha5ll3UgirU20rsg2g0QkOIHTvqHE3mJ { width:10.1875rem;height:1.4375rem;top:7.6875rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V24Tg7ZhMxmSdhofbAXT2PMODNE2elSJ { display:block; }#V24Tg7ZhMxmSdhofbAXT2PMODNE2elSJ { background-color: transparent; background-image: none; }#V24Tg7ZhMxmSdhofbAXT2PMODNE2elSJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V24Tg7ZhMxmSdhofbAXT2PMODNE2elSJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V24Tg7ZhMxmSdhofbAXT2PMODNE2elSJ > .row .container > .video-iframe-container { display: none; }#V24Tg7ZhMxmSdhofbAXT2PMODNE2elSJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V24Tg7ZhMxmSdhofbAXT2PMODNE2elSJ > .row > .video-iframe-container { display: none; }#V24Tg7ZhMxmSdhofbAXT2PMODNE2elSJ > .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); }#V24Tg7ZhMxmSdhofbAXT2PMODNE2elSJ > .row .container { width:20rem;height:16.25rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W18NgiqklZBFTbQxEpuLgVGdtPbIpN2C { width:7rem;height:0.9746125rem;top:10.0625rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxUzDn20poMJmGm5y2T2WAJTpraeKo7A { width:12.4375rem;height:1.7871125rem;top:12.6875rem;left:3.78125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P5wa39ofuVfCa8v7rw3Z7wr3nTKBwanU { width:2.875rem;height:0.9746125rem;top:10.0625rem;left:9.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po7RIa82i0uxqMLQNG39zeuQ6PiQ1q7k { width:5.8125rem;height:0.9746125rem;top:10.0625rem;left:13.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPflRkCrCOyDKD3xAokD40oAPS5FQwif { width:17.375rem;height:3.125rem;top:4.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mngDG2zTTZxlMAXsfyK8HGG8DuoqWvgu { top:10.1875rem;left:8rem;width:0.1875rem;height:0.75rem;z-index:15011;background-color:#0e9ae5;background-image:none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilPf2NgbcrgRQVkd3nfWz3xM9vlBH1Xh { top:10.1875rem;left:12.4375rem;width:0.1875rem;height:0.75rem;z-index:15012;background-color:#0e9ae5;background-image:none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }