.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); }#yr3KHpkMzRSg0hAHnc3oVE8I2Rs1ILfk { 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; }#yr3KHpkMzRSg0hAHnc3oVE8I2Rs1ILfk > .row .container { background-color: transparent; background-image: none; }#yr3KHpkMzRSg0hAHnc3oVE8I2Rs1ILfk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yr3KHpkMzRSg0hAHnc3oVE8I2Rs1ILfk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yr3KHpkMzRSg0hAHnc3oVE8I2Rs1ILfk > .row .container > .video-iframe-container { display: none; }#yr3KHpkMzRSg0hAHnc3oVE8I2Rs1ILfk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yr3KHpkMzRSg0hAHnc3oVE8I2Rs1ILfk > .row > .video-iframe-container { display: none; }#yr3KHpkMzRSg0hAHnc3oVE8I2Rs1ILfk > .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); }#yr3KHpkMzRSg0hAHnc3oVE8I2Rs1ILfk > .row .container { border-width: 0; border-radius: 0; }#yr3KHpkMzRSg0hAHnc3oVE8I2Rs1ILfk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yr3KHpkMzRSg0hAHnc3oVE8I2Rs1ILfk > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#sPci3nJBTGB8h2dTkRedeR47W8TCAbdV { 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; }
#fQp3KSqCZVAJTsSi4glCAOpsOWpASBHr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qeuPU9l6uPFGEWVnWLadR5Tii4ldzwZw { 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; }
#bk5gFTGuXbSkvPzasVfLqpXUh1E5VZWi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nt1U8wDrUTWXJeo3taa9rD7g59vxR3Xl { 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; }
#u2BMnL3e94huhT3HwD57fGWGFx0PmPtD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TFp6bHPlQEtna90lSXPfTRmFLXXaTXEl { 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; }
#tyVAU7JnWrMLN2wGAQ8P60NxRDvupxCi { 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; }
#W9pRTi50HKrPZ1VUxu2PGdTCT2ukZe8g { 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; }
#XUT9DAt8hADOVpK1ER9xLN0RNe9UCL6o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZKn3lKOKN3BWi24ZT2Fk9CTy1UALw0XT { 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:45rem;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:15rem;height:;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; }
#wUnfGMESc6gauNGxU6x3VyMsmV7TA1E3 { position:relative;display:block; }#wUnfGMESc6gauNGxU6x3VyMsmV7TA1E3 { background-color: transparent; background-image: none; }#wUnfGMESc6gauNGxU6x3VyMsmV7TA1E3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUnfGMESc6gauNGxU6x3VyMsmV7TA1E3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUnfGMESc6gauNGxU6x3VyMsmV7TA1E3 > .row .container > .video-iframe-container { display: none; }#wUnfGMESc6gauNGxU6x3VyMsmV7TA1E3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUnfGMESc6gauNGxU6x3VyMsmV7TA1E3 > .row > .video-iframe-container { display: none; }#wUnfGMESc6gauNGxU6x3VyMsmV7TA1E3 > .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); }#wUnfGMESc6gauNGxU6x3VyMsmV7TA1E3 { border-width: 0; border-radius: 0; }#wUnfGMESc6gauNGxU6x3VyMsmV7TA1E3 > .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; }#wUnfGMESc6gauNGxU6x3VyMsmV7TA1E3 > .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; }#dImWlkhhbcoQUtTMvdEKnamMhEhVsNsS { 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; }
#T5k1SgnQ1geQvkuDTWnK3wlrcrKxVi5g { 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; }
#UpoLCz5iEAORA5oXSDrG1zQBHPOSBSw8 { color:#000000;display:block;width:28.375rem;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; }
#akgsE4LaaEvuhGXLGSmQbSLTknWsMiVy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#akgsE4LaaEvuhGXLGSmQbSLTknWsMiVy > .row .container { background-color: transparent; background-image: none; }#akgsE4LaaEvuhGXLGSmQbSLTknWsMiVy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akgsE4LaaEvuhGXLGSmQbSLTknWsMiVy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akgsE4LaaEvuhGXLGSmQbSLTknWsMiVy > .row .container > .video-iframe-container { display: none; }#akgsE4LaaEvuhGXLGSmQbSLTknWsMiVy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akgsE4LaaEvuhGXLGSmQbSLTknWsMiVy > .row > .video-iframe-container { display: none; }#akgsE4LaaEvuhGXLGSmQbSLTknWsMiVy > .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); }#akgsE4LaaEvuhGXLGSmQbSLTknWsMiVy > .row .container { border-width: 0; border-radius: 0; }#akgsE4LaaEvuhGXLGSmQbSLTknWsMiVy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#akgsE4LaaEvuhGXLGSmQbSLTknWsMiVy > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#VdTzzL8Mya3UBEMOxUxCQF7sqyIPTdgx { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.3125rem;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; }
#boZNNCHfEQdSbtqTwaFMG7fdUdQGSfvS { color:#000000;display:block;width:19.0625rem;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.5rem;left:0rem;height:5.6875rem;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; }
#Gis2bEm1g10pTrHfXuQpltwv3qmapx6W { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:6.9375rem;left:26.5625rem;height:;text-align:left;text-align-last:left;display:block; }#Gis2bEm1g10pTrHfXuQpltwv3qmapx6W li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Gis2bEm1g10pTrHfXuQpltwv3qmapx6W li:before{  }
#QHM3F8BgZ1tzeiPv2JgOhMJykrOsBbV0 { 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:15.0625rem;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; }
#OQkS9qTecfowxdAyNXK4fSugfWuTVvmG { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:16.6875rem;left:26.5625rem;height:;text-align:left;text-align-last:left;display:block; }#OQkS9qTecfowxdAyNXK4fSugfWuTVvmG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OQkS9qTecfowxdAyNXK4fSugfWuTVvmG li:before{  }
#rZzrEwT9TTRrqNZ1KsZcfuCfXXdt9cEh { 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.187174375rem;width:9.5621875rem;top:1.125rem;left:0rem;display:block; }
#HHtbM6ZQ2CD261xMTIF0hA1WHyfuiRf1 { color:#56bb7a;display:block;width:5.1863625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:41.125rem;left:10.375rem;height:1.171875rem;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:none; }
#ea9VsLZBypu5McVCuTGNrZzXzs8l5Tln { 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.5625rem;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; }
#yrUCc9DEdMI1vpK811eJ0pxltoJ97amU { 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.5rem;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; }
#TTkBCHqUqEUEoIkQIzrhuHWf67eETHZ3 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:6.9375rem;left:51.5625rem;height:;text-align:left;text-align-last:left;display:block; }#TTkBCHqUqEUEoIkQIzrhuHWf67eETHZ3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TTkBCHqUqEUEoIkQIzrhuHWf67eETHZ3 li:before{  }
#qETCX1TwPT3zMu100I8NR3WEE9NDeSAg { 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:5.3125rem;left:51.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; }
#EaFElpAGwGUVbcLmsSoqSuCwIRbTFofW { position:absolute;display:block;z-index:15010;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:21.375rem;width:49.875rem;top:1.3125rem;left:25rem;display:block; }
#X6JgndGO5QmJMRF2ULB8H2nwd7kEQtxu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X6JgndGO5QmJMRF2ULB8H2nwd7kEQtxu > .row .container { background-color: transparent; background-image: none; }#X6JgndGO5QmJMRF2ULB8H2nwd7kEQtxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6JgndGO5QmJMRF2ULB8H2nwd7kEQtxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6JgndGO5QmJMRF2ULB8H2nwd7kEQtxu > .row .container > .video-iframe-container { display: none; }#X6JgndGO5QmJMRF2ULB8H2nwd7kEQtxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6JgndGO5QmJMRF2ULB8H2nwd7kEQtxu > .row > .video-iframe-container { display: none; }#X6JgndGO5QmJMRF2ULB8H2nwd7kEQtxu > .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); }#X6JgndGO5QmJMRF2ULB8H2nwd7kEQtxu > .row .container { border-width: 0; border-radius: 0; }#X6JgndGO5QmJMRF2ULB8H2nwd7kEQtxu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X6JgndGO5QmJMRF2ULB8H2nwd7kEQtxu > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;position:relative;display:block; }#pT64OpVl09cR0qqI9ciQwB37tspoKZ0T { 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:5.3125rem;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; }
#lh4GeMBk0QJDaUm8x4GW6ZRK4HOnRbC9 { 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:6.9375rem;left:26.5625rem;height:;text-align:left;text-align-last:left;display:block; }#lh4GeMBk0QJDaUm8x4GW6ZRK4HOnRbC9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lh4GeMBk0QJDaUm8x4GW6ZRK4HOnRbC9 li:before{  }
#VV8Gqb3BgMGbFMcEnrZzWtrkziwM7pCf { 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:2.0625rem;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; }
#V6qVhU5aiecTRmDZwOg1iRHSEnRv5l7O { 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:5.3125rem;left:51.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; }
#TNpSAcuPO6mGD92xUnZzbP561vheldzx { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:8.4375rem;left:51.375rem;height:;text-align:left;text-align-last:left;display:block; }#TNpSAcuPO6mGD92xUnZzbP561vheldzx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TNpSAcuPO6mGD92xUnZzbP561vheldzx li:before{  }
#dIrwVTnS8CcHpHT0PXCcaAolV6b7AvF1 { 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:21.0625rem;left:51.75rem;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; }
#zUn5OwxElsaAz56bQuI9NMu9yOzJ8PuZ { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:25.6875rem;left:51.75rem;height:;text-align:left;text-align-last:left;display:block; }#zUn5OwxElsaAz56bQuI9NMu9yOzJ8PuZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zUn5OwxElsaAz56bQuI9NMu9yOzJ8PuZ li:before{  }
#lHwgogQWPwOlIym5Ue8xUSNeKmytdExb { position:absolute;display:block;z-index:15009;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.5rem;width:49.875rem;top:0rem;left:25rem;display:block; }
#dTXKQrTD4LI2zSFplhK3nZ8XqHo1fbn7 { position:relative;display:block; }#dTXKQrTD4LI2zSFplhK3nZ8XqHo1fbn7 { background-color: transparent; background-image: none; }#dTXKQrTD4LI2zSFplhK3nZ8XqHo1fbn7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTXKQrTD4LI2zSFplhK3nZ8XqHo1fbn7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTXKQrTD4LI2zSFplhK3nZ8XqHo1fbn7 > .row .container > .video-iframe-container { display: none; }#dTXKQrTD4LI2zSFplhK3nZ8XqHo1fbn7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTXKQrTD4LI2zSFplhK3nZ8XqHo1fbn7 > .row > .video-iframe-container { display: none; }#dTXKQrTD4LI2zSFplhK3nZ8XqHo1fbn7 > .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); }#dTXKQrTD4LI2zSFplhK3nZ8XqHo1fbn7 { border-width: 0; border-radius: 0; }#dTXKQrTD4LI2zSFplhK3nZ8XqHo1fbn7 > .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; }#dTXKQrTD4LI2zSFplhK3nZ8XqHo1fbn7 > .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:21.6875rem;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; }#dlfwWM961elxxiPP38X02bCktOnintQC { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:2.4375rem;left:55.5625rem;height:1.13725rem;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; }
#ADlAxtFAszculTOqTQhcZ9rOvcG7zzFi { z-index:15018;top:6.25rem;left:31.6875rem;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; }
#dtTRbTsoKHzdtS5b2PGkCOp9NyzsHTvC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DmncL5h7zxwTT9oJ0RKcLzIHbydsQbDD { 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:1.9375rem;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; }
#Ablxz43coPNZ43l2B8FOTvULBKXF3ZmE { color:#e72f42;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: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; }
#WSmpmKM5fS3SmlpToy8bPZD4KBUtD4tp { position:absolute;display:block;z-index:15010;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; }
#HF2IzRnBPTRna2kqhSEqzpEBdWHs6Qnd { position:absolute;display:block;z-index:15008;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 #e72f42;border-left:0.0625rem solid #e72f42;border-right:0.0625rem solid #e72f42;border-bottom:0.0625rem 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:10.37475rem;width:49.87425rem;top:0rem;left:24.969482421875rem;display:block; }
#UP3DOzGTs8VdQk1XT9duayz6M4keThQI { position:absolute;display:block;z-index:15027;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:6.5rem;width:0.1875rem;top:1.8125rem;left:49.875rem;display:block; }
#icvLQWFeHObzT3kAza1HUVeQO1FJVcSE { 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:2.9375rem;width:11.625rem;top:5.0625rem;left:56.9375rem;overflow:hidden;display:block; }
#TFQ6TG9cdxtHFZLL2cF8Q18kGLU2qD0x { color:#000000;display:block;width:51.1230625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:10.685546875rem;left:23.8759765625rem;height:1.27485625rem;text-align:center;text-align-last:center;display:block; }
#ci64JbBkiskLzTq9zsEASp1mp6TCUs69 { color:#ff0000;display:block;width:10.25rem;position:absolute;font-family:"titillium web";font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.625rem;left:32.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;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:#e72f42;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.2246125rem;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:#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: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.7871125rem;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.7871125rem;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.7871125rem;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.7871125rem;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; }
#B1aTwDRXAkNilIhpGRud0e1IJA3ZVH3S { 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; }#B1aTwDRXAkNilIhpGRud0e1IJA3ZVH3S > .row .container { background-color: transparent; background-image: none; }#B1aTwDRXAkNilIhpGRud0e1IJA3ZVH3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1aTwDRXAkNilIhpGRud0e1IJA3ZVH3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1aTwDRXAkNilIhpGRud0e1IJA3ZVH3S > .row .container > .video-iframe-container { display: none; }#B1aTwDRXAkNilIhpGRud0e1IJA3ZVH3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1aTwDRXAkNilIhpGRud0e1IJA3ZVH3S > .row > .video-iframe-container { display: none; }#B1aTwDRXAkNilIhpGRud0e1IJA3ZVH3S > .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); }#B1aTwDRXAkNilIhpGRud0e1IJA3ZVH3S > .row .container { border-width: 0; border-radius: 0; }#B1aTwDRXAkNilIhpGRud0e1IJA3ZVH3S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1aTwDRXAkNilIhpGRud0e1IJA3ZVH3S > .row .container { font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;position:relative;display:block; }#mETNZmx41xeGFGOQCeIQlWQScRZr7TnB { 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; }
#gIeEq1V9cwtrJSGNkIh8aXpcLK0oAhPu { 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; }
#wZwvnAZ6BqVm7SXZW5vkH30QM4E6VVuI { 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; }
#wCSewLbEpfPkaBUcwTnidhCUQDgvf6DF { 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; }
#rSX5weLxVuSPzq1NFaXehNVNNZZkvRwH { 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; }
#VLk2tJkXM200KqJc01OBJzWIUrVCd84R { 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; }
#l6oPbCgbZJIpaDbAXxRBmTWq7droN3hB { 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; }
#T7iseVRNuXoTvcoUcWiK1IX5Jx09Vh4i { 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; }
#iPvbzPMVsNUwx6UM6fkFq0mCeAC2ezzX { 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; }
#hdo36tzTCG5tq2Mg1BmDd2ynolt0todq { 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; }
#fKL7DIKXsdSQqQAikZiwHLXv8IebIQaS { 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; }
#HPOInqJJlPhH21ZVzOfvKuyUmqRG3rI5 { 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.562498092651rem;left:51.781253814698rem;overflow:hidden;display:block; }
#eauhu0nzsodr1rDXKWaaLpPLynhXZ0pt { 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; }
#MgkRkn50XnaCLTwZqRD6F3z7bB17c2nA { 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; }
#rV9orS7T1IEf8MkBIhXfTPewMztCggmJ { 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; }
#L8ogSVBUSZrSNTg9rpdyPZPFGWCPClGs { 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; }
#DylZKASmpEygStCLIecZHTnPFKJClhxN { 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; }
#DnlFXmTzIFyroOeqTDKHHJHb5JzDtl5b { 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; }
#T6FJzTyCGr9mRTQZU8dt6T2I4sK4P7Qe { 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; }
#d0MbbUQSLX7VozMsEVw2KhkWmRibJAiZ { 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; }
#OVOv1GPsgAtoPOkANyxHqTQWuiFXugex { 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; }
#ugMttdQ8aPDcJ9E3UUn060OL5RT1UfTz { 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; }
#Rp0Tidr362szmwk0h5ih6A3Ulml3TPLh { 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; }
#BENSZ37F8VUTVeI1IBtTdmtn9PGh3oz8 { 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; }
#J8rr5UWSDdEbouzBsF4pJ8NG0y1xgtr7 { 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; }
#b7lTyyMPgQFus5ZrFX9BLc1EumT722sa { 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; }
#Uum76PUmTGF6CQ8KKozr4yEJ8aiWxhAM { 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; }
#o3oNgIXNwHwVXLTQ29P4Fk6xdw9re7MM { 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; }
#yRm635dR53diA68II1Mt7zVdo7qKx2NQ { 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; }
#piLdT3m42FJtoZbKcSZyKpaxVtMx8G14 { 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; }
#muSnTGTZ6y1A5n8V54LV0v6PpP4tELxs { 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; }
#oBd07fSBNVtom8VdcF5NBkhrN9Vqfzqr { 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; }
#mp4FPb9rmk2lTiHXZeXBBXcOCcexWGGH { 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; }
#fqxaCJURdHT5c8MxGJNsi0ezy1JR9Qbz { 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; }
#DMMqQNIzVtIXlVur1EnRb7lSTgTIGKP3 { 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; }
#q6QxgATTI7h6tgVZAMmtdSZLfnhEWPXy { 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; }#q6QxgATTI7h6tgVZAMmtdSZLfnhEWPXy > .row .container { background-color: transparent; background-image: none; }#q6QxgATTI7h6tgVZAMmtdSZLfnhEWPXy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6QxgATTI7h6tgVZAMmtdSZLfnhEWPXy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6QxgATTI7h6tgVZAMmtdSZLfnhEWPXy > .row .container > .video-iframe-container { display: none; }#q6QxgATTI7h6tgVZAMmtdSZLfnhEWPXy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6QxgATTI7h6tgVZAMmtdSZLfnhEWPXy > .row > .video-iframe-container { display: none; }#q6QxgATTI7h6tgVZAMmtdSZLfnhEWPXy > .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); }#q6QxgATTI7h6tgVZAMmtdSZLfnhEWPXy > .row .container { border-width: 0; border-radius: 0; }#q6QxgATTI7h6tgVZAMmtdSZLfnhEWPXy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6QxgATTI7h6tgVZAMmtdSZLfnhEWPXy > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#SID457Pv60WO7MleLWtyonsWORNoFOEX { 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; }
#NrLyty4FndvlITa4tzkOQaqxVuBZvygu { 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.787325rem;font-style:normal;display:block; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .widget-form-header { font-size:1rem; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .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; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .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; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .widget-input-text {padding-top: 0; padding-bottom: 0;}#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .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; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .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; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .widget-input-select {padding-top: 0; padding-bottom: 0;}#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .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; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .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) ; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm [class*="-text"]:-moz-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm [class*="-text"]::-moz-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .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; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .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; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .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; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .widget-container:first-of-type{padding-top:0;}#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .widget-container:last-of-type{padding-bottom:0;}#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm  { 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.7499847412113rem;left:5.5610790252686rem;font-size:1rem; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .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; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm {display:block;}#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm { 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.7499847412113rem;left:5.5610790252686rem;font-size:1rem; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #N413S4AbpTDAoaUNINioVcPn48RwZp2r { position:relative; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #eT4MoTl3UqtcF8ChXrlcsQPSQX5tt5gB { position:relative;display:block; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #T9nxAef0XCrZDE1TbnTlugVscHklQbDw { position:relative; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #ET6rqif309h43MTpw8WOEZGxF9gTm6dr { position:relative; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #J57qdJNDZ0ItCLUPn5inV9pQzPyt99vx { position:relative;display:block; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #B7ce7dxQIRRCDHrWMTg7EwUdbh3IL4sb { position:relative; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #gaSrRury6TgtcUIBUPyTWrVq87JelICV { position:relative; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #uRxu6NQmbozOEXtqdI5tBFP0VIPEZL0R { position:relative;display:block; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #IQmiuDaqxfOe4xoycS5ooxeevNeOuSbM { position:relative; }
#ScbvTvKkhEDWO7HvvUUcTRBcKmUGwyJP { position:relative;display:block;z-index:100000;display:block; }
#QUfiPg9QTuWBf0PSdmgVzQXTK4LR5GZF { position:relative;display:block;z-index:100000;display:block; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #VgQkwfQfyG9fa1ltCSVZrHlkNsx7WKUd { position:relative; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #DUyG13QWuubUpDmyTssAE1EJUIBTtl9m { position:relative;z-index:2; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #mUfAMDhrfBR1Gr0UGcVrVxG9vlcXLoeo { position:relative; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #gGbQJ8Hq0OIxD4B7Vz5XEsKvTrtoo6cL { position:relative; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #yvblgboTSmx4vACDW7ZkXNPFrbwTMbTl { position:relative; }
#pI6nyFAg69Zf98oMABCSPsWCTAQbeoVv { 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; }
#K39Ty5M2tKOUiv5PIQcly1gQZk7BhUTG { 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; }
#SFTIb6zUTxnEeH9kx8MKl7q4Ivlt0AAI { 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; }#SFTIb6zUTxnEeH9kx8MKl7q4Ivlt0AAI > .row .container { background-color: transparent; background-image: none; }#SFTIb6zUTxnEeH9kx8MKl7q4Ivlt0AAI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFTIb6zUTxnEeH9kx8MKl7q4Ivlt0AAI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFTIb6zUTxnEeH9kx8MKl7q4Ivlt0AAI > .row .container > .video-iframe-container { display: none; }#SFTIb6zUTxnEeH9kx8MKl7q4Ivlt0AAI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFTIb6zUTxnEeH9kx8MKl7q4Ivlt0AAI > .row > .video-iframe-container { display: none; }#SFTIb6zUTxnEeH9kx8MKl7q4Ivlt0AAI > .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); }#SFTIb6zUTxnEeH9kx8MKl7q4Ivlt0AAI > .row .container { border-width: 0; border-radius: 0; }#SFTIb6zUTxnEeH9kx8MKl7q4Ivlt0AAI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SFTIb6zUTxnEeH9kx8MKl7q4Ivlt0AAI > .row .container { font-size:0.875rem;font-family:arial;height:14.875488125rem;width:75rem;position:relative;display:block; }#XqaooR9aVhMCaDoazp44em2p9vQ3HrHF { 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; }
#wG0VX5GhhmRnQInRmk7Hfyr4bB3yScfU { 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; }
#ugW8rlHec21IyOvHAtbHMzXWK4yO6xxu { 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; }
#PDRKshnaTWFMXsaXUnghLRFlfvpE7pB5 { 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; }
#QOWL0c1JzhdTG63QWeb0Clp1xUJmHAr3 { 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; }
#pqLliGoBA0toUpTlndyKEApHLpqPyWev { 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; }
#dFyFmhpPtHCbk8ZKpq9KnLeRntJ5Sq0o { 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) { #yr3KHpkMzRSg0hAHnc3oVE8I2Rs1ILfk { display:block; }#yr3KHpkMzRSg0hAHnc3oVE8I2Rs1ILfk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPci3nJBTGB8h2dTkRedeR47W8TCAbdV { width:6.875rem;height:1rem;top:1.6875rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQp3KSqCZVAJTsSi4glCAOpsOWpASBHr { display:block; }
 }@media only screen and (max-width: 763px) { #qeuPU9l6uPFGEWVnWLadR5Tii4ldzwZw { width:6.5rem;height:1rem;top:1.6875rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk5gFTGuXbSkvPzasVfLqpXUh1E5VZWi { display:block; }
 }@media only screen and (max-width: 763px) { #nt1U8wDrUTWXJeo3taa9rD7g59vxR3Xl { width:5.25rem;height:1rem;top:1.6875rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2BMnL3e94huhT3HwD57fGWGFx0PmPtD { display:block; }
 }@media only screen and (max-width: 763px) { #TFp6bHPlQEtna90lSXPfTRmFLXXaTXEl { top:4.375rem;left:0rem;width:12.5rem;height:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tyVAU7JnWrMLN2wGAQ8P60NxRDvupxCi { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #W9pRTi50HKrPZ1VUxu2PGdTCT2ukZe8g { width:10.625rem;height:3.5625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUT9DAt8hADOVpK1ER9xLN0RNe9UCL6o { display:block; }
 }@media only screen and (max-width: 763px) { #ZKn3lKOKN3BWi24ZT2Fk9CTy1UALw0XT { 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:1.375rem;width:45rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUnfGMESc6gauNGxU6x3VyMsmV7TA1E3 { display:block; }#wUnfGMESc6gauNGxU6x3VyMsmV7TA1E3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dImWlkhhbcoQUtTMvdEKnamMhEhVsNsS { top:7.125rem;left:0rem;width:47.75rem;height:26.361422172452rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5k1SgnQ1geQvkuDTWnK3wlrcrKxVi5g { top:8.5625rem;left:3.9375rem;width:39.1875rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpoLCz5iEAORA5oXSDrG1zQBHPOSBSw8 { width:28.375rem;height:1.1875rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akgsE4LaaEvuhGXLGSmQbSLTknWsMiVy { display:block; }#akgsE4LaaEvuhGXLGSmQbSLTknWsMiVy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdTzzL8Mya3UBEMOxUxCQF7sqyIPTdgx { width:21.875rem;height:1.5rem;top:5.3125rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #boZNNCHfEQdSbtqTwaFMG7fdUdQGSfvS { top:2.4375rem;left:0rem;width:19rem;height:5.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gis2bEm1g10pTrHfXuQpltwv3qmapx6W { top:6.9375rem;left:9.875rem;width:21.875rem;height:6.3125rem;font-size:1rem;display:block; }#Gis2bEm1g10pTrHfXuQpltwv3qmapx6W li:before{  }
 }@media only screen and (max-width: 763px) { #QHM3F8BgZ1tzeiPv2JgOhMJykrOsBbV0 { width:21.875rem;height:1.5rem;top:15.0625rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQkS9qTecfowxdAyNXK4fSugfWuTVvmG { top:16.6875rem;left:9.875rem;width:21.875rem;height:3rem;font-size:1rem;display:block; }#OQkS9qTecfowxdAyNXK4fSugfWuTVvmG li:before{  }
 }@media only screen and (max-width: 763px) { #rZzrEwT9TTRrqNZ1KsZcfuCfXXdt9cEh { width:9.5rem;height:0.125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHtbM6ZQ2CD261xMTIF0hA1WHyfuiRf1 { width:5.125rem;height:1.1875rem;top:41.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ea9VsLZBypu5McVCuTGNrZzXzs8l5Tln { width:5.125rem;height:1.125rem;top:0.5625rem;left:6.25rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrUCc9DEdMI1vpK811eJ0pxltoJ97amU { width:18.5rem;height:1.6875rem;top:2.5rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTkBCHqUqEUEoIkQIzrhuHWf67eETHZ3 { top:6.9375rem;left:25.75rem;width:21.875rem;height:;font-size:1rem;display:block; }#TTkBCHqUqEUEoIkQIzrhuHWf67eETHZ3 li:before{  }
 }@media only screen and (max-width: 763px) { #qETCX1TwPT3zMu100I8NR3WEE9NDeSAg { width:21.875rem;height:1.5rem;top:5.3125rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaFElpAGwGUVbcLmsSoqSuCwIRbTFofW { top:1.3125rem;left:0rem;width:47.625rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6JgndGO5QmJMRF2ULB8H2nwd7kEQtxu { display:block; }#X6JgndGO5QmJMRF2ULB8H2nwd7kEQtxu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pT64OpVl09cR0qqI9ciQwB37tspoKZ0T { width:21.875rem;height:1.5rem;top:5.3125rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh4GeMBk0QJDaUm8x4GW6ZRK4HOnRbC9 { top:6.9375rem;left:9.875rem;width:21.875rem;height:20.75rem;font-size:1rem;display:block; }#lh4GeMBk0QJDaUm8x4GW6ZRK4HOnRbC9 li:before{  }
 }@media only screen and (max-width: 763px) { #VV8Gqb3BgMGbFMcEnrZzWtrkziwM7pCf { width:18.5rem;height:1.6875rem;top:2.0625rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6qVhU5aiecTRmDZwOg1iRHSEnRv5l7O { width:21.875rem;height:3rem;top:5.3125rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNpSAcuPO6mGD92xUnZzbP561vheldzx { top:8.4375rem;left:25.75rem;width:21.875rem;height:10.8125rem;font-size:1rem;display:block; }#TNpSAcuPO6mGD92xUnZzbP561vheldzx li:before{  }
 }@media only screen and (max-width: 763px) { #dIrwVTnS8CcHpHT0PXCcaAolV6b7AvF1 { width:21.875rem;height:4.5rem;top:21.0625rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUn5OwxElsaAz56bQuI9NMu9yOzJ8PuZ { top:25.6875rem;left:25.75rem;width:21.875rem;height:;font-size:1rem;display:block; }#zUn5OwxElsaAz56bQuI9NMu9yOzJ8PuZ li:before{  }
 }@media only screen and (max-width: 763px) { #lHwgogQWPwOlIym5Ue8xUSNeKmytdExb { top:0rem;left:0rem;width:47.625rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTXKQrTD4LI2zSFplhK3nZ8XqHo1fbn7 { display:block; }#dTXKQrTD4LI2zSFplhK3nZ8XqHo1fbn7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dlfwWM961elxxiPP38X02bCktOnintQC { top:2.4375rem;left:31.6875rem;width:16.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADlAxtFAszculTOqTQhcZ9rOvcG7zzFi { top:6.25rem;left:18.0625rem;width:11.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTRbTsoKHzdtS5b2PGkCOp9NyzsHTvC { display:block; }
 }@media only screen and (max-width: 763px) { #DmncL5h7zxwTT9oJ0RKcLzIHbydsQbDD { top:1.875rem;left:0rem;width:19rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ablxz43coPNZ43l2B8FOTvULBKXF3ZmE { width:5.125rem;height:1.1875rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSmpmKM5fS3SmlpToy8bPZD4KBUtD4tp { width:9.5625rem;height:0.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF2IzRnBPTRna2kqhSEqzpEBdWHs6Qnd { top:0rem;left:0rem;width:47.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP3DOzGTs8VdQk1XT9duayz6M4keThQI { top:1.8125rem;left:36.25rem;width:0.1875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #icvLQWFeHObzT3kAza1HUVeQO1FJVcSE { top:5.0625rem;left:36.125rem;width:11.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFQ6TG9cdxtHFZLL2cF8Q18kGLU2qD0x { width:47.75rem;height:1.25rem;top:10.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci64JbBkiskLzTq9zsEASp1mp6TCUs69 { top:2.625rem;left:18.75rem;width:10.25rem;height:2.4375rem;font-size:1.875rem;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) { #B1aTwDRXAkNilIhpGRud0e1IJA3ZVH3S { display:block; }#B1aTwDRXAkNilIhpGRud0e1IJA3ZVH3S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mETNZmx41xeGFGOQCeIQlWQScRZr7TnB { top:38.1875rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIeEq1V9cwtrJSGNkIh8aXpcLK0oAhPu { top:42rem;left:38.8125rem;width:8.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZwvnAZ6BqVm7SXZW5vkH30QM4E6VVuI { top:0.5rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCSewLbEpfPkaBUcwTnidhCUQDgvf6DF { top:3.3125rem;left:12.8125rem;width:9.4375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSX5weLxVuSPzq1NFaXehNVNNZZkvRwH { top:0.5rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLk2tJkXM200KqJc01OBJzWIUrVCd84R { top:3.375rem;left:36.8125rem;width:10.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6oPbCgbZJIpaDbAXxRBmTWq7droN3hB { top:0.5rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7iseVRNuXoTvcoUcWiK1IX5Jx09Vh4i { top:4rem;left:24.5rem;width:11rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPvbzPMVsNUwx6UM6fkFq0mCeAC2ezzX { top:0.5rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdo36tzTCG5tq2Mg1BmDd2ynolt0todq { top:5.4375rem;left:39.75rem;width:8rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKL7DIKXsdSQqQAikZiwHLXv8IebIQaS { top:13.0625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPOInqJJlPhH21ZVzOfvKuyUmqRG3rI5 { top:18.5rem;left:38.156253814698rem;width:8.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eauhu0nzsodr1rDXKWaaLpPLynhXZ0pt { top:13.0625rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgkRkn50XnaCLTwZqRD6F3z7bB17c2nA { top:16.5rem;left:25.5625rem;width:8.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV9orS7T1IEf8MkBIhXfTPewMztCggmJ { top:13.0625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ogSVBUSZrSNTg9rpdyPZPFGWCPClGs { top:15.375rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #DylZKASmpEygStCLIecZHTnPFKJClhxN { top:13.0625rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnlFXmTzIFyroOeqTDKHHJHb5JzDtl5b { top:15.375rem;left:13.5rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6FJzTyCGr9mRTQZU8dt6T2I4sK4P7Qe { top:38.1875rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0MbbUQSLX7VozMsEVw2KhkWmRibJAiZ { top:41.875rem;left:38.1875rem;width:8.9375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVOv1GPsgAtoPOkANyxHqTQWuiFXugex { top:25.625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugMttdQ8aPDcJ9E3UUn060OL5RT1UfTz { top:25.625rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp0Tidr362szmwk0h5ih6A3Ulml3TPLh { top:25.625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BENSZ37F8VUTVeI1IBtTdmtn9PGh3oz8 { top:25.625rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8rr5UWSDdEbouzBsF4pJ8NG0y1xgtr7 { top:38.1875rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7lTyyMPgQFus5ZrFX9BLc1EumT722sa { top:29rem;left:36.4375rem;width:11.3125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uum76PUmTGF6CQ8KKozr4yEJ8aiWxhAM { top:29.75rem;left:25.5625rem;width:8.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3oNgIXNwHwVXLTQ29P4Fk6xdw9re7MM { top:27.9375rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRm635dR53diA68II1Mt7zVdo7qKx2NQ { top:29rem;left:13.5rem;width:8rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #piLdT3m42FJtoZbKcSZyKpaxVtMx8G14 { top:41.875rem;left:27.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muSnTGTZ6y1A5n8V54LV0v6PpP4tELxs { top:1.9375rem;left:0rem;width:20.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBd07fSBNVtom8VdcF5NBkhrN9Vqfzqr { width:5.875rem;height:1.1875rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp4FPb9rmk2lTiHXZeXBBXcOCcexWGGH { width:9.5625rem;height:0.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqxaCJURdHT5c8MxGJNsi0ezy1JR9Qbz { top:38.1875rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMMqQNIzVtIXlVur1EnRb7lSTgTIGKP3 { top:43.75rem;left:12.25rem;width:10.5625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6QxgATTI7h6tgVZAMmtdSZLfnhEWPXy { display:block; }#q6QxgATTI7h6tgVZAMmtdSZLfnhEWPXy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SID457Pv60WO7MleLWtyonsWORNoFOEX { top:2.0625rem;left:0rem;width:24.375rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrLyty4FndvlITa4tzkOQaqxVuBZvygu { top:7rem;left:0rem;width:20.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .widget-input-text {padding-top: 0; padding-bottom: 0;}#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .widget-input-select {padding-top: 0; padding-bottom: 0;}#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .widget-input-button { width:8.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .widget-checkbox-label { width:19.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm  { width:20.6875rem;height:auto;top:8.6875rem;left:0rem; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm {display:block;}#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm { width:20.6875rem;height:auto;top:8.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #N413S4AbpTDAoaUNINioVcPn48RwZp2r {  }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #eT4MoTl3UqtcF8ChXrlcsQPSQX5tt5gB { display:block; }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #T9nxAef0XCrZDE1TbnTlugVscHklQbDw {  }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #ET6rqif309h43MTpw8WOEZGxF9gTm6dr {  }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #J57qdJNDZ0ItCLUPn5inV9pQzPyt99vx { display:block; }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #B7ce7dxQIRRCDHrWMTg7EwUdbh3IL4sb {  }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #gaSrRury6TgtcUIBUPyTWrVq87JelICV {  }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #uRxu6NQmbozOEXtqdI5tBFP0VIPEZL0R { display:block; }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #IQmiuDaqxfOe4xoycS5ooxeevNeOuSbM {  }
 }@media only screen and (max-width: 763px) { #ScbvTvKkhEDWO7HvvUUcTRBcKmUGwyJP { display:block; }
 }@media only screen and (max-width: 763px) { #QUfiPg9QTuWBf0PSdmgVzQXTK4LR5GZF { display:block; }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #VgQkwfQfyG9fa1ltCSVZrHlkNsx7WKUd {  }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #DUyG13QWuubUpDmyTssAE1EJUIBTtl9m {  }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #mUfAMDhrfBR1Gr0UGcVrVxG9vlcXLoeo {  }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #gGbQJ8Hq0OIxD4B7Vz5XEsKvTrtoo6cL {  }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #yvblgboTSmx4vACDW7ZkXNPFrbwTMbTl {  }
 }@media only screen and (max-width: 763px) { #pI6nyFAg69Zf98oMABCSPsWCTAQbeoVv { top:6.3125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K39Ty5M2tKOUiv5PIQcly1gQZk7BhUTG { top:5.8125rem;left:8.4375rem;width:39.3125rem;height:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFTIb6zUTxnEeH9kx8MKl7q4Ivlt0AAI { display:block; }#SFTIb6zUTxnEeH9kx8MKl7q4Ivlt0AAI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqaooR9aVhMCaDoazp44em2p9vQ3HrHF { width:25.1875rem;height:7.75rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG0VX5GhhmRnQInRmk7Hfyr4bB3yScfU { width:16.0625rem;height:1.5625rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugW8rlHec21IyOvHAtbHMzXWK4yO6xxu { 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) { #PDRKshnaTWFMXsaXUnghLRFlfvpE7pB5 { 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) { #QOWL0c1JzhdTG63QWeb0Clp1xUJmHAr3 { 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) { #pqLliGoBA0toUpTlndyKEApHLpqPyWev { top:6.875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFyFmhpPtHCbk8ZKpq9KnLeRntJ5Sq0o { 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) { #yr3KHpkMzRSg0hAHnc3oVE8I2Rs1ILfk { position:relative;z-index:auto;display:block; }#yr3KHpkMzRSg0hAHnc3oVE8I2Rs1ILfk > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPci3nJBTGB8h2dTkRedeR47W8TCAbdV { width:6.875rem;height:1rem;top:1.6875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQp3KSqCZVAJTsSi4glCAOpsOWpASBHr { display:block; }
 }@media only screen and (max-width: 763px) { #qeuPU9l6uPFGEWVnWLadR5Tii4ldzwZw { width:6.5rem;height:1rem;top:1.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bk5gFTGuXbSkvPzasVfLqpXUh1E5VZWi { display:block; }
 }@media only screen and (max-width: 763px) { #nt1U8wDrUTWXJeo3taa9rD7g59vxR3Xl { width:5.25rem;height:1rem;top:1.6875rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u2BMnL3e94huhT3HwD57fGWGFx0PmPtD { display:block; }
 }@media only screen and (max-width: 763px) { #TFp6bHPlQEtna90lSXPfTRmFLXXaTXEl { 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) { #tyVAU7JnWrMLN2wGAQ8P60NxRDvupxCi { 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) { #W9pRTi50HKrPZ1VUxu2PGdTCT2ukZe8g { width:10.625rem;height:3.5625rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUT9DAt8hADOVpK1ER9xLN0RNe9UCL6o { display:block; }
 }@media only screen and (max-width: 763px) { #ZKn3lKOKN3BWi24ZT2Fk9CTy1UALw0XT { 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:3.4375rem;top:3.03125rem;left:2.03125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wUnfGMESc6gauNGxU6x3VyMsmV7TA1E3 { display:block; }#wUnfGMESc6gauNGxU6x3VyMsmV7TA1E3 > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dImWlkhhbcoQUtTMvdEKnamMhEhVsNsS { width:20rem;height:11.0405625rem;top:4.75rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #T5k1SgnQ1geQvkuDTWnK3wlrcrKxVi5g { height:8.8125rem;width:14.0625rem;top:5.25rem;left:2.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #UpoLCz5iEAORA5oXSDrG1zQBHPOSBSw8 { 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) { #akgsE4LaaEvuhGXLGSmQbSLTknWsMiVy { display:block; }#akgsE4LaaEvuhGXLGSmQbSLTknWsMiVy > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdTzzL8Mya3UBEMOxUxCQF7sqyIPTdgx { width:18.75rem;height:1.29980625rem;top:14.63671875rem;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) { #boZNNCHfEQdSbtqTwaFMG7fdUdQGSfvS { width:19.0625rem;height:5.19921875rem;top:3.125rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gis2bEm1g10pTrHfXuQpltwv3qmapx6W { width:18.75rem;height:6.8115rem;top:16.0615234375rem;left:0.625rem;font-size:1rem;line-height:1.3;display:block; }#Gis2bEm1g10pTrHfXuQpltwv3qmapx6W li:before{  }
 }@media only screen and (max-width: 763px) { #QHM3F8BgZ1tzeiPv2JgOhMJykrOsBbV0 { width:18.75rem;height:1.29980625rem;top:24.25rem;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) { #OQkS9qTecfowxdAyNXK4fSugfWuTVvmG { width:18.75rem;height:3.8994125rem;top:25.6748046875rem;left:0.625rem;font-size:1rem;line-height:1.3;display:block; }#OQkS9qTecfowxdAyNXK4fSugfWuTVvmG li:before{  }
 }@media only screen and (max-width: 763px) { #rZzrEwT9TTRrqNZ1KsZcfuCfXXdt9cEh { width:9.5rem;height:0.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHtbM6ZQ2CD261xMTIF0hA1WHyfuiRf1 { width:6.75rem;height:1.3997375rem;top:0.75rem;left:10.8125rem;text-align:right;text-align-last:right;font-size:1rem;z-index:15012;color:#ed3e5e;display:block; }
 }@media only screen and (max-width: 763px) { #ea9VsLZBypu5McVCuTGNrZzXzs8l5Tln { width:1rem;height:0.087239375rem;top:13.1650390625rem;left:11.8125rem;text-align:right;text-align-last:right;font-size:0.0625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #yrUCc9DEdMI1vpK811eJ0pxltoJ97amU { width:10.0625rem;height:2.5996125rem;top:10rem;left:4.96875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TTkBCHqUqEUEoIkQIzrhuHWf67eETHZ3 { width:18.75rem;height:13.6230625rem;top:32.1875rem;left:0.625rem;font-size:1rem;line-height:1.3;display:block; }#TTkBCHqUqEUEoIkQIzrhuHWf67eETHZ3 li:before{  }
 }@media only screen and (max-width: 763px) { #qETCX1TwPT3zMu100I8NR3WEE9NDeSAg { width:18.75rem;height:1.29980625rem;top:30.82421875rem;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) { #EaFElpAGwGUVbcLmsSoqSuCwIRbTFofW { width:19.875rem;height:38.3125rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6JgndGO5QmJMRF2ULB8H2nwd7kEQtxu { display:block; }#X6JgndGO5QmJMRF2ULB8H2nwd7kEQtxu > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pT64OpVl09cR0qqI9ciQwB37tspoKZ0T { width:18.75rem;height:2.5996125rem;top:4.125rem;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) { #lh4GeMBk0QJDaUm8x4GW6ZRK4HOnRbC9 { width:18.75rem;height:20.7470625rem;top:6.849609375rem;left:0.625rem;font-size:1rem;line-height:1.3;display:block; }#lh4GeMBk0QJDaUm8x4GW6ZRK4HOnRbC9 li:before{  }
 }@media only screen and (max-width: 763px) { #VV8Gqb3BgMGbFMcEnrZzWtrkziwM7pCf { width:18.75rem;height:1.29980625rem;top:1.1484375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #V6qVhU5aiecTRmDZwOg1iRHSEnRv5l7O { width:18.75rem;height:2.5996125rem;top:29.875rem;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) { #TNpSAcuPO6mGD92xUnZzbP561vheldzx { width:18.75rem;height:9.411125rem;top:32.599609375rem;left:0.625rem;font-size:1rem;line-height:1.3;display:block; }#TNpSAcuPO6mGD92xUnZzbP561vheldzx li:before{  }
 }@media only screen and (max-width: 763px) { #dIrwVTnS8CcHpHT0PXCcaAolV6b7AvF1 { width:18.75rem;height:3.8994125rem;top:44.4375rem;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) { #zUn5OwxElsaAz56bQuI9NMu9yOzJ8PuZ { width:18.75rem;height:6.8115rem;top:48.4609375rem;left:0.625rem;font-size:1rem;line-height:1.3;display:block; }#zUn5OwxElsaAz56bQuI9NMu9yOzJ8PuZ li:before{  }
 }@media only screen and (max-width: 763px) { #lHwgogQWPwOlIym5Ue8xUSNeKmytdExb { width:19.875rem;height:57.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTXKQrTD4LI2zSFplhK3nZ8XqHo1fbn7 { display:block; }#dTXKQrTD4LI2zSFplhK3nZ8XqHo1fbn7 > .row .container { width:20rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dlfwWM961elxxiPP38X02bCktOnintQC { width:16.0625rem;height:1.13736875rem;top:25.4375rem;left:1.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADlAxtFAszculTOqTQhcZ9rOvcG7zzFi { top:21.09375rem;left:4.1875rem;width:11.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTRbTsoKHzdtS5b2PGkCOp9NyzsHTvC { display:block; }
 }@media only screen and (max-width: 763px) { #DmncL5h7zxwTT9oJ0RKcLzIHbydsQbDD { 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) { #Ablxz43coPNZ43l2B8FOTvULBKXF3ZmE { width:5.125rem;height:1.3997375rem;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) { #WSmpmKM5fS3SmlpToy8bPZD4KBUtD4tp { width:9.5625rem;height:0.125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF2IzRnBPTRna2kqhSEqzpEBdWHs6Qnd { width:19.875rem;height:21.375rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP3DOzGTs8VdQk1XT9duayz6M4keThQI { width:9.9375rem;height:0.125rem;top:15.375rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icvLQWFeHObzT3kAza1HUVeQO1FJVcSE { width:11.625rem;height:2.9375rem;top:16.84375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFQ6TG9cdxtHFZLL2cF8Q18kGLU2qD0x { width:20rem;height:3.375rem;top:30.3125rem;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) { #ci64JbBkiskLzTq9zsEASp1mp6TCUs69 { width:10.25rem;height:2.4375rem;top:10.3984375rem;left:4.875rem;font-size:1.875rem;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.09375rem;left:3.59375rem;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) { #B1aTwDRXAkNilIhpGRud0e1IJA3ZVH3S { display:block; }#B1aTwDRXAkNilIhpGRud0e1IJA3ZVH3S > .row .container { width:20rem;height:233.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mETNZmx41xeGFGOQCeIQlWQScRZr7TnB { width:12.5rem;height:12.5rem;top:8.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIeEq1V9cwtrJSGNkIh8aXpcLK0oAhPu { width:9.6875rem;height:5.0625rem;top:11.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZwvnAZ6BqVm7SXZW5vkH30QM4E6VVuI { width:12.5rem;height:12.5rem;top:21.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCSewLbEpfPkaBUcwTnidhCUQDgvf6DF { width:9.4375rem;height:7.0625rem;top:24.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSX5weLxVuSPzq1NFaXehNVNNZZkvRwH { width:12.5rem;height:12.5rem;top:49.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLk2tJkXM200KqJc01OBJzWIUrVCd84R { width:10.9375rem;height:6.875rem;top:52.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6oPbCgbZJIpaDbAXxRBmTWq7droN3hB { width:12.5rem;height:12.5rem;top:35.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7iseVRNuXoTvcoUcWiK1IX5Jx09Vh4i { width:11rem;height:5.625rem;top:39.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPvbzPMVsNUwx6UM6fkFq0mCeAC2ezzX { width:12.5rem;height:12.5rem;top:63.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdo36tzTCG5tq2Mg1BmDd2ynolt0todq { width:8rem;height:2.8125rem;top:68.4375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKL7DIKXsdSQqQAikZiwHLXv8IebIQaS { width:12.5rem;height:12.5rem;top:119rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPOInqJJlPhH21ZVzOfvKuyUmqRG3rI5 { width:8.9375rem;height:1.625rem;top:122.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eauhu0nzsodr1rDXKWaaLpPLynhXZ0pt { width:12.5rem;height:12.5rem;top:105.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgkRkn50XnaCLTwZqRD6F3z7bB17c2nA { width:8.9375rem;height:5.8125rem;top:108.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV9orS7T1IEf8MkBIhXfTPewMztCggmJ { width:12.5rem;height:12.5rem;top:132.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ogSVBUSZrSNTg9rpdyPZPFGWCPClGs { width:8rem;height:8rem;top:135.1875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #DylZKASmpEygStCLIecZHTnPFKJClhxN { width:12.5rem;height:12.5rem;top:91.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnlFXmTzIFyroOeqTDKHHJHb5JzDtl5b { width:8rem;height:8rem;top:93.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6FJzTyCGr9mRTQZU8dt6T2I4sK4P7Qe { width:12.5rem;height:12.5rem;top:77.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0MbbUQSLX7VozMsEVw2KhkWmRibJAiZ { width:8.9375rem;height:5.3125rem;top:81.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVOv1GPsgAtoPOkANyxHqTQWuiFXugex { width:12.5rem;height:12.5rem;top:188.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugMttdQ8aPDcJ9E3UUn060OL5RT1UfTz { width:12.5rem;height:12.5rem;top:174.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp0Tidr362szmwk0h5ih6A3Ulml3TPLh { width:12.5rem;height:12.5rem;top:202.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BENSZ37F8VUTVeI1IBtTdmtn9PGh3oz8 { width:12.5rem;height:12.5rem;top:160.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8rr5UWSDdEbouzBsF4pJ8NG0y1xgtr7 { width:12.5rem;height:12.5rem;top:146.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7lTyyMPgQFus5ZrFX9BLc1EumT722sa { width:11.3125rem;height:5.875rem;top:191.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uum76PUmTGF6CQ8KKozr4yEJ8aiWxhAM { width:8.9375rem;height:4.4375rem;top:178.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3oNgIXNwHwVXLTQ29P4Fk6xdw9re7MM { width:8rem;height:8rem;top:204.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRm635dR53diA68II1Mt7zVdo7qKx2NQ { width:8rem;height:5.9375rem;top:164rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #piLdT3m42FJtoZbKcSZyKpaxVtMx8G14 { width:5.3125rem;height:5.3125rem;top:150.4375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muSnTGTZ6y1A5n8V54LV0v6PpP4tELxs { 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) { #oBd07fSBNVtom8VdcF5NBkhrN9Vqfzqr { width:5.125rem;height:1.3997375rem;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) { #mp4FPb9rmk2lTiHXZeXBBXcOCcexWGGH { width:9.5625rem;height:0.125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqxaCJURdHT5c8MxGJNsi0ezy1JR9Qbz { width:12.5rem;height:12.5rem;top:216.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMMqQNIzVtIXlVur1EnRb7lSTgTIGKP3 { width:10.5625rem;height:1.5rem;top:221.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6QxgATTI7h6tgVZAMmtdSZLfnhEWPXy { background-color:#e72f42;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;display:block; }#q6QxgATTI7h6tgVZAMmtdSZLfnhEWPXy > .row .container { background-color: transparent; background-image: none; }#q6QxgATTI7h6tgVZAMmtdSZLfnhEWPXy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6QxgATTI7h6tgVZAMmtdSZLfnhEWPXy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6QxgATTI7h6tgVZAMmtdSZLfnhEWPXy > .row .container > .video-iframe-container { display: none; }#q6QxgATTI7h6tgVZAMmtdSZLfnhEWPXy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6QxgATTI7h6tgVZAMmtdSZLfnhEWPXy > .row > .video-iframe-container { display: none; }#q6QxgATTI7h6tgVZAMmtdSZLfnhEWPXy > .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); }#q6QxgATTI7h6tgVZAMmtdSZLfnhEWPXy > .row .container { border-width: 0; border-radius: 0; }#q6QxgATTI7h6tgVZAMmtdSZLfnhEWPXy > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SID457Pv60WO7MleLWtyonsWORNoFOEX { 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) { #NrLyty4FndvlITa4tzkOQaqxVuBZvygu { 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) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .widget-input-text {padding-top: 0; padding-bottom: 0;}#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .widget-input-select {padding-top: 0; padding-bottom: 0;}#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .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; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .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; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm  { width:17.5rem;height:auto;top:8.6123046875rem;left:0rem; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm {display:block;}#WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm { width:17.5rem;height:auto;top:8.6123046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #N413S4AbpTDAoaUNINioVcPn48RwZp2r {  }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #eT4MoTl3UqtcF8ChXrlcsQPSQX5tt5gB { display:block; }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #T9nxAef0XCrZDE1TbnTlugVscHklQbDw {  }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #ET6rqif309h43MTpw8WOEZGxF9gTm6dr {  }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #J57qdJNDZ0ItCLUPn5inV9pQzPyt99vx { display:block; }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #B7ce7dxQIRRCDHrWMTg7EwUdbh3IL4sb {  }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #gaSrRury6TgtcUIBUPyTWrVq87JelICV {  }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #uRxu6NQmbozOEXtqdI5tBFP0VIPEZL0R { display:block; }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #IQmiuDaqxfOe4xoycS5ooxeevNeOuSbM {  }
 }@media only screen and (max-width: 763px) { #ScbvTvKkhEDWO7HvvUUcTRBcKmUGwyJP { display:block; }
 }@media only screen and (max-width: 763px) { #QUfiPg9QTuWBf0PSdmgVzQXTK4LR5GZF { display:block; }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #VgQkwfQfyG9fa1ltCSVZrHlkNsx7WKUd {  }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #DUyG13QWuubUpDmyTssAE1EJUIBTtl9m {  }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #mUfAMDhrfBR1Gr0UGcVrVxG9vlcXLoeo {  }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #gGbQJ8Hq0OIxD4B7Vz5XEsKvTrtoo6cL {  }
 }@media only screen and (max-width: 763px) { #WzF1BbrZQqgehFJUJuFH87kXx2gIB1nm #yvblgboTSmx4vACDW7ZkXNPFrbwTMbTl {  }
 }@media only screen and (max-width: 763px) { #pI6nyFAg69Zf98oMABCSPsWCTAQbeoVv { 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) { #K39Ty5M2tKOUiv5PIQcly1gQZk7BhUTG { width:16.3125rem;height:16.3125rem;top:40.6875rem;left:1.84375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SFTIb6zUTxnEeH9kx8MKl7q4Ivlt0AAI { display:block; }#SFTIb6zUTxnEeH9kx8MKl7q4Ivlt0AAI > .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; }#SFTIb6zUTxnEeH9kx8MKl7q4Ivlt0AAI > .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) { #XqaooR9aVhMCaDoazp44em2p9vQ3HrHF { 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) { #wG0VX5GhhmRnQInRmk7Hfyr4bB3yScfU { 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) { #ugW8rlHec21IyOvHAtbHMzXWK4yO6xxu { 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) { #PDRKshnaTWFMXsaXUnghLRFlfvpE7pB5 { 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) { #QOWL0c1JzhdTG63QWeb0Clp1xUJmHAr3 { 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) { #pqLliGoBA0toUpTlndyKEApHLpqPyWev { 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) { #dFyFmhpPtHCbk8ZKpq9KnLeRntJ5Sq0o { width:3.125rem;height:3.125rem;top:1.1230466365814rem;left:8.4374997019769rem;font-size:2.1875rem;display:block; }
 }