.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#38434b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;overflow:visible;position:relative;display:none; }#aIq67a9E1DQ3X12ktMmATLp287eQ0oWF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:0rem;left:8.75rem;overflow:hidden;display:block; }
#eIch1iF7IOs3rxfzv63CtaITH8qzVKaA { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.749267578125rem;left:21.061767578125rem;height:0.974825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KpoXRHKHNeokkBW4KLHA8LnCvHQrPsTS { color:#ffffff;display:block;width:6.43675rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.749267578125rem;left:28.81201171875rem;height:0.974825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cPXkflSCN6ofXBC0GTeJkPND4MhmISTt { color:#ffffff;display:block;width:5.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.749267578125rem;left:37.499755859375rem;height:0.9749375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DnCcVDFdI7TW99dcoWSI6oFhc4EDNt8D { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.749267578125rem;left:44.8740234375rem;height:0.9749375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JcCb1Mq0gGb9gttnMFor0to28NxBsBfF { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.75rem;left:51.0625rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gHtBm93rD9EO9mEO8ekKgWgZ32bTtsfs { background-color:#00d0ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.1875rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:1.156005859375rem;left:60.897216796875rem;display:block; }
#dW7aQcoolmqB93gpNCWKbt53swEF12mU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Is0cKFfknuv1RyyKGQwqmqh35rgMUUfD { background-color:#38434b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#Is0cKFfknuv1RyyKGQwqmqh35rgMUUfD > .row .container { border-width: 0; border-radius: 0; }#Is0cKFfknuv1RyyKGQwqmqh35rgMUUfD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Is0cKFfknuv1RyyKGQwqmqh35rgMUUfD > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;overflow:visible;position:relative;display:none; }#TMt5lglTwo2GEfbNOmZlO1PpEZOzOagX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:0rem;left:8.75rem;overflow:hidden;display:block; }
#ONehmOuu5bp5gDWThkOobhvNWKXUJSaa { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.75rem;left:33.375rem;height:0.974825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AN0wx1owQ7XWNW9wEfdpQg0MI4vnMpWV { color:#ffffff;display:block;width:6.43675rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.75rem;left:41.125rem;height:0.9749375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kWXxvvVpTciWRt440sTQhnqxiqVT6Nwq { color:#ffffff;display:block;width:5.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.75rem;left:49.8125rem;height:0.974825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wNSEpQzuZ8vn1LFZrAgN7VuHZ6Swaxqk { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.75rem;left:57.1875rem;height:0.9749375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hbU7BtreahzoG4MtPh7IcSlOnglTERAc { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.75rem;left:63.375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row .container { background-color: transparent; background-image: none; }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row .container > .video-iframe-container { display: none; }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row > .video-iframe-container { display: none; }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .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); }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row .container { border-width: 0; border-radius: 0; }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;overflow:visible;position:relative;display:block; }#gzFi0ST8R8DGKxfL6Z9Fq5T2kLPBEiN1 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:15.125rem;top:0.28125rem;left:4.29296875rem;overflow:hidden;display:block; }
#anhdthotgUUL7FW5KmW2xqnuVptbsNzs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/05ae4001-7342-42e3-a6b0-113d3511aba8/AdobeStock_134807399.crop_4732x3643_0,197.preview.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs.adaptive-delivery-prevent-bg, #anhdthotgUUL7FW5KmW2xqnuVptbsNzs.lazyload, #anhdthotgUUL7FW5KmW2xqnuVptbsNzs.lazyloading { background-image: none; }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row .container { background-color: transparent; background-image: none; }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row .container > .video-iframe-container { display: none; }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row > .video-iframe-container { display: none; }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .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); }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row .container { border-width: 0; border-radius: 0; }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#xZ8V1Le825sdqztsnnmQgoFs9zOQhHXe { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:6.625rem;left:0rem;height:9.8994375rem;font-style:normal;display:block; }
#l9ktoSquHERvRIeamzCtehxoO4bI1wvS { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:21.9375rem;left:0rem;height:5.199225rem;font-style:normal;display:block; }
#tUnpZfeG6kf2gPZBAVRJTk2fBmcyAnGp { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:37.4375rem;width:29.25rem;top:1.25rem;left:45.750001907349rem;display:block; }
#lcsUCWurrWBbJJ0vo4fnDGCmN3An8wuZ { color:#375375;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.6875rem;left:50.3125rem;height:1.625rem;font-style:normal;display:block; }
#Cf734niUP1uFPmSD5hSRuXkK9PmDN9ds { position:absolute;display:block;z-index:15031;background-color:#1a82fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:3.5rem;left:47.25rem;display:block; }
#lKc54MKrS39XgT6RcRmntPA2Ow1Ai75C { color:#375375;display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.6875rem;left:46.9375rem;height:1.95rem;font-style:normal;display:block; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-form-header { font-size:0.8125rem; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-regular-label { height:auto;display:block;font-family:glober;font-size:0.8125rem;font-weight:400;color:#004e91;width:26.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.4;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .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 rgba(0,63,112,0.3);border-left:0.0625rem solid rgba(0,63,112,0.3);border-right:0.0625rem solid rgba(0,63,112,0.3);border-bottom:0.0625rem solid rgba(0,63,112,0.3);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:26.625rem;box-sizing:border-box;height:2.1875rem;color:#38434b;font-size:0.875rem;overflow:hidden;font-family:glober;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-text {padding-top: 0; padding-bottom: 0;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .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 rgba(0,63,112,0.3);border-left:0.0625rem solid rgba(0,63,112,0.3);border-right:0.0625rem solid rgba(0,63,112,0.3);border-bottom:0.0625rem solid rgba(0,63,112,0.3);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:26.625rem;box-sizing:border-box;height:4.375rem;color:#38434b;font-size:0.875rem;overflow:hidden;font-family:glober;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .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:26.625rem;box-sizing:border-box;height:2.1875rem;color:#38434b;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-select {padding-top: 0; padding-bottom: 0;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#1a82fd;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:17.3125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:400;color:#ffffff;width:9.3125rem;height:2.8125rem;font-family:"open sans";overflow:hidden;font-style:normal; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv [class*="-text"]:-moz-placeholder { color:#38434b;font-family:"open sans";font-size:0.875rem; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv [class*="-text"]::-moz-placeholder { color:#38434b;font-family:"open sans";font-size:0.875rem; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv [class*="-text"]:-ms-input-placeholder { color:#38434b;font-family:"open sans";font-size:0.875rem; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv [class*="-text"]::-webkit-input-placeholder { color:#38434b;font-family:"open sans";font-size:0.875rem; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .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:glober;line-height:1.8;font-size:0.625rem;font-weight:400;color:#787878;vertical-align:top;width:25.375rem;overflow:hidden;font-style:normal;float:none; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .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; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .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:glober;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-container:first-of-type{padding-top:0;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-container:last-of-type{padding-bottom:0;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15022;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:6.8125rem;left:45.875rem;font-size:0.8125rem; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.625rem;display:block;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-info-text { display:block;height:auto;font-family:glober;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; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv {display:block;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15022;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:6.8125rem;left:45.875rem;font-size:0.8125rem; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #qKPTtxQAPzFS3CakvzSeOOOX6eV2XST8 { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #CcvI9Vg6P3e4h7GWEoyT180LsHrzTmkL { position:relative;display:none; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #cpX0hfXT0MTbPM9hfv0tSHrioWNQtLQR { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #dmgmpv1s61sNqifpleBIE9wP1RiBBJsz { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #T4bGQoNhKw4UX1cQg2TcRpAcZVVPyoIm { position:relative;display:none; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #JX3O5QSIAonbKPBeus7O4kxpZuBuCNmw { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #ABVNsE6uooktm4zchnbvcQ7BowtdEKzQ { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #wOG6d9h43CqZ8kcL2mBuyQHgiT2qZKpP { position:relative;display:none; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #uZNNf7y2OwKABAyAd7DVbv8yNRsC0re1 { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #EMJHHieXG2mIVezsarvUwGFoI689UekR { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #cMUcs3TGmOMoDP28qKv1TgvZxuBufuTh { position:relative;display:none; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #BxSP82qZC74qDaUiZ7fXiyN78ofK4owc { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #eBkBPvilHIC8M51dsLL8FMNvtD2sysrP { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #skFTxbxILQqT6ki17tvO1AInBInUuV95 { position:relative;display:none; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #I5NGyPenhB8VkWguyTJ9W0MeDDhzdXo0 { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #aXtaVMUwUzARN3kFJS85EULXl6QHwGHa { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #eVyXT3gkNnWTMH8V6o5zHOGPqhVNIGRJ { position:relative;display:none; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #Ast7bieN8yCS9c6VofHxnp7CHu59B4wx { position:relative; }
#X2T4hfabhM28tAl85VTgXEklQa3cATUy { position:relative;display:block; }
#TdzTFsnxrehlMn7AXNeWkTMhFBywlV5U { position:relative;display:block; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #mxyLzxMKBVRESxg3Zkgy1you4boX3HUx { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #M196sTcxhgT8UK6KOUEQIJV5OEw7TkHR { position:relative;display:none; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #ZyCJUbKTCnZKKCv3be6OsFZg6n4PvRWt { position:relative; }
#U6gTkbnlT7qS2KLHQolkCcuvMidqalTe { position:relative;display:block; }
#tLnbPUaMTQpe0RSxEBRooVpqnVdh8GZ4 { position:relative;display:block; }
#Dd2pWTMWPBlilRexTI9MgDuWrvluR3bB { position:relative;display:block; }
#kcxZQ76OvBmPELiDHnmWnKU9vIlP1evC { position:relative;display:block; }
#MVzc1iQusDVAgRmDaGxPNpFmRTOTee0B { position:relative;display:block; }
#TcX66zQcpTfoeyLn1hUry4T6mrMGGW2n { position:relative;display:block; }
#NBIJiuniD5wNuOl4PlJqVG9wK7NeTdbA { position:relative;display:block; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #ZSzAUfR7qvyPIp9xhXLqpsoqBWbJ4TFT { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #nTarzMiD0o2EbDSwlkPwn6CGafOaqxsg { position:relative;z-index:2; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #TfOx55HUtogNWBrf5LoNEqzD6rC94aGn { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #ApLhXpwd6SCk9yXVZLwLhWsf9prJkTRz { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #BqQJ8cNvSIHkns3gEdXkcdqhomNidoqH { position:relative;z-index:2; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #pm8gLlDCcsPOeTu8B6UXcoHDWJ139eTW { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #vX1HHBqRn6zauuKd5Cy5C0zFAPmRTHWT { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #rOQfIx5HZQhxr4AT4BloagaKbucp7czS { position:relative;z-index:2; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #cDxCxLZ5w5wURlDGVAJk4QMO51WaXQh1 { position:relative; }
#vs3hCIcpggpfxr6JeG3q75FB6QFq5tRc { position:relative;display:block; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #kRrb4J16nIIdOpRGchAyaWBMbDTkZWpP { position:relative; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #F84BlSMV8JZVTPiehUHZQcHRlf2SCx3I { position:relative; }
#xciTdcCLT48I4lTPyTLf1a8Bm1FgTLtF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:57.75rem;width:75rem;display:none; }
#xQLsUtnO2qEV3AJtnzfuVkifUgbbJEww { box-sizing:content-box;height:17.874375rem;width:17.9373125rem;position:absolute;display:block;z-index:15090;background-color:rgba(0,0,0,0.35);background-image:none;top:8.96701335907rem;left:8.3116340637206rem;display:none; }
#xQqDBAyddbbDEL8iw2Wfap9mgCeOEd16 { position:relative;display:block; }#xQqDBAyddbbDEL8iw2Wfap9mgCeOEd16 { background-color: transparent; background-image: none; }#xQqDBAyddbbDEL8iw2Wfap9mgCeOEd16::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQqDBAyddbbDEL8iw2Wfap9mgCeOEd16 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQqDBAyddbbDEL8iw2Wfap9mgCeOEd16 > .row .container > .video-iframe-container { display: none; }#xQqDBAyddbbDEL8iw2Wfap9mgCeOEd16 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQqDBAyddbbDEL8iw2Wfap9mgCeOEd16 > .row > .video-iframe-container { display: none; }#xQqDBAyddbbDEL8iw2Wfap9mgCeOEd16 > .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); }#xQqDBAyddbbDEL8iw2Wfap9mgCeOEd16 { border-width: 0; border-radius: 0; }#xQqDBAyddbbDEL8iw2Wfap9mgCeOEd16 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xQqDBAyddbbDEL8iw2Wfap9mgCeOEd16 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NnTGrkAZXO12qtMOe9IqpXPppIMwDaNl { color:#375375;display:block;width:9.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.125rem;left:24.3125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uJHTMcOLRbwmUWkDKlV8nXLwWsC2M0GM { color:#375375;display:block;width:10.061875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.125rem;left:40.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ImxFmTJgAe4aLG4xdzmF2L9i4DNEmT2Z { color:#375375;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12rem;left:9.25rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aKO621fgeZxepTKOBHZhXkR7l2pP2IWL { color:#bdc6cc;display:block;width:4.74975625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:2.777099609375rem;left:40.640625rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sH3Zv7SrhvT91iWIwx6SATlmTvabgaC9 { color:#bdc6cc;display:block;width:6.3745rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:2.7783203125rem;left:32.561279296875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XHQJhcWkWuTQnZ4iZg1AbsdPxEMDQBeS { color:#bdc6cc;display:block;width:2.99926875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15076;line-height:1.3;letter-spacing:0;top:2.7783203125rem;left:28.1875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OohJ2qUlgZ8hGrMBXiH6sC6gK6pIhUL9 { position:absolute;display:block;z-index:15068;background-color:#bdc6cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:36.875rem;top:2.374267578125rem;left:8.56201171875rem;display:none; }
#v9NNrgTJTzyyDMFWQAAtTEhcE9WSLu2o { color:#bdc6cc;display:block;width:4.311525rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:2.7783203125rem;left:22.5rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#s03ZpZrPMOcq0TkyN3KwNb8nR4uVELDL { color:#bdc6cc;display:block;width:4.87426875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:2.7783203125rem;left:16.25rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TsyC9Tcl9NRefuNWp2FZaVBf8J5W15d8 { color:#375375;display:block;width:5.99975625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:2.7783203125rem;left:8.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rUCguJDPT2KFMdTuFOn4CPm82Htp0zLH { position:absolute;display:block;z-index:14999;background-color:rgba(216,234,239,0.3);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.1875rem;width:12.5rem;top:6.5625rem;left:7.4375rem;display:block; }
#z3cNwJuNFc2S4Ma6UoSiv9vTKxTaMTRX { position:absolute;display:block;z-index:15001;background-color:rgba(216,234,239,0.3);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.1875rem;width:12.5rem;top:6.1875rem;left:22.9375rem;display:block; }
#iTgRdA1wpK73eNehpWPOiXhFOTTmOuQi { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#bP8ZWqmG8zTpnIl4286KVyaeykTid1E7 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Wh4XEMzrMTCpxl3nKLoolr4tZuB308hw { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#bA0t3XZTAXXRpMcBpsA2TQqAZ5oMwWSD { position:absolute;display:block;z-index:15004;background-color:rgba(216,234,239,0.3);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.1875rem;width:12.5rem;top:6.5625rem;left:39.3125rem;display:block; }
#ZgoGzQqVF91bMKOwTIK6pCvXdribdGVo { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#svD1pPP00lNReclUZyUTLM3nbnGrliZp { color:#020202;display:block;width:28.997375rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.375rem;left:31rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#cfdB6EtJaO4aVNLGQzZPX3miwkwPZndH { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15079;opacity:1;top:7.8125rem;left:12.125rem; }
#EhcX8TVzZSk4Syvn1ndVKboNaGnCdwsC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:8.125rem;left:27.875rem; }
#ts1TuD6K3P8Vo8xeqslunPpishw57tq4 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15082;opacity:1;top:8.0625rem;left:44rem; }
#RAXlJH4s2DLuaGL7wRRVhkT92DdGkByK { color:#375375;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1579837799073rem;left:-0.0069427490234375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MJomJW83W6Pz4K6EuDZfqx4Uy3sIazZT { position:absolute;display:block;z-index:15007;background-color:rgba(216,234,239,0.3);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.1875rem;width:12.5rem;top:6.5625rem;left:55.4375rem;display:block; }
#v0dvAII2M2TPZt58WIftm14L8CZuRrW4 { color:#375375;display:block;width:10.0615rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.1875rem;left:56.6552734375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ClNQyBfU2X17Z7OwXK5du5UpvJFLPaTk { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:5.125rem;top:7.6875rem;left:58.8125rem;overflow:hidden;display:block; }
#VJBuxVistz7DTsPDAXlEbSeAcUgUepMI { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#F8qyDG1oCNPddfdS0McAtFiEF6CE3Qyb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0060ab;background-image:url("https://images.assets-landingi.com/uc/0cc73ac2-1eda-4002-8f24-65471d39cb5c/container.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#F8qyDG1oCNPddfdS0McAtFiEF6CE3Qyb.adaptive-delivery-prevent-bg, #F8qyDG1oCNPddfdS0McAtFiEF6CE3Qyb.lazyload, #F8qyDG1oCNPddfdS0McAtFiEF6CE3Qyb.lazyloading { background-image: none; }#F8qyDG1oCNPddfdS0McAtFiEF6CE3Qyb > .row .container { border-width: 0; border-radius: 0; }#F8qyDG1oCNPddfdS0McAtFiEF6CE3Qyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F8qyDG1oCNPddfdS0McAtFiEF6CE3Qyb > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:none; }#uXFCKWOzeaOEzXu9AAmy4WpKxC5elAcg { color:#ffffff;display:block;width:30.061875rem;position:absolute;font-family:manrope;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.2491302490234rem;left:1.125rem;height:2.19375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gshZXozweQmhqBxlTPIe3cf1L6XEEJrK { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#aCXOMbVXrfSJzEbHnFr6FA62ZNNeKV2J { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b986d163-bb81-4e30-9afc-badeb549b577/LogoOEIactualizado.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.186525rem;width:17.374rem;top:8.84375rem;left:0rem;display:none; }#aCXOMbVXrfSJzEbHnFr6FA62ZNNeKV2J.adaptive-delivery-prevent-bg, #aCXOMbVXrfSJzEbHnFr6FA62ZNNeKV2J.lazyload, #aCXOMbVXrfSJzEbHnFr6FA62ZNNeKV2J.lazyloading { background-image: none; }
#wM1PbJFP939iW04G9S7MzCtTyxE0xdig { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:4.375rem;width:14.375rem;top:9.25rem;left:1.6875rem;display:none; }
#Zl9mBbk2mHmKK68CQO2edCCCyIx4yhvs { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.55879875rem;height:2.49587375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:12.558595657349rem;left:2.1148014068604rem;display:block; }
#qTtCHTWT64C7aTgbfIIfMUrpVfEabTSt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c4u6I8DWyDOGDzi2OzZHEoTDm15Q7IHp { color:#ffffff;display:block;width:44.375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:6.1903114318847rem;left:1.1241321563721rem;height:2.8125rem;font-style:normal;display:block; }
#BRNX9F33dAPGCN0GCUGux8Du2Ql5PvGH { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#DBDQ8xnFO7ZfxM0tUqR8x6QOVAkTSB95 { color:#ffffff;display:block;width:42.3125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.2096347808837rem;left:1.1241321563721rem;height:2.8125rem;font-style:normal;display:block; }
#Bh3pa39JoJTnQJ24PFgsCIIdU8wnavyS { position:relative;display:block; }#Bh3pa39JoJTnQJ24PFgsCIIdU8wnavyS { background-color: transparent; background-image: none; }#Bh3pa39JoJTnQJ24PFgsCIIdU8wnavyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bh3pa39JoJTnQJ24PFgsCIIdU8wnavyS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bh3pa39JoJTnQJ24PFgsCIIdU8wnavyS > .row .container > .video-iframe-container { display: none; }#Bh3pa39JoJTnQJ24PFgsCIIdU8wnavyS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bh3pa39JoJTnQJ24PFgsCIIdU8wnavyS > .row > .video-iframe-container { display: none; }#Bh3pa39JoJTnQJ24PFgsCIIdU8wnavyS > .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); }#Bh3pa39JoJTnQJ24PFgsCIIdU8wnavyS { border-width: 0; border-radius: 0; }#Bh3pa39JoJTnQJ24PFgsCIIdU8wnavyS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Bh3pa39JoJTnQJ24PFgsCIIdU8wnavyS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#W0hR43QGuiaXlJUrsrwhVTD0cLcxdzKq { color:#375375;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6310806274414rem;left:-0.11979103088379rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IkLu5PicHu2fvUqnb6OQki9DdCdMh5uD { color:#6a92a9;display:block;width:7.999125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.25rem;left:13.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uAp66pBDyqwwH3dMwrHRptBpv7RgN4sC { color:#6a92a9;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:7.6805553436281rem;left:32.6875rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FHdxBvLt9snkpxBuhl501fBAE9lXKGiQ { color:#6a92a9;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:7.6805553436281rem;left:47.21875rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tb52mULSnLUMe5TCE0Ss7Ooa61dQxqiK { color:#161616;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.75rem;left:13.25rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fhZbzQ83PnlvKlD2UJU6JCKHcnZuO64i { color:#38434b;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:18.125rem;left:13.25rem;height:2.111325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lrg0g1SZJ3AC6Mh24BlvI5iiwADtHTaS { color:#6a92a9;display:block;width:13.624125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:13.6875rem;left:13.4375rem;height:2.423825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#lrg0g1SZJ3AC6Mh24BlvI5iiwADtHTaS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lrg0g1SZJ3AC6Mh24BlvI5iiwADtHTaS li:before{  }
#DvLdCZkPUui86NRgnpNSy87igQwJK8hF { position:absolute;display:block;z-index:15027;background-color:#d8eaef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:15.9375rem;top:10.375rem;left:12.25rem;display:block; }
#WckTUJG28FXUoPuTsK8lIIVKPS79rnsu { position:absolute;display:block;z-index:15076;background-color:#bdc6cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:36.875rem;top:2.1875rem;left:8.625rem;display:none; }
#lnkygsE7SFuyJTB9wbblrwr0u0pw0wqZ { color:#bdc6cc;display:block;width:4.74975625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:2.5625rem;left:40.6875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PXBVynWTVBVSCo7NQnICHNKNBWAIub3L { color:#bdc6cc;display:block;width:6.3745rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:2.5625rem;left:32.625rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#s5kbtoD37ZpSbkp8f0POvRH3G1xGAUyi { color:#bdc6cc;display:block;width:2.99926875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:2.5625rem;left:28.25rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#g5OUSJ9EVruenxOJuDMWzQAthvKgfdFV { color:#bdc6cc;display:block;width:4.311525rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:2.5625rem;left:22.5625rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZuPieRpDSlNt8IJb8A8qzmS4MblobKUL { color:#375375;display:block;width:4.87426875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:2.5625rem;left:16.3125rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#b68FQn1kMSAUTV4RkuLMJCiz1HdoFsBp { color:#bdc6cc;display:block;width:5.99975625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:2.5625rem;left:8.8125rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DQgHfGFnbKV6utb5k2wJFmoJbKJaEidz { color:#6a92a9;display:block;width:14.124375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.25rem;left:13.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#DQgHfGFnbKV6utb5k2wJFmoJbKJaEidz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DQgHfGFnbKV6utb5k2wJFmoJbKJaEidz li:before{  }
#IJvIUn2JpPsTyhFstMvz1APbBronpSmO { position:absolute;display:block;z-index:15001;background-color:rgba(216,234,239,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:15.9375rem;top:5.875rem;left:29.5rem;display:block; }
#WeFAouMWHb1V7XgHLzgtSMr5ciiDxfNK { color:#38434b;display:block;width:7.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:22.9853515625rem;left:26.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#SHwoHhAEN9W4CbOT1FbWpsQPsnFMvDDm { color:#6a92a9;display:block;width:6rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:23.89990234375rem;left:26.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KkQlc0KNMOhpO99RfIaheslCVnah4VeR { color:#38434b;display:block;width:7.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:17.0869140625rem;left:26.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#vh4p0xnF1Lyp9Bf9BP5Gfq471tutlJcN { color:#38434b;display:block;width:7.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.037109375rem;left:26.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#t6oi99FWVsoGfiNfTpNEvopCxeFx3Mqi { color:#38434b;display:block;width:7.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.4375rem;left:26.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#QoeuD0rXcfO1nSlSREdbI210mWykPS0e { color:#6a92a9;display:block;width:6rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.75rem;left:26.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#u7MfVJFiEWq5c7bw4NhUsswaExl7LZTK { color:#38434b;display:block;width:6rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.625rem;left:26.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mWecWPgPDMfuTSUPL6K7UE3wwuuM756x { position:absolute;display:block;z-index:15027;background-color:#d8eaef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:15.9375rem;top:10.375rem;left:29.375rem;display:block; }
#NVEHCWyIgz3bO7pbcSMhiWVCMKaTLyQd { color:#6a92a9;display:block;width:8rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.375rem;left:26.5rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DQ9iBmLRLzlJ6F7PypMGKTiLkVnVvHtG { position:absolute;display:block;z-index:15001;background-color:rgba(216,234,239,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:15.9375rem;top:5.6875rem;left:46.75rem;display:block; }
#aqUi7LVEbXgJXXXCFDUGIl9lJBTktIXT { position:absolute;display:block;z-index:15027;background-color:#d8eaef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:15.9375rem;top:10.375rem;left:46.3125rem;display:block; }
#bTRIsUxDKX2zslfgBorMCB7K2sh9sSvZ { color:#161616;display:block;width:6.936875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.75rem;left:30.75rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vTl2DUtKhOizHTI14LPNEJ6134qtr1HK { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.8125rem;left:48.375rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QiFsT6HJgmNu42IWDtCt4OzU5cynLB6K { color:#6a92a9;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.6875rem;left:31.25rem;height:2.423825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#QiFsT6HJgmNu42IWDtCt4OzU5cynLB6K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QiFsT6HJgmNu42IWDtCt4OzU5cynLB6K li:before{  }
#ZQQi2m5odXh8w6sdBuPO4Tc84Kqwk0Mk { color:#6a92a9;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:13.6875rem;left:48.375rem;height:3.47949375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZQQi2m5odXh8w6sdBuPO4Tc84Kqwk0Mk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZQQi2m5odXh8w6sdBuPO4Tc84Kqwk0Mk li:before{  }
#kGhxMeCfJti8s9AvTaVaIOkl5N21vpqg { color:#6a92a9;display:block;width:14.124375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:21.25rem;left:31.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#kGhxMeCfJti8s9AvTaVaIOkl5N21vpqg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kGhxMeCfJti8s9AvTaVaIOkl5N21vpqg li:before{  }
#NTdT8m2hhcZpWcVizQkgTtWEXVJqoeOW { color:#38434b;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:18.125rem;left:30.75rem;height:2.111325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LVpBrGRgHba6lrQv711zugJ1hQN38Ow7 { color:#6a92a9;display:block;width:14.124375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:21.3125rem;left:48.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#LVpBrGRgHba6lrQv711zugJ1hQN38Ow7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LVpBrGRgHba6lrQv711zugJ1hQN38Ow7 li:before{  }
#Cs85zrHOP7sWthcZxoew1TssSohw3eF0 { color:#38434b;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:17.875rem;left:48.5625rem;height:2.111325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uqhOskDgeoVbcwM4USGfOtoG13ZRlne7 { position:absolute;display:block;z-index:15001;background-color:rgba(216,234,239,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:15.9375rem;top:5.75rem;left:12.25rem;display:block; }
#vMMJ3kPm24TCpTe4b65zkOdgZ9KbBz02 { color:#6a92a9;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.1571178436279rem;left:32.6875rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ken1vfFSrvhvOlzmn9NCnhIV4EcAZIIC { color:#6a92a9;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.0946178436279rem;left:47.21875rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wxK3SObPVgzS6HKklgyrsu4P1ctZNT3L { color:#6a92a9;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:6.1640625rem;left:11.685546875rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gZGIuqw52kFPb5lHASEk7J9wpIkpTU1o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(216,234,239,0.15);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gZGIuqw52kFPb5lHASEk7J9wpIkpTU1o > .row .container { border-width: 0; border-radius: 0; }#gZGIuqw52kFPb5lHASEk7J9wpIkpTU1o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZGIuqw52kFPb5lHASEk7J9wpIkpTU1o > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:none; }#aRmsNbt3rLDO02HGrDUK1BGG6SKHGH9A { color:#17243e;display:block;width:37.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.25rem;left:8.6875rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mVhGvzhGfJxuzVIflJ6xVC6TkmPE8vBh { color:#17243e;display:block;width:50.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:8.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#rroy06NTUB3BbAkJ14P4bEFoZrtvM7Vi { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:18.75rem;top:7.8125rem;left:8.6875rem;overflow:hidden;display:block; }
#anMqVo9T722WSk1LNuHduilOBPMJfrRS { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.9375rem;top:7.75rem;left:28rem;overflow:hidden;display:block; }
#CbAxRuQQDThLlSkqcyu7x2Jozpq8HWKX { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:18.8125rem;top:7.8125rem;left:47.5625rem;overflow:hidden;display:block; }
#x63hOo45PA8UaFf5IsQa0tP5BkWuPBO7 { color:#f2f5f8;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:19.6875rem;left:9.8125rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rJoXhqGVl4agzUF4eT8LIa3pmmCFaQuo { color:#f2f5f8;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:22rem;left:9.9375rem;height:3.16699375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yZy2C5RO1n6oJEq7BlTq17RmFPPsaOTc { position:absolute;display:block;z-index:15033;background-color:#1a82fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:21.4375rem;left:9.9375rem;display:block; }
#tFFfhKZpEf9820loNpGKQGVtZlwNo3Tp { color:#f2f5f8;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:19.6875rem;left:29.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QnyQsyHQNJsiFW61N7M4yKZm7PnpWOTq { color:#f2f5f8;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:19.6875rem;left:48.5rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JFqpeSELbpOgyB3AkJoqlIln8gCnFrUi { position:absolute;display:block;z-index:15034;background-color:#1a82fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:21.375rem;left:29.25rem;display:block; }
#BoalmtaB0bkpVrgMb1CLrhZEQe48GzgK { position:absolute;display:block;z-index:15035;background-color:#1a82fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:21.4375rem;left:48.4375rem;display:block; }
#dqkQL3PbT4xcqMBvzRqnVaVWhO88gvFO { color:#f2f5f8;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:22rem;left:29.25rem;height:2.111325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#krAUQJGrlktrsGsm6o5RcJlAslFn3lIa { color:#f2f5f8;display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:22rem;left:48.4375rem;height:3.16699375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BVHT9LxtPJLZpZLsTg0Q36sEMwxTOg2T { color:#38434b;display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.75rem;left:26.6875rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xaghnqQa8Q6e2QqGVtrFgALfi8LxZybM { background-color:#00d0ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.1875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:36.125rem;left:30.875rem;display:none; }
#JX9bTPW2c8QGL9nkXJvUZx5PGTyvQc0V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i2hylgcpiKCQT20rETcbeH0uGoMmQntB { color:#38434b;display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:33.94921875rem;left:26.65625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yDCMlQSomos7bXuWEKWRQPIFceQXTPgg { position:absolute;display:block;z-index:15084;background-color:#bdc6cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:36.875rem;top:1.6875rem;left:8.75rem;display:none; }
#XhWifxmnPoAzXBzeXHVxdI4VWx192e2v { color:#bdc6cc;display:block;width:2.99926875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:2.0625rem;left:28.375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tSgDoWH2VJVCHSWhoOTXarNiTOSWUwbt { color:#375375;display:block;width:4.311525rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:2.0625rem;left:22.6875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wg6ROgZtv8Tkidcgha6m3oWZM4dbW5tg { color:#bdc6cc;display:block;width:4.87426875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:2.0625rem;left:16.4375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NTlPcSlTqXwemTn6OKJ2hNBz1z6TZizZ { color:#bdc6cc;display:block;width:5.99975625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:2.0625rem;left:8.9375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AfBMt9R9qR70FpysXADLyFsskavaCxl5 { color:#bdc6cc;display:block;width:6.3745rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:2.0625rem;left:32.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ihtXI1wCofK1qR73xFkX2F73GyVwQTda { color:#bdc6cc;display:block;width:4.74975625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:2.0625rem;left:40.8125rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#F10RRG46OlaHe8EWr9JEohxbgaGXDQVu { position:absolute;display:block;z-index:15026;background-color:#1a82fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:4.40625rem;left:8.6875rem;display:block; }
#LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(216,234,239,0.15);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V > .row .container { background-color: transparent; background-image: none; }#LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V > .row .container > .video-iframe-container { display: none; }#LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V > .row > .video-iframe-container { display: none; }#LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V > .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); }#LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V > .row .container { border-width: 0; border-radius: 0; }#LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#DwFJRe4Te9oNS30SzkeniyFyrqVzwZz6 { color:#375375;display:block;width:60.6875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:8.3125rem;height:2.1125rem;font-style:normal;display:block; }
#MRVSJQFA660sVClQSq8arDEedzFClDu3 { position:absolute;display:block;z-index:15027;background-color:#1a82fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:5.561767578125rem;left:8.311767578125rem;display:block; }
#caFmd7Gpiybzd3t7VzCq9JzzQ9BTKonx { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.875rem;top:8.9995660781863rem;left:8.3116340637206rem;overflow:hidden;display:block; }
#KaSns6X7DVFcWqxliR4nSfdvE9XfpXak { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:19.75rem;top:8.9375rem;left:28.5rem;overflow:hidden;display:block; }
#RSa0ZRtF2lHxxre3xxTbnTo3el2FdbnA { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:18.9375rem;top:9.125rem;left:50.5625rem;overflow:hidden;display:block; }
#rZDK5y3LLicyb3d70bT07FuK74hkeqQ2 { color:#f2f5f8;display:block;width:9.9370625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:20.873480796814rem;left:9.5616340637206rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h8Jsmutx8fSPtmyxlaIkDobcTEo91leA { color:#f2f5f8;display:block;width:12rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:23.186847686767rem;left:9.5616340637206rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QzQsK87VM4MxNIvocIhiuhAH8QEN8WoU { position:absolute;display:block;z-index:15102;background-color:#1a82fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:22.625rem;left:9.5625rem;display:block; }
#gW0UsJUpVebWewH8kV7IBq8PlInb95PK { color:#f2f5f8;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:20.875rem;left:29.75rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aZOVWuscGFAgE0NMAGAWiAmWUTfCwC1n { color:#f2f5f8;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:20.873263835907rem;left:51.4375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ieKWPOSprzvE9sWVJyiZ7hCUren3P7MB { position:absolute;display:block;z-index:15099;background-color:#1a82fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:22.5625rem;left:29.75rem;display:block; }
#vxoXpE99UTwb3RO8dmkJ53FRHO5BunIU { position:absolute;display:block;z-index:15035;background-color:#1a82fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:22.4375rem;left:51.4375rem;display:block; }
#dpU0qOIrJJilNySA5fyPhAxBgAXFTFZq { color:#f2f5f8;display:block;width:9.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:23.1875rem;left:29.75rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fBPhT34tHU2FlIf9A9TDov0OCaFHKDi4 { color:#f2f5f8;display:block;width:10.1248125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:23rem;left:51.5rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tuQKuUe39WtNEK69Mp4qsrfviNsJdsbM { color:#38434b;display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.75rem;left:26.6875rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FEKVH3VqROMUncHdatiIkJ7xTB8BUl2q { background-color:#00d0ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.1875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:36.125rem;left:30.875rem;display:none; }
#QJlo8dUhXRAwNl6MZ2Rz9TRhLgyvhcw6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IivPGv8k6derTvvm7l06cyphmBKCVuSp { color:#38434b;display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:33.94921875rem;left:26.65625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZBLSrlgp1pMRxgHcB0UUNmcMTp2ScHwP { position:absolute;display:block;z-index:15084;background-color:#bdc6cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:36.875rem;top:1.6875rem;left:8.75rem;display:none; }
#cJVQlOiGUz7X9HspqIp1l0y8lTycl46T { color:#bdc6cc;display:block;width:2.99926875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:2.0625rem;left:28.375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NenegOXZ5w5FbE8d4L07ovUPrSUTLFpM { color:#375375;display:block;width:4.311525rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:2.0625rem;left:22.6875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#A65ZbbSLOX7a5sZ8lRt4zJdC7woVe6AO { color:#bdc6cc;display:block;width:4.87426875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:2.0625rem;left:16.4375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Pq6D9AfwUxWVDAPaSZ8RSPonUzO2aWNm { color:#bdc6cc;display:block;width:5.99975625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:2.0625rem;left:8.9375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Bb6Vk7Xe4BuHuTyFEbNdNnPkIivtHzs6 { color:#bdc6cc;display:block;width:6.3745rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:2.0625rem;left:32.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vvnmGLGzK12NroTaXA642khvTU4qPtpn { color:#bdc6cc;display:block;width:4.74975625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:2.0625rem;left:40.8125rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cD0yyJmmViy1Bb9wBVfea7d1Sb4hPVZb { box-sizing:content-box;height:17.625rem;width:19.125rem;position:absolute;display:block;z-index:15090;background-color:rgba(0,0,0,0.35);background-image:none;top:9.0625rem;left:50.375rem;display:block; }
#ZgdEvLMXtg7mQ80UIUnL7fEn6aefcqSv { box-sizing:content-box;height:17.875rem;width:19.75rem;position:absolute;display:block;z-index:15089;background-color:rgba(0,0,0,0.35);background-image:none;top:8.96853351593rem;left:28.499351501465rem;display:block; }
#DF95xPbBul3MeJD940hPktxcTBbH3IPo { box-sizing:content-box;height:17.874375rem;width:17.9373125rem;position:absolute;display:block;z-index:15090;background-color:rgba(0,0,0,0.35);background-image:none;top:8.96701335907rem;left:8.3116340637206rem;display:block; }
#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq { position:relative;display:block; }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq { background-color: transparent; background-image: none; }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq > .row .container > .video-iframe-container { display: none; }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq > .row > .video-iframe-container { display: none; }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq > .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); }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq { border-width: 0; border-radius: 0; }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Td3uh0VQNa3JFxISrH7deV2FZ4a5lGiJ { color:#38434b;display:block;width:44.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.8125rem;left:27.125rem;height:1.95rem;font-style:normal;display:block; }
#pZdG74aVOOkHdT77WNXC4zDiRn9AIWOh { color:#38434b;display:block;width:32.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:12.248265266419rem;left:27.124568939209rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CVeTHFtpKwy5qvwfdArmfN6X6Xerclsr { background-color:#1a82fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.1875rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:18.6875rem;left:27.125rem;display:block; }
#MawLwG3mlweueQXhZlQ4TUsRF23B7gE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CriIQ224FuP65TUdn64FdrTQABbCOsID { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:3.3125rem;left:6.560546875rem;overflow:hidden;display:block; }
#S1TzAgGho2mhFpGuCocQqIAerF33hPb8 { position:absolute;display:block;z-index:15092;background-color:#bdc6cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:36.875rem;top:1.3125rem;left:8.75rem;display:none; }
#lKcupPIzuOC03gsXsbOBQXVBWyuVpZxG { color:#375375;display:block;width:2.99926875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:1.6875rem;left:28.375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wodecrmNKeGJHXdzeR5f3NUMOFM7cbqg { color:#bdc6cc;display:block;width:4.311525rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;top:1.6875rem;left:22.6875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#F3lGSXtnHTTepmd9A5vDhZkkBeICqekh { color:#bdc6cc;display:block;width:4.87426875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:1.6875rem;left:16.4375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MwNRDTJ5ZIG5yXoQnO8d7W8HNThTW8um { color:#bdc6cc;display:block;width:5.99975625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15097;line-height:1.3;letter-spacing:0;top:1.6875rem;left:8.9375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BMN3sqHGRVZpp8xVKG0S1xob9kF47W7z { color:#bdc6cc;display:block;width:6.3745rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:1.6875rem;left:32.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#a3ZcZ1mrInEtJNxV0JGEKLJJff2xFMeo { color:#bdc6cc;display:block;width:4.74975625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:1.6875rem;left:40.8125rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SMrQkukkSVvtBfpZv7t7zIMR3TyyKikQ { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15103;opacity:1;top:5.0625rem;left:27.125rem; }
#utI5iyzU9xTJon4ZynW8aPvEK9lC1NI4 { position:absolute;display:block;z-index:15099;background-color:#1a82fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:22.5625rem;left:29.75rem;display:none; }
#HKeObffLD3s3VVEPnKpvKhRT7pgPJQVp { color:#38434b;display:block;width:32.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:15.5625rem;left:27.125rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s7lg2oVM2B4ZfNF0mTZpthq96D4VFaX9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(216,234,239,0.15);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#s7lg2oVM2B4ZfNF0mTZpthq96D4VFaX9 > .row .container { border-width: 0; border-radius: 0; }#s7lg2oVM2B4ZfNF0mTZpthq96D4VFaX9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s7lg2oVM2B4ZfNF0mTZpthq96D4VFaX9 > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:none; }#XT5N5a5MtT2S4lkOaHSqToTZtmDcmyUZ { color:#38434b;display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.9375rem;left:9.125rem;height:5.84765625rem;font-style:normal;display:block; }
#b9Q3QQrUFGyDqiJh0vFuQ00PaxSboi34 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:13.875rem;top:7.1875rem;left:37.625rem;overflow:hidden;display:none; }
#BWqaUpSfdDX1r8DvDVQCwTqgpOAWm2TI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.9375rem;top:3.125rem;left:22.6875rem;overflow:hidden;display:block; }
#UvUB4rgBFnpz2ne2qAEbczWDwFySSyGc { color:#38434b;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:5.6875rem;left:59rem;height:4.87305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QXgicTA7b8idiCQAiJTb8fTC6s20eOBn { color:#38434b;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:5.625rem;left:24.875rem;height:8.7715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UkD000VdSNl9bX5FBmZ2ArFA8zSx9HJ5 { color:#38434b;display:block;width:12.25rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:5.6875rem;left:41.75rem;height:6.82225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vBJhcEkaGOgvuzcTnGW4fXzmPJTT7JKq { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:15.9375rem;left:60.3125rem;overflow:hidden;display:block; }
#pWZhseDlQQxytg1k7ZePhhXgcKfdmTwJ { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:16.625rem;left:69rem;overflow:hidden;display:block; }
#uAOeG401dwrzT4nB1aS3bAd3TAbNmLTp { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:16.6875rem;left:51.5625rem;overflow:hidden;display:block; }
#pdhUSPyUQmQ0GUx1nH9aTKEUOEuT3lU6 { color:#f9964f;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:16.25rem;left:61.875rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E3yToe2iZDeclh9TyJdLCyVg6sTlEDA1 { position:absolute;display:block;z-index:15003;background-color:rgba(249,150,79,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:9.375rem;top:12.625rem;left:58.9375rem;display:block; }
#cVsSsip9s7twOXTk1u4aykgskPXO2uKv { color:#38434b;display:block;width:5.9375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:17.5625rem;left:63.0625rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ROI5wCCyhyWFgHHoGTgLrLrnDZTuIeCM { color:#38434b;display:block;width:7.625rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:17.5rem;left:43.5625rem;height:0.8125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nCXBrd8MZEarB9a7fUL9hoBgpdWTIMXr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:14.625rem;top:4.875rem;left:41.0625rem;overflow:hidden;display:block; }
#OpLTq4eJ142UJTIyJ1gIQ6A6nqlcF7D1 { position:absolute;display:block;z-index:15100;background-color:#bdc6cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:36.875rem;top:1.375rem;left:8.75rem;display:none; }
#ITMPdxx8qghxTeUbhSnPrB3LHHblLOfp { color:#bdc6cc;display:block;width:2.99926875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:1.75rem;left:28.375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mSEoMoWobRPxe4UOFSURt8tW7f0f3ABp { color:#bdc6cc;display:block;width:4.311525rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15107;line-height:1.3;letter-spacing:0;top:1.75rem;left:22.6875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZugtNrk1JxxytnET7AH4Rgq4NFfQEGBQ { color:#bdc6cc;display:block;width:4.87426875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:1.75rem;left:16.4375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#t9n9MQbGIKokla6NcMJsFIQ9Jky3NvL0 { color:#bdc6cc;display:block;width:5.99975625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:1.75rem;left:8.9375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Bu7n6GGd0SHPOXcrdnW5I8fT5v7rfuuC { color:#375375;display:block;width:6.3745rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:1.75rem;left:32.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#v55CLaOnei328ybWXvN08Zae6XDWQimg { color:#bdc6cc;display:block;width:4.74975625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:1.75rem;left:40.8125rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QlViPEqy5BliKzxtqAagguWs3N9lGsAV { color:#f9964f;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:16.25rem;left:44.4375rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jk9gVUbOveHFxtdOGzV2Zuy7c9hfgQKF { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:15.9375rem;left:43.125rem;overflow:hidden;display:block; }
#ZfEF9bSV2PJ7z0Ivqne1oat9FkouT24l { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:14.625rem;top:4.8125rem;left:57.9375rem;overflow:hidden;display:block; }
#AF7bCn5woBzvb9lszJeq5T1AvmQkkHTT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:14.625rem;top:4.8125rem;left:24.1875rem;overflow:hidden;display:block; }
#ZliSQEfpdDmKHObv8u4xfN3A1vBzUoFn { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:13.875rem;top:7.1875rem;left:37.625rem;overflow:hidden;display:none; }
#CzZvQCKa3cTsZNttiTyodBqdttxt0AAa { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:13.875rem;top:7.1875rem;left:37.625rem;overflow:hidden;display:none; }
#xB7f4lpfV6R4WrEWd6fdOV74KxInWvRK { color:#38434b;display:block;width:12.25rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:5.875rem;left:25.25rem;height:7.795125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#q5sLgXwLT3UMvTFxQUKkZbxCkewdepZ0 { color:#f9964f;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:16.25rem;left:28.125rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#broJZIbn27KmfGRy6KQeEqJNqDcvwte2 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:15.9375rem;left:26.8125rem;overflow:hidden;display:block; }
#h7imIU5b1hzykvlPOw12uyTCXEtAiBQL { color:#38434b;display:block;width:7.625rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:17.5rem;left:27.25rem;height:0.8125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#L2dzSBveCZTxJV9amHfMT9ZzqmlpysN6 { position:absolute;display:block;z-index:15043;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;box-shadow: none;height:2.5625rem;width:2.5625rem;top:16.875rem;left:35.25rem;overflow:hidden;display:block; }
#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp { position:relative;display:block; }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp { background-color: transparent; background-image: none; }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp > .row .container > .video-iframe-container { display: none; }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp > .row > .video-iframe-container { display: none; }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp > .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); }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp { border-width: 0; border-radius: 0; }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EHsGlHk9qmlVnoS2xAVkR2DeTUQlWWtT { color:#38434b;display:block;width:25.7495rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.1875rem;left:24.75rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dfSyQylT0rvI2O5yJRtdfmrfuIFxQApO { color:#38434b;display:block;width:25.4985625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:7.3125rem;left:24.5rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KwBLCk9DLlCqBbwtHd5wlPGoGugOcPDy { position:absolute;display:block;z-index:15027;background-color:#1a82fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:2.5rem;top:6.4375rem;left:36.375rem;display:block; }
#Qu1zuM3mhZAuNOtmK0lrsukLNTFxMKZC { background-color:#1a82fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.624rem;height:2.1875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:11.0625rem;left:30.9375rem;display:block; }
#u1VBhFcHg1FAfKQpLTrXdoBEUP5yU6Is { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f0QNcFkm5pO7tgbCBcOGFfH40WSyRSmh { position:absolute;display:block;z-index:15108;background-color:#bdc6cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:36.875rem;top:1.6875rem;left:8.75rem;display:none; }
#Ot7K50bsWyqwO310yOmy2NHmfRoivc2B { color:#bdc6cc;display:block;width:4.87426875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:2.0625rem;left:16.4375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#R3A3OU9IL8DizNrKds1nhp5re1Isyvun { color:#bdc6cc;display:block;width:5.99975625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15113;line-height:1.3;letter-spacing:0;top:2.0625rem;left:8.9375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uBJlXTg0vsQUoSk000Kb0wHWv3eizbpq { color:#bdc6cc;display:block;width:4.311525rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15115;line-height:1.3;letter-spacing:0;top:2.0625rem;left:22.6875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KclheaNIPToPUeQIMLqfNp5S4BZwgmhy { color:#bdc6cc;display:block;width:2.99926875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15116;line-height:1.3;letter-spacing:0;top:2.0625rem;left:28.375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OLhuvivRkZZTpLSfaUqaUIMQ8tNMT2QL { color:#bdc6cc;display:block;width:6.3745rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15117;line-height:1.3;letter-spacing:0;top:2.0625rem;left:32.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#i3tNUei0xIhrTfe0FRiQKR7K9opOJk7N { color:#375375;display:block;width:4.74975625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:2.0625rem;left:40.8125rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CNh1T1JzvdOq6MPIq44TT2iCHKJf4Zlw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:19.125rem;top:16.5rem;left:0rem;overflow:hidden;display:block; }
#bokCdznRIV4rHxU8poc7BB7aFViCZswE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#17243e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bokCdznRIV4rHxU8poc7BB7aFViCZswE > .row .container { background-color: transparent; background-image: none; }#bokCdznRIV4rHxU8poc7BB7aFViCZswE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bokCdznRIV4rHxU8poc7BB7aFViCZswE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bokCdznRIV4rHxU8poc7BB7aFViCZswE > .row .container > .video-iframe-container { display: none; }#bokCdznRIV4rHxU8poc7BB7aFViCZswE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bokCdznRIV4rHxU8poc7BB7aFViCZswE > .row > .video-iframe-container { display: none; }#bokCdznRIV4rHxU8poc7BB7aFViCZswE > .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); }#bokCdznRIV4rHxU8poc7BB7aFViCZswE > .row .container { border-width: 0; border-radius: 0; }#bokCdznRIV4rHxU8poc7BB7aFViCZswE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bokCdznRIV4rHxU8poc7BB7aFViCZswE > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#lTyZ2RwLJCrooTBtTGAy0rCf4Ak4bg0O { color:#f2f5f8;display:block;width:5.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R3GiCAee9at9vRucCz972zyOtsPmiHKx { color:#bdc6cc;display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:4rem;left:26.125rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VP0vB0eKT4pnRvrF346TUFRAi9KvkhVg { position:absolute;display:block;z-index:15028;background-color:#1a82fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:3.25rem;left:26.125rem;display:block; }
#qkTuWtcpIyMaBCaoPcoQRh0KE6wx54xU { color:#f2f5f8;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:1.6875rem;left:49.78125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VEMWFB4dSFuhqsIZaa37BdhMelNt2VLq { color:#f2f5f8;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:4rem;left:51.59375rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CcVQrBcg2PCXclLm7Arr7rPmUSNymiAT { color:#f2f5f8;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:5.681640625rem;left:51.59375rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FwT7cmXZE1CiBPBz6D6mx8ggADxWUpC7 { color:#f2f5f8;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:9.4375rem;left:51.59375rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EsD6w8OmRaXEV7QNKx1L4I0PBN0C9oJT { color:#f2f5f8;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:11.1875rem;left:51.59375rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WSMAwE6Tw009H4tUhTgo60M0EG3TXy5c { color:#f2f5f8;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:12.875rem;left:51.59375rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Diilgi9g4X49sD4HxTvETZ6Nh1AO4CPF { position:absolute;display:block;z-index:15029;background-color:#1a82fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:3.25rem;left:49.78125rem;display:block; }
#iAsgBaRy4JCTdEiqTDq9UhclFQEkCOtW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:3.8125rem;left:50.1875rem; }
#aWSF1dfNGVf4olqD4Zmvamf0D5LkLT7Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:5.4375rem;left:50.1875rem; }
#k2A1WQ3z5fogwf89aDGhgxFHet8CaqPR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:9.125rem;left:50.1875rem; }
#gsnRX2FiwmsmnTQQ0plqF5TqZhZ3Kgfq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:10.9375rem;left:50.1875rem; }
#QQX7lGCCtJBrH0kZ2TSaITOU5IGrOgO5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:12.75rem;left:50.1875rem; }
#Tghe7rCSzv0QdOqTfq4J8l1ND31Wf9BJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:19.125rem;top:16.5rem;left:0rem;overflow:hidden;display:none; }
#rblTgX5QdNTHeO69FRUOQIdc62SOyuXQ { color:#f2f5f8;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:7.5625rem;left:51.625rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IT2R7n9IwJQxe7GbsSNPrPFLHIPSdtbc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:7.3125rem;left:50.1875rem; }
#ku0kQFHtWlR4T3TF1uLUafFcAKxv7v8v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#17243e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ku0kQFHtWlR4T3TF1uLUafFcAKxv7v8v > .row .container { border-width: 0; border-radius: 0; }#ku0kQFHtWlR4T3TF1uLUafFcAKxv7v8v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ku0kQFHtWlR4T3TF1uLUafFcAKxv7v8v > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:none; }#es8PCniJcb8JloCrFWHZvpirGozPu84X { color:#f2f5f8;display:block;width:5.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nD68XuLPMPFxDDiWpPoINUbB9wPR8RcS { color:#bdc6cc;display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:4rem;left:26.125rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ocQK06ZpbUJR434TMlL2XqgeM0qOUalE { position:absolute;display:block;z-index:15028;background-color:#1a82fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:3.25rem;left:26.125rem;display:block; }
#TdswNV9AFVTQIRHQVG9ECcDIZyEWb18d { color:#f2f5f8;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:1.6875rem;left:49.78125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nnvTsTDl93IcAWXPRTDHQvvm4y2mewHB { color:#f2f5f8;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:4rem;left:51.59375rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EybN0eJTfxTKKSCynhQcuAWB8VOUzAND { color:#f2f5f8;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:5.681640625rem;left:51.59375rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIHb3nA5FixF7LE0G1AvsB3TPMufnHh0 { color:#f2f5f8;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:7.375rem;left:51.59375rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mdydCWTqqksGPAz6TnDLTDrPhirz2rkT { color:#f2f5f8;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:9.125rem;left:51.593751907349rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GiztFfmDOlpTtqRAqWsitPwIxWMTPGQT { color:#f2f5f8;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:10.8125rem;left:51.593751907349rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lBwqVTNFy4I6JZc7DQDPedSgWJUVI29C { position:absolute;display:block;z-index:15029;background-color:#1a82fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:3.25rem;left:49.78125rem;display:block; }
#qR2r7vpqFd1AvOOTJqmdvIyTeyDLSNDZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:3.8125rem;left:50.1875rem; }
#zCOwX1g040VaCb4Lkr6aGhoGqAqov26V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:5.4375rem;left:50.1875rem; }
#QvvBymGNeby8T7GbNxWfThzDsvOKuapD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:7.0625rem;left:50.1875rem; }
#CbxhBAcH8qEJvp5Bu7TwLBhTfWC1KXvi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:8.875rem;left:50.187501907349rem; }
#AAzW4n7GuWwTRbS8Oiana88CUQosXQeO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:10.6875rem;left:50.187501907349rem; }
#ewdeeTEIoQ1yzNNRwleKbHVMSUFz72WI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:19.125rem;top:16.5rem;left:0rem;overflow:hidden;display:none; }
#Cq7NX3sg69xgpGQvBFTeoNv6WdbXA9NU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:19.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ { position:relative;display:none; }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ { border-width: 0; border-radius: 0; }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZVWfDM64pWwahyN2CbWNRrAiw8OU0NeT { background-color:#00d0ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6245rem;height:2.1875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:15.499267578125rem;left:31.1865234375rem;display:none; }
#l6zT3xStFqAm9sgq1tTPTRHz8Up9NDNJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIq67a9E1DQ3X12ktMmATLp287eQ0oWF { top:0rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIch1iF7IOs3rxfzv63CtaITH8qzVKaA { top:1.6875rem;left:7.436767578125rem;width:5.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpoXRHKHNeokkBW4KLHA8LnCvHQrPsTS { top:1.6875rem;left:15.18701171875rem;width:6.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPXkflSCN6ofXBC0GTeJkPND4MhmISTt { top:1.6875rem;left:23.874755859375rem;width:5.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnCcVDFdI7TW99dcoWSI6oFhc4EDNt8D { top:1.6875rem;left:31.2490234375rem;width:3.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcCb1Mq0gGb9gttnMFor0to28NxBsBfF { top:1.75rem;left:37.4375rem;width:6.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHtBm93rD9EO9mEO8ekKgWgZ32bTtsfs { width:12.8125rem;height:2.1875rem;top:1.125rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW7aQcoolmqB93gpNCWKbt53swEF12mU { display:block; }
 }@media only screen and (max-width: 763px) { #Is0cKFfknuv1RyyKGQwqmqh35rgMUUfD { display:block; }#Is0cKFfknuv1RyyKGQwqmqh35rgMUUfD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMt5lglTwo2GEfbNOmZlO1PpEZOzOagX { top:0rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONehmOuu5bp5gDWThkOobhvNWKXUJSaa { top:1.75rem;left:19.75rem;width:5.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN0wx1owQ7XWNW9wEfdpQg0MI4vnMpWV { top:1.75rem;left:27.5rem;width:6.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWXxvvVpTciWRt440sTQhnqxiqVT6Nwq { top:1.75rem;left:36.1875rem;width:5.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNSEpQzuZ8vn1LFZrAgN7VuHZ6Swaxqk { top:1.75rem;left:43.5625rem;width:3.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbU7BtreahzoG4MtPh7IcSlOnglTERAc { top:1.75rem;left:41.1875rem;width:6.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp { display:block; }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzFi0ST8R8DGKxfL6Z9Fq5T2kLPBEiN1 { top:0.25rem;left:0rem;width:15.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anhdthotgUUL7FW5KmW2xqnuVptbsNzs { display:block; }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZ8V1Le825sdqztsnnmQgoFs9zOQhHXe { top:6.625rem;left:0rem;width:31.25rem;height:13.1875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9ktoSquHERvRIeamzCtehxoO4bI1wvS { top:21.9375rem;left:0rem;width:29.8125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUnpZfeG6kf2gPZBAVRJTk2fBmcyAnGp { top:1.25rem;left:18.5rem;width:29.25rem;height:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcsUCWurrWBbJJ0vo4fnDGCmN3An8wuZ { top:2.6875rem;left:30.9375rem;width:16.8125rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf734niUP1uFPmSD5hSRuXkK9PmDN9ds { top:3.5rem;left:33.625rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKc54MKrS39XgT6RcRmntPA2Ow1Ai75C { top:4.6875rem;left:20.8125rem;width:26.9375rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-regular-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-text { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-text {padding-top: 0; padding-bottom: 0;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-textarea { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-select { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-select {padding-top: 0; padding-bottom: 0;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-button { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-checkbox-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv  { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .radio-container { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv {display:block;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #qKPTtxQAPzFS3CakvzSeOOOX6eV2XST8 {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #CcvI9Vg6P3e4h7GWEoyT180LsHrzTmkL { display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #cpX0hfXT0MTbPM9hfv0tSHrioWNQtLQR {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #dmgmpv1s61sNqifpleBIE9wP1RiBBJsz {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #T4bGQoNhKw4UX1cQg2TcRpAcZVVPyoIm { display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #JX3O5QSIAonbKPBeus7O4kxpZuBuCNmw {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #ABVNsE6uooktm4zchnbvcQ7BowtdEKzQ {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #wOG6d9h43CqZ8kcL2mBuyQHgiT2qZKpP { display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #uZNNf7y2OwKABAyAd7DVbv8yNRsC0re1 {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #EMJHHieXG2mIVezsarvUwGFoI689UekR {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #cMUcs3TGmOMoDP28qKv1TgvZxuBufuTh {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #BxSP82qZC74qDaUiZ7fXiyN78ofK4owc {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #eBkBPvilHIC8M51dsLL8FMNvtD2sysrP {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #skFTxbxILQqT6ki17tvO1AInBInUuV95 { display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #I5NGyPenhB8VkWguyTJ9W0MeDDhzdXo0 {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #aXtaVMUwUzARN3kFJS85EULXl6QHwGHa {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #eVyXT3gkNnWTMH8V6o5zHOGPqhVNIGRJ {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #Ast7bieN8yCS9c6VofHxnp7CHu59B4wx {  }
 }@media only screen and (max-width: 763px) { #X2T4hfabhM28tAl85VTgXEklQa3cATUy { display:block; }
 }@media only screen and (max-width: 763px) { #TdzTFsnxrehlMn7AXNeWkTMhFBywlV5U { display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #mxyLzxMKBVRESxg3Zkgy1you4boX3HUx {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #M196sTcxhgT8UK6KOUEQIJV5OEw7TkHR {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #ZyCJUbKTCnZKKCv3be6OsFZg6n4PvRWt {  }
 }@media only screen and (max-width: 763px) { #U6gTkbnlT7qS2KLHQolkCcuvMidqalTe { display:block; }
 }@media only screen and (max-width: 763px) { #tLnbPUaMTQpe0RSxEBRooVpqnVdh8GZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #Dd2pWTMWPBlilRexTI9MgDuWrvluR3bB { display:block; }
 }@media only screen and (max-width: 763px) { #kcxZQ76OvBmPELiDHnmWnKU9vIlP1evC { display:block; }
 }@media only screen and (max-width: 763px) { #MVzc1iQusDVAgRmDaGxPNpFmRTOTee0B { display:block; }
 }@media only screen and (max-width: 763px) { #TcX66zQcpTfoeyLn1hUry4T6mrMGGW2n { display:block; }
 }@media only screen and (max-width: 763px) { #NBIJiuniD5wNuOl4PlJqVG9wK7NeTdbA { display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #ZSzAUfR7qvyPIp9xhXLqpsoqBWbJ4TFT {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #nTarzMiD0o2EbDSwlkPwn6CGafOaqxsg {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #TfOx55HUtogNWBrf5LoNEqzD6rC94aGn {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #ApLhXpwd6SCk9yXVZLwLhWsf9prJkTRz {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #BqQJ8cNvSIHkns3gEdXkcdqhomNidoqH {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #pm8gLlDCcsPOeTu8B6UXcoHDWJ139eTW {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #vX1HHBqRn6zauuKd5Cy5C0zFAPmRTHWT {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #rOQfIx5HZQhxr4AT4BloagaKbucp7czS {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #cDxCxLZ5w5wURlDGVAJk4QMO51WaXQh1 {  }
 }@media only screen and (max-width: 763px) { #vs3hCIcpggpfxr6JeG3q75FB6QFq5tRc { display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #kRrb4J16nIIdOpRGchAyaWBMbDTkZWpP {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #F84BlSMV8JZVTPiehUHZQcHRlf2SCx3I {  }
 }@media only screen and (max-width: 763px) { #xciTdcCLT48I4lTPyTLf1a8Bm1FgTLtF { width:47.75rem;height:36.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xQLsUtnO2qEV3AJtnzfuVkifUgbbJEww { top:8.9375rem;left:0rem;width:17.875rem;height:17.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xQqDBAyddbbDEL8iw2Wfap9mgCeOEd16 { display:block; }#xQqDBAyddbbDEL8iw2Wfap9mgCeOEd16 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnTGrkAZXO12qtMOe9IqpXPppIMwDaNl { top:11.125rem;left:10.6875rem;width:9.8125rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJHTMcOLRbwmUWkDKlV8nXLwWsC2M0GM { top:12.125rem;left:26.9375rem;width:10rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImxFmTJgAe4aLG4xdzmF2L9i4DNEmT2Z { top:12rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKO621fgeZxepTKOBHZhXkR7l2pP2IWL { top:2.75rem;left:27.015625rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH3Zv7SrhvT91iWIwx6SATlmTvabgaC9 { top:2.75rem;left:18.936279296875rem;width:6.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHQJhcWkWuTQnZ4iZg1AbsdPxEMDQBeS { top:2.75rem;left:14.5625rem;width:2.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OohJ2qUlgZ8hGrMBXiH6sC6gK6pIhUL9 { top:2.3125rem;left:0rem;width:36.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9NNrgTJTzyyDMFWQAAtTEhcE9WSLu2o { top:2.75rem;left:8.875rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s03ZpZrPMOcq0TkyN3KwNb8nR4uVELDL { top:2.75rem;left:2.625rem;width:4.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsyC9Tcl9NRefuNWp2FZaVBf8J5W15d8 { top:2.75rem;left:0rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUCguJDPT2KFMdTuFOn4CPm82Htp0zLH { top:6.5625rem;left:0rem;width:12.5rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3cNwJuNFc2S4Ma6UoSiv9vTKxTaMTRX { top:6.1875rem;left:9.3125rem;width:12.5rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTgRdA1wpK73eNehpWPOiXhFOTTmOuQi { display:none; }
 }@media only screen and (max-width: 763px) { #bP8ZWqmG8zTpnIl4286KVyaeykTid1E7 { display:none; }
 }@media only screen and (max-width: 763px) { #Wh4XEMzrMTCpxl3nKLoolr4tZuB308hw { display:none; }
 }@media only screen and (max-width: 763px) { #bA0t3XZTAXXRpMcBpsA2TQqAZ5oMwWSD { top:6.5625rem;left:25.6875rem;width:12.5rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgoGzQqVF91bMKOwTIK6pCvXdribdGVo { display:none; }
 }@media only screen and (max-width: 763px) { #svD1pPP00lNReclUZyUTLM3nbnGrliZp { top:12.375rem;left:17.375rem;width:28.9375rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfdB6EtJaO4aVNLGQzZPX3miwkwPZndH { top:7.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhcX8TVzZSk4Syvn1ndVKboNaGnCdwsC { top:8.125rem;left:14.25rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts1TuD6K3P8Vo8xeqslunPpishw57tq4 { top:8.0625rem;left:30.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAXlJH4s2DLuaGL7wRRVhkT92DdGkByK { top:2.125rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJomJW83W6Pz4K6EuDZfqx4Uy3sIazZT { top:6.5625rem;left:35.25rem;width:12.5rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0dvAII2M2TPZt58WIftm14L8CZuRrW4 { top:12.1875rem;left:37.75rem;width:10rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClNQyBfU2X17Z7OwXK5du5UpvJFLPaTk { top:7.6875rem;left:42.625rem;width:5.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJBuxVistz7DTsPDAXlEbSeAcUgUepMI { display:none; }
 }@media only screen and (max-width: 763px) { #F8qyDG1oCNPddfdS0McAtFiEF6CE3Qyb { display:block; }#F8qyDG1oCNPddfdS0McAtFiEF6CE3Qyb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXFCKWOzeaOEzXu9AAmy4WpKxC5elAcg { top:2.1875rem;left:0rem;width:30rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gshZXozweQmhqBxlTPIe3cf1L6XEEJrK { display:none; }
 }@media only screen and (max-width: 763px) { #aCXOMbVXrfSJzEbHnFr6FA62ZNNeKV2J { top:8.8125rem;left:0rem;width:17.3125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM1PbJFP939iW04G9S7MzCtTyxE0xdig { top:9.25rem;left:0rem;width:14.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl9mBbk2mHmKK68CQO2edCCCyIx4yhvs { width:12.5rem;height:2.4375rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTtCHTWT64C7aTgbfIIfMUrpVfEabTSt { display:block; }
 }@media only screen and (max-width: 763px) { #c4u6I8DWyDOGDzi2OzZHEoTDm15Q7IHp { top:6.1875rem;left:0rem;width:44.375rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRNX9F33dAPGCN0GCUGux8Du2Ql5PvGH { display:none; }
 }@media only screen and (max-width: 763px) { #DBDQ8xnFO7ZfxM0tUqR8x6QOVAkTSB95 { top:8.1875rem;left:0rem;width:42.3125rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh3pa39JoJTnQJ24PFgsCIIdU8wnavyS { display:block; }#Bh3pa39JoJTnQJ24PFgsCIIdU8wnavyS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W0hR43QGuiaXlJUrsrwhVTD0cLcxdzKq { top:1.625rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkLu5PicHu2fvUqnb6OQki9DdCdMh5uD { top:8.25rem;left:0rem;width:7.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAp66pBDyqwwH3dMwrHRptBpv7RgN4sC { top:7.625rem;left:19.0625rem;width:9.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHdxBvLt9snkpxBuhl501fBAE9lXKGiQ { top:7.625rem;left:32.75rem;width:15rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb52mULSnLUMe5TCE0Ss7Ooa61dQxqiK { top:11.75rem;left:0rem;width:7.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhZbzQ83PnlvKlD2UJU6JCKHcnZuO64i { top:18.125rem;left:0rem;width:10.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrg0g1SZJ3AC6Mh24BlvI5iiwADtHTaS { top:13.6875rem;left:0rem;width:13.5625rem;height:2.375rem;font-size:0.8125rem;display:block; }#lrg0g1SZJ3AC6Mh24BlvI5iiwADtHTaS li:before{  }
 }@media only screen and (max-width: 763px) { #DvLdCZkPUui86NRgnpNSy87igQwJK8hF { top:10.375rem;left:0rem;width:15.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WckTUJG28FXUoPuTsK8lIIVKPS79rnsu { top:2.1875rem;left:0rem;width:36.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnkygsE7SFuyJTB9wbblrwr0u0pw0wqZ { top:2.5625rem;left:27.0625rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXBVynWTVBVSCo7NQnICHNKNBWAIub3L { top:2.5625rem;left:19rem;width:6.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5kbtoD37ZpSbkp8f0POvRH3G1xGAUyi { top:2.5625rem;left:14.625rem;width:2.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5OUSJ9EVruenxOJuDMWzQAthvKgfdFV { top:2.5625rem;left:8.9375rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuPieRpDSlNt8IJb8A8qzmS4MblobKUL { top:2.5625rem;left:2.6875rem;width:4.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b68FQn1kMSAUTV4RkuLMJCiz1HdoFsBp { top:2.5625rem;left:0rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQgHfGFnbKV6utb5k2wJFmoJbKJaEidz { top:21.25rem;left:0rem;width:14.0625rem;height:;font-size:0.8125rem;display:block; }#DQgHfGFnbKV6utb5k2wJFmoJbKJaEidz li:before{  }
 }@media only screen and (max-width: 763px) { #IJvIUn2JpPsTyhFstMvz1APbBronpSmO { top:5.875rem;left:15.875rem;width:15.9375rem;height:18.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WeFAouMWHb1V7XgHLzgtSMr5ciiDxfNK { top:22.9375rem;left:12.875rem;width:7.9375rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHwoHhAEN9W4CbOT1FbWpsQPsnFMvDDm { top:60.1875rem;left:0rem;width:6rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KkQlc0KNMOhpO99RfIaheslCVnah4VeR { top:17.0625rem;left:12.875rem;width:7.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vh4p0xnF1Lyp9Bf9BP5Gfq471tutlJcN { top:13rem;left:12.875rem;width:7.9375rem;height:1.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #t6oi99FWVsoGfiNfTpNEvopCxeFx3Mqi { top:8.4375rem;left:12.875rem;width:7.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QoeuD0rXcfO1nSlSREdbI210mWykPS0e { top:43.0625rem;left:0rem;width:6rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #u7MfVJFiEWq5c7bw4NhUsswaExl7LZTK { top:5.625rem;left:12.875rem;width:6rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWecWPgPDMfuTSUPL6K7UE3wwuuM756x { top:10.375rem;left:15.75rem;width:15.9375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVEHCWyIgz3bO7pbcSMhiWVCMKaTLyQd { top:39.6875rem;left:0rem;width:8.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQ9iBmLRLzlJ6F7PypMGKTiLkVnVvHtG { top:5.6875rem;left:31.8125rem;width:15.9375rem;height:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqUi7LVEbXgJXXXCFDUGIl9lJBTktIXT { top:10.375rem;left:31.8125rem;width:15.9375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTRIsUxDKX2zslfgBorMCB7K2sh9sSvZ { top:11.75rem;left:17.125rem;width:6.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTl2DUtKhOizHTI14LPNEJ6134qtr1HK { top:11.8125rem;left:34.75rem;width:8.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiFsT6HJgmNu42IWDtCt4OzU5cynLB6K { top:13.6875rem;left:17.625rem;width:13.5625rem;height:2.375rem;font-size:0.8125rem;display:block; }#QiFsT6HJgmNu42IWDtCt4OzU5cynLB6K li:before{  }
 }@media only screen and (max-width: 763px) { #ZQQi2m5odXh8w6sdBuPO4Tc84Kqwk0Mk { top:13.6875rem;left:34.1875rem;width:13.5625rem;height:3.4375rem;font-size:0.8125rem;display:block; }#ZQQi2m5odXh8w6sdBuPO4Tc84Kqwk0Mk li:before{  }
 }@media only screen and (max-width: 763px) { #kGhxMeCfJti8s9AvTaVaIOkl5N21vpqg { top:21.25rem;left:17.8125rem;width:14.0625rem;height:;font-size:0.8125rem;display:block; }#kGhxMeCfJti8s9AvTaVaIOkl5N21vpqg li:before{  }
 }@media only screen and (max-width: 763px) { #NTdT8m2hhcZpWcVizQkgTtWEXVJqoeOW { top:18.125rem;left:17.125rem;width:10.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVpBrGRgHba6lrQv711zugJ1hQN38Ow7 { top:21.3125rem;left:33.6875rem;width:14.0625rem;height:;font-size:0.8125rem;display:block; }#LVpBrGRgHba6lrQv711zugJ1hQN38Ow7 li:before{  }
 }@media only screen and (max-width: 763px) { #Cs85zrHOP7sWthcZxoew1TssSohw3eF0 { top:17.875rem;left:34.9375rem;width:10.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqhOskDgeoVbcwM4USGfOtoG13ZRlne7 { top:5.75rem;left:0rem;width:15.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMMJ3kPm24TCpTe4b65zkOdgZ9KbBz02 { top:6.125rem;left:19.0625rem;width:9.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ken1vfFSrvhvOlzmn9NCnhIV4EcAZIIC { top:6.0625rem;left:32.75rem;width:15rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxK3SObPVgzS6HKklgyrsu4P1ctZNT3L { top:6.125rem;left:0rem;width:9.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZGIuqw52kFPb5lHASEk7J9wpIkpTU1o { display:block; }#gZGIuqw52kFPb5lHASEk7J9wpIkpTU1o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRmsNbt3rLDO02HGrDUK1BGG6SKHGH9A { top:5.25rem;left:0rem;width:37.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVhGvzhGfJxuzVIflJ6xVC6TkmPE8vBh { top:1.9375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rroy06NTUB3BbAkJ14P4bEFoZrtvM7Vi { top:7.8125rem;left:0rem;width:18.75rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anMqVo9T722WSk1LNuHduilOBPMJfrRS { top:7.75rem;left:14.375rem;width:18.9375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbAxRuQQDThLlSkqcyu7x2Jozpq8HWKX { top:7.8125rem;left:28.9375rem;width:18.8125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x63hOo45PA8UaFf5IsQa0tP5BkWuPBO7 { top:19.6875rem;left:0rem;width:14.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJoXhqGVl4agzUF4eT8LIa3pmmCFaQuo { top:22rem;left:0rem;width:15.9375rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZy2C5RO1n6oJEq7BlTq17RmFPPsaOTc { top:21.4375rem;left:0rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFFfhKZpEf9820loNpGKQGVtZlwNo3Tp { top:19.6875rem;left:15.625rem;width:12.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnyQsyHQNJsiFW61N7M4yKZm7PnpWOTq { top:19.6875rem;left:30.25rem;width:17.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFqpeSELbpOgyB3AkJoqlIln8gCnFrUi { top:21.375rem;left:15.625rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoalmtaB0bkpVrgMb1CLrhZEQe48GzgK { top:21.4375rem;left:34.8125rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqkQL3PbT4xcqMBvzRqnVaVWhO88gvFO { top:22rem;left:15.625rem;width:16.5625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krAUQJGrlktrsGsm6o5RcJlAslFn3lIa { top:22rem;left:31.4375rem;width:16.3125rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVHT9LxtPJLZpZLsTg0Q36sEMwxTOg2T { top:32.75rem;left:13.0625rem;width:21.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaghnqQa8Q6e2QqGVtrFgALfi8LxZybM { width:12.8125rem;height:2.1875rem;top:36.125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX9bTPW2c8QGL9nkXJvUZx5PGTyvQc0V { display:block; }
 }@media only screen and (max-width: 763px) { #i2hylgcpiKCQT20rETcbeH0uGoMmQntB { top:33.9375rem;left:13.03125rem;width:21.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDCMlQSomos7bXuWEKWRQPIFceQXTPgg { top:1.6875rem;left:0rem;width:36.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhWifxmnPoAzXBzeXHVxdI4VWx192e2v { top:2.0625rem;left:14.75rem;width:2.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSgDoWH2VJVCHSWhoOTXarNiTOSWUwbt { top:2.0625rem;left:9.0625rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg6ROgZtv8Tkidcgha6m3oWZM4dbW5tg { top:2.0625rem;left:2.8125rem;width:4.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTlPcSlTqXwemTn6OKJ2hNBz1z6TZizZ { top:2.0625rem;left:0rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfBMt9R9qR70FpysXADLyFsskavaCxl5 { top:2.0625rem;left:19.125rem;width:6.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihtXI1wCofK1qR73xFkX2F73GyVwQTda { top:2.0625rem;left:27.1875rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F10RRG46OlaHe8EWr9JEohxbgaGXDQVu { top:4.375rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V { display:block; }#LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwFJRe4Te9oNS30SzkeniyFyrqVzwZz6 { top:3.125rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRVSJQFA660sVClQSq8arDEedzFClDu3 { top:5.5rem;left:0rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #caFmd7Gpiybzd3t7VzCq9JzzQ9BTKonx { top:8.9375rem;left:0rem;width:17.875rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaSns6X7DVFcWqxliR4nSfdvE9XfpXak { top:8.9375rem;left:14.875rem;width:19.6875rem;height:17.818374394759rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSa0ZRtF2lHxxre3xxTbnTo3el2FdbnA { top:9.125rem;left:28.8125rem;width:18.875rem;height:17.56745649964rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZDK5y3LLicyb3d70bT07FuK74hkeqQ2 { top:20.8125rem;left:0rem;width:9.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Jsmutx8fSPtmyxlaIkDobcTEo91leA { top:23.125rem;left:0rem;width:12rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzQsK87VM4MxNIvocIhiuhAH8QEN8WoU { top:22.625rem;left:0rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW0UsJUpVebWewH8kV7IBq8PlInb95PK { top:20.875rem;left:16.125rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZOVWuscGFAgE0NMAGAWiAmWUTfCwC1n { top:20.8125rem;left:32.875rem;width:14.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieKWPOSprzvE9sWVJyiZ7hCUren3P7MB { top:22.5625rem;left:16.125rem;width:2.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxoXpE99UTwb3RO8dmkJ53FRHO5BunIU { top:22.4375rem;left:37.8125rem;width:2.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpU0qOIrJJilNySA5fyPhAxBgAXFTFZq { top:23.1875rem;left:16.125rem;width:9.8125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBPhT34tHU2FlIf9A9TDov0OCaFHKDi4 { top:23rem;left:37.6875rem;width:10.0625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuQKuUe39WtNEK69Mp4qsrfviNsJdsbM { top:32.75rem;left:13.0625rem;width:21.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEKVH3VqROMUncHdatiIkJ7xTB8BUl2q { width:12.8125rem;height:2.1875rem;top:36.125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJlo8dUhXRAwNl6MZ2Rz9TRhLgyvhcw6 { display:block; }
 }@media only screen and (max-width: 763px) { #IivPGv8k6derTvvm7l06cyphmBKCVuSp { top:33.9375rem;left:13.03125rem;width:21.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBLSrlgp1pMRxgHcB0UUNmcMTp2ScHwP { top:1.6875rem;left:0rem;width:36.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJVQlOiGUz7X9HspqIp1l0y8lTycl46T { top:2.0625rem;left:14.75rem;width:2.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NenegOXZ5w5FbE8d4L07ovUPrSUTLFpM { top:2.0625rem;left:9.0625rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A65ZbbSLOX7a5sZ8lRt4zJdC7woVe6AO { top:2.0625rem;left:2.8125rem;width:4.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq6D9AfwUxWVDAPaSZ8RSPonUzO2aWNm { top:2.0625rem;left:0rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb6Vk7Xe4BuHuTyFEbNdNnPkIivtHzs6 { top:2.0625rem;left:19.125rem;width:6.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvnmGLGzK12NroTaXA642khvTU4qPtpn { top:2.0625rem;left:27.1875rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD0yyJmmViy1Bb9wBVfea7d1Sb4hPVZb { top:9.0625rem;left:28.625rem;width:19.0625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgdEvLMXtg7mQ80UIUnL7fEn6aefcqSv { top:8.9375rem;left:14.874351501465rem;width:19.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF95xPbBul3MeJD940hPktxcTBbH3IPo { top:8.9375rem;left:0rem;width:17.875rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgppJaorCzX2fewIp6aWvsWtOhSRX4aq { display:block; }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Td3uh0VQNa3JFxISrH7deV2FZ4a5lGiJ { top:8.8125rem;left:3.1875rem;width:44.5625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZdG74aVOOkHdT77WNXC4zDiRn9AIWOh { top:12.1875rem;left:13.4990234375rem;width:32.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVeTHFtpKwy5qvwfdArmfN6X6Xerclsr { width:8.75rem;height:2.1875rem;top:18.6875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MawLwG3mlweueQXhZlQ4TUsRF23B7gE2 { display:block; }
 }@media only screen and (max-width: 763px) { #CriIQ224FuP65TUdn64FdrTQABbCOsID { top:3.3125rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1TzAgGho2mhFpGuCocQqIAerF33hPb8 { top:1.3125rem;left:0rem;width:36.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKcupPIzuOC03gsXsbOBQXVBWyuVpZxG { top:1.6875rem;left:14.75rem;width:2.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wodecrmNKeGJHXdzeR5f3NUMOFM7cbqg { top:1.6875rem;left:9.0625rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3lGSXtnHTTepmd9A5vDhZkkBeICqekh { top:1.6875rem;left:2.8125rem;width:4.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwNRDTJ5ZIG5yXoQnO8d7W8HNThTW8um { top:1.6875rem;left:0rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMN3sqHGRVZpp8xVKG0S1xob9kF47W7z { top:1.6875rem;left:19.125rem;width:6.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3ZcZ1mrInEtJNxV0JGEKLJJff2xFMeo { top:1.6875rem;left:27.1875rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMrQkukkSVvtBfpZv7t7zIMR3TyyKikQ { top:5.0625rem;left:13.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utI5iyzU9xTJon4ZynW8aPvEK9lC1NI4 { top:22.5625rem;left:16.125rem;width:2.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HKeObffLD3s3VVEPnKpvKhRT7pgPJQVp { top:15.5625rem;left:13.5rem;width:32.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7lg2oVM2B4ZfNF0mTZpthq96D4VFaX9 { display:block; }#s7lg2oVM2B4ZfNF0mTZpthq96D4VFaX9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XT5N5a5MtT2S4lkOaHSqToTZtmDcmyUZ { top:8.9375rem;left:0rem;width:10.8125rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9Q3QQrUFGyDqiJh0vFuQ00PaxSboi34 { top:7.1875rem;left:24rem;width:13.875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWqaUpSfdDX1r8DvDVQCwTqgpOAWm2TI { top:3.125rem;left:9.0625rem;width:4.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvUB4rgBFnpz2ne2qAEbczWDwFySSyGc { top:5.6875rem;left:36.4375rem;width:11.3125rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXgicTA7b8idiCQAiJTb8fTC6s20eOBn { top:5.625rem;left:11.25rem;width:13.4375rem;height:9.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkD000VdSNl9bX5FBmZ2ArFA8zSx9HJ5 { top:5.6875rem;left:28.125rem;width:12.25rem;height:7.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBJhcEkaGOgvuzcTnGW4fXzmPJTT7JKq { top:15.9375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWZhseDlQQxytg1k7ZePhhXgcKfdmTwJ { top:16.625rem;left:45rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAOeG401dwrzT4nB1aS3bAd3TAbNmLTp { top:16.6875rem;left:37.9375rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdhUSPyUQmQ0GUx1nH9aTKEUOEuT3lU6 { top:16.25rem;left:40.3125rem;width:7.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3yToe2iZDeclh9TyJdLCyVg6sTlEDA1 { top:12.625rem;left:38.375rem;width:9.375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVsSsip9s7twOXTk1u4aykgskPXO2uKv { top:17.5625rem;left:41.8125rem;width:5.9375rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROI5wCCyhyWFgHHoGTgLrLrnDZTuIeCM { top:17.5rem;left:29.9375rem;width:7.625rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCXBrd8MZEarB9a7fUL9hoBgpdWTIMXr { top:4.875rem;left:27.4375rem;width:14.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpLTq4eJ142UJTIyJ1gIQ6A6nqlcF7D1 { top:1.375rem;left:0rem;width:36.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITMPdxx8qghxTeUbhSnPrB3LHHblLOfp { top:1.75rem;left:14.75rem;width:2.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSEoMoWobRPxe4UOFSURt8tW7f0f3ABp { top:1.75rem;left:9.0625rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZugtNrk1JxxytnET7AH4Rgq4NFfQEGBQ { top:1.75rem;left:2.8125rem;width:4.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9n9MQbGIKokla6NcMJsFIQ9Jky3NvL0 { top:1.75rem;left:0rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu7n6GGd0SHPOXcrdnW5I8fT5v7rfuuC { top:1.75rem;left:19.125rem;width:6.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v55CLaOnei328ybWXvN08Zae6XDWQimg { top:1.75rem;left:27.1875rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlViPEqy5BliKzxtqAagguWs3N9lGsAV { top:16.25rem;left:30.8125rem;width:7.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk9gVUbOveHFxtdOGzV2Zuy7c9hfgQKF { top:15.9375rem;left:29.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfEF9bSV2PJ7z0Ivqne1oat9FkouT24l { top:4.8125rem;left:33.125rem;width:14.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF7bCn5woBzvb9lszJeq5T1AvmQkkHTT { top:4.8125rem;left:10.5625rem;width:14.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZliSQEfpdDmKHObv8u4xfN3A1vBzUoFn { top:7.1875rem;left:24rem;width:13.875rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CzZvQCKa3cTsZNttiTyodBqdttxt0AAa { top:7.1875rem;left:24rem;width:13.875rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xB7f4lpfV6R4WrEWd6fdOV74KxInWvRK { top:12.625rem;left:0rem;width:14.375rem;height:9.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #q5sLgXwLT3UMvTFxQUKkZbxCkewdepZ0 { top:16.25rem;left:14.5rem;width:7.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #broJZIbn27KmfGRy6KQeEqJNqDcvwte2 { top:15.9375rem;left:13.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7imIU5b1hzykvlPOw12uyTCXEtAiBQL { top:17.5rem;left:13.625rem;width:7.625rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2dzSBveCZTxJV9amHfMT9ZzqmlpysN6 { top:16.875rem;left:21.625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp { display:block; }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHsGlHk9qmlVnoS2xAVkR2DeTUQlWWtT { top:4.1875rem;left:11.125rem;width:25.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfSyQylT0rvI2O5yJRtdfmrfuIFxQApO { top:7.3125rem;left:10.875rem;width:25.4375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwBLCk9DLlCqBbwtHd5wlPGoGugOcPDy { top:6.4375rem;left:22.75rem;width:2.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu1zuM3mhZAuNOtmK0lrsukLNTFxMKZC { width:12.5625rem;height:2.1875rem;top:11.0625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1VBhFcHg1FAfKQpLTrXdoBEUP5yU6Is { display:block; }
 }@media only screen and (max-width: 763px) { #f0QNcFkm5pO7tgbCBcOGFfH40WSyRSmh { top:1.6875rem;left:0rem;width:36.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot7K50bsWyqwO310yOmy2NHmfRoivc2B { top:2.0625rem;left:2.8125rem;width:4.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3A3OU9IL8DizNrKds1nhp5re1Isyvun { top:2.0625rem;left:0rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBJlXTg0vsQUoSk000Kb0wHWv3eizbpq { top:2.0625rem;left:9.0625rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KclheaNIPToPUeQIMLqfNp5S4BZwgmhy { top:2.0625rem;left:14.75rem;width:2.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLhuvivRkZZTpLSfaUqaUIMQ8tNMT2QL { top:2.0625rem;left:19.125rem;width:6.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3tNUei0xIhrTfe0FRiQKR7K9opOJk7N { top:2.0625rem;left:27.1875rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNh1T1JzvdOq6MPIq44TT2iCHKJf4Zlw { top:16.5rem;left:0rem;width:19.125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bokCdznRIV4rHxU8poc7BB7aFViCZswE { display:block; }#bokCdznRIV4rHxU8poc7BB7aFViCZswE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTyZ2RwLJCrooTBtTGAy0rCf4Ak4bg0O { top:1.6875rem;left:12.5rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3GiCAee9at9vRucCz972zyOtsPmiHKx { top:4rem;left:12.5rem;width:15.6875rem;height:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP0vB0eKT4pnRvrF346TUFRAi9KvkhVg { top:3.25rem;left:12.5rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkTuWtcpIyMaBCaoPcoQRh0KE6wx54xU { top:1.6875rem;left:30.8125rem;width:16.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEMWFB4dSFuhqsIZaa37BdhMelNt2VLq { top:4rem;left:30.8125rem;width:16.9375rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcVQrBcg2PCXclLm7Arr7rPmUSNymiAT { top:5.625rem;left:30.8125rem;width:16.9375rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwT7cmXZE1CiBPBz6D6mx8ggADxWUpC7 { top:9.4375rem;left:30.8125rem;width:16.9375rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsD6w8OmRaXEV7QNKx1L4I0PBN0C9oJT { top:11.1875rem;left:30.8125rem;width:16.9375rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSMAwE6Tw009H4tUhTgo60M0EG3TXy5c { top:12.875rem;left:30.8125rem;width:16.9375rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Diilgi9g4X49sD4HxTvETZ6Nh1AO4CPF { top:3.25rem;left:36.1875rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAsgBaRy4JCTdEiqTDq9UhclFQEkCOtW { top:3.8125rem;left:36.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWSF1dfNGVf4olqD4Zmvamf0D5LkLT7Z { top:5.4375rem;left:36.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2A1WQ3z5fogwf89aDGhgxFHet8CaqPR { top:9.125rem;left:36.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsnRX2FiwmsmnTQQ0plqF5TqZhZ3Kgfq { top:10.9375rem;left:36.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQX7lGCCtJBrH0kZ2TSaITOU5IGrOgO5 { top:12.75rem;left:36.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tghe7rCSzv0QdOqTfq4J8l1ND31Wf9BJ { top:16.5rem;left:0rem;width:19.125rem;height:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rblTgX5QdNTHeO69FRUOQIdc62SOyuXQ { top:7.5625rem;left:30.8125rem;width:16.9375rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT2R7n9IwJQxe7GbsSNPrPFLHIPSdtbc { top:7.3125rem;left:36.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku0kQFHtWlR4T3TF1uLUafFcAKxv7v8v { display:block; }#ku0kQFHtWlR4T3TF1uLUafFcAKxv7v8v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #es8PCniJcb8JloCrFWHZvpirGozPu84X { top:1.6875rem;left:12.5rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD68XuLPMPFxDDiWpPoINUbB9wPR8RcS { top:4rem;left:12.5rem;width:15.6875rem;height:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocQK06ZpbUJR434TMlL2XqgeM0qOUalE { top:3.25rem;left:12.5rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdswNV9AFVTQIRHQVG9ECcDIZyEWb18d { top:1.6875rem;left:30.8125rem;width:16.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnvTsTDl93IcAWXPRTDHQvvm4y2mewHB { top:4rem;left:30.8125rem;width:16.9375rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EybN0eJTfxTKKSCynhQcuAWB8VOUzAND { top:5.625rem;left:30.8125rem;width:16.9375rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIHb3nA5FixF7LE0G1AvsB3TPMufnHh0 { top:7.375rem;left:30.8125rem;width:16.9375rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdydCWTqqksGPAz6TnDLTDrPhirz2rkT { top:9.125rem;left:30.8125rem;width:16.9375rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiztFfmDOlpTtqRAqWsitPwIxWMTPGQT { top:10.8125rem;left:30.8125rem;width:16.9375rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBwqVTNFy4I6JZc7DQDPedSgWJUVI29C { top:3.25rem;left:36.1875rem;width:2.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR2r7vpqFd1AvOOTJqmdvIyTeyDLSNDZ { top:3.8125rem;left:36.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCOwX1g040VaCb4Lkr6aGhoGqAqov26V { top:5.4375rem;left:36.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvvBymGNeby8T7GbNxWfThzDsvOKuapD { top:7.0625rem;left:36.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbxhBAcH8qEJvp5Bu7TwLBhTfWC1KXvi { top:8.875rem;left:36.562501907349rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAzW4n7GuWwTRbS8Oiana88CUQosXQeO { top:10.6875rem;left:36.562501907349rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewdeeTEIoQ1yzNNRwleKbHVMSUFz72WI { top:16.5rem;left:0rem;width:19.125rem;height:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cq7NX3sg69xgpGQvBFTeoNv6WdbXA9NU { top:0rem;left:0rem;width:19.125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ { display:none; }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZVWfDM64pWwahyN2CbWNRrAiw8OU0NeT { width:12.5625rem;height:2.1875rem;top:15.4375rem;left:17.5615234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6zT3xStFqAm9sgq1tTPTRHz8Up9NDNJ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#38434b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;z-index:auto;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aIq67a9E1DQ3X12ktMmATLp287eQ0oWF { width:4.1875rem;height:4.1875rem;top:0.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIch1iF7IOs3rxfzv63CtaITH8qzVKaA { width:8.8125rem;height:0.9746125rem;top:7.4375rem;left:5.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpoXRHKHNeokkBW4KLHA8LnCvHQrPsTS { width:8.8125rem;height:0.9746125rem;top:9.662109375rem;left:5.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPXkflSCN6ofXBC0GTeJkPND4MhmISTt { width:8.8125rem;height:0.9746125rem;top:11.88671875rem;left:5.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DnCcVDFdI7TW99dcoWSI6oFhc4EDNt8D { width:4.5625rem;height:0.9746125rem;top:14.111328125rem;left:7.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcCb1Mq0gGb9gttnMFor0to28NxBsBfF { width:6.5625rem;height:0.9746125rem;top:16.3359375rem;left:6.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHtBm93rD9EO9mEO8ekKgWgZ32bTtsfs { width:12.8125rem;height:2.1875rem;top:6.124268359375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW7aQcoolmqB93gpNCWKbt53swEF12mU { display:block; }
 }@media only screen and (max-width: 763px) { #Is0cKFfknuv1RyyKGQwqmqh35rgMUUfD { background-color:#38434b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#Is0cKFfknuv1RyyKGQwqmqh35rgMUUfD > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TMt5lglTwo2GEfbNOmZlO1PpEZOzOagX { width:4.1875rem;height:4.1875rem;top:0.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONehmOuu5bp5gDWThkOobhvNWKXUJSaa { width:5.625rem;height:auto;top:1.75rem;left:7.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AN0wx1owQ7XWNW9wEfdpQg0MI4vnMpWV { width:6.375rem;height:auto;top:1.75rem;left:6.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kWXxvvVpTciWRt440sTQhnqxiqVT6Nwq { width:5.125rem;height:auto;top:1.75rem;left:7.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wNSEpQzuZ8vn1LFZrAgN7VuHZ6Swaxqk { width:3.3125rem;height:auto;top:1.75rem;left:8.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbU7BtreahzoG4MtPh7IcSlOnglTERAc { width:6.5625rem;height:auto;top:1.75rem;left:6.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row .container { background-color: transparent; background-image: none; }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row .container > .video-iframe-container { display: none; }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row > .video-iframe-container { display: none; }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .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); }#UHoFQnQd06pTzvtH1EPAJD95RsRbBBXp > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzFi0ST8R8DGKxfL6Z9Fq5T2kLPBEiN1 { width:13.9375rem;height:3.5rem;top:0.53125rem;left:2.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #anhdthotgUUL7FW5KmW2xqnuVptbsNzs { background-color:#ffffff;background-image:none;display:block; }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row .container { background-color: transparent; background-image: none; }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row .container > .video-iframe-container { display: none; }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row > .video-iframe-container { display: none; }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .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); }#anhdthotgUUL7FW5KmW2xqnuVptbsNzs > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZ8V1Le825sdqztsnnmQgoFs9zOQhHXe { width:16.9998125rem;height:15rem;top:1.6731815338135rem;left:0.81163197755812rem;font-size:2.5rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #l9ktoSquHERvRIeamzCtehxoO4bI1wvS { width:16.875rem;height:6.33398125rem;top:17.82009601593rem;left:1.5625000596046rem;font-size:0.8125rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #tUnpZfeG6kf2gPZBAVRJTk2fBmcyAnGp { width:20rem;height:39.4375rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcsUCWurrWBbJJ0vo4fnDGCmN3An8wuZ { width:14.5rem;height:1.54375rem;top:42.6875rem;left:4.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf734niUP1uFPmSD5hSRuXkK9PmDN9ds { width:2.5rem;height:0.1875rem;top:43.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKc54MKrS39XgT6RcRmntPA2Ow1Ai75C { width:19.3120625rem;height:1.95rem;top:44.8125rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-text {padding-top: 0; padding-bottom: 0;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-select {padding-top: 0; padding-bottom: 0;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-input-button { width:6.125rem;margin-top:0.25rem;margin-right:11.375rem;margin-bottom:0.25rem;margin-left:0; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv  { width:17.5rem;height:28.8125rem;top:46.6875rem;left:0rem; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv {display:block;}#u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv { width:17.5rem;height:28.8125rem;top:46.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #qKPTtxQAPzFS3CakvzSeOOOX6eV2XST8 {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #CcvI9Vg6P3e4h7GWEoyT180LsHrzTmkL { display:none; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #cpX0hfXT0MTbPM9hfv0tSHrioWNQtLQR {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #dmgmpv1s61sNqifpleBIE9wP1RiBBJsz {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #T4bGQoNhKw4UX1cQg2TcRpAcZVVPyoIm { display:none; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #JX3O5QSIAonbKPBeus7O4kxpZuBuCNmw {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #ABVNsE6uooktm4zchnbvcQ7BowtdEKzQ {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #wOG6d9h43CqZ8kcL2mBuyQHgiT2qZKpP { display:none; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #uZNNf7y2OwKABAyAd7DVbv8yNRsC0re1 {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #EMJHHieXG2mIVezsarvUwGFoI689UekR {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #cMUcs3TGmOMoDP28qKv1TgvZxuBufuTh {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #BxSP82qZC74qDaUiZ7fXiyN78ofK4owc {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #eBkBPvilHIC8M51dsLL8FMNvtD2sysrP {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #skFTxbxILQqT6ki17tvO1AInBInUuV95 { display:none; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #I5NGyPenhB8VkWguyTJ9W0MeDDhzdXo0 {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #aXtaVMUwUzARN3kFJS85EULXl6QHwGHa {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #eVyXT3gkNnWTMH8V6o5zHOGPqhVNIGRJ {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #Ast7bieN8yCS9c6VofHxnp7CHu59B4wx {  }
 }@media only screen and (max-width: 763px) { #X2T4hfabhM28tAl85VTgXEklQa3cATUy { display:block; }
 }@media only screen and (max-width: 763px) { #TdzTFsnxrehlMn7AXNeWkTMhFBywlV5U { display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #mxyLzxMKBVRESxg3Zkgy1you4boX3HUx {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #M196sTcxhgT8UK6KOUEQIJV5OEw7TkHR {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #ZyCJUbKTCnZKKCv3be6OsFZg6n4PvRWt {  }
 }@media only screen and (max-width: 763px) { #U6gTkbnlT7qS2KLHQolkCcuvMidqalTe { display:block; }
 }@media only screen and (max-width: 763px) { #tLnbPUaMTQpe0RSxEBRooVpqnVdh8GZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #Dd2pWTMWPBlilRexTI9MgDuWrvluR3bB { display:block; }
 }@media only screen and (max-width: 763px) { #kcxZQ76OvBmPELiDHnmWnKU9vIlP1evC { display:block; }
 }@media only screen and (max-width: 763px) { #MVzc1iQusDVAgRmDaGxPNpFmRTOTee0B { display:block; }
 }@media only screen and (max-width: 763px) { #TcX66zQcpTfoeyLn1hUry4T6mrMGGW2n { display:block; }
 }@media only screen and (max-width: 763px) { #NBIJiuniD5wNuOl4PlJqVG9wK7NeTdbA { display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #ZSzAUfR7qvyPIp9xhXLqpsoqBWbJ4TFT {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #nTarzMiD0o2EbDSwlkPwn6CGafOaqxsg {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #TfOx55HUtogNWBrf5LoNEqzD6rC94aGn {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #ApLhXpwd6SCk9yXVZLwLhWsf9prJkTRz {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #BqQJ8cNvSIHkns3gEdXkcdqhomNidoqH {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #pm8gLlDCcsPOeTu8B6UXcoHDWJ139eTW {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #vX1HHBqRn6zauuKd5Cy5C0zFAPmRTHWT {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #rOQfIx5HZQhxr4AT4BloagaKbucp7czS {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #cDxCxLZ5w5wURlDGVAJk4QMO51WaXQh1 {  }
 }@media only screen and (max-width: 763px) { #vs3hCIcpggpfxr6JeG3q75FB6QFq5tRc { display:block; }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #kRrb4J16nIIdOpRGchAyaWBMbDTkZWpP {  }
 }@media only screen and (max-width: 763px) { #u7NLlk8zcTqqfyhG1KwA1Q0pKHwXUbqv #F84BlSMV8JZVTPiehUHZQcHRlf2SCx3I {  }
 }@media only screen and (max-width: 763px) { #xciTdcCLT48I4lTPyTLf1a8Bm1FgTLtF { top:25.047744750976rem;left:0.84309893846512rem;width:18.311625rem;height:14.0625rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xQLsUtnO2qEV3AJtnzfuVkifUgbbJEww { width:18.25rem;height:14.0625rem;top:25.006078243256rem;left:0.87456601858137rem;z-index:15091;background-color:rgba(0,0,0,0.11);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xQqDBAyddbbDEL8iw2Wfap9mgCeOEd16 { display:block; }#xQqDBAyddbbDEL8iw2Wfap9mgCeOEd16 > .row .container { width:20rem;height:24.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnTGrkAZXO12qtMOe9IqpXPppIMwDaNl { width:11.375rem;height:1.94921875rem;top:11.3125rem;left:5.75rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uJHTMcOLRbwmUWkDKlV8nXLwWsC2M0GM { width:12.125rem;height:1.798825rem;top:16.0625rem;left:5.75rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ImxFmTJgAe4aLG4xdzmF2L9i4DNEmT2Z { width:12.9375rem;height:1.798825rem;top:7.0625rem;left:5.75rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aKO621fgeZxepTKOBHZhXkR7l2pP2IWL { width:6rem;height:0.9746125rem;top:15.1230625rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sH3Zv7SrhvT91iWIwx6SATlmTvabgaC9 { width:6.375rem;height:0.9746125rem;top:12.89845rem;left:6.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XHQJhcWkWuTQnZ4iZg1AbsdPxEMDQBeS { width:6rem;height:0.9746125rem;top:10.6738375rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OohJ2qUlgZ8hGrMBXiH6sC6gK6pIhUL9 { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9NNrgTJTzyyDMFWQAAtTEhcE9WSLu2o { width:6rem;height:0.9746125rem;top:8.449225rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #s03ZpZrPMOcq0TkyN3KwNb8nR4uVELDL { width:6rem;height:0.9746125rem;top:6.2246125rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsyC9Tcl9NRefuNWp2FZaVBf8J5W15d8 { width:6rem;height:0.9746125rem;top:4rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUCguJDPT2KFMdTuFOn4CPm82Htp0zLH { width:12.5rem;height:9.1875rem;top:6.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3cNwJuNFc2S4Ma6UoSiv9vTKxTaMTRX { width:12.5rem;height:9.1875rem;top:6.1875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTgRdA1wpK73eNehpWPOiXhFOTTmOuQi { top:5.625rem;left:1.5625rem;width:16.875rem;height:3.75rem;z-index:14998;background-color:rgba(106,146,169,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bP8ZWqmG8zTpnIl4286KVyaeykTid1E7 { top:24.0625rem;left:1.5625rem;width:16.875rem;height:3.75rem;z-index:14999;background-color:rgba(106,146,169,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Wh4XEMzrMTCpxl3nKLoolr4tZuB308hw { top:15.0625rem;left:1.5625rem;width:16.875rem;height:3.75rem;z-index:15000;background-color:rgba(106,146,169,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bA0t3XZTAXXRpMcBpsA2TQqAZ5oMwWSD { width:16.625rem;height:4.8125rem;top:28.191583633423rem;left:1.7498224377632rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZgoGzQqVF91bMKOwTIK6pCvXdribdGVo { top:10.4375rem;left:1.5625rem;width:16.875rem;height:3.75rem;z-index:15000;background-color:rgba(106,146,169,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #svD1pPP00lNReclUZyUTLM3nbnGrliZp { width:20rem;height:0.73046875rem;top:33.722875595093rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfdB6EtJaO4aVNLGQzZPX3miwkwPZndH { display:flex;width:2.375rem;height:2.375rem;top:6.3125rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #EhcX8TVzZSk4Syvn1ndVKboNaGnCdwsC { display:flex;width:2.1875rem;height:2.1875rem;top:11.1875rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #ts1TuD6K3P8Vo8xeqslunPpishw57tq4 { display:flex;width:2.3125rem;height:2.3125rem;top:15.75rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #RAXlJH4s2DLuaGL7wRRVhkT92DdGkByK { width:20rem;height:1.7875rem;top:2.3125rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MJomJW83W6Pz4K6EuDZfqx4Uy3sIazZT { width:12.5rem;height:9.1875rem;top:6.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0dvAII2M2TPZt58WIftm14L8CZuRrW4 { width:8.5rem;height:1.798825rem;top:20.8125rem;left:5.75rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ClNQyBfU2X17Z7OwXK5du5UpvJFLPaTk { width:3.5625rem;height:2.9375rem;top:20.04296875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJBuxVistz7DTsPDAXlEbSeAcUgUepMI { top:19.75rem;left:1.53125rem;width:16.875rem;height:3.75rem;z-index:15001;background-color:rgba(106,146,169,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #F8qyDG1oCNPddfdS0McAtFiEF6CE3Qyb { background-color:#0060ab;background-image:url("https://images.assets-landingi.com/uc/0cc73ac2-1eda-4002-8f24-65471d39cb5c/container.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#F8qyDG1oCNPddfdS0McAtFiEF6CE3Qyb.adaptive-delivery-prevent-bg, #F8qyDG1oCNPddfdS0McAtFiEF6CE3Qyb.lazyload, #F8qyDG1oCNPddfdS0McAtFiEF6CE3Qyb.lazyloading { background-image: none; }#F8qyDG1oCNPddfdS0McAtFiEF6CE3Qyb > .row .container { width:20rem;height:22.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uXFCKWOzeaOEzXu9AAmy4WpKxC5elAcg { width:14.9370625rem;height:1.7875rem;top:4.6234807968139rem;left:0rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gshZXozweQmhqBxlTPIe3cf1L6XEEJrK { top:19.748265266419rem;left:5.1258683800698rem;width:14.8730625rem;height:2.99805rem;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba91a520-85e3-4fe0-9394-0ab9449dc394/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#gshZXozweQmhqBxlTPIe3cf1L6XEEJrK.adaptive-delivery-prevent-bg, #gshZXozweQmhqBxlTPIe3cf1L6XEEJrK.lazyload, #gshZXozweQmhqBxlTPIe3cf1L6XEEJrK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aCXOMbVXrfSJzEbHnFr6FA62ZNNeKV2J { width:13.5618125rem;height:4.12464375rem;top:12.748579025269rem;left:3.2182171940804rem;display:none; }
 }@media only screen and (max-width: 763px) { #wM1PbJFP939iW04G9S7MzCtTyxE0xdig { width:9.6875rem;height:3.25rem;top:13.1875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zl9mBbk2mHmKK68CQO2edCCCyIx4yhvs { width:13.87173625rem;height:2.55881125rem;top:15.621745109558rem;left:3.0631511807442rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTtCHTWT64C7aTgbfIIfMUrpVfEabTSt { display:block; }
 }@media only screen and (max-width: 763px) { #c4u6I8DWyDOGDzi2OzZHEoTDm15Q7IHp { width:20rem;height:3.9375rem;top:7.4956598281863rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #BRNX9F33dAPGCN0GCUGux8Du2Ql5PvGH { top:0rem;left:0rem;width:14.875rem;height:3rem;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f1102877-a877-49ee-897b-7c8480f0b23e/pattern1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#BRNX9F33dAPGCN0GCUGux8Du2Ql5PvGH.adaptive-delivery-prevent-bg, #BRNX9F33dAPGCN0GCUGux8Du2Ql5PvGH.lazyload, #BRNX9F33dAPGCN0GCUGux8Du2Ql5PvGH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DBDQ8xnFO7ZfxM0tUqR8x6QOVAkTSB95 { width:20rem;height:3.9375rem;top:10.55881023407rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Bh3pa39JoJTnQJ24PFgsCIIdU8wnavyS { display:block; }#Bh3pa39JoJTnQJ24PFgsCIIdU8wnavyS > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W0hR43QGuiaXlJUrsrwhVTD0cLcxdzKq { width:17.5625rem;height:2.11263125rem;top:1.84765625rem;left:1.3125rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IkLu5PicHu2fvUqnb6OQki9DdCdMh5uD { width:8.49975rem;height:1.1375rem;top:6.25rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uAp66pBDyqwwH3dMwrHRptBpv7RgN4sC { width:11.686625rem;height:1.1375rem;top:25.875rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FHdxBvLt9snkpxBuhl501fBAE9lXKGiQ { width:13.3125rem;height:2.2734375rem;top:48.8125rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tb52mULSnLUMe5TCE0Ss7Ooa61dQxqiK { width:6rem;height:0.975rem;top:9.25rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fhZbzQ83PnlvKlD2UJU6JCKHcnZuO64i { width:10.75rem;height:1.949225rem;top:14.561630249024rem;left:3.7500000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lrg0g1SZJ3AC6Mh24BlvI5iiwADtHTaS { width:13.311625rem;height:2.2625rem;top:11.187067508698rem;left:3.7500000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#lrg0g1SZJ3AC6Mh24BlvI5iiwADtHTaS li:before{  }
 }@media only screen and (max-width: 763px) { #DvLdCZkPUui86NRgnpNSy87igQwJK8hF { width:17.5rem;height:0.124511875rem;top:8.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WckTUJG28FXUoPuTsK8lIIVKPS79rnsu { width:20rem;height:0.0625rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lnkygsE7SFuyJTB9wbblrwr0u0pw0wqZ { width:4.6875rem;height:auto;top:2.5625rem;left:7.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXBVynWTVBVSCo7NQnICHNKNBWAIub3L { width:6.3125rem;height:auto;top:2.5625rem;left:6.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #s5kbtoD37ZpSbkp8f0POvRH3G1xGAUyi { width:2.9375rem;height:auto;top:2.5625rem;left:8.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5OUSJ9EVruenxOJuDMWzQAthvKgfdFV { width:4.25rem;height:auto;top:2.5625rem;left:7.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuPieRpDSlNt8IJb8A8qzmS4MblobKUL { width:4.8125rem;height:auto;top:2.5625rem;left:7.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #b68FQn1kMSAUTV4RkuLMJCiz1HdoFsBp { width:5.9375rem;height:auto;top:2.5625rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQgHfGFnbKV6utb5k2wJFmoJbKJaEidz { width:12.9980625rem;height:2.2625rem;top:17.803820610046rem;left:3.4993491768837rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#DQgHfGFnbKV6utb5k2wJFmoJbKJaEidz li:before{  }
 }@media only screen and (max-width: 763px) { #IJvIUn2JpPsTyhFstMvz1APbBronpSmO { width:17.5rem;height:19.375rem;top:23.4375rem;left:1.25rem;z-index:15014;background-color:rgba(216,234,239,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WeFAouMWHb1V7XgHLzgtSMr5ciiDxfNK { width:7.937rem;height:0;top:70.33935546875rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #SHwoHhAEN9W4CbOT1FbWpsQPsnFMvDDm { width:5.99975625rem;height:0;top:71.463623046875rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #KkQlc0KNMOhpO99RfIaheslCVnah4VeR { width:7.9375rem;height:0;top:65rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #vh4p0xnF1Lyp9Bf9BP5Gfq471tutlJcN { width:7.937rem;height:0;top:61.375rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #t6oi99FWVsoGfiNfTpNEvopCxeFx3Mqi { width:7.937rem;height:0;top:52.7490234375rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #QoeuD0rXcfO1nSlSREdbI210mWykPS0e { width:6rem;height:0;top:50.499267578125rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #u7MfVJFiEWq5c7bw4NhUsswaExl7LZTK { width:6rem;height:0;top:49.375rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #mWecWPgPDMfuTSUPL6K7UE3wwuuM756x { width:17.5rem;height:0.124511875rem;top:26.9375rem;left:1.25rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #NVEHCWyIgz3bO7pbcSMhiWVCMKaTLyQd { width:8.5rem;height:0;top:46.312255859375rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #DQ9iBmLRLzlJ6F7PypMGKTiLkVnVvHtG { width:17.5rem;height:22rem;top:45.25rem;left:1.25rem;z-index:15014;background-color:rgba(216,234,239,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aqUi7LVEbXgJXXXCFDUGIl9lJBTktIXT { width:17.5rem;height:0.124511875rem;top:51rem;left:1.25rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #bTRIsUxDKX2zslfgBorMCB7K2sh9sSvZ { width:6.875rem;height:1.05625rem;top:28.8125rem;left:3.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vTl2DUtKhOizHTI14LPNEJ6134qtr1HK { width:8.125rem;height:1.05625rem;top:53.1875rem;left:3.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QiFsT6HJgmNu42IWDtCt4OzU5cynLB6K { width:13.5623125rem;height:2.423825rem;top:31.5rem;left:3.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#QiFsT6HJgmNu42IWDtCt4OzU5cynLB6K li:before{  }
 }@media only screen and (max-width: 763px) { #ZQQi2m5odXh8w6sdBuPO4Tc84Kqwk0Mk { width:13.5623125rem;height:3.47949375rem;top:55.125rem;left:3.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#ZQQi2m5odXh8w6sdBuPO4Tc84Kqwk0Mk li:before{  }
 }@media only screen and (max-width: 763px) { #kGhxMeCfJti8s9AvTaVaIOkl5N21vpqg { width:14.0625rem;height:2.423825rem;top:38.5625rem;left:3.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#kGhxMeCfJti8s9AvTaVaIOkl5N21vpqg li:before{  }
 }@media only screen and (max-width: 763px) { #NTdT8m2hhcZpWcVizQkgTtWEXVJqoeOW { width:10.9375rem;height:2.111325rem;top:35.25rem;left:3.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LVpBrGRgHba6lrQv711zugJ1hQN38Ow7 { width:14.0625rem;height:2.423825rem;top:63.4375rem;left:3.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#LVpBrGRgHba6lrQv711zugJ1hQN38Ow7 li:before{  }
 }@media only screen and (max-width: 763px) { #Cs85zrHOP7sWthcZxoew1TssSohw3eF0 { width:10.9375rem;height:2.111325rem;top:60.125rem;left:3.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uqhOskDgeoVbcwM4USGfOtoG13ZRlne7 { width:17.5rem;height:16rem;top:5.4991302490234rem;left:1.2500000596046rem;background-color:rgba(216,234,239,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vMMJ3kPm24TCpTe4b65zkOdgZ9KbBz02 { width:9.625rem;height:2.2734375rem;top:24.125rem;left:1.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ken1vfFSrvhvOlzmn9NCnhIV4EcAZIIC { width:15rem;height:2.2734375rem;top:46.375rem;left:2.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wxK3SObPVgzS6HKklgyrsu4P1ctZNT3L { width:9.625rem;height:2.2734375rem;top:68.5000038147rem;left:5.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gZGIuqw52kFPb5lHASEk7J9wpIkpTU1o { display:none; }#gZGIuqw52kFPb5lHASEk7J9wpIkpTU1o > .row .container { width:20rem;height:68.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aRmsNbt3rLDO02HGrDUK1BGG6SKHGH9A { width:15.9995rem;height:2.111325rem;top:6.8125rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mVhGvzhGfJxuzVIflJ6xVC6TkmPE8vBh { width:18.4375rem;height:3.736325rem;top:1.75rem;left:1.25rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rroy06NTUB3BbAkJ14P4bEFoZrtvM7Vi { width:18.75rem;height:17.9375rem;top:10.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anMqVo9T722WSk1LNuHduilOBPMJfrRS { width:18.9375rem;height:18.125rem;top:30.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbAxRuQQDThLlSkqcyu7x2Jozpq8HWKX { width:18.81225rem;height:18.0615rem;top:50.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x63hOo45PA8UaFf5IsQa0tP5BkWuPBO7 { width:14.3125rem;height:1.3rem;top:21.5rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJoXhqGVl4agzUF4eT8LIa3pmmCFaQuo { width:17.0625rem;height:2.923825rem;top:24.125rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZy2C5RO1n6oJEq7BlTq17RmFPPsaOTc { width:2.5rem;height:0.125rem;top:23.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFFfhKZpEf9820loNpGKQGVtZlwNo3Tp { width:12.3125rem;height:1.3rem;top:41.625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnyQsyHQNJsiFW61N7M4yKZm7PnpWOTq { width:12.3125rem;height:1.3rem;top:61.75rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFqpeSELbpOgyB3AkJoqlIln8gCnFrUi { width:2.5rem;height:0.125rem;top:63.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoalmtaB0bkpVrgMb1CLrhZEQe48GzgK { width:2.5rem;height:0.125rem;top:43.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqkQL3PbT4xcqMBvzRqnVaVWhO88gvFO { width:17.0625rem;height:1.95rem;top:44.125rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #krAUQJGrlktrsGsm6o5RcJlAslFn3lIa { width:17.0625rem;height:2.923825rem;top:64rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVHT9LxtPJLZpZLsTg0Q36sEMwxTOg2T { width:18.3125rem;height:2.2744125rem;top:69.4375rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xaghnqQa8Q6e2QqGVtrFgALfi8LxZybM { width:13.125rem;height:2.5rem;top:75.68603515625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JX9bTPW2c8QGL9nkXJvUZx5PGTyvQc0V { display:block; }
 }@media only screen and (max-width: 763px) { #i2hylgcpiKCQT20rETcbeH0uGoMmQntB { width:17.6875rem;height:2.2744125rem;top:71.9375rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #yDCMlQSomos7bXuWEKWRQPIFceQXTPgg { width:20rem;height:0.0625rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XhWifxmnPoAzXBzeXHVxdI4VWx192e2v { width:2.9375rem;height:auto;top:2.0625rem;left:8.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tSgDoWH2VJVCHSWhoOTXarNiTOSWUwbt { width:4.25rem;height:auto;top:2.0625rem;left:7.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wg6ROgZtv8Tkidcgha6m3oWZM4dbW5tg { width:4.8125rem;height:auto;top:2.0625rem;left:7.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTlPcSlTqXwemTn6OKJ2hNBz1z6TZizZ { width:5.9375rem;height:auto;top:2.0625rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AfBMt9R9qR70FpysXADLyFsskavaCxl5 { width:6.3125rem;height:auto;top:2.0625rem;left:6.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihtXI1wCofK1qR73xFkX2F73GyVwQTda { width:4.6875rem;height:auto;top:2.0625rem;left:7.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #F10RRG46OlaHe8EWr9JEohxbgaGXDQVu { width:2.5rem;height:0.1875rem;top:6.123046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V { display:block; }#LXCAD6wkbbrOm2HBPO9cK9nM9xz7XC9V > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwFJRe4Te9oNS30SzkeniyFyrqVzwZz6 { width:18.4375rem;height:5.60449375rem;top:1.75rem;left:1.25rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MRVSJQFA660sVClQSq8arDEedzFClDu3 { width:2.5rem;height:0.124511875rem;top:7.9365234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #caFmd7Gpiybzd3t7VzCq9JzzQ9BTKonx { width:18.3745625rem;height:18.2498125rem;top:10.685764312744rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaSns6X7DVFcWqxliR4nSfdvE9XfpXak { width:18.0625rem;height:16.3125rem;top:31.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSa0ZRtF2lHxxre3xxTbnTo3el2FdbnA { width:18.4375rem;height:17.125rem;top:49.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZDK5y3LLicyb3d70bT07FuK74hkeqQ2 { width:12.3125rem;height:1.3rem;top:23.37500667572rem;left:1.2491319775581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Jsmutx8fSPtmyxlaIkDobcTEo91leA { width:12.125rem;height:1.95rem;top:26.187057495118rem;left:1.2185329794884rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzQsK87VM4MxNIvocIhiuhAH8QEN8WoU { width:2.5rem;height:0.125rem;top:25.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW0UsJUpVebWewH8kV7IBq8PlInb95PK { width:12.3125rem;height:1.3rem;top:42.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZOVWuscGFAgE0NMAGAWiAmWUTfCwC1n { width:14.25rem;height:1.3rem;top:61.062507629394rem;left:1.2491319775581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieKWPOSprzvE9sWVJyiZ7hCUren3P7MB { width:2.5rem;height:0.125rem;top:63.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxoXpE99UTwb3RO8dmkJ53FRHO5BunIU { width:2.5rem;height:0.125rem;top:44.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpU0qOIrJJilNySA5fyPhAxBgAXFTFZq { width:17.0625rem;height:1.95rem;top:44.8125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBPhT34tHU2FlIf9A9TDov0OCaFHKDi4 { width:17.0625rem;height:0.975rem;top:63.6875rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuQKuUe39WtNEK69Mp4qsrfviNsJdsbM { width:18.3125rem;height:2.2744125rem;top:69.4375rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #FEKVH3VqROMUncHdatiIkJ7xTB8BUl2q { width:13.125rem;height:2.5rem;top:75.68603515625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJlo8dUhXRAwNl6MZ2Rz9TRhLgyvhcw6 { display:block; }
 }@media only screen and (max-width: 763px) { #IivPGv8k6derTvvm7l06cyphmBKCVuSp { width:17.6875rem;height:2.2744125rem;top:71.9375rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ZBLSrlgp1pMRxgHcB0UUNmcMTp2ScHwP { width:20rem;height:0.0625rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cJVQlOiGUz7X9HspqIp1l0y8lTycl46T { width:2.9375rem;height:auto;top:2.0625rem;left:8.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NenegOXZ5w5FbE8d4L07ovUPrSUTLFpM { width:4.25rem;height:auto;top:2.0625rem;left:7.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #A65ZbbSLOX7a5sZ8lRt4zJdC7woVe6AO { width:4.8125rem;height:auto;top:2.0625rem;left:7.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pq6D9AfwUxWVDAPaSZ8RSPonUzO2aWNm { width:5.9375rem;height:auto;top:2.0625rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bb6Vk7Xe4BuHuTyFEbNdNnPkIivtHzs6 { width:6.3125rem;height:auto;top:2.0625rem;left:6.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvnmGLGzK12NroTaXA642khvTU4qPtpn { width:4.6875rem;height:auto;top:2.0625rem;left:7.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cD0yyJmmViy1Bb9wBVfea7d1Sb4hPVZb { width:18.625rem;height:17.25rem;top:49.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgdEvLMXtg7mQ80UIUnL7fEn6aefcqSv { width:18.125rem;height:16.3748125rem;top:31.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF95xPbBul3MeJD940hPktxcTBbH3IPo { width:18.2498125rem;height:18.186875rem;top:10.717230796814rem;left:0.87456601858137rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgppJaorCzX2fewIp6aWvsWtOhSRX4aq { display:block; }#kgppJaorCzX2fewIp6aWvsWtOhSRX4aq > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Td3uh0VQNa3JFxISrH7deV2FZ4a5lGiJ { width:18.499375rem;height:3.25rem;top:1.2489080429077rem;left:0.74978297948838rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pZdG74aVOOkHdT77WNXC4zDiRn9AIWOh { width:14.3120625rem;height:3.8984375rem;top:23.6875rem;left:5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVeTHFtpKwy5qvwfdArmfN6X6Xerclsr { width:8.4375rem;height:2.1875rem;top:29.3125rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MawLwG3mlweueQXhZlQ4TUsRF23B7gE2 { display:block; }
 }@media only screen and (max-width: 763px) { #CriIQ224FuP65TUdn64FdrTQABbCOsID { width:15.686875rem;height:15.686875rem;top:6.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1TzAgGho2mhFpGuCocQqIAerF33hPb8 { width:20rem;height:0.0625rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKcupPIzuOC03gsXsbOBQXVBWyuVpZxG { width:2.9375rem;height:auto;top:1.6875rem;left:8.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wodecrmNKeGJHXdzeR5f3NUMOFM7cbqg { width:4.25rem;height:auto;top:1.6875rem;left:7.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #F3lGSXtnHTTepmd9A5vDhZkkBeICqekh { width:4.8125rem;height:auto;top:1.6875rem;left:7.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MwNRDTJ5ZIG5yXoQnO8d7W8HNThTW8um { width:5.9375rem;height:auto;top:1.6875rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMN3sqHGRVZpp8xVKG0S1xob9kF47W7z { width:6.3125rem;height:auto;top:1.6875rem;left:6.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #a3ZcZ1mrInEtJNxV0JGEKLJJff2xFMeo { width:4.6875rem;height:auto;top:1.6875rem;left:7.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SMrQkukkSVvtBfpZv7t7zIMR3TyyKikQ { display:flex;width:3.125rem;height:3.125rem;top:24.0625rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #utI5iyzU9xTJon4ZynW8aPvEK9lC1NI4 { width:2.5rem;height:0.125rem;top:5.0625rem;left:0.75rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #HKeObffLD3s3VVEPnKpvKhRT7pgPJQVp { width:20rem;height:1.95rem;top:32.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7lg2oVM2B4ZfNF0mTZpthq96D4VFaX9 { display:none; }#s7lg2oVM2B4ZfNF0mTZpthq96D4VFaX9 > .row .container { width:20rem;height:57.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XT5N5a5MtT2S4lkOaHSqToTZtmDcmyUZ { width:16.0625rem;height:3.736325rem;top:2.09765625rem;left:1.96875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b9Q3QQrUFGyDqiJh0vFuQ00PaxSboi34 { width:15.8115rem;height:11.4365rem;top:44.6875rem;left:2.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BWqaUpSfdDX1r8DvDVQCwTqgpOAWm2TI { width:4.9375rem;height:3.875rem;top:6.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvUB4rgBFnpz2ne2qAEbczWDwFySSyGc { width:14rem;height:4.87305rem;top:45.375rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXgicTA7b8idiCQAiJTb8fTC6s20eOBn { width:14.749375rem;height:4.8719625rem;top:61.667756080627rem;left:1.9683161377907rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UkD000VdSNl9bX5FBmZ2ArFA8zSx9HJ5 { width:14.375rem;height:6.82225rem;top:29.4375rem;left:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBJhcEkaGOgvuzcTnGW4fXzmPJTT7JKq { width:1.25rem;height:1.25rem;top:53.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWZhseDlQQxytg1k7ZePhhXgcKfdmTwJ { width:2.625rem;height:2.625rem;top:51.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAOeG401dwrzT4nB1aS3bAd3TAbNmLTp { width:2.6875rem;height:2.6875rem;top:37.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdhUSPyUQmQ0GUx1nH9aTKEUOEuT3lU6 { width:7.4375rem;height:0.9746125rem;top:53.3125rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3yToe2iZDeclh9TyJdLCyVg6sTlEDA1 { width:9.375rem;height:1.5625rem;top:51.5625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVsSsip9s7twOXTk1u4aykgskPXO2uKv { width:7.3125rem;height:0.89355625rem;top:52.25rem;left:6.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROI5wCCyhyWFgHHoGTgLrLrnDZTuIeCM { width:8.375rem;height:0.89355625rem;top:38.3125rem;left:5.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCXBrd8MZEarB9a7fUL9hoBgpdWTIMXr { width:14.6875rem;height:16.5625rem;top:28.373046875rem;left:2.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpLTq4eJ142UJTIyJ1gIQ6A6nqlcF7D1 { width:20rem;height:0.0625rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITMPdxx8qghxTeUbhSnPrB3LHHblLOfp { width:2.9375rem;height:auto;top:1.75rem;left:8.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mSEoMoWobRPxe4UOFSURt8tW7f0f3ABp { width:4.25rem;height:auto;top:1.75rem;left:7.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZugtNrk1JxxytnET7AH4Rgq4NFfQEGBQ { width:4.8125rem;height:auto;top:1.75rem;left:7.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9n9MQbGIKokla6NcMJsFIQ9Jky3NvL0 { width:5.9375rem;height:auto;top:1.75rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bu7n6GGd0SHPOXcrdnW5I8fT5v7rfuuC { width:6.3125rem;height:auto;top:1.75rem;left:6.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #v55CLaOnei328ybWXvN08Zae6XDWQimg { width:4.6875rem;height:auto;top:1.75rem;left:7.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlViPEqy5BliKzxtqAagguWs3N9lGsAV { width:7.3730625rem;height:0.9746125rem;top:39.5rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk9gVUbOveHFxtdOGzV2Zuy7c9hfgQKF { width:1.25rem;height:1.25rem;top:39.375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfEF9bSV2PJ7z0Ivqne1oat9FkouT24l { width:0.625rem;height:0.68685rem;top:47.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF7bCn5woBzvb9lszJeq5T1AvmQkkHTT { width:0.625rem;height:0.6875rem;top:18.036021232605rem;left:0.56857639551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZliSQEfpdDmKHObv8u4xfN3A1vBzUoFn { width:15.8125rem;height:14.125rem;top:28.5625rem;left:2.375rem;overflow:hidden;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #CzZvQCKa3cTsZNttiTyodBqdttxt0AAa { width:15.8125rem;height:15.6875rem;top:11.3125rem;left:2.3125rem;overflow:hidden;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #xB7f4lpfV6R4WrEWd6fdOV74KxInWvRK { width:14.375rem;height:9.746125rem;top:12.625rem;left:3.125rem;font-size:0.75rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #q5sLgXwLT3UMvTFxQUKkZbxCkewdepZ0 { width:7.4375rem;height:0.9746125rem;top:25.125rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #broJZIbn27KmfGRy6KQeEqJNqDcvwte2 { width:1.25rem;height:1.25rem;top:24.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7imIU5b1hzykvlPOw12uyTCXEtAiBQL { width:4.8125rem;height:0.89355625rem;top:24rem;left:5.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2dzSBveCZTxJV9amHfMT9ZzqmlpysN6 { width:2.5625rem;height:2.5625rem;top:23.537109375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp { display:block; }#y1mH8wpIBgy9c0SWeOuPwJMkPzMK0OPp > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHsGlHk9qmlVnoS2xAVkR2DeTUQlWWtT { width:20rem;height:1.86875rem;top:2.09765625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfSyQylT0rvI2O5yJRtdfmrfuIFxQApO { width:17.625rem;height:2.923825rem;top:6.19384765625rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwBLCk9DLlCqBbwtHd5wlPGoGugOcPDy { width:2.5rem;height:0.125rem;top:4.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu1zuM3mhZAuNOtmK0lrsukLNTFxMKZC { width:11.875rem;height:2.1875rem;top:10.51416015625rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1VBhFcHg1FAfKQpLTrXdoBEUP5yU6Is { display:block; }
 }@media only screen and (max-width: 763px) { #f0QNcFkm5pO7tgbCBcOGFfH40WSyRSmh { width:20rem;height:0.0625rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ot7K50bsWyqwO310yOmy2NHmfRoivc2B { width:4.8125rem;height:auto;top:2.0625rem;left:7.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3A3OU9IL8DizNrKds1nhp5re1Isyvun { width:5.9375rem;height:auto;top:2.0625rem;left:7rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBJlXTg0vsQUoSk000Kb0wHWv3eizbpq { width:4.25rem;height:auto;top:2.0625rem;left:7.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KclheaNIPToPUeQIMLqfNp5S4BZwgmhy { width:2.9375rem;height:auto;top:2.0625rem;left:8.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLhuvivRkZZTpLSfaUqaUIMQ8tNMT2QL { width:6.3125rem;height:auto;top:2.0625rem;left:6.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3tNUei0xIhrTfe0FRiQKR7K9opOJk7N { width:4.6875rem;height:auto;top:2.0625rem;left:7.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CNh1T1JzvdOq6MPIq44TT2iCHKJf4Zlw { width:6rem;height:3.375rem;top:1rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bokCdznRIV4rHxU8poc7BB7aFViCZswE { display:block; }#bokCdznRIV4rHxU8poc7BB7aFViCZswE > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTyZ2RwLJCrooTBtTGAy0rCf4Ak4bg0O { width:4.125rem;height:0.975rem;top:1.5625rem;left:9.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R3GiCAee9at9vRucCz972zyOtsPmiHKx { width:10.5625rem;height:2.8125rem;top:3.6875rem;left:9.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VP0vB0eKT4pnRvrF346TUFRAi9KvkhVg { width:2.5rem;height:0.125rem;top:3.0625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkTuWtcpIyMaBCaoPcoQRh0KE6wx54xU { width:10.625rem;height:0.975rem;top:9.375rem;left:1.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VEMWFB4dSFuhqsIZaa37BdhMelNt2VLq { width:13.25rem;height:0.8125rem;top:11.8125rem;left:2.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CcVQrBcg2PCXclLm7Arr7rPmUSNymiAT { width:16.9375rem;height:0.8125rem;top:13.375rem;left:2.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FwT7cmXZE1CiBPBz6D6mx8ggADxWUpC7 { width:16.9375rem;height:0.8125rem;top:16.5625rem;left:2.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EsD6w8OmRaXEV7QNKx1L4I0PBN0C9oJT { width:16.9375rem;height:0.8125rem;top:18.1875rem;left:2.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WSMAwE6Tw009H4tUhTgo60M0EG3TXy5c { width:16.9375rem;height:0.8125rem;top:19.75rem;left:2.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Diilgi9g4X49sD4HxTvETZ6Nh1AO4CPF { width:2.5rem;height:0.125rem;top:10.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAsgBaRy4JCTdEiqTDq9UhclFQEkCOtW { display:flex;width:1.375rem;height:1.375rem;top:11.5rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #aWSF1dfNGVf4olqD4Zmvamf0D5LkLT7Z { display:flex;width:1.375rem;height:1.375rem;top:13.0625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #k2A1WQ3z5fogwf89aDGhgxFHet8CaqPR { display:flex;width:1.375rem;height:1.375rem;top:16.25rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #gsnRX2FiwmsmnTQQ0plqF5TqZhZ3Kgfq { display:flex;width:1.375rem;height:1.375rem;top:17.875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #QQX7lGCCtJBrH0kZ2TSaITOU5IGrOgO5 { display:flex;width:1.375rem;height:1.375rem;top:19.4375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #Tghe7rCSzv0QdOqTfq4J8l1ND31Wf9BJ { width:8.811875rem;height:4.74935rem;top:0.99934959411619rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #rblTgX5QdNTHeO69FRUOQIdc62SOyuXQ { width:16.9375rem;height:0.8125rem;top:15.0625rem;left:2.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IT2R7n9IwJQxe7GbsSNPrPFLHIPSdtbc { display:flex;width:1.375rem;height:1.375rem;top:14.6875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #ku0kQFHtWlR4T3TF1uLUafFcAKxv7v8v { display:none; }#ku0kQFHtWlR4T3TF1uLUafFcAKxv7v8v > .row .container { width:20rem;height:20.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #es8PCniJcb8JloCrFWHZvpirGozPu84X { width:4.125rem;height:0.975rem;top:1.5625rem;left:9.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nD68XuLPMPFxDDiWpPoINUbB9wPR8RcS { width:10.5625rem;height:2.8125rem;top:3.6875rem;left:9.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ocQK06ZpbUJR434TMlL2XqgeM0qOUalE { width:2.5rem;height:0.125rem;top:3.0625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdswNV9AFVTQIRHQVG9ECcDIZyEWb18d { width:10.625rem;height:0.975rem;top:9.375rem;left:1.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nnvTsTDl93IcAWXPRTDHQvvm4y2mewHB { width:13.25rem;height:0.8125rem;top:11.8125rem;left:2.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EybN0eJTfxTKKSCynhQcuAWB8VOUzAND { width:16.9375rem;height:0.8125rem;top:13.375rem;left:2.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TIHb3nA5FixF7LE0G1AvsB3TPMufnHh0 { width:16.9375rem;height:0.8125rem;top:14.9375rem;left:2.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mdydCWTqqksGPAz6TnDLTDrPhirz2rkT { width:16.9375rem;height:0.8125rem;top:16.5625rem;left:2.2500001192093rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GiztFfmDOlpTtqRAqWsitPwIxWMTPGQT { width:16.9375rem;height:0.8125rem;top:18.125rem;left:2.2500001192093rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lBwqVTNFy4I6JZc7DQDPedSgWJUVI29C { width:2.5rem;height:0.125rem;top:10.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR2r7vpqFd1AvOOTJqmdvIyTeyDLSNDZ { display:flex;width:1.375rem;height:1.375rem;top:11.5rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #zCOwX1g040VaCb4Lkr6aGhoGqAqov26V { display:flex;width:1.375rem;height:1.375rem;top:13.0625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #QvvBymGNeby8T7GbNxWfThzDsvOKuapD { display:flex;width:1.375rem;height:1.375rem;top:14.625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #CbxhBAcH8qEJvp5Bu7TwLBhTfWC1KXvi { display:flex;width:1.375rem;height:1.375rem;top:16.25rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #AAzW4n7GuWwTRbS8Oiana88CUQosXQeO { display:flex;width:1.375rem;height:1.375rem;top:17.8125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #ewdeeTEIoQ1yzNNRwleKbHVMSUFz72WI { width:8.811875rem;height:4.74935rem;top:0.99934959411619rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Cq7NX3sg69xgpGQvBFTeoNv6WdbXA9NU { width:19.125rem;height:10.5rem;top:0rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ { background-color:rgba(255,255,255,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .row .container { background-color: transparent; background-image: none; }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .row .container > .video-iframe-container { display: none; }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .row > .video-iframe-container { display: none; }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .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); }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .row .container { border-width: 0; border-radius: 0; }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c5sP8h4O5pUBzgibfnCNaBsmCoTV40pJ > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVWfDM64pWwahyN2CbWNRrAiw8OU0NeT { width:11.875rem;height:2.1875rem;top:1.09375rem;left:4.0625rem;font-size:0.875rem;z-index:15039;background-color:#1a82fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #l6zT3xStFqAm9sgq1tTPTRHz8Up9NDNJ { display:block; }
 }