.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgKr4KfHfNiBD8ikM1r0fgiEClyNr62f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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;z-index:auto;display:block; }#CgKr4KfHfNiBD8ikM1r0fgiEClyNr62f > .row .container { background-color: transparent; background-image: none; }#CgKr4KfHfNiBD8ikM1r0fgiEClyNr62f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgKr4KfHfNiBD8ikM1r0fgiEClyNr62f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgKr4KfHfNiBD8ikM1r0fgiEClyNr62f > .row .container > .video-iframe-container { display: none; }#CgKr4KfHfNiBD8ikM1r0fgiEClyNr62f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgKr4KfHfNiBD8ikM1r0fgiEClyNr62f > .row > .video-iframe-container { display: none; }#CgKr4KfHfNiBD8ikM1r0fgiEClyNr62f > .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); }#CgKr4KfHfNiBD8ikM1r0fgiEClyNr62f > .row .container { border-width: 0; border-radius: 0; }#CgKr4KfHfNiBD8ikM1r0fgiEClyNr62f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CgKr4KfHfNiBD8ikM1r0fgiEClyNr62f > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#BggTieB8TqMa8toOI7EDfTTOZIaqcnxP { background-color:rgba(0,0,0,0);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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:1rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.6875rem;left:50.0625rem;display:block; }
#LBb4GyTJ3txTdm6186Sf4eK6iy08TG5b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gy9ShCNKroR2i7ayuL2bLiZdi57w16TF { background-color:rgba(0,0,0,0);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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:1rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.6875rem;left:59.375rem;display:block; }
#hehFTOKuxKyOxgUv80Lg7Rid31dA3TGp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zXI8ZGSBLwsPhWCZn84TewHLK4VD1Xqk { background-color:rgba(0,0,0,0);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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.6875rem;left:68.5625rem;display:block; }
#H0Epr5rhSueishbTTuTtKpADiT903AUU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EzLyg0rpTNzZtabrpLWAVn1yBTGxSUuc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2rem;top:4.375rem;left:11.25rem;display:none; }
#gG1mdJa1L2lUA3lyTLW7Ji9HsT70VER3 { 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; }
#Pg8pa9d659uIbBQSDD93ZHWHTESvhTLP { 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;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:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.5625rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:0.40625rem;left:0rem;display:block; }
#xqFL7sEqiUsdWIJtTDko51IDFBQ1AMfA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tfKdKaFCwgTRmBW62GltXpZymoI7NDGB { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:9.375rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e72f42;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; }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb > .row .container { background-color: transparent; background-image: none; }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb > .row .container > .video-iframe-container { display: none; }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb > .row > .video-iframe-container { display: none; }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb > .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); }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb > .row .container { border-width: 0; border-radius: 0; }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#i2VDe9LGHhBIfMEXUUD9ALwH1BXCNkic { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:"titillium web";font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:5rem;left:10.40625rem;height:;text-align:left;text-align-last:left;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; }
#vcKmVA0K59ok6pPupiLSu2zbH63lHhWv { position:relative;display:block; }#vcKmVA0K59ok6pPupiLSu2zbH63lHhWv { background-color: transparent; background-image: none; }#vcKmVA0K59ok6pPupiLSu2zbH63lHhWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcKmVA0K59ok6pPupiLSu2zbH63lHhWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcKmVA0K59ok6pPupiLSu2zbH63lHhWv > .row .container > .video-iframe-container { display: none; }#vcKmVA0K59ok6pPupiLSu2zbH63lHhWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcKmVA0K59ok6pPupiLSu2zbH63lHhWv > .row > .video-iframe-container { display: none; }#vcKmVA0K59ok6pPupiLSu2zbH63lHhWv > .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); }#vcKmVA0K59ok6pPupiLSu2zbH63lHhWv { border-width: 0; border-radius: 0; }#vcKmVA0K59ok6pPupiLSu2zbH63lHhWv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vcKmVA0K59ok6pPupiLSu2zbH63lHhWv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cIqpDTrUJeGyT2re9EKTGUixmkht5XCw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8125rem;width:55.8125rem;top:7.125rem;left:9.625rem;overflow:hidden;display:block; }
#LLh3d9Kp8DUXTN8TEfZp5kASeIW4Dwn2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.5625rem;width:39.1875rem;top:8.5625rem;left:17.5625rem;display:block; }
#XlhxgwEJsTxcQdVAvmTZSKW6hhkUWBhO { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2rem;left:0rem;height:1.22514375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NEcvtFDPWV5Sdq2SNf1TloGlaVrTE6Ha { position:relative;display:block; }#NEcvtFDPWV5Sdq2SNf1TloGlaVrTE6Ha { background-color: transparent; background-image: none; }#NEcvtFDPWV5Sdq2SNf1TloGlaVrTE6Ha::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEcvtFDPWV5Sdq2SNf1TloGlaVrTE6Ha > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEcvtFDPWV5Sdq2SNf1TloGlaVrTE6Ha > .row .container > .video-iframe-container { display: none; }#NEcvtFDPWV5Sdq2SNf1TloGlaVrTE6Ha > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEcvtFDPWV5Sdq2SNf1TloGlaVrTE6Ha > .row > .video-iframe-container { display: none; }#NEcvtFDPWV5Sdq2SNf1TloGlaVrTE6Ha > .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); }#NEcvtFDPWV5Sdq2SNf1TloGlaVrTE6Ha { border-width: 0; border-radius: 0; }#NEcvtFDPWV5Sdq2SNf1TloGlaVrTE6Ha > .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; }#NEcvtFDPWV5Sdq2SNf1TloGlaVrTE6Ha > .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:38.0625rem;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; }#Pln7TpedD12TX6XQiFJnEKCBlHu6QAv5 { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.51953125rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#G5D2m8aKPplKCT2DCgrbk3ndb2y6c4RN { color:#e72f42;display:block;width:5.18555rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:0.625rem;left:10.8125rem;height:1.22514375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UaL5mSkev68zSKm73bTAUecTk8ST9uMM { position:absolute;display:block;z-index:15015;background-color:#e72f42;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:9.5615rem;top:1.1875rem;left:0rem;display:block; }
#V7H9XPkWJdIF0mi9i4f2gapcSprbzrTM { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:9.25rem;top:4.6371529102326rem;left:42.743055343628rem;overflow:hidden;display:block; }
#CodCxfqw9GrVE6tsOKBNbeOXdClDtVq7 { position:absolute;display:block;z-index:15017;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.4375rem;width:10.375rem;top:10.6875rem;left:42.180555343628rem;overflow:hidden;display:block; }
#TpNuntIToO5eGTC57cB0OJKTJwUtPxe2 { position:absolute;display:block;z-index:15019;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.5rem;width:10.4375rem;top:5.7621526718139rem;left:57.781251907349rem;overflow:hidden;display:block; }
#KWrFJX1uKqDZaHEZegoMNzIuOGTHBUnE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:9rem;top:16.998264312744rem;left:27.836805343628rem;overflow:hidden;display:block; }
#v5cTNMg57FVQNNtWdVXah0pMN2cJzbDH { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:4.8125rem;top:29.024305343628rem;left:44.961805343628rem;overflow:hidden;display:block; }
#rLr0NCTVJVnpDCTHTS9VhEBSmlrrSGzH { position:absolute;display:block;z-index:15020;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.625rem;width:8.9375rem;top:16.654514312744rem;left:58.531251907349rem;overflow:hidden;display:block; }
#VQTE2ZDVzqga5CUb4gRbiJp9uPbAKf6I { position:absolute;display:block;z-index:15022;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.1875rem;width:8.5rem;top:16.873264312744rem;left:43.118055343628rem;overflow:hidden;display:block; }
#WsVXZw88ANO6XbzPX9ZqOh17eNM2JC9L { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:7.375rem;top:28.243055343628rem;left:28.649305343628rem;overflow:hidden;display:block; }
#TvulwCTPGZQXAWRqxGo0EZQ0x7g8EmQ6 { position:absolute;display:block;z-index:15024;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.25rem;width:10.0625rem;top:22.9375rem;left:57.968751907349rem;overflow:hidden;display:block; }
#yRQkMecF3H3NWFDkNkXxAJl9Ln7Pweii { 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.75rem;width:10.0625rem;top:22.1875rem;left:42.336805343628rem;overflow:hidden;display:block; }
#sIOxkFBwLoiHe4RPMTHdR05KDSr1vGHI { position:absolute;display:block;z-index:15013;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-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.1875rem rgba(0,0,0,0.5) ;height:34.375rem;width:49.875rem;top:1.8489580154419rem;left:25.062501907349rem;display:block; }
#fsLzbPRnz3ISHCIUuPDix00LpiOTDzya { position:absolute;display:block;z-index:15021;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.625rem;width:6.4375rem;top:5.6371526718139rem;left:29.118055343628rem;overflow:hidden;display:block; }
#UDhgHawi8mH2Xts49QhAPCwbmUTWt6nT { position:absolute;display:block;z-index:15017;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.625rem;width:9.625rem;top:11.09375rem;left:27.736112594604rem;overflow:hidden;display:block; }
#KDneyeVGnD369KWOee9KAZs3t3y27fml { position:absolute;display:block;z-index:15025;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.25rem;width:9.75rem;top:22.9375rem;left:27.461805343628rem;overflow:hidden;display:block; }
#OTEJGqot6hORyTkrFokyt9MPKftxLqAP { position:absolute;display:block;z-index:15026;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.25rem;width:6.6875rem;top:11.28125rem;left:60.187501907349rem;overflow:hidden;display:block; }
#tMlVzbFERgwAJ6c1rXOKFIneCVamLXoN { position:relative;display:block; }#tMlVzbFERgwAJ6c1rXOKFIneCVamLXoN { background-color: transparent; background-image: none; }#tMlVzbFERgwAJ6c1rXOKFIneCVamLXoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMlVzbFERgwAJ6c1rXOKFIneCVamLXoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMlVzbFERgwAJ6c1rXOKFIneCVamLXoN > .row .container > .video-iframe-container { display: none; }#tMlVzbFERgwAJ6c1rXOKFIneCVamLXoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMlVzbFERgwAJ6c1rXOKFIneCVamLXoN > .row > .video-iframe-container { display: none; }#tMlVzbFERgwAJ6c1rXOKFIneCVamLXoN > .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); }#tMlVzbFERgwAJ6c1rXOKFIneCVamLXoN { border-width: 0; border-radius: 0; }#tMlVzbFERgwAJ6c1rXOKFIneCVamLXoN > .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; }#tMlVzbFERgwAJ6c1rXOKFIneCVamLXoN > .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:40.8125rem;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; }#w5SD7k2mmDAXc2iLlTez6TaOVNsEIC4t { color:#e72f42;display:block;width:18.5rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:2.75rem;left:26.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#msRQm796WuyRZZA2Ifn9xIEWcKV1ACAT { color:#000000;display:block;width:22.375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.875rem;left:26.375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Nhbdrsib8vTOPOV8KOL6W8Kbc93tfWIc { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:7.5625rem;left:26.375rem;height:;text-align:left;text-align-last:left;display:block; }#Nhbdrsib8vTOPOV8KOL6W8Kbc93tfWIc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Nhbdrsib8vTOPOV8KOL6W8Kbc93tfWIc li:before{  }
#ivXRl2de4zTvL1drPNtgfmo7VoVGggOX { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:5.875rem;left:51.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ehhVMi2vBulSJHS9NUK57gTr2D0W9cnT { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:7.5625rem;left:51.625rem;height:;text-align:left;text-align-last:left;display:block; }#ehhVMi2vBulSJHS9NUK57gTr2D0W9cnT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ehhVMi2vBulSJHS9NUK57gTr2D0W9cnT li:before{  }
#JklzfwNsIDI9eVSyF3JWo4oHbS4R5pl4 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:20.625rem;left:26.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bvSmiTvRth3xIoNiIBkuQ0rW6GKpXZ0B { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:22.3125rem;left:26.375rem;height:;text-align:left;text-align-last:left;display:block; }#bvSmiTvRth3xIoNiIBkuQ0rW6GKpXZ0B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bvSmiTvRth3xIoNiIBkuQ0rW6GKpXZ0B li:before{  }
#Fk80ZEd7iwmTLgwyCUa3ThHqILe43fas { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#X6B9IBpNKoJRoDUTggGvTCyuSXKGsFlu { color:#e72f42;display:block;width:5.18555rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:0.8125rem;left:10.8125rem;height:1.22514375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rHxHwEWbDMDK9xNSpILTEqVmLDUFiHKt { position:absolute;display:block;z-index:15012;background-color:#e72f42;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:9.5605625rem;top:1.375rem;left:0rem;display:block; }
#WwIkLvlqdltwHw9DEEClwPfgUK4mkGTy { position:absolute;display:block;z-index:15014;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-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.1875rem rgba(0,0,0,0.5) ;height:36.25rem;width:49.8125rem;top:1.84375rem;left:25.0625rem;display:block; }
#CiWXJtCEgxOwy4ArxMpPbTbksDDFPtDn { position:relative;display:block; }#CiWXJtCEgxOwy4ArxMpPbTbksDDFPtDn { background-color: transparent; background-image: none; }#CiWXJtCEgxOwy4ArxMpPbTbksDDFPtDn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiWXJtCEgxOwy4ArxMpPbTbksDDFPtDn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiWXJtCEgxOwy4ArxMpPbTbksDDFPtDn > .row .container > .video-iframe-container { display: none; }#CiWXJtCEgxOwy4ArxMpPbTbksDDFPtDn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiWXJtCEgxOwy4ArxMpPbTbksDDFPtDn > .row > .video-iframe-container { display: none; }#CiWXJtCEgxOwy4ArxMpPbTbksDDFPtDn > .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); }#CiWXJtCEgxOwy4ArxMpPbTbksDDFPtDn { border-width: 0; border-radius: 0; }#CiWXJtCEgxOwy4ArxMpPbTbksDDFPtDn > .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; }#CiWXJtCEgxOwy4ArxMpPbTbksDDFPtDn > .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:38.9375rem;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; }#PbDagQBLomGwsTTlFZeFAk0QVsDeAoUT { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.0625rem;left:26.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sXMGUeU69JbpF43MEvm2onwKdo81SK7k { color:#e72f42;display:block;width:18.5rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:0.8125rem;left:26.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#q3xNHCE3kqDxPIXRALF69mgmCypaCAz7 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:5.8125rem;left:26.3125rem;height:;text-align:left;text-align-last:left;display:block; }#q3xNHCE3kqDxPIXRALF69mgmCypaCAz7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q3xNHCE3kqDxPIXRALF69mgmCypaCAz7 li:before{  }
#fEE2texJH6JQBJynp7MtdNVEQ8OrDRU5 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:15.0625rem;left:26.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Jq2UsoCmwA0RD2pdfp69ahFcRiWKqN64 { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:18.4375rem;left:26.3125rem;height:;text-align:left;text-align-last:left;display:block; }#Jq2UsoCmwA0RD2pdfp69ahFcRiWKqN64 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Jq2UsoCmwA0RD2pdfp69ahFcRiWKqN64 li:before{  }
#oZaucdkTX7w5hVSxFGmuoL2MfAbpBd7f { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:27.625rem;left:26.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yg17B9CRWiPL7obzvvph3nmIGI7Whgxu { color:#000000;display:block;width:22.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:4.0625rem;left:51.375rem;height:;text-align:left;text-align-last:left;display:block; }#yg17B9CRWiPL7obzvvph3nmIGI7Whgxu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yg17B9CRWiPL7obzvvph3nmIGI7Whgxu li:before{  }
#HZwD8rRkPOGPKeI9ueOldJ9bvIx4O4Gv { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:29.3125rem;left:26.3125rem;height:;text-align:left;text-align-last:left;display:block; }#HZwD8rRkPOGPKeI9ueOldJ9bvIx4O4Gv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HZwD8rRkPOGPKeI9ueOldJ9bvIx4O4Gv li:before{  }
#quDoaDOaKWzfMTny4v0FUTWf3RRRFuGW { position:absolute;display:block;z-index:15013;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-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.1875rem rgba(0,0,0,0.5) ;height:36.25rem;width:49.8125rem;top:0rem;left:25.0625rem;display:block; }
#udGtiCCt32l71l4QVcz1pI6rwGNuUEiU { position:relative;display:block; }#udGtiCCt32l71l4QVcz1pI6rwGNuUEiU { background-color: transparent; background-image: none; }#udGtiCCt32l71l4QVcz1pI6rwGNuUEiU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udGtiCCt32l71l4QVcz1pI6rwGNuUEiU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udGtiCCt32l71l4QVcz1pI6rwGNuUEiU > .row .container > .video-iframe-container { display: none; }#udGtiCCt32l71l4QVcz1pI6rwGNuUEiU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udGtiCCt32l71l4QVcz1pI6rwGNuUEiU > .row > .video-iframe-container { display: none; }#udGtiCCt32l71l4QVcz1pI6rwGNuUEiU > .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); }#udGtiCCt32l71l4QVcz1pI6rwGNuUEiU { border-width: 0; border-radius: 0; }#udGtiCCt32l71l4QVcz1pI6rwGNuUEiU > .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; }#udGtiCCt32l71l4QVcz1pI6rwGNuUEiU > .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:22.5625rem;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; }#BZLaM5EggZo2GrHB88toxWDVSx9qCnf4 { color:#e72f42;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:1.625rem;left:26.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IZv0EHb87NiwUNfTMmNKyIko2u4Wv5Ds { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:7.9375rem;left:26.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bKwMCqBTaM7e7yT2tsK3lfzIxL6KDRFz { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:9.625rem;left:26.5625rem;height:;text-align:left;text-align-last:left;display:block; }#bKwMCqBTaM7e7yT2tsK3lfzIxL6KDRFz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bKwMCqBTaM7e7yT2tsK3lfzIxL6KDRFz li:before{  }
#KUnUyhekm8ISc93bPg65BzqzUEupURkh { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:4.8125rem;left:26.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WO4P78TkBeeitCdznDfN27SFC0LH8WWZ { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:7.9375rem;left:51.5625rem;height:8.7473125rem;text-align:left;text-align-last:left;display:block; }#WO4P78TkBeeitCdznDfN27SFC0LH8WWZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WO4P78TkBeeitCdznDfN27SFC0LH8WWZ li:before{  }
#B7ucJTwHbxgmvLricmNx6yRowkFnUT3b { position:absolute;display:block;z-index:15012;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-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.1875rem rgba(0,0,0,0.5) ;height:19.375rem;width:49.875rem;top:0rem;left:25.0625rem;display:block; }
#LvQxrCHMPsDXatAlH4RkBNMCkFDtq4Lt { position:relative;display:block; }#LvQxrCHMPsDXatAlH4RkBNMCkFDtq4Lt { background-color: transparent; background-image: none; }#LvQxrCHMPsDXatAlH4RkBNMCkFDtq4Lt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvQxrCHMPsDXatAlH4RkBNMCkFDtq4Lt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvQxrCHMPsDXatAlH4RkBNMCkFDtq4Lt > .row .container > .video-iframe-container { display: none; }#LvQxrCHMPsDXatAlH4RkBNMCkFDtq4Lt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvQxrCHMPsDXatAlH4RkBNMCkFDtq4Lt > .row > .video-iframe-container { display: none; }#LvQxrCHMPsDXatAlH4RkBNMCkFDtq4Lt > .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); }#LvQxrCHMPsDXatAlH4RkBNMCkFDtq4Lt { border-width: 0; border-radius: 0; }#LvQxrCHMPsDXatAlH4RkBNMCkFDtq4Lt > .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; }#LvQxrCHMPsDXatAlH4RkBNMCkFDtq4Lt > .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:7rem;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; }#bguuQQ9Jw0bUXFxnAdnPuLi6NPzqSpkU { position:absolute;display:block;z-index:15010;background-color:#ed3e5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:9.5625rem;top:1.3125rem;left:0rem;display:block; }
#WWohuDPVnvqXF9dw0ilxovAnL5mOuJVT { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#UlsOuXdcIpV1PZrVzD9bGGf7Smrsd3Ee { color:#ed3e5e;display:block;width:5.186525rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:0.75rem;left:10.375rem;height:1.22514375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OINWU76w0it0vZ2IePEtVMzkR2oRKIJZ { position:relative;display:block; }#OINWU76w0it0vZ2IePEtVMzkR2oRKIJZ { background-color: transparent; background-image: none; }#OINWU76w0it0vZ2IePEtVMzkR2oRKIJZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OINWU76w0it0vZ2IePEtVMzkR2oRKIJZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OINWU76w0it0vZ2IePEtVMzkR2oRKIJZ > .row .container > .video-iframe-container { display: none; }#OINWU76w0it0vZ2IePEtVMzkR2oRKIJZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OINWU76w0it0vZ2IePEtVMzkR2oRKIJZ > .row > .video-iframe-container { display: none; }#OINWU76w0it0vZ2IePEtVMzkR2oRKIJZ > .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); }#OINWU76w0it0vZ2IePEtVMzkR2oRKIJZ { border-width: 0; border-radius: 0; }#OINWU76w0it0vZ2IePEtVMzkR2oRKIJZ > .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; }#OINWU76w0it0vZ2IePEtVMzkR2oRKIJZ > .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:28.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; }#i8LXJECAnFOL4W3S6damdhBbo8XoDhhy { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:20.130859375rem;left:40.5rem;height:3.41175625rem;text-align:center;text-align-last:center;display:block; }
#Hb4fT4o9Npc0fcCNn9soc9F9UtGu8ATH { position:absolute;display:block;z-index:15025;background-color:#e72f42;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: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:9.25rem;left:40.8125rem;display:block; }
#BiVpgubrB4HXbPhS183Rrpi4O9fzcCsy { color:#000000;display:block;width:8.7470625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:15.9638671875rem;left:41.3154296875rem;height:3.29723125rem;text-align:center;text-align-last:center;display:block; }
#oq3Es01TCM7cwcExsrKGzT3BnrxTafat { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:19.5625rem;left:23.75rem;height:4.54900625rem;text-align:center;text-align-last:center;display:block; }
#SAJI9JRdNUaiMIfrgkySuG7BPoaimDp4 { position:absolute;display:block;z-index:15026;background-color:#e72f42;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: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:9.25rem;left:24.0625rem;display:block; }
#uK44uNAezuyguIWizstRkXpdm41FfE7t { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:14rem;left:24.6875rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#q7kUbXnVEQ7k2UWaWtdvvgTvLHK8SRCp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:10rem;left:27.03125rem; }
#VIwsPxW1ZRtiQlvGcyi0IsBifc7FzkAp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:10rem;left:43.78125rem; }
#qZeUPrJqmo1cz64mrQUIvoloU3BOQHZE { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:26.6875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#lhXiTaHdIGzWnnwQ9JorDp5XuQte1oQR { color:#ff0042;display:block;width:9.8730625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:2.5556640625rem;left:24.125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#vZE1sOJGkVWQhMoFeA4a24xFXdGWeqJ7 { color:#ff0042;display:block;width:9.8730625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:2.6181640625rem;left:40.875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#gnvkghKefouDMXRfDcqegHatkOPq6fWt { position:relative;display:block; }#gnvkghKefouDMXRfDcqegHatkOPq6fWt { background-color: transparent; background-image: none; }#gnvkghKefouDMXRfDcqegHatkOPq6fWt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnvkghKefouDMXRfDcqegHatkOPq6fWt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnvkghKefouDMXRfDcqegHatkOPq6fWt > .row .container > .video-iframe-container { display: none; }#gnvkghKefouDMXRfDcqegHatkOPq6fWt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnvkghKefouDMXRfDcqegHatkOPq6fWt > .row > .video-iframe-container { display: none; }#gnvkghKefouDMXRfDcqegHatkOPq6fWt > .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); }#gnvkghKefouDMXRfDcqegHatkOPq6fWt { border-width: 0; border-radius: 0; }#gnvkghKefouDMXRfDcqegHatkOPq6fWt > .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; }#gnvkghKefouDMXRfDcqegHatkOPq6fWt > .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:52.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:block; }#gJkBUbKDPi3DaPLqz0paktkQ1t9aqw85 { position:absolute;display:block;z-index:15015;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.1875rem solid #e72f42;border-left:0.1875rem solid #e72f42;border-right:0.1875rem solid #e72f42;border-bottom:0.1875rem solid #e72f42;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:17rem;top:1.75rem;left:16.5625rem;display:block; }
#JqeLo0CyTT7yEuMIlCXPH0bxADUbArbo { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:11.875rem;left:18.8125rem;height:4.8739375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#OU9iiOvhUoHKdmg0r8m0IAKrNQ5nulbL { position:absolute;display:block;z-index:15034;background-color:#e72f42;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:11.625rem;top:10.75rem;left:19.4375rem;display:block; }
#TmdIOMo43LxgVRRLTTN1s33k3R7K0paM { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:16.6875rem;left:19.0625rem;height:11.79775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TmdIOMo43LxgVRRLTTN1s33k3R7K0paM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TmdIOMo43LxgVRRLTTN1s33k3R7K0paM li:before{  }
#T5v7afa70DAKIC5w0QWV1tZ2AX3Nxpfv { position:absolute;display:block;z-index:15044;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.4375rem;width:10.375rem;top:31.9375rem;left:20.0625rem;overflow:hidden;display:block; }
#RHPWzbSDLWFUhWsR0RdQK64zTdS6gwZp { z-index:15025;top:35.8125rem;left:19.4375rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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:"titillium web";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SpK7Ko5fXovQTNvO45Ut85S7axWbuIeU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cNR1Ld1ULV3cRVPk6OV7eqforzJdOyMf { position:absolute;display:block;z-index:15021;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.1875rem solid #e72f42;border-left:0.1875rem solid #e72f42;border-right:0.1875rem solid #e72f42;border-bottom:0.1875rem solid #e72f42;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:17rem;top:1.8125rem;left:41.5rem;display:block; }
#TDceFiTKUdI1fibcnuKRgLeN7Srl1X3L { position:absolute;display:block;z-index:15040;background-color:#e72f42;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:11.625rem;top:10.75rem;left:44.375rem;display:block; }
#dAAF3H2bInVrB1GqMLcqatPBc21GAG7k { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:16.6875rem;left:43.90625rem;height:11.79775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#dAAF3H2bInVrB1GqMLcqatPBc21GAG7k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dAAF3H2bInVrB1GqMLcqatPBc21GAG7k li:before{  }
#xLNE8lzuTemhRMAXxclAue7wtWrZDotO { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:11.875rem;left:45.3125rem;height:4.8739375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#saa5PHQI2vOGkM7kWxud0Iau5P6pcI4d { position:absolute;display:block;z-index:15040;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.4375rem;width:8rem;top:31.9375rem;left:46.1875rem;overflow:hidden;display:block; }
#WZJCW9lHnFyyNTR4Cb8zu1nttr3abzrl { z-index:15026;top:35.8125rem;left:44.375rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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:"titillium web";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#s1t6q3HibZAV1dlJ99svSw6hN8rrSR2F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p5PoP8UrmgWiLrh6ZJgKLM7gFOQReywR { color:#000000;display:block;width:49.9375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15040;line-height:1.7;letter-spacing:0;top:40.5625rem;left:12.53125rem;height:1.27485625rem;text-align:center;text-align-last:center;display:block; }
#H5W2oBFNZ2dgXssbvQGUIDH0LLgLBZET { color:#ff0000;display:block;width:10.25rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.78125rem;left:20.125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WPFv05LMeOukAUn7xed6nN3xf6h33t2c { color:#ff0000;display:block;width:11.75rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:4.78125rem;left:44.375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NKbcvnxUp3T9TeIfmJgTKAwXqJvr8RU3 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NKbcvnxUp3T9TeIfmJgTKAwXqJvr8RU3 > .row .container { background-color: transparent; background-image: none; }#NKbcvnxUp3T9TeIfmJgTKAwXqJvr8RU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKbcvnxUp3T9TeIfmJgTKAwXqJvr8RU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKbcvnxUp3T9TeIfmJgTKAwXqJvr8RU3 > .row .container > .video-iframe-container { display: none; }#NKbcvnxUp3T9TeIfmJgTKAwXqJvr8RU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKbcvnxUp3T9TeIfmJgTKAwXqJvr8RU3 > .row > .video-iframe-container { display: none; }#NKbcvnxUp3T9TeIfmJgTKAwXqJvr8RU3 > .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); }#NKbcvnxUp3T9TeIfmJgTKAwXqJvr8RU3 > .row .container { border-width: 0; border-radius: 0; }#NKbcvnxUp3T9TeIfmJgTKAwXqJvr8RU3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKbcvnxUp3T9TeIfmJgTKAwXqJvr8RU3 > .row .container { font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;position:relative;display:block; }#VKRVnZJiSS6RVFa09g35iToDUrc0vULt { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);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;top:38.1875rem;left:62.5rem;display:block; }
#gW93kymqOT2mnQQB8bR87twBanCA6Vd0 { 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:5rem;width:8.9375rem;top:42rem;left:64.375rem;overflow:hidden;display:block; }
#VxdqvGfTgm3VfPAWTLiF4X0nnRF8K0Jr { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);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;top:0.5rem;left:24.8125rem;display:block; }
#PMAFVEl0GqzUbHfFtNB14onzguz6RHdQ { 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:7.0625rem;width:9.4375rem;top:3.3125rem;left:26.4375rem;overflow:hidden;display:block; }
#wqUCqZG7T0PTOukQB7I0ZuxnGcTSFNvM { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);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;top:0.5rem;left:49.9375rem;display:block; }
#OJwl0PNh3N4lCcSx7DwcEUCh7614uArh { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:10.9375rem;top:3.375rem;left:50.8125rem;overflow:hidden;display:block; }
#F3Lo46QcGGaKVVFUHgOnR22ottAAxK8P { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);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;top:0.5rem;left:37.375rem;display:block; }
#ixKQr8pQkABbadpubkPFAquM3Bi2uypf { position:absolute;display:block;z-index:15031;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.625rem;width:11rem;top:4rem;left:38.125rem;overflow:hidden;display:block; }
#FmLCzOBCPi04pCUFTSgiKbi94qy1x2UD { position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.28);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);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;top:0.5rem;left:62.5rem;display:block; }
#aVsUwdVcCre6fTV5vn91DD1VQgdFErSZ { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8rem;top:5.4375rem;left:64.8125rem;overflow:hidden;display:block; }
#otQWKDCqOi3eAUDUMvwV7RTIJDK1aSGD { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);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;top:13.0625rem;left:49.9375rem;display:block; }
#h3E0fTq8lHCwEv2NdwWCXE5qXwTqEkCM { 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.625rem;width:8.9375rem;top:18.562496185302rem;left:51.781253814698rem;overflow:hidden;display:block; }
#WqniKRsyvVwhAITTTwWm2hTyOWiCtT6A { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);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;top:13.0625rem;left:37.375rem;display:block; }
#K23FG4VNXx4GeRE37DSrNztmZCcqwWvM { position:absolute;display:block;z-index:15041;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.8125rem;width:8.9375rem;top:16.5rem;left:39.1875rem;overflow:hidden;display:block; }
#vsHPE5ibl09sMhR1ADXx3WBkpxu2qrzV { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);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;top:13.0625rem;left:62.5rem;display:block; }
#q8Ls62UrCKJr6qE4UHC5aP9T0eH0GDp3 { position:absolute;display:block;z-index:15045;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:8rem;width:8rem;top:15.375rem;left:64.8125rem;overflow:hidden;display:block; }
#If4xSroTtFcOs9hohxSVRS26l0fA0Aw7 { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);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;top:13.0625rem;left:24.8125rem;display:block; }
#DAAdepA0FzWvCZGFCd0HoSRxi0K8N5VL { 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:8rem;width:8rem;top:15.375rem;left:27.125rem;overflow:hidden;display:block; }
#ifGVsTasBBhkVPFEW901SFN4qOPnWXlT { 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.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);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;top:38.1875rem;left:49.9375rem;display:block; }
#Omba37OPxrAAd0gNHmeaub6SsodMVBoX { 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:5.3125rem;width:8.9375rem;top:41.875rem;left:51.8125rem;overflow:hidden;display:block; }
#aaBOmkO7HmH7xZWfsTSRmzW9Tm0muFTN { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);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;top:25.625rem;left:49.9375rem;display:block; }
#qbQbe5cZOmDESqffAra8OEoTfOVUaqZZ { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);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;top:25.625rem;left:37.375rem;display:block; }
#g237M7mSyLSRboMwlTNAfTBwg7Ze9Oh2 { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);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;top:25.625rem;left:62.5rem;display:block; }
#QP9L39ykGGZNATZqbaLC9GPAQmBfF6NF { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);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;top:25.625rem;left:24.8125rem;display:block; }
#FRu61eL13J1Q0NIT6N2LEd4U8AGzrQyy { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);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;top:38.1875rem;left:37.375rem;display:block; }
#RNCKWDSwxXFhxi4QT85eQqgIpCauWl6U { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:11.3125rem;top:29rem;left:50.625rem;overflow:hidden;display:block; }
#ttyMMwJ4IKX1hctOZWV0EbtlSszi3Nbt { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.9375rem;top:29.75rem;left:39.1875rem;overflow:hidden;display:block; }
#nCTK82yITxxTrifkZqSQLNrAgNv7HxGW { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8rem;top:27.9375rem;left:64.8125rem;overflow:hidden;display:block; }
#DyN2QMXryVMOgKhdcPrUCANhJ1Sp07Or { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:8rem;top:29rem;left:27.125rem;overflow:hidden;display:block; }
#g7qOtIc4QE2dOzNrsWBT6pTGkCx5MCCK { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:41.875rem;left:41.0625rem;overflow:hidden;display:block; }
#IhtEMG0mOx59yMDfCkTGcKbaTVbZCzNf { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:;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; }
#TRgoTlr7iEM5bgOmRxQg2JKCDLgJSJb4 { color:#e72f42;display:block;width:5.875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:0rem;left:10.375rem;height:1.22514375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LEZag8g9893Anxov3lgc3RwqcyPEaHxI { position:absolute;display:block;z-index:15013;background-color:#e72f42;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:9.5625rem;top:0.5625rem;left:0rem;display:block; }
#OGTP3wVQWIgqHkwZze6eKzrB5L2IkzOZ { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);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;top:38.1875rem;left:24.8125rem;display:block; }
#D5ERhlZR1PTbVVSPOftZoLazqOy8EwQH { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:10.5625rem;top:43.75rem;left:25.875rem;overflow:hidden;display:block; }
#ZITa3si7lNqlS4WyzqNN5uHDVkzKDy8T { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(237,239,241,0.65);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; }#ZITa3si7lNqlS4WyzqNN5uHDVkzKDy8T > .row .container { border-width: 0; border-radius: 0; }#ZITa3si7lNqlS4WyzqNN5uHDVkzKDy8T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZITa3si7lNqlS4WyzqNN5uHDVkzKDy8T > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:none; }#QxN8L6hL5uhkwIgARQ4xvZZE9rkxzMP6 { color:#000000;display:block;width:25rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:5.6875rem;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; }
#glZSm9aZ9Epz1DTO3TQTD5KKG8SHkFyI { color:#ed3e5e;display:block;width:5.186525rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:3.25rem;left:10.375rem;height:1.224825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fHpifmAbnzugCyEdc5uKPsE31FpwArUB { position:absolute;display:block;z-index:15013;background-color:#ed3e5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:9.5625rem;top:3.8125rem;left:0rem;display:block; }
#K8tobn5LZgvpCNaLKt3rE3QDF9iuAuHC { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:28.875rem;left:21.0625rem;height:1.787325rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#TbMK66U2QSFgc8QyNmIr0ptUax2ALmax { position:absolute;display:block;z-index:15011;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:14.125rem;top:19.3125rem;left:21.25rem;display:block; }
#DxMsmuRMsMnw9C4kq4VaZ4ziu5bRJPFR { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.875rem;left:21.25rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#rcRxXOoaHmdxlmU8TFGbuTfy0NhDOPSu { position:absolute;display:block;z-index:15002;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: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:22.1875rem;width:17rem;top:10.625rem;left:19.875rem;display:block; }
#d2xtkAblFlF2vhZEW1dW4TRsTUTVfwRJ { display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:20.1875rem;left:21.25rem;height:6rem;color:#000000;font-style:italic;text-align:left;text-align-last:left;display:block; }
#f3qfKFSE8NVNusBTzr3xgX6Sb6dwsZJV { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:28.875rem;left:2.4375rem;height:1.787325rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#IMUs5hnhhy0i44LEsiot8g3N4Wy6g2zU { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:14.125rem;top:19.3125rem;left:2.625rem;display:block; }
#CSrpIKkzwB9s3OQH7oc15AJus9U5ahDJ { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.9375rem;left:2.625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#SNzPZ1NATDT7I6kvJB0TBXVzJHMUQIPZ { position:absolute;display:block;z-index:15007;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: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:22.1875rem;width:17rem;top:10.625rem;left:1.25rem;display:block; }
#OTW400cPheSuTfk8VWfsWDWreFTsLT8F { display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:20.1875rem;left:2.625rem;height:6rem;color:#000000;font-style:italic;text-align:left;text-align-last:left;display:block; }
#U3dSHBdlLnqOTQOlWPGMmL9rCOuHr9zZ { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:22.1875rem;width:17rem;top:10.625rem;left:38.375rem;display:block; }
#OD7LT5VM0xlV55Tbv3clTMEfIb8utO7V { position:absolute;display:block;z-index:15026;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:14.125rem;top:19.3125rem;left:39.75rem;display:block; }
#Rr0Twl4onsgyxdLpdVc285U8BZ4E69DZ { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.8125rem;left:39.5625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#N7g8yimT6mJvsukterziIiPGScGk4siJ { display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:20.1875rem;left:39.75rem;height:4.5rem;color:#000000;font-style:italic;text-align:left;text-align-last:left;display:block; }
#qRsKkB8rn3pORnariNMG0vVD3MhCvhGo { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28.875rem;left:39.5625rem;height:1.787325rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#X3tGoXq5l3nRdBp6V8gPmK6NZA3NsSz3 { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.875rem;left:58rem;height:1.787325rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#SdgVpROur33o8INEIl614siVkZz7dE4T { position:absolute;display:block;z-index:15021;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:14.125rem;top:19.3125rem;left:58.1875rem;display:block; }
#PTQmIOk0DWZ26C9WMGOvDTSXNrTl1vqE { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.875rem;left:58.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#DTQZIdqxEoCx9FoTIoH0KFRtbA83bC5A { position:absolute;display:block;z-index:15012;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: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:22.1875rem;width:17rem;top:10.625rem;left:56.8125rem;display:block; }
#IIqGoVVJNIftLIOfwR22smSXdhlNTkyK { display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:20.1875rem;left:58.1875rem;height:6rem;color:#000000;font-style:italic;text-align:left;text-align-last:left;display:block; }
#k960EMRPvDvyWKwCzhHeL5LoMROvyJpg { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;background-color:#e72f42;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; }#k960EMRPvDvyWKwCzhHeL5LoMROvyJpg > .row .container { background-color: transparent; background-image: none; }#k960EMRPvDvyWKwCzhHeL5LoMROvyJpg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k960EMRPvDvyWKwCzhHeL5LoMROvyJpg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k960EMRPvDvyWKwCzhHeL5LoMROvyJpg > .row .container > .video-iframe-container { display: none; }#k960EMRPvDvyWKwCzhHeL5LoMROvyJpg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k960EMRPvDvyWKwCzhHeL5LoMROvyJpg > .row > .video-iframe-container { display: none; }#k960EMRPvDvyWKwCzhHeL5LoMROvyJpg > .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); }#k960EMRPvDvyWKwCzhHeL5LoMROvyJpg > .row .container { border-width: 0; border-radius: 0; }#k960EMRPvDvyWKwCzhHeL5LoMROvyJpg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k960EMRPvDvyWKwCzhHeL5LoMROvyJpg > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#VLNI141f2dFvcNrFGMpHmKd0arLFRhbG { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:"titillium web";font-size:2.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.125rem;left:6.3427734375rem;height:3.006075rem;font-style:normal;text-align:left;text-align-last:left;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; }
#oEqWG3Ln0c1TkEGrQLF4O4xdPpb3lyJ2 { color:#ffffff;display:block;width:20.8123125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7rem;left:8.125rem;height:1.7875rem;font-style:normal;display:block; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-form-header { font-size:1rem; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-regular-label { height:auto;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;color:#ffffff;width:20.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:2;text-align:left;text-align-last:left;vertical-align:top; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.6875rem;color:#000000;font-size:1rem;overflow:hidden;font-family:"titillium web";vertical-align:top; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-input-text {padding-top: 0; padding-bottom: 0;}#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:3.8125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:"titillium web";vertical-align:top; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .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:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-input-select {padding-top: 0; padding-bottom: 0;}#gnMPBmruuVE0n982oBAsUJOl13xknkaX .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; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-input-button { border-top-left-radius:5.0625rem;border-top-right-radius:5.0625rem;border-bottom-left-radius:5.0625rem;border-bottom-right-radius:5.0625rem;background-color:#ffffff;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:12.4375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:#000000;width:8.25rem;height:2.5rem;font-family:"titillium web";overflow:hidden;line-height:.9;font-style:normal;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX [class*="-text"]:-moz-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX [class*="-text"]::-moz-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .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:"titillium web";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#ffffff;vertical-align:top;width:19.4375rem;overflow:hidden;font-style:normal;float:none; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .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; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-container:first-of-type{padding-top:0;}#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-container:last-of-type{padding-bottom:0;}#gnMPBmruuVE0n982oBAsUJOl13xknkaX  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:5.5610790252686rem;font-size:1rem; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX {display:block;}#gnMPBmruuVE0n982oBAsUJOl13xknkaX { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:5.5610790252686rem;font-size:1rem; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX #zot07NHPyHdJFwPUTtDRKu8JbeVPuLlm { position:relative; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX #HnT5xRO8GXF5L1RCAySB9tCCRgMWXOMn { position:relative;display:block; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX #hVuiDUuTyNgzmH6mXQ5sOt6xC3ryNM6m { position:relative; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX #McJ2C0TMQEuOTH61IsIpWpqVVms8qzdA { position:relative; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX #ZfHLwx2WIC8zr0gQItamVsldK5XAGMez { position:relative;display:block; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX #SJsbFvD91X9lFEgq3f1ZLmKD22HshOzu { position:relative; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX #WVKVznh7TCmheT0ckvmC3Ee9TIwguzfi { position:relative; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX #JveTP0UWCnb8fEWKunAS55M3VnVO8KNJ { position:relative;display:block; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX #fTsg1m8HiQ8yhAdD8JR36PK9i2tR34Qh { position:relative; }
#l57BIAaOCQiEqfrwt8e5hZpxe5yiceoJ { position:relative;display:block;z-index:100000;display:block; }
#PElliv4kGCSHwLgCG66IOJq9pMxBkBGX { position:relative;display:block;z-index:100000;display:block; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX #ayrgkCsokTNsDZoqs9PGmoQXV5TVRGVA { position:relative; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX #IuxHFul5KalsOZc9zABekDp1DnhanhCo { position:relative;z-index:2; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX #TOSpnIisu5z7ye9P7BRBRC39qFe6mLvC { position:relative; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX #DShmC9a4p4tcuPzEdTh5S4zoowqxazHs { position:relative; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX #lvbnFvTebevkz4DaMhaRwaHl3vg59qP3 { position:relative; }
#P8qzrpvqzKQN5OixhVLkg3Wt2XWufkZi { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:6.3125rem;left:5.5625rem;display:block; }
#ieo4wh9O5VXkzypb0POFxVhMT5iLp6Qc { 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:39.3125rem;width:39.3125rem;top:5.8125rem;left:32.5625rem;overflow:hidden;display:block; }
#fgSCxXnKAODKnfsGW7ZmTAS4vrKy173J { border-top:0.125rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#fgSCxXnKAODKnfsGW7ZmTAS4vrKy173J > .row .container { background-color: transparent; background-image: none; }#fgSCxXnKAODKnfsGW7ZmTAS4vrKy173J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgSCxXnKAODKnfsGW7ZmTAS4vrKy173J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgSCxXnKAODKnfsGW7ZmTAS4vrKy173J > .row .container > .video-iframe-container { display: none; }#fgSCxXnKAODKnfsGW7ZmTAS4vrKy173J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgSCxXnKAODKnfsGW7ZmTAS4vrKy173J > .row > .video-iframe-container { display: none; }#fgSCxXnKAODKnfsGW7ZmTAS4vrKy173J > .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); }#fgSCxXnKAODKnfsGW7ZmTAS4vrKy173J > .row .container { border-width: 0; border-radius: 0; }#fgSCxXnKAODKnfsGW7ZmTAS4vrKy173J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fgSCxXnKAODKnfsGW7ZmTAS4vrKy173J > .row .container { font-size:0.875rem;font-family:arial;height:14.875488125rem;width:75rem;position:relative;display:block; }#PzBVSwdTR4ir5PWmF4NBG1zCGhpTkwIA { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1875rem;left:3.0625rem;height:7.79295625rem;text-align:left;text-align-last:left;display:block; }
#iRJCAKZUtReUnmUTXFKAx8LzkZvWA0iH { color:#ffffff;display:block;width:16.1241875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:1.5625rem;left:3.0625rem;height:1.5989rem;text-align:left;text-align-last:left;display:block; }
#CZ6TZ1Pllg6bDEDUcHsqclhyJbPheSyW { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:8.4375rem;left:62.125rem;display:block; }
#uP1g7kMmBTMXu2StS7C9yTFktrv0UmI8 { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:8.4375rem;left:65.5rem;display:block; }
#i0n31Qa3WTEEhS6NR4AkpPVgkbIKS4Ov { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:8.3125rem;left:69.125rem;display:block; }
#W2uvfTcbpFUG65t0MGmaQZ88L50QuEig { color:#e72f42;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:6.875rem;left:62.5rem;height:1.298825rem;font-style:normal;display:block; }
#P3K60PAViGScK4Kba4zRXhvI5BXvKIvR { box-sizing:content-box;color:#e72f42;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:1.3125rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CgKr4KfHfNiBD8ikM1r0fgiEClyNr62f { display:block; }#CgKr4KfHfNiBD8ikM1r0fgiEClyNr62f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BggTieB8TqMa8toOI7EDfTTOZIaqcnxP { width:6.875rem;height:1rem;top:1.6875rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBb4GyTJ3txTdm6186Sf4eK6iy08TG5b { display:block; }
 }@media only screen and (max-width: 763px) { #gy9ShCNKroR2i7ayuL2bLiZdi57w16TF { width:6.5rem;height:1rem;top:1.6875rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hehFTOKuxKyOxgUv80Lg7Rid31dA3TGp { display:block; }
 }@media only screen and (max-width: 763px) { #zXI8ZGSBLwsPhWCZn84TewHLK4VD1Xqk { width:5.25rem;height:1rem;top:1.6875rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0Epr5rhSueishbTTuTtKpADiT903AUU { display:block; }
 }@media only screen and (max-width: 763px) { #EzLyg0rpTNzZtabrpLWAVn1yBTGxSUuc { top:4.375rem;left:0rem;width:12.5rem;height:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gG1mdJa1L2lUA3lyTLW7Ji9HsT70VER3 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Pg8pa9d659uIbBQSDD93ZHWHTESvhTLP { width:10.625rem;height:3.5625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqFL7sEqiUsdWIJtTDko51IDFBQ1AMfA { display:block; }
 }@media only screen and (max-width: 763px) { #tfKdKaFCwgTRmBW62GltXpZymoI7NDGB { top:1rem;left:0rem;width:9.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb { display:block; }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2VDe9LGHhBIfMEXUUD9ALwH1BXCNkic { top:5rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcKmVA0K59ok6pPupiLSu2zbH63lHhWv { display:block; }#vcKmVA0K59ok6pPupiLSu2zbH63lHhWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIqpDTrUJeGyT2re9EKTGUixmkht5XCw { top:7.125rem;left:0rem;width:47.75rem;height:26.361422172452rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLh3d9Kp8DUXTN8TEfZp5kASeIW4Dwn2 { top:8.5625rem;left:3.9375rem;width:39.1875rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlhxgwEJsTxcQdVAvmTZSKW6hhkUWBhO { width:36.9375rem;height:1.1875rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEcvtFDPWV5Sdq2SNf1TloGlaVrTE6Ha { display:block; }#NEcvtFDPWV5Sdq2SNf1TloGlaVrTE6Ha > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pln7TpedD12TX6XQiFJnEKCBlHu6QAv5 { top:2.5rem;left:0rem;width:22.3125rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5D2m8aKPplKCT2DCgrbk3ndb2y6c4RN { width:5.125rem;height:1.1875rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaL5mSkev68zSKm73bTAUecTk8ST9uMM { width:9.5rem;height:0.125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7H9XPkWJdIF0mi9i4f2gapcSprbzrTM { top:4.625rem;left:29.118055343628rem;width:9.25rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CodCxfqw9GrVE6tsOKBNbeOXdClDtVq7 { top:10.6875rem;left:28.555555343628rem;width:10.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpNuntIToO5eGTC57cB0OJKTJwUtPxe2 { top:5.75rem;left:37.3125rem;width:10.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWrFJX1uKqDZaHEZegoMNzIuOGTHBUnE { top:16.9375rem;left:14.211805343628rem;width:9rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5cTNMg57FVQNNtWdVXah0pMN2cJzbDH { top:29rem;left:31.336805343628rem;width:4.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLr0NCTVJVnpDCTHTS9VhEBSmlrrSGzH { top:16.625rem;left:38.8125rem;width:8.9375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQTE2ZDVzqga5CUb4gRbiJp9uPbAKf6I { top:16.8125rem;left:29.493055343628rem;width:8.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsVXZw88ANO6XbzPX9ZqOh17eNM2JC9L { top:28.1875rem;left:15.024305343628rem;width:7.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvulwCTPGZQXAWRqxGo0EZQ0x7g8EmQ6 { top:22.9375rem;left:37.6875rem;width:10.0625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRQkMecF3H3NWFDkNkXxAJl9Ln7Pweii { top:22.1875rem;left:28.711805343628rem;width:10.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIOxkFBwLoiHe4RPMTHdR05KDSr1vGHI { top:1.8125rem;left:0rem;width:47.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsLzbPRnz3ISHCIUuPDix00LpiOTDzya { top:5.625rem;left:15.493055343628rem;width:6.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDhgHawi8mH2Xts49QhAPCwbmUTWt6nT { top:11.0625rem;left:14.111112594604rem;width:9.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDneyeVGnD369KWOee9KAZs3t3y27fml { top:22.9375rem;left:13.836805343628rem;width:9.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTEJGqot6hORyTkrFokyt9MPKftxLqAP { top:11.25rem;left:41.0625rem;width:6.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMlVzbFERgwAJ6c1rXOKFIneCVamLXoN { display:block; }#tMlVzbFERgwAJ6c1rXOKFIneCVamLXoN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5SD7k2mmDAXc2iLlTez6TaOVNsEIC4t { width:18.5rem;height:1.6875rem;top:2.75rem;left:13.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msRQm796WuyRZZA2Ifn9xIEWcKV1ACAT { width:22.375rem;height:1.5rem;top:5.875rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhbdrsib8vTOPOV8KOL6W8Kbc93tfWIc { top:7.5625rem;left:9.3125rem;width:22.4375rem;height:11.75rem;font-size:1rem;display:block; }#Nhbdrsib8vTOPOV8KOL6W8Kbc93tfWIc li:before{  }
 }@media only screen and (max-width: 763px) { #ivXRl2de4zTvL1drPNtgfmo7VoVGggOX { width:18.4375rem;height:1.5rem;top:5.875rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehhVMi2vBulSJHS9NUK57gTr2D0W9cnT { top:7.5625rem;left:25.4375rem;width:22.1875rem;height:25.3125rem;font-size:1rem;display:block; }#ehhVMi2vBulSJHS9NUK57gTr2D0W9cnT li:before{  }
 }@media only screen and (max-width: 763px) { #JklzfwNsIDI9eVSyF3JWo4oHbS4R5pl4 { width:21.875rem;height:1.5rem;top:20.625rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvSmiTvRth3xIoNiIBkuQ0rW6GKpXZ0B { top:22.3125rem;left:10.0625rem;width:21.6875rem;height:6.625rem;font-size:1rem;display:block; }#bvSmiTvRth3xIoNiIBkuQ0rW6GKpXZ0B li:before{  }
 }@media only screen and (max-width: 763px) { #Fk80ZEd7iwmTLgwyCUa3ThHqILe43fas { top:2.75rem;left:0rem;width:23.5rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6B9IBpNKoJRoDUTggGvTCyuSXKGsFlu { width:5.125rem;height:1.1875rem;top:0.8125rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHxHwEWbDMDK9xNSpILTEqVmLDUFiHKt { width:9.5rem;height:0.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwIkLvlqdltwHw9DEEClwPfgUK4mkGTy { top:1.8125rem;left:0rem;width:47.625rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiWXJtCEgxOwy4ArxMpPbTbksDDFPtDn { display:block; }#CiWXJtCEgxOwy4ArxMpPbTbksDDFPtDn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PbDagQBLomGwsTTlFZeFAk0QVsDeAoUT { width:21.875rem;height:1.5rem;top:4.0625rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXMGUeU69JbpF43MEvm2onwKdo81SK7k { width:18.5rem;height:1.6875rem;top:0.8125rem;left:13.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3xNHCE3kqDxPIXRALF69mgmCypaCAz7 { top:5.8125rem;left:9.875rem;width:21.875rem;height:7.8125rem;font-size:1rem;display:block; }#q3xNHCE3kqDxPIXRALF69mgmCypaCAz7 li:before{  }
 }@media only screen and (max-width: 763px) { #fEE2texJH6JQBJynp7MtdNVEQ8OrDRU5 { width:21.875rem;height:3rem;top:15.0625rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq2UsoCmwA0RD2pdfp69ahFcRiWKqN64 { top:18.4375rem;left:9.4375rem;width:22.3125rem;height:7.8125rem;font-size:1rem;display:block; }#Jq2UsoCmwA0RD2pdfp69ahFcRiWKqN64 li:before{  }
 }@media only screen and (max-width: 763px) { #oZaucdkTX7w5hVSxFGmuoL2MfAbpBd7f { width:21.875rem;height:1.5rem;top:27.625rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg17B9CRWiPL7obzvvph3nmIGI7Whgxu { top:4.0625rem;left:25.375rem;width:22.25rem;height:28.625rem;font-size:1rem;display:block; }#yg17B9CRWiPL7obzvvph3nmIGI7Whgxu li:before{  }
 }@media only screen and (max-width: 763px) { #HZwD8rRkPOGPKeI9ueOldJ9bvIx4O4Gv { top:29.3125rem;left:9.875rem;width:21.875rem;height:4.8125rem;font-size:1rem;display:block; }#HZwD8rRkPOGPKeI9ueOldJ9bvIx4O4Gv li:before{  }
 }@media only screen and (max-width: 763px) { #quDoaDOaKWzfMTny4v0FUTWf3RRRFuGW { top:0rem;left:0rem;width:47.625rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #udGtiCCt32l71l4QVcz1pI6rwGNuUEiU { display:block; }#udGtiCCt32l71l4QVcz1pI6rwGNuUEiU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZLaM5EggZo2GrHB88toxWDVSx9qCnf4 { width:21.875rem;height:1.6875rem;top:1.625rem;left:9.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZv0EHb87NiwUNfTMmNKyIko2u4Wv5Ds { width:21.875rem;height:1.5rem;top:7.9375rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKwMCqBTaM7e7yT2tsK3lfzIxL6KDRFz { top:9.625rem;left:9.875rem;width:21.875rem;height:;font-size:1rem;display:block; }#bKwMCqBTaM7e7yT2tsK3lfzIxL6KDRFz li:before{  }
 }@media only screen and (max-width: 763px) { #KUnUyhekm8ISc93bPg65BzqzUEupURkh { width:21.875rem;height:1.5rem;top:4.8125rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO4P78TkBeeitCdznDfN27SFC0LH8WWZ { top:7.9375rem;left:25.75rem;width:21.875rem;height:;font-size:1rem;display:block; }#WO4P78TkBeeitCdznDfN27SFC0LH8WWZ li:before{  }
 }@media only screen and (max-width: 763px) { #B7ucJTwHbxgmvLricmNx6yRowkFnUT3b { top:0rem;left:0rem;width:47.625rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvQxrCHMPsDXatAlH4RkBNMCkFDtq4Lt { display:block; }#LvQxrCHMPsDXatAlH4RkBNMCkFDtq4Lt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bguuQQ9Jw0bUXFxnAdnPuLi6NPzqSpkU { width:9.5625rem;height:0.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWohuDPVnvqXF9dw0ilxovAnL5mOuJVT { top:2.6875rem;left:0rem;width:19.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlsOuXdcIpV1PZrVzD9bGGf7Smrsd3Ee { width:5.125rem;height:1.1875rem;top:0.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OINWU76w0it0vZ2IePEtVMzkR2oRKIJZ { display:block; }#OINWU76w0it0vZ2IePEtVMzkR2oRKIJZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8LXJECAnFOL4W3S6damdhBbo8XoDhhy { width:10.625rem;height:3.375rem;top:20.125rem;left:21.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4fT4o9Npc0fcCNn9soc9F9UtGu8ATH { top:9.25rem;left:21.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiVpgubrB4HXbPhS183Rrpi4O9fzcCsy { width:8.6875rem;height:2.1875rem;top:15.9375rem;left:23.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq3Es01TCM7cwcExsrKGzT3BnrxTafat { width:10.625rem;height:;top:19.5625rem;left:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAJI9JRdNUaiMIfrgkySuG7BPoaimDp4 { top:9.25rem;left:5.875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK44uNAezuyguIWizstRkXpdm41FfE7t { width:8.75rem;height:3.875rem;top:14rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7kUbXnVEQ7k2UWaWtdvvgTvLHK8SRCp { top:10rem;left:15.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIwsPxW1ZRtiQlvGcyi0IsBifc7FzkAp { top:10rem;left:27.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZeUPrJqmo1cz64mrQUIvoloU3BOQHZE { top:26.6875rem;left:0rem;width:19.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhXiTaHdIGzWnnwQ9JorDp5XuQte1oQR { top:2.5rem;left:6.0625rem;width:9.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZE1sOJGkVWQhMoFeA4a24xFXdGWeqJ7 { top:2.5625rem;left:21.9375rem;width:9.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnvkghKefouDMXRfDcqegHatkOPq6fWt { display:block; }#gnvkghKefouDMXRfDcqegHatkOPq6fWt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJkBUbKDPi3DaPLqz0paktkQ1t9aqw85 { top:1.75rem;left:2.9375rem;width:17rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqeLo0CyTT7yEuMIlCXPH0bxADUbArbo { top:11.875rem;left:5.1875rem;width:12.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU9iiOvhUoHKdmg0r8m0IAKrNQ5nulbL { top:10.75rem;left:5.8125rem;width:11.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmdIOMo43LxgVRRLTTN1s33k3R7K0paM { top:16.6875rem;left:5.4375rem;width:12.5625rem;height:12.875rem;font-size:0.875rem;display:block; }#TmdIOMo43LxgVRRLTTN1s33k3R7K0paM li:before{  }
 }@media only screen and (max-width: 763px) { #T5v7afa70DAKIC5w0QWV1tZ2AX3Nxpfv { top:31.9375rem;left:6.4375rem;width:10.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHPWzbSDLWFUhWsR0RdQK64zTdS6gwZp { top:35.8125rem;left:5.8125rem;width:11.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpK7Ko5fXovQTNvO45Ut85S7axWbuIeU { display:block; }
 }@media only screen and (max-width: 763px) { #cNR1Ld1ULV3cRVPk6OV7eqforzJdOyMf { top:1.8125rem;left:27.875rem;width:17rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDceFiTKUdI1fibcnuKRgLeN7Srl1X3L { top:10.75rem;left:30.75rem;width:11.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAAF3H2bInVrB1GqMLcqatPBc21GAG7k { top:16.6875rem;left:30.28125rem;width:12.5625rem;height:12.875rem;font-size:0.875rem;display:block; }#dAAF3H2bInVrB1GqMLcqatPBc21GAG7k li:before{  }
 }@media only screen and (max-width: 763px) { #xLNE8lzuTemhRMAXxclAue7wtWrZDotO { top:11.875rem;left:31.6875rem;width:9.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #saa5PHQI2vOGkM7kWxud0Iau5P6pcI4d { top:31.9375rem;left:32.5625rem;width:8rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZJCW9lHnFyyNTR4Cb8zu1nttr3abzrl { top:35.8125rem;left:30.75rem;width:11.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1t6q3HibZAV1dlJ99svSw6hN8rrSR2F { display:block; }
 }@media only screen and (max-width: 763px) { #p5PoP8UrmgWiLrh6ZJgKLM7gFOQReywR { width:47.75rem;height:1.25rem;top:40.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5W2oBFNZ2dgXssbvQGUIDH0LLgLBZET { top:4.75rem;left:6.5rem;width:10.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPFv05LMeOukAUn7xed6nN3xf6h33t2c { top:4.75rem;left:30.75rem;width:11.75rem;height:2.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKbcvnxUp3T9TeIfmJgTKAwXqJvr8RU3 { display:block; }#NKbcvnxUp3T9TeIfmJgTKAwXqJvr8RU3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKRVnZJiSS6RVFa09g35iToDUrc0vULt { top:38.1875rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW93kymqOT2mnQQB8bR87twBanCA6Vd0 { top:42rem;left:38.8125rem;width:8.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxdqvGfTgm3VfPAWTLiF4X0nnRF8K0Jr { top:0.5rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMAFVEl0GqzUbHfFtNB14onzguz6RHdQ { top:3.3125rem;left:12.8125rem;width:9.4375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqUCqZG7T0PTOukQB7I0ZuxnGcTSFNvM { top:0.5rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJwl0PNh3N4lCcSx7DwcEUCh7614uArh { top:3.375rem;left:36.8125rem;width:10.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3Lo46QcGGaKVVFUHgOnR22ottAAxK8P { top:0.5rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixKQr8pQkABbadpubkPFAquM3Bi2uypf { top:4rem;left:24.5rem;width:11rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmLCzOBCPi04pCUFTSgiKbi94qy1x2UD { top:0.5rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVsUwdVcCre6fTV5vn91DD1VQgdFErSZ { top:5.4375rem;left:39.75rem;width:8rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otQWKDCqOi3eAUDUMvwV7RTIJDK1aSGD { top:13.0625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3E0fTq8lHCwEv2NdwWCXE5qXwTqEkCM { top:18.5rem;left:38.156253814698rem;width:8.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqniKRsyvVwhAITTTwWm2hTyOWiCtT6A { top:13.0625rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K23FG4VNXx4GeRE37DSrNztmZCcqwWvM { top:16.5rem;left:25.5625rem;width:8.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsHPE5ibl09sMhR1ADXx3WBkpxu2qrzV { top:13.0625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8Ls62UrCKJr6qE4UHC5aP9T0eH0GDp3 { top:15.375rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #If4xSroTtFcOs9hohxSVRS26l0fA0Aw7 { top:13.0625rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAAdepA0FzWvCZGFCd0HoSRxi0K8N5VL { top:15.375rem;left:13.5rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifGVsTasBBhkVPFEW901SFN4qOPnWXlT { top:38.1875rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Omba37OPxrAAd0gNHmeaub6SsodMVBoX { top:41.875rem;left:38.1875rem;width:8.9375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaBOmkO7HmH7xZWfsTSRmzW9Tm0muFTN { top:25.625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbQbe5cZOmDESqffAra8OEoTfOVUaqZZ { top:25.625rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g237M7mSyLSRboMwlTNAfTBwg7Ze9Oh2 { top:25.625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP9L39ykGGZNATZqbaLC9GPAQmBfF6NF { top:25.625rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRu61eL13J1Q0NIT6N2LEd4U8AGzrQyy { top:38.1875rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNCKWDSwxXFhxi4QT85eQqgIpCauWl6U { top:29rem;left:36.4375rem;width:11.3125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttyMMwJ4IKX1hctOZWV0EbtlSszi3Nbt { top:29.75rem;left:25.5625rem;width:8.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCTK82yITxxTrifkZqSQLNrAgNv7HxGW { top:27.9375rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyN2QMXryVMOgKhdcPrUCANhJ1Sp07Or { top:29rem;left:13.5rem;width:8rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7qOtIc4QE2dOzNrsWBT6pTGkCx5MCCK { top:41.875rem;left:27.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhtEMG0mOx59yMDfCkTGcKbaTVbZCzNf { top:1.9375rem;left:0rem;width:20.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRgoTlr7iEM5bgOmRxQg2JKCDLgJSJb4 { width:5.875rem;height:1.1875rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEZag8g9893Anxov3lgc3RwqcyPEaHxI { width:9.5625rem;height:0.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGTP3wVQWIgqHkwZze6eKzrB5L2IkzOZ { top:38.1875rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5ERhlZR1PTbVVSPOftZoLazqOy8EwQH { top:43.75rem;left:12.25rem;width:10.5625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZITa3si7lNqlS4WyzqNN5uHDVkzKDy8T { display:block; }#ZITa3si7lNqlS4WyzqNN5uHDVkzKDy8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QxN8L6hL5uhkwIgARQ4xvZZE9rkxzMP6 { top:5.1875rem;left:0rem;width:25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glZSm9aZ9Epz1DTO3TQTD5KKG8SHkFyI { width:5.125rem;height:1.1875rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHpifmAbnzugCyEdc5uKPsE31FpwArUB { width:9.5625rem;height:0.1875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8tobn5LZgvpCNaLKt3rE3QDF9iuAuHC { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbMK66U2QSFgc8QyNmIr0ptUax2ALmax { width:14.125rem;height:0.1875rem;top:19.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxMsmuRMsMnw9C4kq4VaZ4ziu5bRJPFR { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcRxXOoaHmdxlmU8TFGbuTfy0NhDOPSu { top:10.625rem;left:6.25rem;width:17rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2xtkAblFlF2vhZEW1dW4TRsTUTVfwRJ { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3qfKFSE8NVNusBTzr3xgX6Sb6dwsZJV { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMUs5hnhhy0i44LEsiot8g3N4Wy6g2zU { width:14.125rem;height:0.1875rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSrpIKkzwB9s3OQH7oc15AJus9U5ahDJ { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNzPZ1NATDT7I6kvJB0TBXVzJHMUQIPZ { top:10.625rem;left:0rem;width:17rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTW400cPheSuTfk8VWfsWDWreFTsLT8F { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3dSHBdlLnqOTQOlWPGMmL9rCOuHr9zZ { top:10.625rem;left:24.75rem;width:17rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD7LT5VM0xlV55Tbv3clTMEfIb8utO7V { width:14.125rem;height:0.1875rem;top:19.3125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr0Twl4onsgyxdLpdVc285U8BZ4E69DZ { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7g8yimT6mJvsukterziIiPGScGk4siJ { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRsKkB8rn3pORnariNMG0vVD3MhCvhGo { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3tGoXq5l3nRdBp6V8gPmK6NZA3NsSz3 { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdgVpROur33o8INEIl614siVkZz7dE4T { width:14.125rem;height:0.1875rem;top:19.3125rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTQmIOk0DWZ26C9WMGOvDTSXNrTl1vqE { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTQZIdqxEoCx9FoTIoH0KFRtbA83bC5A { top:10.625rem;left:30.75rem;width:17rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIqGoVVJNIftLIOfwR22smSXdhlNTkyK { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k960EMRPvDvyWKwCzhHeL5LoMROvyJpg { display:block; }#k960EMRPvDvyWKwCzhHeL5LoMROvyJpg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLNI141f2dFvcNrFGMpHmKd0arLFRhbG { top:2.0625rem;left:0rem;width:24.375rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEqWG3Ln0c1TkEGrQLF4O4xdPpb3lyJ2 { top:7rem;left:0rem;width:20.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-input-text {padding-top: 0; padding-bottom: 0;}#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-input-select {padding-top: 0; padding-bottom: 0;}#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-input-button { width:8.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-checkbox-label { width:19.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX  { width:20.6875rem;height:auto;top:8.75rem;left:0rem; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX {display:block;}#gnMPBmruuVE0n982oBAsUJOl13xknkaX { width:20.6875rem;height:auto;top:8.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #zot07NHPyHdJFwPUTtDRKu8JbeVPuLlm {  }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #HnT5xRO8GXF5L1RCAySB9tCCRgMWXOMn { display:block; }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #hVuiDUuTyNgzmH6mXQ5sOt6xC3ryNM6m {  }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #McJ2C0TMQEuOTH61IsIpWpqVVms8qzdA {  }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #ZfHLwx2WIC8zr0gQItamVsldK5XAGMez { display:block; }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #SJsbFvD91X9lFEgq3f1ZLmKD22HshOzu {  }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #WVKVznh7TCmheT0ckvmC3Ee9TIwguzfi {  }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #JveTP0UWCnb8fEWKunAS55M3VnVO8KNJ { display:block; }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #fTsg1m8HiQ8yhAdD8JR36PK9i2tR34Qh {  }
 }@media only screen and (max-width: 763px) { #l57BIAaOCQiEqfrwt8e5hZpxe5yiceoJ { display:block; }
 }@media only screen and (max-width: 763px) { #PElliv4kGCSHwLgCG66IOJq9pMxBkBGX { display:block; }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #ayrgkCsokTNsDZoqs9PGmoQXV5TVRGVA {  }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #IuxHFul5KalsOZc9zABekDp1DnhanhCo {  }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #TOSpnIisu5z7ye9P7BRBRC39qFe6mLvC {  }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #DShmC9a4p4tcuPzEdTh5S4zoowqxazHs {  }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #lvbnFvTebevkz4DaMhaRwaHl3vg59qP3 {  }
 }@media only screen and (max-width: 763px) { #P8qzrpvqzKQN5OixhVLkg3Wt2XWufkZi { top:6.3125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieo4wh9O5VXkzypb0POFxVhMT5iLp6Qc { top:5.8125rem;left:8.4375rem;width:39.3125rem;height:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgSCxXnKAODKnfsGW7ZmTAS4vrKy173J { display:block; }#fgSCxXnKAODKnfsGW7ZmTAS4vrKy173J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzBVSwdTR4ir5PWmF4NBG1zCGhpTkwIA { width:25.1875rem;height:7.75rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRJCAKZUtReUnmUTXFKAx8LzkZvWA0iH { width:16.0625rem;height:1.5625rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ6TZ1Pllg6bDEDUcHsqclhyJbPheSyW { top:8.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP1g7kMmBTMXu2StS7C9yTFktrv0UmI8 { top:8.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0n31Qa3WTEEhS6NR4AkpPVgkbIKS4Ov { top:8.3125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2uvfTcbpFUG65t0MGmaQZ88L50QuEig { top:6.875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3K60PAViGScK4Kba4zRXhvI5BXvKIvR { top:1.3125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CgKr4KfHfNiBD8ikM1r0fgiEClyNr62f { position:relative;z-index:auto;display:block; }#CgKr4KfHfNiBD8ikM1r0fgiEClyNr62f > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BggTieB8TqMa8toOI7EDfTTOZIaqcnxP { width:6.875rem;height:1rem;top:1.6875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LBb4GyTJ3txTdm6186Sf4eK6iy08TG5b { display:block; }
 }@media only screen and (max-width: 763px) { #gy9ShCNKroR2i7ayuL2bLiZdi57w16TF { width:6.5rem;height:1rem;top:1.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hehFTOKuxKyOxgUv80Lg7Rid31dA3TGp { display:block; }
 }@media only screen and (max-width: 763px) { #zXI8ZGSBLwsPhWCZn84TewHLK4VD1Xqk { width:5.25rem;height:1rem;top:1.6875rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0Epr5rhSueishbTTuTtKpADiT903AUU { display:block; }
 }@media only screen and (max-width: 763px) { #EzLyg0rpTNzZtabrpLWAVn1yBTGxSUuc { top:4.09375rem;left:7.0625rem;width:9.1875rem;height:12rem;z-index:15006;line-height:2;color:#424242;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gG1mdJa1L2lUA3lyTLW7Ji9HsT70VER3 { top:4.09375rem;left:6.53125rem;width:10.25rem;height:14.25rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #Pg8pa9d659uIbBQSDD93ZHWHTESvhTLP { width:10.625rem;height:3.5625rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqFL7sEqiUsdWIJtTDko51IDFBQ1AMfA { display:block; }
 }@media only screen and (max-width: 763px) { #tfKdKaFCwgTRmBW62GltXpZymoI7NDGB { width:9.375rem;height:2.3125rem;top:1.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb { display:block; }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2VDe9LGHhBIfMEXUUD9ALwH1BXCNkic { width:15.9375rem;height:5.15625rem;top:2.25rem;left:2.03125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vcKmVA0K59ok6pPupiLSu2zbH63lHhWv { display:block; }#vcKmVA0K59ok6pPupiLSu2zbH63lHhWv > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIqpDTrUJeGyT2re9EKTGUixmkht5XCw { width:20rem;height:11.0405625rem;top:4.75rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #LLh3d9Kp8DUXTN8TEfZp5kASeIW4Dwn2 { height:8.8125rem;width:14.0625rem;top:5.25rem;left:2.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #XlhxgwEJsTxcQdVAvmTZSKW6hhkUWBhO { width:19.624rem;height:2.44921875rem;top:0.662841796875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #NEcvtFDPWV5Sdq2SNf1TloGlaVrTE6Ha { display:block; }#NEcvtFDPWV5Sdq2SNf1TloGlaVrTE6Ha > .row .container { width:20rem;height:60.654660137852rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pln7TpedD12TX6XQiFJnEKCBlHu6QAv5 { width:19.0625rem;height:5.19921875rem;top:3.9375rem;left:0.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5D2m8aKPplKCT2DCgrbk3ndb2y6c4RN { width:5.125rem;height:1.3994125rem;top:0.59375rem;left:12.75rem;text-align:right;text-align-last:right;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #UaL5mSkev68zSKm73bTAUecTk8ST9uMM { width:9.5rem;height:0.1875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7H9XPkWJdIF0mi9i4f2gapcSprbzrTM { width:5rem;height:2.625rem;top:13.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CodCxfqw9GrVE6tsOKBNbeOXdClDtVq7 { width:10.375rem;height:3.4375rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpNuntIToO5eGTC57cB0OJKTJwUtPxe2 { width:5.375rem;height:1.375rem;top:12.9375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWrFJX1uKqDZaHEZegoMNzIuOGTHBUnE { width:6.125rem;height:1.25rem;top:22.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5cTNMg57FVQNNtWdVXah0pMN2cJzbDH { width:4.8125rem;height:2.1875rem;top:27.125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLr0NCTVJVnpDCTHTS9VhEBSmlrrSGzH { width:7rem;height:2.0625rem;top:18.5625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQTE2ZDVzqga5CUb4gRbiJp9uPbAKf6I { width:9.375rem;height:2.5rem;top:27rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsVXZw88ANO6XbzPX9ZqOh17eNM2JC9L { width:7.375rem;height:3.75rem;top:30.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvulwCTPGZQXAWRqxGo0EZQ0x7g8EmQ6 { width:10.0625rem;height:2.25rem;top:31.4375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRQkMecF3H3NWFDkNkXxAJl9Ln7Pweii { width:10.0625rem;height:3.75rem;top:39.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIOxkFBwLoiHe4RPMTHdR05KDSr1vGHI { width:19.875rem;height:32.9375rem;top:11.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsLzbPRnz3ISHCIUuPDix00LpiOTDzya { width:6.4375rem;height:2.6243639377846rem;top:45.90625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDhgHawi8mH2Xts49QhAPCwbmUTWt6nT { width:9.625rem;height:2.6244408764149rem;top:49.780613937784rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDneyeVGnD369KWOee9KAZs3t3y27fml { width:9.75rem;height:2.2497302780876rem;top:57.154929859765rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTEJGqot6hORyTkrFokyt9MPKftxLqAP { width:6.6875rem;height:2.2498750455654rem;top:53.655054814199rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMlVzbFERgwAJ6c1rXOKFIneCVamLXoN { display:block; }#tMlVzbFERgwAJ6c1rXOKFIneCVamLXoN > .row .container { width:20rem;height:68.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5SD7k2mmDAXc2iLlTez6TaOVNsEIC4t { width:10.0625rem;height:1.13671875rem;top:11.5625rem;left:4.96875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #msRQm796WuyRZZA2Ifn9xIEWcKV1ACAT { width:18.75rem;height:2.5996125rem;top:52.3125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Nhbdrsib8vTOPOV8KOL6W8Kbc93tfWIc { width:18.75rem;height:10.348625rem;top:54.912109375rem;left:0.625rem;font-size:1rem;line-height:1.3;display:block; }#Nhbdrsib8vTOPOV8KOL6W8Kbc93tfWIc li:before{  }
 }@media only screen and (max-width: 763px) { #ivXRl2de4zTvL1drPNtgfmo7VoVGggOX { width:18.75rem;height:1.29980625rem;top:24.26171875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ehhVMi2vBulSJHS9NUK57gTr2D0W9cnT { width:18.75rem;height:26.209rem;top:25.5615234375rem;left:0.625rem;font-size:1rem;line-height:1.3;display:block; }#ehhVMi2vBulSJHS9NUK57gTr2D0W9cnT li:before{  }
 }@media only screen and (max-width: 763px) { #JklzfwNsIDI9eVSyF3JWo4oHbS4R5pl4 { width:18.75rem;height:1.29980625rem;top:13.80078125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bvSmiTvRth3xIoNiIBkuQ0rW6GKpXZ0B { width:18.75rem;height:8.4238125rem;top:15.1005859375rem;left:0.625rem;font-size:1rem;line-height:1.3;display:block; }#bvSmiTvRth3xIoNiIBkuQ0rW6GKpXZ0B li:before{  }
 }@media only screen and (max-width: 763px) { #Fk80ZEd7iwmTLgwyCUa3ThHqILe43fas { width:19.0625rem;height:5.19921875rem;top:3.75rem;left:0.46875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #X6B9IBpNKoJRoDUTggGvTCyuSXKGsFlu { width:6.0625rem;height:1.3994125rem;top:0.65625rem;left:11.53125rem;text-align:right;text-align-last:right;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #rHxHwEWbDMDK9xNSpILTEqVmLDUFiHKt { width:9.5rem;height:0.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwIkLvlqdltwHw9DEEClwPfgUK4mkGTy { width:19.875rem;height:56.75rem;top:10.1875rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #CiWXJtCEgxOwy4ArxMpPbTbksDDFPtDn { display:block; }#CiWXJtCEgxOwy4ArxMpPbTbksDDFPtDn > .row .container { width:20rem;height:63.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PbDagQBLomGwsTTlFZeFAk0QVsDeAoUT { width:18.75rem;height:1.29980625rem;top:3.94921875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sXMGUeU69JbpF43MEvm2onwKdo81SK7k { width:12.0625rem;height:1.13671875rem;top:1.5625rem;left:3.96875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q3xNHCE3kqDxPIXRALF69mgmCypaCAz7 { width:18.75rem;height:8.1113125rem;top:5.2490234375rem;left:0.625rem;font-size:1rem;line-height:1.3;display:block; }#q3xNHCE3kqDxPIXRALF69mgmCypaCAz7 li:before{  }
 }@media only screen and (max-width: 763px) { #fEE2texJH6JQBJynp7MtdNVEQ8OrDRU5 { width:18.75rem;height:2.5996125rem;top:14.8125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Jq2UsoCmwA0RD2pdfp69ahFcRiWKqN64 { width:18.75rem;height:8.1113125rem;top:17.412109375rem;left:0.6875rem;font-size:1rem;line-height:1.3;display:block; }#Jq2UsoCmwA0RD2pdfp69ahFcRiWKqN64 li:before{  }
 }@media only screen and (max-width: 763px) { #oZaucdkTX7w5hVSxFGmuoL2MfAbpBd7f { width:18.75rem;height:1.29980625rem;top:26.375rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yg17B9CRWiPL7obzvvph3nmIGI7Whgxu { width:18.75rem;height:27.8213125rem;top:32.0107421875rem;left:0.625rem;font-size:1rem;line-height:1.3;display:block; }#yg17B9CRWiPL7obzvvph3nmIGI7Whgxu li:before{  }
 }@media only screen and (max-width: 763px) { #HZwD8rRkPOGPKeI9ueOldJ9bvIx4O4Gv { width:18.75rem;height:4.2119125rem;top:27.6748046875rem;left:0.75rem;font-size:1rem;line-height:1.3;display:block; }#HZwD8rRkPOGPKeI9ueOldJ9bvIx4O4Gv li:before{  }
 }@media only screen and (max-width: 763px) { #quDoaDOaKWzfMTny4v0FUTWf3RRRFuGW { width:19.875rem;height:61.4375rem;top:0rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #udGtiCCt32l71l4QVcz1pI6rwGNuUEiU { display:block; }#udGtiCCt32l71l4QVcz1pI6rwGNuUEiU > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZLaM5EggZo2GrHB88toxWDVSx9qCnf4 { width:19.625rem;height:1.13671875rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IZv0EHb87NiwUNfTMmNKyIko2u4Wv5Ds { width:18.75rem;height:1.29980625rem;top:6.2490234375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bKwMCqBTaM7e7yT2tsK3lfzIxL6KDRFz { width:18.75rem;height:7.749rem;top:7.4873046875rem;left:0.625rem;font-size:1rem;line-height:1.3;display:block; }#bKwMCqBTaM7e7yT2tsK3lfzIxL6KDRFz li:before{  }
 }@media only screen and (max-width: 763px) { #KUnUyhekm8ISc93bPg65BzqzUEupURkh { width:18.75rem;height:1.29980625rem;top:3.6875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WO4P78TkBeeitCdznDfN27SFC0LH8WWZ { width:18.75rem;height:9.3613125rem;top:16.8603515625rem;left:0.625rem;font-size:1rem;line-height:1.3;display:block; }#WO4P78TkBeeitCdznDfN27SFC0LH8WWZ li:before{  }
 }@media only screen and (max-width: 763px) { #B7ucJTwHbxgmvLricmNx6yRowkFnUT3b { width:19.875rem;height:29.1875rem;top:0rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #LvQxrCHMPsDXatAlH4RkBNMCkFDtq4Lt { display:block; }#LvQxrCHMPsDXatAlH4RkBNMCkFDtq4Lt > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bguuQQ9Jw0bUXFxnAdnPuLi6NPzqSpkU { width:9.5625rem;height:0.125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWohuDPVnvqXF9dw0ilxovAnL5mOuJVT { width:14.4375rem;height:2.5996125rem;top:3.5625rem;left:2.78125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UlsOuXdcIpV1PZrVzD9bGGf7Smrsd3Ee { width:5.125rem;height:1.3994125rem;top:1.03125rem;left:11.6875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OINWU76w0it0vZ2IePEtVMzkR2oRKIJZ { display:block; }#OINWU76w0it0vZ2IePEtVMzkR2oRKIJZ > .row .container { width:20rem;height:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8LXJECAnFOL4W3S6damdhBbo8XoDhhy { width:10.625rem;height:3.9375rem;top:48.123046875rem;left:4.6875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4fT4o9Npc0fcCNn9soc9F9UtGu8ATH { width:10rem;height:10rem;top:36.873046875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiVpgubrB4HXbPhS183Rrpi4O9fzcCsy { width:8.6875rem;height:3rem;top:42.7744140625rem;left:5.65625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq3Es01TCM7cwcExsrKGzT3BnrxTafat { width:10.625rem;height:5.25rem;top:20.32421875rem;left:4.6875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAJI9JRdNUaiMIfrgkySuG7BPoaimDp4 { width:10rem;height:10rem;top:9.01171875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK44uNAezuyguIWizstRkXpdm41FfE7t { width:8.75rem;height:4.5rem;top:13.76171875rem;left:5.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7kUbXnVEQ7k2UWaWtdvvgTvLHK8SRCp { display:flex;width:4.0625rem;height:4.0625rem;top:9.01171875rem;left:7.96875rem; }
 }@media only screen and (max-width: 763px) { #VIwsPxW1ZRtiQlvGcyi0IsBifc7FzkAp { display:flex;width:4.0625rem;height:4.0625rem;top:36.873046875rem;left:7.96875rem; }
 }@media only screen and (max-width: 763px) { #qZeUPrJqmo1cz64mrQUIvoloU3BOQHZE { width:19.0625rem;height:2.5996125rem;top:54.1064453125rem;left:0.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lhXiTaHdIGzWnnwQ9JorDp5XuQte1oQR { width:9.8125rem;height:2.5996125rem;top:2.875rem;left:5.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZE1sOJGkVWQhMoFeA4a24xFXdGWeqJ7 { width:9.8125rem;height:2.5996125rem;top:30.548828125rem;left:5.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnvkghKefouDMXRfDcqegHatkOPq6fWt { display:block; }#gnvkghKefouDMXRfDcqegHatkOPq6fWt > .row .container { width:20rem;height:74.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJkBUbKDPi3DaPLqz0paktkQ1t9aqw85 { width:17rem;height:33.75rem;top:0rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqeLo0CyTT7yEuMIlCXPH0bxADUbArbo { width:11.5625rem;height:2.2734375rem;top:6.9375rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU9iiOvhUoHKdmg0r8m0IAKrNQ5nulbL { width:11.625rem;height:0.1875rem;top:6.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmdIOMo43LxgVRRLTTN1s33k3R7K0paM { width:12.5625rem;height:12.9296875rem;top:9.3125rem;left:4.0625rem;font-size:0.875rem;display:block; }#TmdIOMo43LxgVRRLTTN1s33k3R7K0paM li:before{  }
 }@media only screen and (max-width: 763px) { #T5v7afa70DAKIC5w0QWV1tZ2AX3Nxpfv { width:10.375rem;height:2.4375rem;top:24rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHPWzbSDLWFUhWsR0RdQK64zTdS6gwZp { top:29.1875rem;left:4.1875rem;width:11.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpK7Ko5fXovQTNvO45Ut85S7axWbuIeU { display:block; }
 }@media only screen and (max-width: 763px) { #cNR1Ld1ULV3cRVPk6OV7eqforzJdOyMf { width:17rem;height:33.75rem;top:35.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDceFiTKUdI1fibcnuKRgLeN7Srl1X3L { width:11.625rem;height:0.1875rem;top:41.5625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAAF3H2bInVrB1GqMLcqatPBc21GAG7k { width:12.5625rem;height:12.9296875rem;top:44.875rem;left:4.125rem;font-size:0.875rem;display:block; }#dAAF3H2bInVrB1GqMLcqatPBc21GAG7k li:before{  }
 }@media only screen and (max-width: 763px) { #xLNE8lzuTemhRMAXxclAue7wtWrZDotO { width:8.375rem;height:2.2734375rem;top:42.25rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saa5PHQI2vOGkM7kWxud0Iau5P6pcI4d { width:8rem;height:2.4375rem;top:59.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZJCW9lHnFyyNTR4Cb8zu1nttr3abzrl { top:64.5625rem;left:4.1875rem;width:11.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1t6q3HibZAV1dlJ99svSw6hN8rrSR2F { display:block; }
 }@media only screen and (max-width: 763px) { #p5PoP8UrmgWiLrh6ZJgKLM7gFOQReywR { width:20rem;height:3.375rem;top:71.0625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5W2oBFNZ2dgXssbvQGUIDH0LLgLBZET { width:10.25rem;height:2.5996125rem;top:1.5625rem;left:4.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPFv05LMeOukAUn7xed6nN3xf6h33t2c { width:10.25rem;height:2.5996125rem;top:37.625rem;left:4.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKbcvnxUp3T9TeIfmJgTKAwXqJvr8RU3 { display:block; }#NKbcvnxUp3T9TeIfmJgTKAwXqJvr8RU3 > .row .container { width:20rem;height:233.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKRVnZJiSS6RVFa09g35iToDUrc0vULt { width:12.5rem;height:12.5rem;top:8.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW93kymqOT2mnQQB8bR87twBanCA6Vd0 { width:9.6875rem;height:5.0625rem;top:11.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxdqvGfTgm3VfPAWTLiF4X0nnRF8K0Jr { width:12.5rem;height:12.5rem;top:21.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMAFVEl0GqzUbHfFtNB14onzguz6RHdQ { width:9.4375rem;height:7.0625rem;top:24.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqUCqZG7T0PTOukQB7I0ZuxnGcTSFNvM { width:12.5rem;height:12.5rem;top:49.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJwl0PNh3N4lCcSx7DwcEUCh7614uArh { width:10.9375rem;height:6.875rem;top:52.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3Lo46QcGGaKVVFUHgOnR22ottAAxK8P { width:12.5rem;height:12.5rem;top:35.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixKQr8pQkABbadpubkPFAquM3Bi2uypf { width:11rem;height:5.625rem;top:39.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmLCzOBCPi04pCUFTSgiKbi94qy1x2UD { width:12.5rem;height:12.5rem;top:63.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVsUwdVcCre6fTV5vn91DD1VQgdFErSZ { width:8rem;height:2.8125rem;top:68.4375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #otQWKDCqOi3eAUDUMvwV7RTIJDK1aSGD { width:12.5rem;height:12.5rem;top:119rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3E0fTq8lHCwEv2NdwWCXE5qXwTqEkCM { width:8.9375rem;height:1.625rem;top:122.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqniKRsyvVwhAITTTwWm2hTyOWiCtT6A { width:12.5rem;height:12.5rem;top:105.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K23FG4VNXx4GeRE37DSrNztmZCcqwWvM { width:8.9375rem;height:5.8125rem;top:108.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsHPE5ibl09sMhR1ADXx3WBkpxu2qrzV { width:12.5rem;height:12.5rem;top:132.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8Ls62UrCKJr6qE4UHC5aP9T0eH0GDp3 { width:8rem;height:8rem;top:135.1875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #If4xSroTtFcOs9hohxSVRS26l0fA0Aw7 { width:12.5rem;height:12.5rem;top:91.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAAdepA0FzWvCZGFCd0HoSRxi0K8N5VL { width:8rem;height:8rem;top:93.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifGVsTasBBhkVPFEW901SFN4qOPnWXlT { width:12.5rem;height:12.5rem;top:77.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Omba37OPxrAAd0gNHmeaub6SsodMVBoX { width:8.9375rem;height:5.3125rem;top:81.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaBOmkO7HmH7xZWfsTSRmzW9Tm0muFTN { width:12.5rem;height:12.5rem;top:188.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbQbe5cZOmDESqffAra8OEoTfOVUaqZZ { width:12.5rem;height:12.5rem;top:174.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g237M7mSyLSRboMwlTNAfTBwg7Ze9Oh2 { width:12.5rem;height:12.5rem;top:202.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP9L39ykGGZNATZqbaLC9GPAQmBfF6NF { width:12.5rem;height:12.5rem;top:160.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRu61eL13J1Q0NIT6N2LEd4U8AGzrQyy { width:12.5rem;height:12.5rem;top:146.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNCKWDSwxXFhxi4QT85eQqgIpCauWl6U { width:11.3125rem;height:5.875rem;top:191.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttyMMwJ4IKX1hctOZWV0EbtlSszi3Nbt { width:8.9375rem;height:4.4375rem;top:178.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCTK82yITxxTrifkZqSQLNrAgNv7HxGW { width:8rem;height:8rem;top:204.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyN2QMXryVMOgKhdcPrUCANhJ1Sp07Or { width:8rem;height:5.9375rem;top:164rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7qOtIc4QE2dOzNrsWBT6pTGkCx5MCCK { width:5.3125rem;height:5.3125rem;top:150.4375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhtEMG0mOx59yMDfCkTGcKbaTVbZCzNf { width:12.8125rem;height:2.5996125rem;top:3.90625rem;left:3.59375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRgoTlr7iEM5bgOmRxQg2JKCDLgJSJb4 { width:5.125rem;height:1.3994125rem;top:1.21875rem;left:11.9375rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEZag8g9893Anxov3lgc3RwqcyPEaHxI { width:9.5625rem;height:0.125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGTP3wVQWIgqHkwZze6eKzrB5L2IkzOZ { width:12.5rem;height:12.5rem;top:216.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5ERhlZR1PTbVVSPOftZoLazqOy8EwQH { width:10.5625rem;height:1.5rem;top:221.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZITa3si7lNqlS4WyzqNN5uHDVkzKDy8T { display:none; }#ZITa3si7lNqlS4WyzqNN5uHDVkzKDy8T > .row .container { width:20rem;height:106.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QxN8L6hL5uhkwIgARQ4xvZZE9rkxzMP6 { width:12.8125rem;height:5.125rem;top:4.03125rem;left:2.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #glZSm9aZ9Epz1DTO3TQTD5KKG8SHkFyI { width:5.125rem;height:1.375rem;top:1.21875rem;left:11.9375rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHpifmAbnzugCyEdc5uKPsE31FpwArUB { width:9.5625rem;height:0.125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8tobn5LZgvpCNaLKt3rE3QDF9iuAuHC { width:17.5rem;height:1.75rem;top:51.75rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbMK66U2QSFgc8QyNmIr0ptUax2ALmax { width:14.125rem;height:0.1875rem;top:43.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxMsmuRMsMnw9C4kq4VaZ4ziu5bRJPFR { width:14.5rem;height:4rem;top:38.8125rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcRxXOoaHmdxlmU8TFGbuTfy0NhDOPSu { width:17rem;height:22.1875rem;top:34.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2xtkAblFlF2vhZEW1dW4TRsTUTVfwRJ { width:14.8125rem;height:4.5rem;top:44.625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3qfKFSE8NVNusBTzr3xgX6Sb6dwsZJV { width:14.5rem;height:1.75rem;top:29.375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMUs5hnhhy0i44LEsiot8g3N4Wy6g2zU { width:14.125rem;height:0.1875rem;top:19.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSrpIKkzwB9s3OQH7oc15AJus9U5ahDJ { width:14.5rem;height:2rem;top:17.4375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNzPZ1NATDT7I6kvJB0TBXVzJHMUQIPZ { width:17rem;height:22.1875rem;top:11.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTW400cPheSuTfk8VWfsWDWreFTsLT8F { width:14.25rem;height:6rem;top:20.6875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3dSHBdlLnqOTQOlWPGMmL9rCOuHr9zZ { width:17rem;height:22.1875rem;top:58rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD7LT5VM0xlV55Tbv3clTMEfIb8utO7V { width:14.125rem;height:0.1875rem;top:66.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr0Twl4onsgyxdLpdVc285U8BZ4E69DZ { width:14.5rem;height:2rem;top:64.1875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7g8yimT6mJvsukterziIiPGScGk4siJ { width:14.25rem;height:4.5rem;top:67.5625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRsKkB8rn3pORnariNMG0vVD3MhCvhGo { width:14.5rem;height:1.75rem;top:76.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3tGoXq5l3nRdBp6V8gPmK6NZA3NsSz3 { width:14.5rem;height:1.75rem;top:99.6875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdgVpROur33o8INEIl614siVkZz7dE4T { width:14.125rem;height:0.1875rem;top:90.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTQmIOk0DWZ26C9WMGOvDTSXNrTl1vqE { width:14.5rem;height:4rem;top:85.6875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTQZIdqxEoCx9FoTIoH0KFRtbA83bC5A { width:17rem;height:22.1875rem;top:81.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIqGoVVJNIftLIOfwR22smSXdhlNTkyK { width:14.25rem;height:6rem;top:91rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k960EMRPvDvyWKwCzhHeL5LoMROvyJpg { background-color:#e72f42;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;display:block; }#k960EMRPvDvyWKwCzhHeL5LoMROvyJpg > .row .container { background-color: transparent; background-image: none; }#k960EMRPvDvyWKwCzhHeL5LoMROvyJpg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k960EMRPvDvyWKwCzhHeL5LoMROvyJpg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k960EMRPvDvyWKwCzhHeL5LoMROvyJpg > .row .container > .video-iframe-container { display: none; }#k960EMRPvDvyWKwCzhHeL5LoMROvyJpg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k960EMRPvDvyWKwCzhHeL5LoMROvyJpg > .row > .video-iframe-container { display: none; }#k960EMRPvDvyWKwCzhHeL5LoMROvyJpg > .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); }#k960EMRPvDvyWKwCzhHeL5LoMROvyJpg > .row .container { border-width: 0; border-radius: 0; }#k960EMRPvDvyWKwCzhHeL5LoMROvyJpg > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLNI141f2dFvcNrFGMpHmKd0arLFRhbG { width:20rem;height:2.4375rem;top:1.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oEqWG3Ln0c1TkEGrQLF4O4xdPpb3lyJ2 { width:13rem;height:1.70605625rem;top:5.5380859375rem;left:3.6865234375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-input-text {padding-top: 0; padding-bottom: 0;}#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-input-select {padding-top: 0; padding-bottom: 0;}#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:7rem;margin-bottom:0.25rem;margin-left:0;height:2.5rem;font-size:1rem;overflow:hidden;text-align:center;text-align-last:center;line-height:1; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX  { width:17.5rem;height:auto;top:8.6123046875rem;left:0rem; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gnMPBmruuVE0n982oBAsUJOl13xknkaX {display:block;}#gnMPBmruuVE0n982oBAsUJOl13xknkaX { width:17.5rem;height:auto;top:8.6123046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #zot07NHPyHdJFwPUTtDRKu8JbeVPuLlm {  }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #HnT5xRO8GXF5L1RCAySB9tCCRgMWXOMn { display:block; }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #hVuiDUuTyNgzmH6mXQ5sOt6xC3ryNM6m {  }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #McJ2C0TMQEuOTH61IsIpWpqVVms8qzdA {  }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #ZfHLwx2WIC8zr0gQItamVsldK5XAGMez { display:block; }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #SJsbFvD91X9lFEgq3f1ZLmKD22HshOzu {  }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #WVKVznh7TCmheT0ckvmC3Ee9TIwguzfi {  }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #JveTP0UWCnb8fEWKunAS55M3VnVO8KNJ { display:block; }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #fTsg1m8HiQ8yhAdD8JR36PK9i2tR34Qh {  }
 }@media only screen and (max-width: 763px) { #l57BIAaOCQiEqfrwt8e5hZpxe5yiceoJ { display:block; }
 }@media only screen and (max-width: 763px) { #PElliv4kGCSHwLgCG66IOJq9pMxBkBGX { display:block; }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #ayrgkCsokTNsDZoqs9PGmoQXV5TVRGVA {  }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #IuxHFul5KalsOZc9zABekDp1DnhanhCo {  }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #TOSpnIisu5z7ye9P7BRBRC39qFe6mLvC {  }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #DShmC9a4p4tcuPzEdTh5S4zoowqxazHs {  }
 }@media only screen and (max-width: 763px) { #gnMPBmruuVE0n982oBAsUJOl13xknkaX #lvbnFvTebevkz4DaMhaRwaHl3vg59qP3 {  }
 }@media only screen and (max-width: 763px) { #P8qzrpvqzKQN5OixhVLkg3Wt2XWufkZi { width:3.125rem;height:3.125rem;top:4.8193359375rem;left:0.5615234375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieo4wh9O5VXkzypb0POFxVhMT5iLp6Qc { width:16.3125rem;height:16.3125rem;top:40.6875rem;left:1.84375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fgSCxXnKAODKnfsGW7ZmTAS4vrKy173J { display:block; }#fgSCxXnKAODKnfsGW7ZmTAS4vrKy173J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fgSCxXnKAODKnfsGW7ZmTAS4vrKy173J > .row .container { width:20rem;height:22.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzBVSwdTR4ir5PWmF4NBG1zCGhpTkwIA { width:20rem;height:5.84766875rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRJCAKZUtReUnmUTXFKAx8LzkZvWA0iH { width:16.1246875rem;height:1.5996125rem;top:4.1875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ6TZ1Pllg6bDEDUcHsqclhyJbPheSyW { width:2.375rem;height:2.375rem;top:16.6875rem;left:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP1g7kMmBTMXu2StS7C9yTFktrv0UmI8 { width:2.375rem;height:2.375rem;top:16.6875rem;left:9.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0n31Qa3WTEEhS6NR4AkpPVgkbIKS4Ov { width:2.375rem;height:2.375rem;top:16.5rem;left:13.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2uvfTcbpFUG65t0MGmaQZ88L50QuEig { width:6.31225rem;height:1.29980625rem;top:14.25rem;left:6.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P3K60PAViGScK4Kba4zRXhvI5BXvKIvR { width:3.125rem;height:3.125rem;top:1.1230466365814rem;left:8.4374997019769rem;font-size:2.1875rem;display:block; }
 }