.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
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:#162a43;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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/egNlwnxM/Backround_1_png.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn.adaptive-delivery-prevent-bg, #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn.lazyload, #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn.lazyloading { background-image: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { background-color: transparent; background-image: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { border-width: 0; border-radius: 0; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#UmBaDtvLZss4yenculz0ETTxVOcemENe { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:7rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#taTHaMNxEhMakiRxoxGni0ybpLuff9MO { 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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-sizing:border-box;color:#042537;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:10.625rem;height:3.4375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:0.625rem;left:47.5625rem;display:block; }
#QUDd3ePdTH0ouI1C8eIQZhdv7hvE5vNn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TGhHRisowB8xsLH5g5scaio6NQClLNbd { box-sizing:content-box;color:#23bd4a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:0.96875rem;left:46.125rem;display:block; }
#SbkRFbxzsuTtDgTVvCbl28vRyss4OIC3 { color:#5cb85c;display:block;width:58.0625rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:normal;z-index:100054;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0.84228515625rem;height:4.875rem;display:block; }
#J8CkPlKkHWHzC2bPsLFBAJThcdplsiaP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:13.4375rem;left:5rem;display:none; }
#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { border-width: 0; border-radius: 0; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:60rem;position:relative;display:block; }#GNLrUeSVIhxaFOBKoI6CnXd6v0nGWoAv { position:absolute;display:block;z-index:100045;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:7.3125rem;width:31.0625rem;top:1.8125rem;left:1.125rem;display:none; }
#qRKdh8mA6XfcG4q3eSUWsE4m5yeno6LV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100052;line-height:1.3;letter-spacing:0;top:2.1041669845581rem;left:67.125rem;height:5.49999375rem;text-align:center;text-align-last:center;display:none; }
#VP2OGOercx1K4ah92JcT8uUlEgfXXxNs { position:absolute;display:block;z-index:100051;background-color:#e1b100;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.0625rem 2.1875rem rgba(0,0,0,0.5) ;height:6.3125rem;width:11.0625rem;top:1.2916669845581rem;left:67.875rem;display:none; }
#yLQ3zEZWOexgDhWkvT48qwv9kMBdEGlR { color:#132a3e;display:block;width:42.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;top:5.3862848281861rem;left:8.5611991882325rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sen6rs9hTrtTa42UkxszR6bNzZi1zDTK { position:relative;display:block; }#sen6rs9hTrtTa42UkxszR6bNzZi1zDTK { background-color: transparent; background-image: none; }#sen6rs9hTrtTa42UkxszR6bNzZi1zDTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sen6rs9hTrtTa42UkxszR6bNzZi1zDTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sen6rs9hTrtTa42UkxszR6bNzZi1zDTK > .row .container > .video-iframe-container { display: none; }#sen6rs9hTrtTa42UkxszR6bNzZi1zDTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sen6rs9hTrtTa42UkxszR6bNzZi1zDTK > .row > .video-iframe-container { display: none; }#sen6rs9hTrtTa42UkxszR6bNzZi1zDTK > .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); }#sen6rs9hTrtTa42UkxszR6bNzZi1zDTK { border-width: 0; border-radius: 0; }#sen6rs9hTrtTa42UkxszR6bNzZi1zDTK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#162a43;background-image:none;font-size:0.875rem;font-family:arial;height:43.6875rem;width:60rem;position:relative;display:block; }#zaC9b5pHGGukEX3Q9M2FfTKGpqV8rCV9 { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:8.812255859375rem;left:7.562255859375rem;height:2.43815rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#wqlftPQ4y0ynnFbevaoU0KKnbr1XCvuQ { z-index:100003;top:36.317138671875rem;left:9.344482421875rem;background-color:#008000;background-image:none;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-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:roboto;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.3098125rem;height:5.37475625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#afLvKBWqOyH3ycbTFuk302aUfdxP4QVf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eF3Wk5Tgtik49rkKtJzLZUmawOzmIQFA { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.7480625rem;width:15.1855625rem;top:7.686767578125rem;left:37.3095703125rem;overflow:hidden;display:block; }
#tF81NyFu6UQqr0qWm6JgrLXzoZWtRS2P { color:#fcb814;display:block;width:54.375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0.64887142181394rem;left:1.4372863769531rem;height:5.8507rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qg2l2c8XQoWbwFD1QsAwVf36OrRqJSxh { box-sizing:content-box;color:#23bd4a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:8.309326171875rem;left:3.624267578125rem;display:block; }
#ty5pWSbbzoESKJ9nS7gwlPd9h2wRnUya { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:12.7490234375rem;left:7.5rem;height:2.43815rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#giGcHqAiVx4ypJhQr7KreoTHfdg6SA8O { color:#ffffff;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:16.68701171875rem;left:7.5rem;height:2.43815rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#yvApTJICx4J76pSJnzXkHOFT3tg7CMWh { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:20.687255859375rem;left:7.562255859375rem;height:4.8763rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LIPNldspViRwJOvqxKwARaPDgizaAEv6 { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:26.431884765625rem;left:7.5rem;height:2.43815rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#W72thqzlKzKMKrgVwTp2ZicVkEHlMOvC { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100007;line-height:1.5;letter-spacing:0;top:29.635009765625rem;left:7.5rem;height:4.8763rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#eI5fxieXRRs4hOtISk2LWKQRIegLEdvu { box-sizing:content-box;color:#23bd4a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:12.200927734375rem;left:3.624267578125rem;display:block; }
#XpfPKHZ9NsyGvnQ0aNMfD9hX05gFeenM { box-sizing:content-box;color:#23bd4a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:16.246337890625rem;left:3.624267578125rem;display:block; }
#MKLPE5FpKwFKqe84oTEETu0LbxMSrtEc { box-sizing:content-box;color:#23bd4a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:20.43701171875rem;left:3.624267578125rem;display:block; }
#XS7pUnl2EXHzS9WQQfb1FySPISQck07w { box-sizing:content-box;color:#23bd4a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:25.80810546875rem;left:3.624267578125rem;display:block; }
#LE1dvOVtlKkySacKyBLMWaxUXvDNzU7u { box-sizing:content-box;color:#23bd4a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:29.50927734375rem;left:3.624267578125rem;display:block; }
#C3fZZSCBJSwcK2eAo8B2Tg6VKPU5WN2A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#C3fZZSCBJSwcK2eAo8B2Tg6VKPU5WN2A > .row .container { background-color: transparent; background-image: none; }#C3fZZSCBJSwcK2eAo8B2Tg6VKPU5WN2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3fZZSCBJSwcK2eAo8B2Tg6VKPU5WN2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3fZZSCBJSwcK2eAo8B2Tg6VKPU5WN2A > .row .container > .video-iframe-container { display: none; }#C3fZZSCBJSwcK2eAo8B2Tg6VKPU5WN2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3fZZSCBJSwcK2eAo8B2Tg6VKPU5WN2A > .row > .video-iframe-container { display: none; }#C3fZZSCBJSwcK2eAo8B2Tg6VKPU5WN2A > .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); }#C3fZZSCBJSwcK2eAo8B2Tg6VKPU5WN2A > .row .container { border-width: 0; border-radius: 0; }#C3fZZSCBJSwcK2eAo8B2Tg6VKPU5WN2A > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:60rem;position:relative;display:block; }#RIayJ1WqwXHVqIaznP4W57BSUguZazd0 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:2.4375rem;left:15rem;overflow:hidden;display:block; }
#o9MAONZJ765RL2JUQ7lTl6MUKplOE19i { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.0625rem;top:2.53125rem;left:45.25rem;overflow:hidden;display:block; }
#nMWOFShNy4L7P1ixovXmQ4Q0UVK6u0Ep { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.1594486236573rem;left:3.0625rem;height:2.92535rem;font-style:normal;display:block; }
#EF3tTzUsIabuu1h8LTXQhuBuS1lAOguo { color:#000000;display:block;width:11.4994375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:3.9976940155029rem;left:3rem;height:2.599825rem;font-style:normal;display:block; }
#hsJXLhMw0DWxiATgSq5MBH1zpAsZ5Vmx { color:#000000;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:18.25rem;height:3.8997375rem;font-style:normal;display:block; }
#FDtvhyVpFUMTfR6qqeiEJuKcIfGyQzXR { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.0625rem;left:17.8125rem;height:1.462675rem;font-style:normal;display:block; }
#ibcmWXRMGI66ppPfs5HmA8IJcWIBLb3m { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:2.4375rem;left:33.9375rem;height:3.8997375rem;font-style:normal;display:block; }
#GhoI6Ido8Sbunalr6bRa1GUSDcPz2o0O { color:#000000;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:0.9375rem;left:33.75rem;height:1.462675rem;font-style:normal;display:block; }
#sMJ75ooTvTs8s51eGus7ntSu2BoImmIT { color:#000000;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:3.9375rem;left:48.8125rem;height:2.599825rem;font-style:normal;display:block; }
#AmOshOJXKRVRzUvFStCgUaiv1XfxlTX1 { color:#000000;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:1.0625rem;left:48.9375rem;height:2.92535rem;font-style:normal;display:block; }
#R95vUTi1ZdgIaXB8eZyebT62dl7IRHdO { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:2.5rem;left:30rem;display:block; }
#Pz0QO4XA6imyR5J0hOpJgwC35zy6LqSR { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:2.5000019073486rem;left:0rem;display:block; }
#pbDswucQT3TrZ7Xl6MAgIV51VJaFpzyg { position:relative;display:block; }#pbDswucQT3TrZ7Xl6MAgIV51VJaFpzyg { background-color: transparent; background-image: none; }#pbDswucQT3TrZ7Xl6MAgIV51VJaFpzyg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbDswucQT3TrZ7Xl6MAgIV51VJaFpzyg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbDswucQT3TrZ7Xl6MAgIV51VJaFpzyg > .row .container > .video-iframe-container { display: none; }#pbDswucQT3TrZ7Xl6MAgIV51VJaFpzyg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbDswucQT3TrZ7Xl6MAgIV51VJaFpzyg > .row > .video-iframe-container { display: none; }#pbDswucQT3TrZ7Xl6MAgIV51VJaFpzyg > .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); }#pbDswucQT3TrZ7Xl6MAgIV51VJaFpzyg { border-width: 0; border-radius: 0; }#pbDswucQT3TrZ7Xl6MAgIV51VJaFpzyg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#162a43;background-image:none;font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#kRwkJunDaPm4sNKra0VXoVRI5gCZf4C0 { color:#fcb814;display:block;width:56.499rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.160888671875rem;left:1.717529296875rem;height:2.84288125rem;text-align:center;text-align-last:center;display:block; }
#UQM7KirSnPwnkdX0X5KJG0itKTn9m32V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UQM7KirSnPwnkdX0X5KJG0itKTn9m32V > .row .container { background-color: transparent; background-image: none; }#UQM7KirSnPwnkdX0X5KJG0itKTn9m32V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQM7KirSnPwnkdX0X5KJG0itKTn9m32V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQM7KirSnPwnkdX0X5KJG0itKTn9m32V > .row .container > .video-iframe-container { display: none; }#UQM7KirSnPwnkdX0X5KJG0itKTn9m32V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQM7KirSnPwnkdX0X5KJG0itKTn9m32V > .row > .video-iframe-container { display: none; }#UQM7KirSnPwnkdX0X5KJG0itKTn9m32V > .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); }#UQM7KirSnPwnkdX0X5KJG0itKTn9m32V > .row .container { border-width: 0; border-radius: 0; }#UQM7KirSnPwnkdX0X5KJG0itKTn9m32V > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#U1hkzcXTNQOmsqohG9Q5zJOz2K321hPx { background-color:#219a1b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:0.625rem;height:0.625rem;text-decoration:none;z-index:100061;text-align:center;text-align-last:center;top:7.75rem;left:15.6875rem;display:none; }
#zqt6D8BZXOGW9r2Q67NQbFM3ham4RC5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#S2LxL5BcLt3rzdqHsPgAmIC3Tay4DxGd { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:0.625rem;left:3.125rem;height:1.462675rem;font-style:normal;display:block; }
#lte2V35QW7KS1KZ1pPxl1R5IoTP6BB0T { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:0.3125rem;left:0rem;display:block; }
#l2X9DqUIxT30gg4cHURPpeM1iBSPTotm { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:0.3125rem;left:15.4375rem;display:block; }
#WXScNWw9fFq2KRboBCrWseOk0sw7k41o { color:#000000;display:block;width:12rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:0.625rem;left:18.5625rem;height:1.2999125rem;font-style:normal;display:block; }
#oDDui52MfQexK3oAHOr6t1xT5K3GUU3h { color:#000000;display:block;width:12.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:2.25rem;left:18.5625rem;height:2.599825rem;font-style:normal;display:block; }
#PIp9PnxQdgXA000H3JMHBhPyyXNrws72 { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:0.3125rem;left:31.06201171875rem;display:block; }
#y39CRDHcnH91v9AoTua6IFtHUqgqNsBf { color:#000000;display:block;width:9rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:0.686767578125rem;left:34.6875rem;height:2.92535rem;font-style:normal;display:block; }
#aGa1Ktd5uxTDfWB0vLcpszTTWi4e8ek7 { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:3.687255859375rem;left:34.6875rem;height:1.2999125rem;font-style:normal;display:block; }
#ehEp3TEXmuDMNXyk04Hk2flc1fGTkL5t { color:#000000;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:0.625rem;left:48.125rem;height:2.92535rem;font-style:normal;display:block; }
#rgdMVRqCQ5z3iFCLttzge3flGnqS13Ls { color:#000000;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:3.625rem;left:48.375rem;height:1.2999125rem;font-style:normal;display:block; }
#Ub8ny5FGtFDDmib01VNar0Q5hOttF9Ht { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:0.31201171875rem;left:45rem;display:block; }
#rFOBErWws6RvRKklOahwIfVgxT8AgdoI { color:#000000;display:block;width:12.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:2.25rem;left:3.125rem;height:2.599825rem;font-style:normal;display:block; }
#WHmlM1HnUDibgr4LraN5cFNKWDDd5ceN { position:relative;display:block; }#WHmlM1HnUDibgr4LraN5cFNKWDDd5ceN { background-color: transparent; background-image: none; }#WHmlM1HnUDibgr4LraN5cFNKWDDd5ceN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHmlM1HnUDibgr4LraN5cFNKWDDd5ceN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHmlM1HnUDibgr4LraN5cFNKWDDd5ceN > .row .container > .video-iframe-container { display: none; }#WHmlM1HnUDibgr4LraN5cFNKWDDd5ceN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHmlM1HnUDibgr4LraN5cFNKWDDd5ceN > .row > .video-iframe-container { display: none; }#WHmlM1HnUDibgr4LraN5cFNKWDDd5ceN > .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); }#WHmlM1HnUDibgr4LraN5cFNKWDDd5ceN { border-width: 0; border-radius: 0; }#WHmlM1HnUDibgr4LraN5cFNKWDDd5ceN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#162a43;background-image:none;font-size:0.875rem;font-family:arial;height:41.375rem;width:60rem;position:relative;display:block; }#e6NQf04WvFlsGxpnsGJUzWKpQpeQG2KP { z-index:100004;top:34.259033203125rem;left:9.344482421875rem;background-color:#008000;background-image:none;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-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:roboto;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.3098125rem;height:5.37475625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QzA6pSsuZvCex7abmex0T7HmebEPia1q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mdNrOeJCKJQi6di6sImXR3LqVyfiQDg5 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.4985rem;width:42.3730625rem;top:0.762939453125rem;left:8.780517578125rem;overflow:hidden;display:block; }
#nH6NJM4cxLX7dRIsCi4QQdzATyLTllil { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/LE8rexNf/sedazione.jpeg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#nH6NJM4cxLX7dRIsCi4QQdzATyLTllil.adaptive-delivery-prevent-bg, #nH6NJM4cxLX7dRIsCi4QQdzATyLTllil.lazyload, #nH6NJM4cxLX7dRIsCi4QQdzATyLTllil.lazyloading { background-image: none; }#nH6NJM4cxLX7dRIsCi4QQdzATyLTllil > .row .container { background-color: transparent; background-image: none; }#nH6NJM4cxLX7dRIsCi4QQdzATyLTllil::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nH6NJM4cxLX7dRIsCi4QQdzATyLTllil > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nH6NJM4cxLX7dRIsCi4QQdzATyLTllil > .row .container > .video-iframe-container { display: none; }#nH6NJM4cxLX7dRIsCi4QQdzATyLTllil > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nH6NJM4cxLX7dRIsCi4QQdzATyLTllil > .row > .video-iframe-container { display: none; }#nH6NJM4cxLX7dRIsCi4QQdzATyLTllil > .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); }#nH6NJM4cxLX7dRIsCi4QQdzATyLTllil > .row .container { border-width: 0; border-radius: 0; }#nH6NJM4cxLX7dRIsCi4QQdzATyLTllil > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:60rem;position:relative;display:block; }#yETuIigdWNz2Hz3VXwiHf5T1bCkeniIP { position:absolute;display:block;z-index:100052;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.0625rem;width:30rem;top:24.874267578125rem;left:30rem;overflow:hidden;display:block; }
#FMnVEq3K8916I00VU0FUTpExQoKEAK0F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FMnVEq3K8916I00VU0FUTpExQoKEAK0F > .row .container { background-color: transparent; background-image: none; }#FMnVEq3K8916I00VU0FUTpExQoKEAK0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMnVEq3K8916I00VU0FUTpExQoKEAK0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMnVEq3K8916I00VU0FUTpExQoKEAK0F > .row .container > .video-iframe-container { display: none; }#FMnVEq3K8916I00VU0FUTpExQoKEAK0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMnVEq3K8916I00VU0FUTpExQoKEAK0F > .row > .video-iframe-container { display: none; }#FMnVEq3K8916I00VU0FUTpExQoKEAK0F > .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); }#FMnVEq3K8916I00VU0FUTpExQoKEAK0F > .row .container { border-width: 0; border-radius: 0; }#FMnVEq3K8916I00VU0FUTpExQoKEAK0F > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:60rem;position:relative;display:block; }#EKlgbNxHfxcRx1TgOW5TVQDX20ss0HpT { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:0.65625rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lxmhaIvSGk8bFkqaAnz5wWyNFS1Vifav { color:#042537;display:block;width:23.8730625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.248046875rem;left:0rem;height:2.84288125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JT4ukfBRFs4kHcJpXOccVnqcptJsyIpS { color:#000000;display:block;width:28.81225rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:6.995849609375rem;left:0rem;height:17.86785rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#SbPMGiZnqg2vuTh2iQh7DXuv4HfkMe9D { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.0625rem;width:30rem;display:none; }
#vdtBx76FSMntCUPgTays061QWFfd8641 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#162a43;background-image:none;position:relative;display:block; }#vdtBx76FSMntCUPgTays061QWFfd8641 > .row .container { background-color: transparent; background-image: none; }#vdtBx76FSMntCUPgTays061QWFfd8641::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdtBx76FSMntCUPgTays061QWFfd8641 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdtBx76FSMntCUPgTays061QWFfd8641 > .row .container > .video-iframe-container { display: none; }#vdtBx76FSMntCUPgTays061QWFfd8641 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdtBx76FSMntCUPgTays061QWFfd8641 > .row > .video-iframe-container { display: none; }#vdtBx76FSMntCUPgTays061QWFfd8641 > .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); }#vdtBx76FSMntCUPgTays061QWFfd8641 > .row .container { border-width: 0; border-radius: 0; }#vdtBx76FSMntCUPgTays061QWFfd8641 > .row .container { font-size:0.875rem;font-family:arial;height:60rem;width:60rem;position:relative;display:block; }#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-form-header {  }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:1.5625rem;font-weight:bold;color:#000000;width:55.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:55.625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-input-text {padding-top: 0; padding-bottom: 0;}#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:55.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:55.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-input-select {padding-top: 0; padding-bottom: 0;}#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#008000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top: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:2.1875rem;font-weight:bold;color:#ffffff;width:55.625rem;height:4.3125rem;font-family:"open sans";overflow:hidden; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .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:roboto;line-height:1.3;font-size:0.875rem;font-weight:300;color:#000000;vertical-align:top;width:54.1875rem;overflow:hidden;font-style:normal; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .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; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .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.3; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-container:first-of-type{padding-top:0;}#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-container:last-of-type{padding-bottom:0;}#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT  { background-color:#f3f3f3;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:55.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100000;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #042537 ;position:absolute;top:8.57421875rem;left:0.9375rem; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:55.625rem; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT {display:block;}#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT { background-color:#f3f3f3;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:55.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100000;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #042537 ;position:absolute;top:8.57421875rem;left:0.9375rem; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #JTZ9Tbs7gqqwvIAKPwgG5H4B0CC1TXFG { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #Ua0Tx4EzlqzN1fmHRLsyEuT9EmBTGX35 { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #KCtHZztF27vlaMFvzTTZ8ncaEs1mCb2K { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #UdWuODGnM7f9rcmrJg4hWOH8JN1RuFsm { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #xdB7tTd5lebG2IAF1eQZTeOTulNm83qT { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #im3xcdFhI2SiIE36t484TFSHEZNZlKS8 { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #roL7izsToqeUqrZSofMLuhHkp2a0VMTJ { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #PLZNroxHJupTigW9BTyrnkFH2CI4c7nz { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #QhE6ZnOgbnAyg2KrkBwDrv7JTRcRfphi { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #tlqC6i8mkHGTemSFPq46H3qzKLIeyOpK { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #hUUWguDHVskDRl3bbMFczi1Wro4C73tn { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #wkvF49w0AgdkQ29qoX1PBDgfdZJmRCLD { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #vJg26f8yXaC22HTbDtGGURkpTeBW2ima { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #HZqKx1GEtzILXm9DHKLiPHRs3Zwu6aKK { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #reHvohkfTE6faqH3WGPDGiKCRgscl0dL { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #btl09swRsmyJJpGQcm652Mpc4gI5S4zE { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #AqbsabNcbSA02KLX0JqO9i6DKZNdomr3 { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #lZkJsulMZwykQam47lke849lv82SHnz2 { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #h3GX6sgn6e7u0bZa5pelZUdtMXV21hXt { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #L5nSAT3M6qmfhM66BUPTW2QPMPFNwEZf { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #M9NDcmiPea8raRc9VXQtu4NLiHqaTB2e { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #VTaHDwTzaJTRq8XnJ2O3wFQw09TplzpC { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #cMiTCOT75qrg89taaczkZt25GFiH1Vso { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #UtnHDBJ0tm5Fb8Im5fGarLAtzGX9xhcB { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #TfhkDkV5Qww50vkqZbTUM7TTNHcneZr0 { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #ebkIA5qT1vokpLZHT18SdwS3Xto6Bsnt { position:relative;z-index:2; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #aHXODemIM4l8PyNipEmSG4ZkmNyXH8im { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #GvK734Jv78O2HyHLJnsOGyz8QRTlxpzB { position:relative; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #KVM6KErxyGVO4wwqJBpmAhWQi6qx1A2r { position:relative; }
#t1x6WCscLEKAyIPE94RQ3EuMAFZzGrUz { color:#fcb814;display:block;width:51.93725rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.439208984375rem;left:4.0283203125rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#ile3ZKW9k9csPt6bqTXPiXkr72pzdftT { color:#fcb814;display:block;width:36.5625rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:4.346923828125rem;left:11.31103515625rem;height:2.68120625rem;text-align:center;text-align-last:center;display:block; }
#qQQB2i6O1BSrockBK6yGa348H5KUko7p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qQQB2i6O1BSrockBK6yGa348H5KUko7p > .row .container { background-color: transparent; background-image: none; }#qQQB2i6O1BSrockBK6yGa348H5KUko7p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQQB2i6O1BSrockBK6yGa348H5KUko7p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQQB2i6O1BSrockBK6yGa348H5KUko7p > .row .container > .video-iframe-container { display: none; }#qQQB2i6O1BSrockBK6yGa348H5KUko7p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQQB2i6O1BSrockBK6yGa348H5KUko7p > .row > .video-iframe-container { display: none; }#qQQB2i6O1BSrockBK6yGa348H5KUko7p > .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); }#qQQB2i6O1BSrockBK6yGa348H5KUko7p > .row .container { border-width: 0; border-radius: 0; }#qQQB2i6O1BSrockBK6yGa348H5KUko7p > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:60rem;position:relative;display:block; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { position:relative;z-index:auto;display:block; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { background-color: transparent; background-image: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container > .video-iframe-container { display: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row > .video-iframe-container { display: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .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); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { border-width: 0; border-radius: 0; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#132a3e;background-image:none;font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#clenM5aVTkXF4ZmEqB2PUPSCN6KFxTJE { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:6.6873125rem;top:2.125rem;left:26.6875rem;overflow:hidden;display:block; }
#UVitOzemmQqRm6zkc3B0GvEXygOPWaVU { color:#042537;display:block;width:27.999125rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:5.375rem;left:16rem;height:4.4705rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmBaDtvLZss4yenculz0ETTxVOcemENe { top:0rem;left:0rem;width:7rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #taTHaMNxEhMakiRxoxGni0ybpLuff9MO { width:10.625rem;height:3.4375rem;top:0.625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUDd3ePdTH0ouI1C8eIQZhdv7hvE5vNn { display:block; }
 }@media only screen and (max-width: 763px) { #TGhHRisowB8xsLH5g5scaio6NQClLNbd { top:0.9375rem;left:40rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbkRFbxzsuTtDgTVvCbl28vRyss4OIC3 { top:4.6875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8CkPlKkHWHzC2bPsLFBAJThcdplsiaP { top:13.4375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNLrUeSVIhxaFOBKoI6CnXd6v0nGWoAv { top:1.8125rem;left:0rem;width:31.0625rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRKdh8mA6XfcG4q3eSUWsE4m5yeno6LV { top:2.0625rem;left:35.25rem;width:12.5rem;height:5.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP2OGOercx1K4ah92JcT8uUlEgfXXxNs { top:1.25rem;left:36.6875rem;width:11.0625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLQ3zEZWOexgDhWkvT48qwv9kMBdEGlR { top:5.375rem;left:2.4361991882324rem;width:42.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sen6rs9hTrtTa42UkxszR6bNzZi1zDTK { display:block; }#sen6rs9hTrtTa42UkxszR6bNzZi1zDTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaC9b5pHGGukEX3Q9M2FfTKGpqV8rCV9 { top:8.75rem;left:1.437255859375rem;width:20.0625rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqlftPQ4y0ynnFbevaoU0KKnbr1XCvuQ { top:36.3125rem;left:3.219482421875rem;width:41.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afLvKBWqOyH3ycbTFuk302aUfdxP4QVf { display:block; }
 }@media only screen and (max-width: 763px) { #eF3Wk5Tgtik49rkKtJzLZUmawOzmIQFA { top:7.625rem;left:31.1845703125rem;width:15.125rem;height:26.641386864168rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF81NyFu6UQqr0qWm6JgrLXzoZWtRS2P { top:0.625rem;left:0rem;width:47.75rem;height:5.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg2l2c8XQoWbwFD1QsAwVf36OrRqJSxh { top:8.25rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty5pWSbbzoESKJ9nS7gwlPd9h2wRnUya { top:12.6875rem;left:1.375rem;width:23.75rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giGcHqAiVx4ypJhQr7KreoTHfdg6SA8O { top:16.625rem;left:1.375rem;width:21.8125rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvApTJICx4J76pSJnzXkHOFT3tg7CMWh { top:20.625rem;left:1.437255859375rem;width:22.8125rem;height:4.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIPNldspViRwJOvqxKwARaPDgizaAEv6 { top:26.375rem;left:1.375rem;width:21.9375rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W72thqzlKzKMKrgVwTp2ZicVkEHlMOvC { top:29.625rem;left:1.375rem;width:25.6875rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI5fxieXRRs4hOtISk2LWKQRIegLEdvu { top:12.1875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpfPKHZ9NsyGvnQ0aNMfD9hX05gFeenM { top:16.1875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKLPE5FpKwFKqe84oTEETu0LbxMSrtEc { top:20.375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS7pUnl2EXHzS9WQQfb1FySPISQck07w { top:25.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE1dvOVtlKkySacKyBLMWaxUXvDNzU7u { top:29.5rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3fZZSCBJSwcK2eAo8B2Tg6VKPU5WN2A { display:block; }#C3fZZSCBJSwcK2eAo8B2Tg6VKPU5WN2A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIayJ1WqwXHVqIaznP4W57BSUguZazd0 { top:2.375rem;left:11.9375rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9MAONZJ765RL2JUQ7lTl6MUKplOE19i { top:2.5rem;left:35.8125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMWOFShNy4L7P1ixovXmQ4Q0UVK6u0Ep { top:1.125rem;left:1.53125rem;width:10.3125rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF3tTzUsIabuu1h8LTXQhuBuS1lAOguo { top:3.9375rem;left:0.5rem;width:11.4375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsJXLhMw0DWxiATgSq5MBH1zpAsZ5Vmx { top:2.375rem;left:12.5rem;width:11.375rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDtvhyVpFUMTfR6qqeiEJuKcIfGyQzXR { top:1rem;left:11.6875rem;width:12.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibcmWXRMGI66ppPfs5HmA8IJcWIBLb3m { top:2.375rem;left:25.5rem;width:10.3125rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhoI6Ido8Sbunalr6bRa1GUSDcPz2o0O { top:0.9375rem;left:25.1875rem;width:10.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMJ75ooTvTs8s51eGus7ntSu2BoImmIT { top:3.875rem;left:37.375rem;width:10.375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmOshOJXKRVRzUvFStCgUaiv1XfxlTX1 { top:1rem;left:37.125rem;width:10.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R95vUTi1ZdgIaXB8eZyebT62dl7IRHdO { top:2.5rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz0QO4XA6imyR5J0hOpJgwC35zy6LqSR { top:2.5rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbDswucQT3TrZ7Xl6MAgIV51VJaFpzyg { display:block; }#pbDswucQT3TrZ7Xl6MAgIV51VJaFpzyg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kRwkJunDaPm4sNKra0VXoVRI5gCZf4C0 { top:1.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQM7KirSnPwnkdX0X5KJG0itKTn9m32V { display:block; }#UQM7KirSnPwnkdX0X5KJG0itKTn9m32V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1hkzcXTNQOmsqohG9Q5zJOz2K321hPx { width:0.625rem;height:0.625rem;top:7.75rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqt6D8BZXOGW9r2Q67NQbFM3ham4RC5T { display:block; }
 }@media only screen and (max-width: 763px) { #S2LxL5BcLt3rzdqHsPgAmIC3Tay4DxGd { top:0.625rem;left:0rem;width:10.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lte2V35QW7KS1KZ1pPxl1R5IoTP6BB0T { top:0.3125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2X9DqUIxT30gg4cHURPpeM1iBSPTotm { top:0.3125rem;left:9.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXScNWw9fFq2KRboBCrWseOk0sw7k41o { top:0.625rem;left:12.4375rem;width:12rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDDui52MfQexK3oAHOr6t1xT5K3GUU3h { top:2.25rem;left:12.4375rem;width:12.25rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIp9PnxQdgXA000H3JMHBhPyyXNrws72 { top:0.3125rem;left:24.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y39CRDHcnH91v9AoTua6IFtHUqgqNsBf { top:0.625rem;left:28.5625rem;width:8.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGa1Ktd5uxTDfWB0vLcpszTTWi4e8ek7 { top:3.625rem;left:28.5625rem;width:10.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehEp3TEXmuDMNXyk04Hk2flc1fGTkL5t { top:0.625rem;left:37.125rem;width:10.625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgdMVRqCQ5z3iFCLttzge3flGnqS13Ls { top:3.625rem;left:37.375rem;width:10.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub8ny5FGtFDDmib01VNar0Q5hOttF9Ht { top:0.25rem;left:38.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFOBErWws6RvRKklOahwIfVgxT8AgdoI { top:2.1875rem;left:0rem;width:12.25rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHmlM1HnUDibgr4LraN5cFNKWDDd5ceN { display:block; }#WHmlM1HnUDibgr4LraN5cFNKWDDd5ceN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6NQf04WvFlsGxpnsGJUzWKpQpeQG2KP { top:34.25rem;left:3.219482421875rem;width:41.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzA6pSsuZvCex7abmex0T7HmebEPia1q { display:block; }
 }@media only screen and (max-width: 763px) { #mdNrOeJCKJQi6di6sImXR3LqVyfiQDg5 { top:0.75rem;left:2.655517578125rem;width:42.3125rem;height:33.450621636092rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH6NJM4cxLX7dRIsCi4QQdzATyLTllil { display:block; }#nH6NJM4cxLX7dRIsCi4QQdzATyLTllil > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yETuIigdWNz2Hz3VXwiHf5T1bCkeniIP { top:24.8125rem;left:17.75rem;width:30rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMnVEq3K8916I00VU0FUTpExQoKEAK0F { display:block; }#FMnVEq3K8916I00VU0FUTpExQoKEAK0F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKlgbNxHfxcRx1TgOW5TVQDX20ss0HpT { top:0.625rem;left:0rem;width:28.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxmhaIvSGk8bFkqaAnz5wWyNFS1Vifav { top:3.1875rem;left:0rem;width:23.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT4ukfBRFs4kHcJpXOccVnqcptJsyIpS { top:6.9375rem;left:0rem;width:28.75rem;height:17.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbPMGiZnqg2vuTh2iQh7DXuv4HfkMe9D { width:30rem;height:24.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdtBx76FSMntCUPgTays061QWFfd8641 { display:block; }#vdtBx76FSMntCUPgTays061QWFfd8641 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-input-text {padding-top: 0; padding-bottom: 0;}#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-input-select {padding-top: 0; padding-bottom: 0;}#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-checkbox-label { width:43.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT  { width:45.25rem;height:auto;top:8.5625rem;left:0rem; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT {display:block;}#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT { width:45.25rem;height:auto;top:8.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #JTZ9Tbs7gqqwvIAKPwgG5H4B0CC1TXFG {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #Ua0Tx4EzlqzN1fmHRLsyEuT9EmBTGX35 {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #KCtHZztF27vlaMFvzTTZ8ncaEs1mCb2K {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #UdWuODGnM7f9rcmrJg4hWOH8JN1RuFsm {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #xdB7tTd5lebG2IAF1eQZTeOTulNm83qT {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #im3xcdFhI2SiIE36t484TFSHEZNZlKS8 {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #roL7izsToqeUqrZSofMLuhHkp2a0VMTJ {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #PLZNroxHJupTigW9BTyrnkFH2CI4c7nz {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #QhE6ZnOgbnAyg2KrkBwDrv7JTRcRfphi {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #tlqC6i8mkHGTemSFPq46H3qzKLIeyOpK {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #hUUWguDHVskDRl3bbMFczi1Wro4C73tn {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #wkvF49w0AgdkQ29qoX1PBDgfdZJmRCLD {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #vJg26f8yXaC22HTbDtGGURkpTeBW2ima {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #HZqKx1GEtzILXm9DHKLiPHRs3Zwu6aKK {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #reHvohkfTE6faqH3WGPDGiKCRgscl0dL {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #btl09swRsmyJJpGQcm652Mpc4gI5S4zE {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #AqbsabNcbSA02KLX0JqO9i6DKZNdomr3 {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #lZkJsulMZwykQam47lke849lv82SHnz2 {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #h3GX6sgn6e7u0bZa5pelZUdtMXV21hXt {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #L5nSAT3M6qmfhM66BUPTW2QPMPFNwEZf {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #M9NDcmiPea8raRc9VXQtu4NLiHqaTB2e {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #VTaHDwTzaJTRq8XnJ2O3wFQw09TplzpC {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #cMiTCOT75qrg89taaczkZt25GFiH1Vso {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #UtnHDBJ0tm5Fb8Im5fGarLAtzGX9xhcB {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #TfhkDkV5Qww50vkqZbTUM7TTNHcneZr0 {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #ebkIA5qT1vokpLZHT18SdwS3Xto6Bsnt {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #aHXODemIM4l8PyNipEmSG4ZkmNyXH8im {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #GvK734Jv78O2HyHLJnsOGyz8QRTlxpzB {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #KVM6KErxyGVO4wwqJBpmAhWQi6qx1A2r {  }
 }@media only screen and (max-width: 763px) { #t1x6WCscLEKAyIPE94RQ3EuMAFZzGrUz { top:1.4375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ile3ZKW9k9csPt6bqTXPiXkr72pzdftT { top:4.3125rem;left:5.18603515625rem;width:36.5625rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQQB2i6O1BSrockBK6yGa348H5KUko7p { display:block; }#qQQB2i6O1BSrockBK6yGa348H5KUko7p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { display:block; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clenM5aVTkXF4ZmEqB2PUPSCN6KFxTJE { top:2.125rem;left:20.5625rem;width:6.625rem;height:2.4767049543445rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVitOzemmQqRm6zkc3B0GvEXygOPWaVU { top:5.375rem;left:9.875rem;width:27.9375rem;height:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { background-color: transparent; background-image: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmBaDtvLZss4yenculz0ETTxVOcemENe { width:5.74978125rem;height:3.93663125rem;top:0rem;left:7.1234813332556rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #taTHaMNxEhMakiRxoxGni0ybpLuff9MO { width:10.625rem;height:3.4375rem;top:3.0110678672791rem;left:4.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUDd3ePdTH0ouI1C8eIQZhdv7hvE5vNn { display:block; }
 }@media only screen and (max-width: 763px) { #TGhHRisowB8xsLH5g5scaio6NQClLNbd { width:3.125rem;height:3.125rem;top:3.167724609375rem;left:3.203125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbkRFbxzsuTtDgTVvCbl28vRyss4OIC3 { width:19.624rem;height:5.03689375rem;top:6.6232643127444rem;left:0.1875rem;font-size:1.9375rem;text-align:center;text-align-last:center;color:#5cb85c;display:block; }
 }@media only screen and (max-width: 763px) { #J8CkPlKkHWHzC2bPsLFBAJThcdplsiaP { top:12.037353515625rem;left:0.811767578125rem;width:18.374rem;height:4.38585rem;z-index:100055;color:#042537;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { display:none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { border-width: 0; border-radius: 0; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:20rem;height:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GNLrUeSVIhxaFOBKoI6CnXd6v0nGWoAv { width:20rem;height:7.3125rem;top:1.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRKdh8mA6XfcG4q3eSUWsE4m5yeno6LV { width:8.5625rem;height:0;top:2.0625rem;left:5.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VP2OGOercx1K4ah92JcT8uUlEgfXXxNs { width:7.5rem;height:4.1875rem;top:1.25rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLQ3zEZWOexgDhWkvT48qwv9kMBdEGlR { width:18.49975rem;height:0;top:1.099853515625rem;left:0.74951171875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sen6rs9hTrtTa42UkxszR6bNzZi1zDTK { display:block; }#sen6rs9hTrtTa42UkxszR6bNzZi1zDTK > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaC9b5pHGGukEX3Q9M2FfTKGpqV8rCV9 { width:12.99925rem;height:1.65538125rem;top:28.625rem;left:3.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wqlftPQ4y0ynnFbevaoU0KKnbr1XCvuQ { top:53.074005126953rem;left:0.81184893846512rem;width:18.5rem;height:5.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afLvKBWqOyH3ycbTFuk302aUfdxP4QVf { display:block; }
 }@media only screen and (max-width: 763px) { #eF3Wk5Tgtik49rkKtJzLZUmawOzmIQFA { width:11.25rem;height:20.186625rem;top:7.7571620941163rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF81NyFu6UQqr0qWm6JgrLXzoZWtRS2P { width:19.6875rem;height:6.33789375rem;top:0.68603515625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #qg2l2c8XQoWbwFD1QsAwVf36OrRqJSxh { width:3.125rem;height:3.125rem;top:42.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty5pWSbbzoESKJ9nS7gwlPd9h2wRnUya { width:15.437rem;height:1.65538125rem;top:32.375rem;left:3.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #giGcHqAiVx4ypJhQr7KreoTHfdg6SA8O { width:13.93675rem;height:1.65538125rem;top:36.25rem;left:3.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yvApTJICx4J76pSJnzXkHOFT3tg7CMWh { width:15.3125rem;height:3.1860375rem;top:42.6875rem;left:3.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LIPNldspViRwJOvqxKwARaPDgizaAEv6 { width:14.0625rem;height:1.65538125rem;top:39.75rem;left:3.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W72thqzlKzKMKrgVwTp2ZicVkEHlMOvC { width:16.31225rem;height:3.3107625rem;top:47.6875rem;left:3.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eI5fxieXRRs4hOtISk2LWKQRIegLEdvu { width:3.125rem;height:3.125rem;top:47.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpfPKHZ9NsyGvnQ0aNMfD9hX05gFeenM { width:3.125rem;height:3.125rem;top:27.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKLPE5FpKwFKqe84oTEETu0LbxMSrtEc { width:3.125rem;height:3.125rem;top:31.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS7pUnl2EXHzS9WQQfb1FySPISQck07w { width:3.125rem;height:3.125rem;top:35.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE1dvOVtlKkySacKyBLMWaxUXvDNzU7u { width:3.125rem;height:3.125rem;top:39.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3fZZSCBJSwcK2eAo8B2Tg6VKPU5WN2A { display:block; }#C3fZZSCBJSwcK2eAo8B2Tg6VKPU5WN2A > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIayJ1WqwXHVqIaznP4W57BSUguZazd0 { width:3.24765625rem;height:3.24765625rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9MAONZJ765RL2JUQ7lTl6MUKplOE19i { width:2.6245125rem;height:2.68676875rem;top:18.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMWOFShNy4L7P1ixovXmQ4Q0UVK6u0Ep { width:14.5625rem;height:1.462675rem;top:1.75rem;left:3.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EF3tTzUsIabuu1h8LTXQhuBuS1lAOguo { width:15.060125rem;height:2.599825rem;top:3.125rem;left:3.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hsJXLhMw0DWxiATgSq5MBH1zpAsZ5Vmx { width:13.75rem;height:2.599825rem;top:8.625rem;left:3.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FDtvhyVpFUMTfR6qqeiEJuKcIfGyQzXR { width:10.625rem;height:1.462675rem;top:7.1240234375rem;left:3.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ibcmWXRMGI66ppPfs5HmA8IJcWIBLb3m { width:13.75rem;height:2.599825rem;top:14rem;left:3.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GhoI6Ido8Sbunalr6bRa1GUSDcPz2o0O { width:8.81225rem;height:1.462675rem;top:12.552490234375rem;left:3.811767578125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sMJ75ooTvTs8s51eGus7ntSu2BoImmIT { width:11.8090625rem;height:1.2999125rem;top:19.630859375rem;left:4.121826171875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AmOshOJXKRVRzUvFStCgUaiv1XfxlTX1 { width:12.5rem;height:1.462675rem;top:18.3125rem;left:3.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R95vUTi1ZdgIaXB8eZyebT62dl7IRHdO { width:3.125rem;height:3.125rem;top:12.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz0QO4XA6imyR5J0hOpJgwC35zy6LqSR { width:3.125rem;height:3.125rem;top:1.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbDswucQT3TrZ7Xl6MAgIV51VJaFpzyg { display:block; }#pbDswucQT3TrZ7Xl6MAgIV51VJaFpzyg > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kRwkJunDaPm4sNKra0VXoVRI5gCZf4C0 { width:20rem;height:3.57421875rem;top:0.831298828125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UQM7KirSnPwnkdX0X5KJG0itKTn9m32V { display:block; }#UQM7KirSnPwnkdX0X5KJG0itKTn9m32V > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1hkzcXTNQOmsqohG9Q5zJOz2K321hPx { width:1.25rem;height:1.25rem;top:39.3125rem;left:9.375rem;z-index:100061;display:none; }
 }@media only screen and (max-width: 763px) { #zqt6D8BZXOGW9r2Q67NQbFM3ham4RC5T { display:block; }
 }@media only screen and (max-width: 763px) { #S2LxL5BcLt3rzdqHsPgAmIC3Tay4DxGd { width:10.0625rem;height:1.462675rem;top:1.5625rem;left:3.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lte2V35QW7KS1KZ1pPxl1R5IoTP6BB0T { width:3.125rem;height:3.125rem;top:1.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2X9DqUIxT30gg4cHURPpeM1iBSPTotm { width:3.125rem;height:3.125rem;top:6.249267578125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXScNWw9fFq2KRboBCrWseOk0sw7k41o { width:12rem;height:1.2999125rem;top:6.5625rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oDDui52MfQexK3oAHOr6t1xT5K3GUU3h { width:12.25rem;height:2.599825rem;top:7.8125rem;left:3.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PIp9PnxQdgXA000H3JMHBhPyyXNrws72 { width:3.125rem;height:3.125rem;top:11rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y39CRDHcnH91v9AoTua6IFtHUqgqNsBf { width:12rem;height:1.462675rem;top:11.4375rem;left:3.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aGa1Ktd5uxTDfWB0vLcpszTTWi4e8ek7 { width:10.3125rem;height:1.2999125rem;top:12.8125rem;left:3.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ehEp3TEXmuDMNXyk04Hk2flc1fGTkL5t { width:14.25rem;height:1.2999125rem;top:15.75rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rgdMVRqCQ5z3iFCLttzge3flGnqS13Ls { width:10.375rem;height:1.2999125rem;top:16.9375rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ub8ny5FGtFDDmib01VNar0Q5hOttF9Ht { width:3.125rem;height:3.125rem;top:15.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFOBErWws6RvRKklOahwIfVgxT8AgdoI { width:12.25rem;height:2.599825rem;top:3.125rem;left:3.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WHmlM1HnUDibgr4LraN5cFNKWDDd5ceN { display:block; }#WHmlM1HnUDibgr4LraN5cFNKWDDd5ceN > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6NQf04WvFlsGxpnsGJUzWKpQpeQG2KP { top:17.060546875rem;left:0.68603515625rem;width:18.625rem;height:5.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzA6pSsuZvCex7abmex0T7HmebEPia1q { display:block; }
 }@media only screen and (max-width: 763px) { #mdNrOeJCKJQi6di6sImXR3LqVyfiQDg5 { width:19.625rem;height:15.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH6NJM4cxLX7dRIsCi4QQdzATyLTllil { display:none; }#nH6NJM4cxLX7dRIsCi4QQdzATyLTllil > .row .container { width:20rem;height:17.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yETuIigdWNz2Hz3VXwiHf5T1bCkeniIP { width:16.5625rem;height:13.25rem;top:3.9375rem;left:0rem;z-index:100052;display:block; }
 }@media only screen and (max-width: 763px) { #FMnVEq3K8916I00VU0FUTpExQoKEAK0F { display:block; }#FMnVEq3K8916I00VU0FUTpExQoKEAK0F > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKlgbNxHfxcRx1TgOW5TVQDX20ss0HpT { width:18.6875rem;height:2.599825rem;top:3.7492198944092rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lxmhaIvSGk8bFkqaAnz5wWyNFS1Vifav { width:20rem;height:2.598875rem;top:0.54921913146973rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JT4ukfBRFs4kHcJpXOccVnqcptJsyIpS { width:19.375rem;height:18.1988rem;top:6.8359375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbPMGiZnqg2vuTh2iQh7DXuv4HfkMe9D { top:25.081787109375rem;left:0rem;width:20rem;height:16rem;z-index:100053;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vdtBx76FSMntCUPgTays061QWFfd8641 { display:block; }#vdtBx76FSMntCUPgTays061QWFfd8641 > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1.125rem;overflow:hidden;height:auto; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-input-text {padding-top: 0; padding-bottom: 0;}#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-input-select {padding-top: 0; padding-bottom: 0;}#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT  { width:17.5rem;height:auto;top:11.5546875rem;left:0rem; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT {display:block;}#mUIpNmx0RS88IDGWN3XEerzmhHr86qtT { width:17.5rem;height:auto;top:11.5546875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #JTZ9Tbs7gqqwvIAKPwgG5H4B0CC1TXFG {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #Ua0Tx4EzlqzN1fmHRLsyEuT9EmBTGX35 {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #KCtHZztF27vlaMFvzTTZ8ncaEs1mCb2K {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #UdWuODGnM7f9rcmrJg4hWOH8JN1RuFsm {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #xdB7tTd5lebG2IAF1eQZTeOTulNm83qT {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #im3xcdFhI2SiIE36t484TFSHEZNZlKS8 {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #roL7izsToqeUqrZSofMLuhHkp2a0VMTJ {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #PLZNroxHJupTigW9BTyrnkFH2CI4c7nz {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #QhE6ZnOgbnAyg2KrkBwDrv7JTRcRfphi {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #tlqC6i8mkHGTemSFPq46H3qzKLIeyOpK {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #hUUWguDHVskDRl3bbMFczi1Wro4C73tn {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #wkvF49w0AgdkQ29qoX1PBDgfdZJmRCLD {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #vJg26f8yXaC22HTbDtGGURkpTeBW2ima {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #HZqKx1GEtzILXm9DHKLiPHRs3Zwu6aKK {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #reHvohkfTE6faqH3WGPDGiKCRgscl0dL {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #btl09swRsmyJJpGQcm652Mpc4gI5S4zE {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #AqbsabNcbSA02KLX0JqO9i6DKZNdomr3 {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #lZkJsulMZwykQam47lke849lv82SHnz2 {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #h3GX6sgn6e7u0bZa5pelZUdtMXV21hXt {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #L5nSAT3M6qmfhM66BUPTW2QPMPFNwEZf {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #M9NDcmiPea8raRc9VXQtu4NLiHqaTB2e {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #VTaHDwTzaJTRq8XnJ2O3wFQw09TplzpC {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #cMiTCOT75qrg89taaczkZt25GFiH1Vso {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #UtnHDBJ0tm5Fb8Im5fGarLAtzGX9xhcB {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #TfhkDkV5Qww50vkqZbTUM7TTNHcneZr0 {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #ebkIA5qT1vokpLZHT18SdwS3Xto6Bsnt {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #aHXODemIM4l8PyNipEmSG4ZkmNyXH8im {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #GvK734Jv78O2HyHLJnsOGyz8QRTlxpzB {  }
 }@media only screen and (max-width: 763px) { #mUIpNmx0RS88IDGWN3XEerzmhHr86qtT #KVM6KErxyGVO4wwqJBpmAhWQi6qx1A2r {  }
 }@media only screen and (max-width: 763px) { #t1x6WCscLEKAyIPE94RQ3EuMAFZzGrUz { width:20rem;height:4.38585rem;top:1.1865234375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ile3ZKW9k9csPt6bqTXPiXkr72pzdftT { width:20rem;height:3.57421875rem;top:6.182861328125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qQQB2i6O1BSrockBK6yGa348H5KUko7p { display:block; }#qQQB2i6O1BSrockBK6yGa348H5KUko7p > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { position:relative;z-index:auto;display:block; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { background-color: transparent; background-image: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container > .video-iframe-container { display: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row > .video-iframe-container { display: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .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); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { border-width: 0; border-radius: 0; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container { width:20rem;height:13.75rem;background-color:#162a43;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clenM5aVTkXF4ZmEqB2PUPSCN6KFxTJE { width:6.685125rem;height:2.5rem;top:1.6829414367676rem;left:6.3444014191625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVitOzemmQqRm6zkc3B0GvEXygOPWaVU { width:19.0625rem;height:7.43619375rem;top:5.3276901245117rem;left:0rem;font-size:0.9375rem;display:block; }
 }