.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:transparent;background-image:url("https://images.assets-landingi.com/PhiB3BNa/dymek.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#vqGcrt1GUmDEc0WOHtnPwrR9nTUTLfeb { 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; }#vqGcrt1GUmDEc0WOHtnPwrR9nTUTLfeb > .row .container { background-color: transparent; background-image: none; }#vqGcrt1GUmDEc0WOHtnPwrR9nTUTLfeb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqGcrt1GUmDEc0WOHtnPwrR9nTUTLfeb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqGcrt1GUmDEc0WOHtnPwrR9nTUTLfeb > .row .container > .video-iframe-container { display: none; }#vqGcrt1GUmDEc0WOHtnPwrR9nTUTLfeb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqGcrt1GUmDEc0WOHtnPwrR9nTUTLfeb > .row > .video-iframe-container { display: none; }#vqGcrt1GUmDEc0WOHtnPwrR9nTUTLfeb > .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); }#vqGcrt1GUmDEc0WOHtnPwrR9nTUTLfeb > .row .container { border-width: 0; border-radius: 0; }#vqGcrt1GUmDEc0WOHtnPwrR9nTUTLfeb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vqGcrt1GUmDEc0WOHtnPwrR9nTUTLfeb > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#JBtS7FzxaAdvxPKcmaU7nOS9xQmcWTa9 { 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; }
#DX9e9u3JAC3aeboPJDOPpnwDvdh9QC49 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZnNmwcrsqD5ORT29MSiM5Aey8CTuIhiz { 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; }
#Ay4f9x1JSrhPTzOO8sutcHIDnHATQpnL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S4ClAZOb9IMnsUqxoWd13KxvvgAVG6hN { 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; }
#BywDFk2FqfdWkN66PwkWFszGhJOlnyOK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GtFgC71i47NGaULOSpDelu6XMDRyo1ub { 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; }
#PHa1QFRJ6B1kLeSyn4m4uwvXpaoXR7ba { 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; }
#mERJbCf2vPqIqiGmx1TdU5ZMpVzhuq5V { 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; }
#RklPqZwaxmsT4OZPrV7EKVKpRVcrzt5t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cwuzVJefJJcIIE5gPbTeTpTZSKOtHfsy { 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; }
#TLBRS3JrvvMmBG9K3G6xQlw0DTzu1CPE { position:relative;display:block; }#TLBRS3JrvvMmBG9K3G6xQlw0DTzu1CPE { background-color: transparent; background-image: none; }#TLBRS3JrvvMmBG9K3G6xQlw0DTzu1CPE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLBRS3JrvvMmBG9K3G6xQlw0DTzu1CPE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLBRS3JrvvMmBG9K3G6xQlw0DTzu1CPE > .row .container > .video-iframe-container { display: none; }#TLBRS3JrvvMmBG9K3G6xQlw0DTzu1CPE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLBRS3JrvvMmBG9K3G6xQlw0DTzu1CPE > .row > .video-iframe-container { display: none; }#TLBRS3JrvvMmBG9K3G6xQlw0DTzu1CPE > .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); }#TLBRS3JrvvMmBG9K3G6xQlw0DTzu1CPE { border-width: 0; border-radius: 0; }#TLBRS3JrvvMmBG9K3G6xQlw0DTzu1CPE > .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; }#TLBRS3JrvvMmBG9K3G6xQlw0DTzu1CPE > .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; }#dEWtTmdRHnSkv5pMPpGbyOGAzpFlmzTX { 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; }
#oiHZQ59ObDd7JkSc81Kd6FrUMLXOcMMm { 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; }
#JgxmWara01QuSfbTx08bWgEQ2vupTlax { 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:35.75rem;width:75rem;position:relative;display:block; }#VdTzzL8Mya3UBEMOxUxCQF7sqyIPTdgx { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1.125rem;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:7rem;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{  }
#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:7.0625rem;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:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:5.375rem;left:51.5625rem;height:1.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;font-style:normal;display:block; }
#hiFzzsGDzoaS4XMbHCD7cbsyUaiaAXql { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:20.625rem;left:26.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s3PSuKEHizJnHO4sMIcpHlANm6Eu2uX3 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:22.3125rem;left:26.5625rem;height:3.3114375rem;text-align:left;text-align-last:left;display:block; }#s3PSuKEHizJnHO4sMIcpHlANm6Eu2uX3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#s3PSuKEHizJnHO4sMIcpHlANm6Eu2uX3 li:before{  }
#iEM9Xx4c7ZMVIrp8bgNVxle497HDcbUe { position:absolute;display:block;z-index:15005;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:31.75rem;width:49.9375rem;top:1.125rem;left:25.000001907349rem;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:72.75rem;width:75rem;position:relative;display:block; }#pT64OpVl09cR0qqI9ciQwB37tspoKZ0T { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:4.0625rem;left:26.5rem;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:5.8125rem;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:14.75rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.4375rem;left:26.5rem;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:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:15.8125rem;left:26.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#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:19.1875rem;left:26.5625rem;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:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:17.25rem;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; }
#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:20.625rem;left:51.5625rem;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{  }
#nR3IOSkT78EALlMhhEBikFps36kqnOlo { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:4.0625rem;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; }
#ytQhO52Da70MkfbQv1fyJQqR7cFN7TxI { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:7.1875rem;left:51.5625rem;height:;text-align:left;text-align-last:left;display:block; }#ytQhO52Da70MkfbQv1fyJQqR7cFN7TxI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ytQhO52Da70MkfbQv1fyJQqR7cFN7TxI li:before{  }
#vdSeikrwxx2yN8kTGiyEL0vmh1ir25hi { position:absolute;display:block;z-index:15004;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.625rem;width:49.8125rem;top:0rem;left:25rem;display:block; }
#xMWkTKeTe5Ck1PMCPWuDohuk3xx3ail3 { color:#000000;display:block;width:29.125rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:41.125rem;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; }
#PImJihuy3zGTcTGENPkLbw1ZgdqgkfaF { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:43.75rem;left:26.5625rem;height:0;text-align:left;text-align-last:left;display:block; }#PImJihuy3zGTcTGENPkLbw1ZgdqgkfaF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PImJihuy3zGTcTGENPkLbw1ZgdqgkfaF li:before{  }
#WeASzVaqyAAG5hACNwIB8NC8Ml3l8Rpo { color:#000000;display:block;width:45.1875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:44.5rem;left:26.5rem;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;text-align:left;text-align-last:left;display:block; }
#uVAsZ2mO86hEwE30RaCPetxw7XJevLK6 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:52.75rem;left:28.1875rem;height:;text-align:left;text-align-last:left;display:block; }#uVAsZ2mO86hEwE30RaCPetxw7XJevLK6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uVAsZ2mO86hEwE30RaCPetxw7XJevLK6 li:before{  }
#qdcLEVykhLIA6ifrmNIpz44vrF1HoZDs { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:49.625rem;left:26.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iW2JXiktsiNo0zdqTfPDyhZofLSig8AS { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:49.625rem;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; }
#rRbxSsD0ritDFmZtUMX1KSOtS3gSQTff { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:52.75rem;left:53.125rem;height:;text-align:left;text-align-last:left;display:block; }#rRbxSsD0ritDFmZtUMX1KSOtS3gSQTff li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rRbxSsD0ritDFmZtUMX1KSOtS3gSQTff li:before{  }
#qmLIPqcc8gD6JX2c64kDSAGw5oLzHcUy { position:absolute;display:block;z-index:15005;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:33.125rem;width:49.8125rem;top:36.9375rem;left:25rem;display:block; }
#JFpkcpvn2daOWX25IBWXg8hyN4dQAWv7 { color:#e72f42;display:block;width:14.75rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:38.5625rem;left:26.5rem;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; }
#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:30.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ADlAxtFAszculTOqTQhcZ9rOvcG7zzFi { z-index:15018;top:6rem;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; }
#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:4.875rem;left:57.8125rem;overflow:hidden;display:block; }
#ekKXZsbTsXxTdz1lEOvSpIUIPW60bde6 { 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 #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.374rem;width:49.874rem;top:0rem;left:25.0009765625rem;display:block; }
#dhUk9WCFqzrumRa3i9yRSZppuXRoAspi { position:absolute;display:block;z-index:15028;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.9375rem;left:49.90625rem;display:block; }
#Gp8899tu0a4NTzzhDnH7p396b4Fwhv5s { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:2.759765625rem;left:55.59375rem;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; }
#JuMLrrxncoE1o7r7m9EoXmzTTrxehO9p { color:#000000;display:block;width:49.9375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:25.082290649414rem;left:25.0625rem;height:1.275rem;text-align:center;text-align-last:center;display:block; }
#FzVmfsdcw972rPWimlPBOg1CC0dWLIqk { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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.375rem;width:49.875rem;top:12.96875rem;left:25rem;display:block; }
#dHm705Xl78Um9RwSLGgslQd1mDwJpX1U { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:9.3125rem;top:16.875rem;left:57.8125rem;overflow:hidden;display:block; }
#hF5FHI7R86fIQXGJ5Ze3ue0Nn2EwZQl4 { z-index:15059;top:18.8125rem;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; }
#fnhmZHb43S7KJKwkcFpaaWTgx2VwMAkO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fn77VV9XNEq5noDT96h9LRGhORTgwGTt { position:absolute;display:block;z-index:15029;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:14.5rem;left:49.90625rem;display:block; }
#ITJklN0HK6eCm9nq4d5axvDXBwyG6eQz { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:14.71249961853rem;left:55.59375rem;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; }
#V4DUZ8xz11AzEKvJ6mzTlJZTa4l3zhbR { position:absolute;display:block;z-index:15028;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.9375rem;left:49.90625rem;display:none; }
#D3X9JVbJoikwCVrF852bB1blrtaMVaub { color:#ff001a;display:block;width:10.25rem;position:absolute;font-family:"titillium web";font-size:1.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:2.140625rem;left:32.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IEksAMhiAd0uT9TvPpNbmuecC4N45aJc { color:#ff001a;display:block;width:10.25rem;position:absolute;font-family:"titillium web";font-size:1.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:15rem;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; }
#TXQwlnWQxIolKNdqaRCFlK4q0G9ao3hI { 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; }#TXQwlnWQxIolKNdqaRCFlK4q0G9ao3hI > .row .container { background-color: transparent; background-image: none; }#TXQwlnWQxIolKNdqaRCFlK4q0G9ao3hI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXQwlnWQxIolKNdqaRCFlK4q0G9ao3hI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXQwlnWQxIolKNdqaRCFlK4q0G9ao3hI > .row .container > .video-iframe-container { display: none; }#TXQwlnWQxIolKNdqaRCFlK4q0G9ao3hI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXQwlnWQxIolKNdqaRCFlK4q0G9ao3hI > .row > .video-iframe-container { display: none; }#TXQwlnWQxIolKNdqaRCFlK4q0G9ao3hI > .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); }#TXQwlnWQxIolKNdqaRCFlK4q0G9ao3hI > .row .container { border-width: 0; border-radius: 0; }#TXQwlnWQxIolKNdqaRCFlK4q0G9ao3hI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXQwlnWQxIolKNdqaRCFlK4q0G9ao3hI > .row .container { font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;position:relative;display:block; }#NKtAJgaeh9mc2C1WD2eTfrfCEfi9sewx { 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; }
#PzyQXXT5LoPzh4CvrhxlWQDkuoLF3Wlg { 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; }
#sRZx69TeG2rbaVEAD2XzCx3CMwTsDugD { 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; }
#n0xHCHeBWnQTxx9y8Ez6Vzm4uI3RNDR8 { 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; }
#FU286K8tD459ihO6CdkzExw6qllF5wru { 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; }
#odQHrvBqaFqL0oE90hlUwlHU2xITdree { 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; }
#qwKKiB56xVnQtb5VMdVnhZmSL9XTQhyI { 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; }
#tRy3L3SMZLa7uaeoTxrU5TRwirvTgA7q { 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; }
#dR1rxK1unyLfTshGPyzqquSUHpoulcg0 { 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; }
#K9J1zEKrRzpCtT2RT3BxawgcbJUzf5xT { 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; }
#oA4Z03gpgzzMfbfZ96mQXCiqXDBbMP9c { 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; }
#wNOO2FnpFgNAnh74vKwPxcMJlwIux8G8 { 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.562505722046rem;left:51.781253814698rem;overflow:hidden;display:block; }
#stfLpeluqrAwNZyz3x6CpfAgswozoywr { 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; }
#KUlXZCwBfdqlhJK7StRTW1K7Kfh5nat6 { 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; }
#mgO88Ps07ucNeV45kxxNmTP0lao0OIUl { 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; }
#fXh3iBNKpRhXQ5KGUKKrvFiiJabBld9y { 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; }
#Un7hg7HwyT3n3aOAzLCTuRaHS5T68LqJ { 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; }
#ys6l5wSnNWPG5V4nM3TOEX6P7bpbfT0M { 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; }
#asLvTxL26pVNLiKVRASyFZX2LD6TGBkg { 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; }
#MNAPHPPyZkTQaoHthpbFOwJWiorN3fkq { 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; }
#bvCxafhkvJz5OHaa7wZB9AFUaxToa3Ai { 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; }
#wkB6lxmxaCtTpqc29S9Uy914JsiZCDrL { 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; }
#BQDVTTw6iUO4BWLQ15qEEefHmhT8wBcw { 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; }
#zTaNu3fd1F19HpJbvRRnhNJMEku1O4bU { 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; }
#Q6RXMJUO3cUlbfMRNAEeasZgIhOXRuxR { 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; }
#Wixs4Pxli0P4xSktsq8IeAZRPhmh40Px { 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; }
#T7rShkuH5aLRTWvBQErRAhQ08mB8TbMi { 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; }
#M5d6IXykGIDGHIaqmuQz0WAPxuLLTLsl { 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; }
#eIfqbf2fvA6ipCisXS86FhIN8Z9aoBDU { 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; }
#cKVBgTh4oTWVe6zOyshs6T72cgZ3eTcv { 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; }
#sbxMP2WiPNKw3p60Z9xm403fRJ4kI1TK { 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; }
#T2rR0DPy4eu2oru09TmU1rDXeBXPP3G1 { 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; }
#WDSB2mTucnR2fm58t1q9TvGsgflzZqPM { 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; }
#J41T0T8SRxAZ4R1PsmdIZfeNLu3sk7XD { 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; }
#oTCi0DsIIythIOcrdusC4M0SsJSxDLrl { 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; }
#vtkDgAsLLHpktrXiczsC0DBuWbr6fPkl { 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; }#vtkDgAsLLHpktrXiczsC0DBuWbr6fPkl > .row .container { background-color: transparent; background-image: none; }#vtkDgAsLLHpktrXiczsC0DBuWbr6fPkl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtkDgAsLLHpktrXiczsC0DBuWbr6fPkl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtkDgAsLLHpktrXiczsC0DBuWbr6fPkl > .row .container > .video-iframe-container { display: none; }#vtkDgAsLLHpktrXiczsC0DBuWbr6fPkl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtkDgAsLLHpktrXiczsC0DBuWbr6fPkl > .row > .video-iframe-container { display: none; }#vtkDgAsLLHpktrXiczsC0DBuWbr6fPkl > .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); }#vtkDgAsLLHpktrXiczsC0DBuWbr6fPkl > .row .container { border-width: 0; border-radius: 0; }#vtkDgAsLLHpktrXiczsC0DBuWbr6fPkl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vtkDgAsLLHpktrXiczsC0DBuWbr6fPkl > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#TDPaAsiWrw37SxHfHBQFdzhQfWu6MMML { 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.00625rem;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; }
#D9IOL5JzIfh1a5h1lIy47P7tehTkAdzG { color:#ffffff;display:block;width:20.8123125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7rem;left:8.125rem;height:1.7875rem;font-style:normal;display:block; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .widget-form-header { font-size:1rem; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .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; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .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; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .widget-input-text {padding-top: 0; padding-bottom: 0;}#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .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; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .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; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .widget-input-select {padding-top: 0; padding-bottom: 0;}#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .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; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .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) ; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN [class*="-text"]:-moz-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN [class*="-text"]::-moz-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .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; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .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; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .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; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .widget-container:first-of-type{padding-top:0;}#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .widget-container:last-of-type{padding-bottom:0;}#RyWH9VaLHME1SSF8fEblkThp49FmBrQN  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:5.5601902008057rem;font-size:1rem; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .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; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN {display:block;}#RyWH9VaLHME1SSF8fEblkThp49FmBrQN { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:5.5601902008057rem;font-size:1rem; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN #TPs1WvPaqWtmNLzbWqn1XlH2n390Vhgi { position:relative; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN #tOMkdhRyxhGMIW0kLmxaEUBtFLcPTExT { position:relative;display:block; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN #PHcbrRflloAUL6iyDo08fd1RNM6ZsBuD { position:relative; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN #c6hMGhlMPkUzfaaEIhmiuJJH02ycsSPT { position:relative; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN #KKnoRp95AgfpKWDvmO6G0q3xM3XLbkdb { position:relative;display:block; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN #LtXFkWr9y2AHGyx02tLLio2coMFKbeTV { position:relative; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN #L2bJwydcSgKaNqwLquemXHynO1HUKgiJ { position:relative; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN #XZ23Ox8zzwm3auF9lpLELvAPyIfzX4Xv { position:relative;display:block; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN #CqqxWe5q4s4I2qFS4m0mJgvt6TDBLPWo { position:relative; }
#nR5iXcZKLaH2zSF9f2BTZkvmnC5PHr5W { position:relative;display:block;z-index:100000;display:block; }
#dFU6XWrlDG6uyNnfKv5rZKwGrZ6hXSdn { position:relative;display:block;z-index:100000;display:block; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN #L6nBHUxT5ELnaTMWZJb0uan7Ao6NOt8B { position:relative; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN #TzJW1rNwvOHlQJTiC4gp99TZBVgvIlaT { position:relative;z-index:2; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN #NG3bgJrFnDXWlgARKhu9WLOdBCkeOo8J { position:relative; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN #E6RxbKLTRo6G02s7nnVZWBRd4VzHB1yd { position:relative; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN #x3p839BTOuXTkMVFzFzkG0QB0QWbE5Tn { position:relative; }
#fL6ItIcRkwM3doQf908TKfBDX0BZfA8t { 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; }
#iyc6e8FJSwPycNd3ZaWNiFrJ7hpNtX6m { 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; }
#U8MTwJiW98IT0f0R8kNBINW504HgxpBx { 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; }#U8MTwJiW98IT0f0R8kNBINW504HgxpBx > .row .container { background-color: transparent; background-image: none; }#U8MTwJiW98IT0f0R8kNBINW504HgxpBx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8MTwJiW98IT0f0R8kNBINW504HgxpBx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8MTwJiW98IT0f0R8kNBINW504HgxpBx > .row .container > .video-iframe-container { display: none; }#U8MTwJiW98IT0f0R8kNBINW504HgxpBx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8MTwJiW98IT0f0R8kNBINW504HgxpBx > .row > .video-iframe-container { display: none; }#U8MTwJiW98IT0f0R8kNBINW504HgxpBx > .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); }#U8MTwJiW98IT0f0R8kNBINW504HgxpBx > .row .container { border-width: 0; border-radius: 0; }#U8MTwJiW98IT0f0R8kNBINW504HgxpBx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U8MTwJiW98IT0f0R8kNBINW504HgxpBx > .row .container { font-size:0.875rem;font-family:arial;height:14.875488125rem;width:75rem;position:relative;display:block; }#mATsQTgKtKUFmPVi5leVID7w98VGrwEp { 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; }
#q2JUTFqdsevaQcLz9GaNQiPLG3afrRXH { 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; }
#vTd3JtGJbUP9NZSsufSKmhTc3usE6ZW7 { 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; }
#vaWiALXalIzBTxTffKLEc3aCSLlPqoMA { 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; }
#VwXwQLtt6iBIB6d5Xiri6cdeEMqSC78c { 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; }
#ZC35v4bZwGEkRJ3xrwHzaQ3EbTzGbcbA { color:#e72f42;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:6.875rem;left:62.5rem;height:1.298825rem;display:block; }
#APktBowc6UhTTpPmAU4vh6thsxWAkzDp { 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) { #vqGcrt1GUmDEc0WOHtnPwrR9nTUTLfeb { display:block; }#vqGcrt1GUmDEc0WOHtnPwrR9nTUTLfeb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBtS7FzxaAdvxPKcmaU7nOS9xQmcWTa9 { width:6.875rem;height:1rem;top:1.6875rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX9e9u3JAC3aeboPJDOPpnwDvdh9QC49 { display:block; }
 }@media only screen and (max-width: 763px) { #ZnNmwcrsqD5ORT29MSiM5Aey8CTuIhiz { width:6.5rem;height:1rem;top:1.6875rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay4f9x1JSrhPTzOO8sutcHIDnHATQpnL { display:block; }
 }@media only screen and (max-width: 763px) { #S4ClAZOb9IMnsUqxoWd13KxvvgAVG6hN { width:5.25rem;height:1rem;top:1.6875rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BywDFk2FqfdWkN66PwkWFszGhJOlnyOK { display:block; }
 }@media only screen and (max-width: 763px) { #GtFgC71i47NGaULOSpDelu6XMDRyo1ub { top:4.375rem;left:0rem;width:12.5rem;height:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHa1QFRJ6B1kLeSyn4m4uwvXpaoXR7ba { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #mERJbCf2vPqIqiGmx1TdU5ZMpVzhuq5V { width:10.625rem;height:3.5625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RklPqZwaxmsT4OZPrV7EKVKpRVcrzt5t { display:block; }
 }@media only screen and (max-width: 763px) { #cwuzVJefJJcIIE5gPbTeTpTZSKOtHfsy { 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:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLBRS3JrvvMmBG9K3G6xQlw0DTzu1CPE { display:block; }#TLBRS3JrvvMmBG9K3G6xQlw0DTzu1CPE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEWtTmdRHnSkv5pMPpGbyOGAzpFlmzTX { top:7.125rem;left:0rem;width:47.75rem;height:26.361422172452rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiHZQ59ObDd7JkSc81Kd6FrUMLXOcMMm { top:8.5625rem;left:3.9375rem;width:39.1875rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgxmWara01QuSfbTx08bWgEQ2vupTlax { 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.6875rem;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:7rem;left:9.875rem;width:21.875rem;height:11.75rem;font-size:1rem;display:block; }#Gis2bEm1g10pTrHfXuQpltwv3qmapx6W 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:7.0625rem;left:25.75rem;width:21.875rem;height:11.125rem;font-size:1rem;display:block; }#TTkBCHqUqEUEoIkQIzrhuHWf67eETHZ3 li:before{  }
 }@media only screen and (max-width: 763px) { #qETCX1TwPT3zMu100I8NR3WEE9NDeSAg { width:21.875rem;height:1.6875rem;top:5.375rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiFzzsGDzoaS4XMbHCD7cbsyUaiaAXql { width:21.875rem;height:1.6875rem;top:20.625rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3PSuKEHizJnHO4sMIcpHlANm6Eu2uX3 { top:22.3125rem;left:9.875rem;width:21.875rem;height:3.3125rem;font-size:1rem;display:block; }#s3PSuKEHizJnHO4sMIcpHlANm6Eu2uX3 li:before{  }
 }@media only screen and (max-width: 763px) { #iEM9Xx4c7ZMVIrp8bgNVxle497HDcbUe { top:1.125rem;left:0rem;width:47.625rem;height:31.75rem;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.6875rem;top:4.0625rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh4GeMBk0QJDaUm8x4GW6ZRK4HOnRbC9 { top:5.8125rem;left:9.875rem;width:21.875rem;height:7.8125rem;font-size:1rem;display:block; }#lh4GeMBk0QJDaUm8x4GW6ZRK4HOnRbC9 li:before{  }
 }@media only screen and (max-width: 763px) { #VV8Gqb3BgMGbFMcEnrZzWtrkziwM7pCf { width:14.75rem;height:1.6875rem;top:1.4375rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6qVhU5aiecTRmDZwOg1iRHSEnRv5l7O { width:21.875rem;height:;top:15.8125rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNpSAcuPO6mGD92xUnZzbP561vheldzx { top:19.1875rem;left:9.875rem;width:21.875rem;height:;font-size:1rem;display:block; }#TNpSAcuPO6mGD92xUnZzbP561vheldzx li:before{  }
 }@media only screen and (max-width: 763px) { #dIrwVTnS8CcHpHT0PXCcaAolV6b7AvF1 { width:21.875rem;height:;top:17.25rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUn5OwxElsaAz56bQuI9NMu9yOzJ8PuZ { top:20.625rem;left:25.75rem;width:21.875rem;height:;font-size:1rem;display:block; }#zUn5OwxElsaAz56bQuI9NMu9yOzJ8PuZ li:before{  }
 }@media only screen and (max-width: 763px) { #nR3IOSkT78EALlMhhEBikFps36kqnOlo { width:21.875rem;height:3.375rem;top:4.0625rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytQhO52Da70MkfbQv1fyJQqR7cFN7TxI { top:7.1875rem;left:25.75rem;width:21.875rem;height:7.8125rem;font-size:1rem;display:block; }#ytQhO52Da70MkfbQv1fyJQqR7cFN7TxI li:before{  }
 }@media only screen and (max-width: 763px) { #vdSeikrwxx2yN8kTGiyEL0vmh1ir25hi { top:0rem;left:0rem;width:47.625rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMWkTKeTe5Ck1PMCPWuDohuk3xx3ail3 { width:29.125rem;height:;top:41.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PImJihuy3zGTcTGENPkLbw1ZgdqgkfaF { top:43.75rem;left:9.875rem;width:21.875rem;height:1.5rem;font-size:1rem;display:block; }#PImJihuy3zGTcTGENPkLbw1ZgdqgkfaF li:before{  }
 }@media only screen and (max-width: 763px) { #WeASzVaqyAAG5hACNwIB8NC8Ml3l8Rpo { top:44.5rem;left:0rem;width:45.1875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVAsZ2mO86hEwE30RaCPetxw7XJevLK6 { top:52.75rem;left:9.875rem;width:21.875rem;height:12.375rem;font-size:1rem;display:block; }#uVAsZ2mO86hEwE30RaCPetxw7XJevLK6 li:before{  }
 }@media only screen and (max-width: 763px) { #qdcLEVykhLIA6ifrmNIpz44vrF1HoZDs { width:21.875rem;height:1.5rem;top:49.625rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW2JXiktsiNo0zdqTfPDyhZofLSig8AS { width:21.875rem;height:1.5rem;top:49.625rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRbxSsD0ritDFmZtUMX1KSOtS3gSQTff { top:52.75rem;left:25.75rem;width:21.875rem;height:12.9375rem;font-size:1rem;display:block; }#rRbxSsD0ritDFmZtUMX1KSOtS3gSQTff li:before{  }
 }@media only screen and (max-width: 763px) { #qmLIPqcc8gD6JX2c64kDSAGw5oLzHcUy { top:36.9375rem;left:0rem;width:47.625rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFpkcpvn2daOWX25IBWXg8hyN4dQAWv7 { width:14.75rem;height:1.6875rem;top:38.5625rem;left:15.875rem;font-size:1rem;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) { #ADlAxtFAszculTOqTQhcZ9rOvcG7zzFi { top:6rem;left:18.0625rem;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 { 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) { #icvLQWFeHObzT3kAza1HUVeQO1FJVcSE { top:4.875rem;left:36.125rem;width:11.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekKXZsbTsXxTdz1lEOvSpIUIPW60bde6 { top:0rem;left:0rem;width:47.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhUk9WCFqzrumRa3i9yRSZppuXRoAspi { top:1.9375rem;left:36.28125rem;width:0.1875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp8899tu0a4NTzzhDnH7p396b4Fwhv5s { top:2.75rem;left:31.6875rem;width:16.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuMLrrxncoE1o7r7m9EoXmzTTrxehO9p { width:47.75rem;height:1.25rem;top:25.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzVmfsdcw972rPWimlPBOg1CC0dWLIqk { top:12.9375rem;left:0rem;width:47.625rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHm705Xl78Um9RwSLGgslQd1mDwJpX1U { top:16.875rem;left:38.4375rem;width:9.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF5FHI7R86fIQXGJ5Ze3ue0Nn2EwZQl4 { top:18.8125rem;left:18.0625rem;width:11.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnhmZHb43S7KJKwkcFpaaWTgx2VwMAkO { display:block; }
 }@media only screen and (max-width: 763px) { #fn77VV9XNEq5noDT96h9LRGhORTgwGTt { top:14.5rem;left:36.28125rem;width:0.1875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITJklN0HK6eCm9nq4d5axvDXBwyG6eQz { top:14.6875rem;left:31.6875rem;width:16.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4DUZ8xz11AzEKvJ6mzTlJZTa4l3zhbR { top:1.9375rem;left:36.28125rem;width:0.1875rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3X9JVbJoikwCVrF852bB1blrtaMVaub { top:2.125rem;left:18.75rem;width:10.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEksAMhiAd0uT9TvPpNbmuecC4N45aJc { top:15rem;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) { #TXQwlnWQxIolKNdqaRCFlK4q0G9ao3hI { display:block; }#TXQwlnWQxIolKNdqaRCFlK4q0G9ao3hI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKtAJgaeh9mc2C1WD2eTfrfCEfi9sewx { top:38.1875rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzyQXXT5LoPzh4CvrhxlWQDkuoLF3Wlg { top:42rem;left:38.8125rem;width:8.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRZx69TeG2rbaVEAD2XzCx3CMwTsDugD { top:0.5rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0xHCHeBWnQTxx9y8Ez6Vzm4uI3RNDR8 { top:3.3125rem;left:12.8125rem;width:9.4375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU286K8tD459ihO6CdkzExw6qllF5wru { top:0.5rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #odQHrvBqaFqL0oE90hlUwlHU2xITdree { top:3.375rem;left:36.8125rem;width:10.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwKKiB56xVnQtb5VMdVnhZmSL9XTQhyI { top:0.5rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRy3L3SMZLa7uaeoTxrU5TRwirvTgA7q { top:4rem;left:24.5rem;width:11rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR1rxK1unyLfTshGPyzqquSUHpoulcg0 { top:0.5rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9J1zEKrRzpCtT2RT3BxawgcbJUzf5xT { top:5.4375rem;left:39.75rem;width:8rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA4Z03gpgzzMfbfZ96mQXCiqXDBbMP9c { top:13.0625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNOO2FnpFgNAnh74vKwPxcMJlwIux8G8 { top:18.5625rem;left:38.156253814698rem;width:8.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stfLpeluqrAwNZyz3x6CpfAgswozoywr { top:13.0625rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUlXZCwBfdqlhJK7StRTW1K7Kfh5nat6 { top:16.5rem;left:25.5625rem;width:8.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgO88Ps07ucNeV45kxxNmTP0lao0OIUl { top:13.0625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXh3iBNKpRhXQ5KGUKKrvFiiJabBld9y { top:15.375rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un7hg7HwyT3n3aOAzLCTuRaHS5T68LqJ { top:13.0625rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys6l5wSnNWPG5V4nM3TOEX6P7bpbfT0M { top:15.375rem;left:13.5rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #asLvTxL26pVNLiKVRASyFZX2LD6TGBkg { top:38.1875rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNAPHPPyZkTQaoHthpbFOwJWiorN3fkq { top:41.875rem;left:38.1875rem;width:8.9375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvCxafhkvJz5OHaa7wZB9AFUaxToa3Ai { top:25.625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkB6lxmxaCtTpqc29S9Uy914JsiZCDrL { top:25.625rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQDVTTw6iUO4BWLQ15qEEefHmhT8wBcw { top:25.625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTaNu3fd1F19HpJbvRRnhNJMEku1O4bU { top:25.625rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6RXMJUO3cUlbfMRNAEeasZgIhOXRuxR { top:38.1875rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wixs4Pxli0P4xSktsq8IeAZRPhmh40Px { top:29rem;left:36.4375rem;width:11.3125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7rShkuH5aLRTWvBQErRAhQ08mB8TbMi { top:29.75rem;left:25.5625rem;width:8.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5d6IXykGIDGHIaqmuQz0WAPxuLLTLsl { top:27.9375rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIfqbf2fvA6ipCisXS86FhIN8Z9aoBDU { top:29rem;left:13.5rem;width:8rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKVBgTh4oTWVe6zOyshs6T72cgZ3eTcv { top:41.875rem;left:27.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbxMP2WiPNKw3p60Z9xm403fRJ4kI1TK { top:1.9375rem;left:0rem;width:20.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2rR0DPy4eu2oru09TmU1rDXeBXPP3G1 { width:5.875rem;height:1.1875rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDSB2mTucnR2fm58t1q9TvGsgflzZqPM { width:9.5625rem;height:0.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J41T0T8SRxAZ4R1PsmdIZfeNLu3sk7XD { top:38.1875rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTCi0DsIIythIOcrdusC4M0SsJSxDLrl { top:43.75rem;left:12.25rem;width:10.5625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtkDgAsLLHpktrXiczsC0DBuWbr6fPkl { display:block; }#vtkDgAsLLHpktrXiczsC0DBuWbr6fPkl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDPaAsiWrw37SxHfHBQFdzhQfWu6MMML { top:2.0625rem;left:0rem;width:24.375rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9IOL5JzIfh1a5h1lIy47P7tehTkAdzG { top:7rem;left:0rem;width:20.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .widget-input-text {padding-top: 0; padding-bottom: 0;}#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .widget-input-select {padding-top: 0; padding-bottom: 0;}#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .widget-input-button { width:8.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .widget-checkbox-label { width:19.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN  { width:20.6875rem;height:auto;top:8.75rem;left:0rem; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN {display:block;}#RyWH9VaLHME1SSF8fEblkThp49FmBrQN { width:20.6875rem;height:auto;top:8.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #TPs1WvPaqWtmNLzbWqn1XlH2n390Vhgi {  }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #tOMkdhRyxhGMIW0kLmxaEUBtFLcPTExT { display:block; }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #PHcbrRflloAUL6iyDo08fd1RNM6ZsBuD {  }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #c6hMGhlMPkUzfaaEIhmiuJJH02ycsSPT {  }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #KKnoRp95AgfpKWDvmO6G0q3xM3XLbkdb { display:block; }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #LtXFkWr9y2AHGyx02tLLio2coMFKbeTV {  }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #L2bJwydcSgKaNqwLquemXHynO1HUKgiJ {  }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #XZ23Ox8zzwm3auF9lpLELvAPyIfzX4Xv { display:block; }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #CqqxWe5q4s4I2qFS4m0mJgvt6TDBLPWo {  }
 }@media only screen and (max-width: 763px) { #nR5iXcZKLaH2zSF9f2BTZkvmnC5PHr5W { display:block; }
 }@media only screen and (max-width: 763px) { #dFU6XWrlDG6uyNnfKv5rZKwGrZ6hXSdn { display:block; }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #L6nBHUxT5ELnaTMWZJb0uan7Ao6NOt8B {  }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #TzJW1rNwvOHlQJTiC4gp99TZBVgvIlaT {  }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #NG3bgJrFnDXWlgARKhu9WLOdBCkeOo8J {  }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #E6RxbKLTRo6G02s7nnVZWBRd4VzHB1yd {  }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #x3p839BTOuXTkMVFzFzkG0QB0QWbE5Tn {  }
 }@media only screen and (max-width: 763px) { #fL6ItIcRkwM3doQf908TKfBDX0BZfA8t { top:6.3125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyc6e8FJSwPycNd3ZaWNiFrJ7hpNtX6m { top:5.8125rem;left:8.4375rem;width:39.3125rem;height:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8MTwJiW98IT0f0R8kNBINW504HgxpBx { display:block; }#U8MTwJiW98IT0f0R8kNBINW504HgxpBx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mATsQTgKtKUFmPVi5leVID7w98VGrwEp { width:25.1875rem;height:7.75rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2JUTFqdsevaQcLz9GaNQiPLG3afrRXH { width:16.0625rem;height:1.5625rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTd3JtGJbUP9NZSsufSKmhTc3usE6ZW7 { 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) { #vaWiALXalIzBTxTffKLEc3aCSLlPqoMA { 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) { #VwXwQLtt6iBIB6d5Xiri6cdeEMqSC78c { 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) { #ZC35v4bZwGEkRJ3xrwHzaQ3EbTzGbcbA { top:6.875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #APktBowc6UhTTpPmAU4vh6thsxWAkzDp { 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) { #vqGcrt1GUmDEc0WOHtnPwrR9nTUTLfeb { position:relative;z-index:auto;display:block; }#vqGcrt1GUmDEc0WOHtnPwrR9nTUTLfeb > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBtS7FzxaAdvxPKcmaU7nOS9xQmcWTa9 { width:6.875rem;height:1rem;top:1.6875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DX9e9u3JAC3aeboPJDOPpnwDvdh9QC49 { display:block; }
 }@media only screen and (max-width: 763px) { #ZnNmwcrsqD5ORT29MSiM5Aey8CTuIhiz { width:6.5rem;height:1rem;top:1.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ay4f9x1JSrhPTzOO8sutcHIDnHATQpnL { display:block; }
 }@media only screen and (max-width: 763px) { #S4ClAZOb9IMnsUqxoWd13KxvvgAVG6hN { width:5.25rem;height:1rem;top:1.6875rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BywDFk2FqfdWkN66PwkWFszGhJOlnyOK { display:block; }
 }@media only screen and (max-width: 763px) { #GtFgC71i47NGaULOSpDelu6XMDRyo1ub { 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) { #PHa1QFRJ6B1kLeSyn4m4uwvXpaoXR7ba { 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) { #mERJbCf2vPqIqiGmx1TdU5ZMpVzhuq5V { width:10.625rem;height:3.5625rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RklPqZwaxmsT4OZPrV7EKVKpRVcrzt5t { display:block; }
 }@media only screen and (max-width: 763px) { #cwuzVJefJJcIIE5gPbTeTpTZSKOtHfsy { 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:18rem;height:3.4375rem;top:3rem;left:1rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLBRS3JrvvMmBG9K3G6xQlw0DTzu1CPE { display:block; }#TLBRS3JrvvMmBG9K3G6xQlw0DTzu1CPE > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEWtTmdRHnSkv5pMPpGbyOGAzpFlmzTX { width:20rem;height:11.0405625rem;top:4.75rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #oiHZQ59ObDd7JkSc81Kd6FrUMLXOcMMm { height:8.8125rem;width:14.0625rem;top:5.25rem;left:2.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #JgxmWara01QuSfbTx08bWgEQ2vupTlax { width:19.624rem;height:2.45rem;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:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdTzzL8Mya3UBEMOxUxCQF7sqyIPTdgx { width:18.75rem;height:1.3rem;top:13.23828125rem;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.2rem;top:3.125rem;left:0.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gis2bEm1g10pTrHfXuQpltwv3qmapx6W { width:18.75rem;height:10.348625rem;top:14.6630859375rem;left:0.625rem;font-size:1rem;line-height:1.3;display:block; }#Gis2bEm1g10pTrHfXuQpltwv3qmapx6W 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.4rem;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.0875rem;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:1.3rem;top:10.4375rem;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:9.723625rem;top:27.0625rem;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.3rem;top:25.6875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hiFzzsGDzoaS4XMbHCD7cbsyUaiaAXql { width:18.75rem;height:1.3rem;top:37.625rem;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) { #s3PSuKEHizJnHO4sMIcpHlANm6Eu2uX3 { width:18.75rem;height:5.5125rem;top:39.0498046875rem;left:0.625rem;font-size:1rem;line-height:1.3;display:block; }#s3PSuKEHizJnHO4sMIcpHlANm6Eu2uX3 li:before{  }
 }@media only screen and (max-width: 763px) { #iEM9Xx4c7ZMVIrp8bgNVxle497HDcbUe { width:19.9375rem;height:51.3125rem;top:9.1859369277956rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6JgndGO5QmJMRF2ULB8H2nwd7kEQtxu { display:block; }#X6JgndGO5QmJMRF2ULB8H2nwd7kEQtxu > .row .container { width:20rem;height:102.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pT64OpVl09cR0qqI9ciQwB37tspoKZ0T { width:18.75rem;height:1.3rem;top:3.75rem;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:6.8115rem;top:5.1748046875rem;left:0.625rem;font-size:1rem;line-height:1.3;display:block; }#lh4GeMBk0QJDaUm8x4GW6ZRK4HOnRbC9 li:before{  }
 }@media only screen and (max-width: 763px) { #VV8Gqb3BgMGbFMcEnrZzWtrkziwM7pCf { width:10.4375rem;height:1.3rem;top:1.318359375rem;left:4.78125rem;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.6rem;top:13.375rem;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:5.5125rem;top:16.099609375rem;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:2.6rem;top:23.5625rem;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:11.0234375rem;top:26.162109375rem;left:0.625rem;font-size:1rem;line-height:1.3;display:block; }#zUn5OwxElsaAz56bQuI9NMu9yOzJ8PuZ li:before{  }
 }@media only screen and (max-width: 763px) { #nR3IOSkT78EALlMhhEBikFps36kqnOlo { width:18.75rem;height:2.6rem;top:39.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) { #ytQhO52Da70MkfbQv1fyJQqR7cFN7TxI { width:18.75rem;height:8.1113125rem;top:42.037109375rem;left:0.625rem;font-size:1rem;line-height:1.3;display:block; }#ytQhO52Da70MkfbQv1fyJQqR7cFN7TxI li:before{  }
 }@media only screen and (max-width: 763px) { #vdSeikrwxx2yN8kTGiyEL0vmh1ir25hi { width:19.875rem;height:51.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMWkTKeTe5Ck1PMCPWuDohuk3xx3ail3 { width:19.3125rem;height:2.6rem;top:57.27499961853rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PImJihuy3zGTcTGENPkLbw1ZgdqgkfaF { width:20rem;height:0;top:59.8125rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }#PImJihuy3zGTcTGENPkLbw1ZgdqgkfaF li:before{  }
 }@media only screen and (max-width: 763px) { #WeASzVaqyAAG5hACNwIB8NC8Ml3l8Rpo { width:19.4375rem;height:5.2rem;top:60.5625rem;left:0.5625rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uVAsZ2mO86hEwE30RaCPetxw7XJevLK6 { width:20rem;height:10.973625rem;top:68.8125rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }#uVAsZ2mO86hEwE30RaCPetxw7XJevLK6 li:before{  }
 }@media only screen and (max-width: 763px) { #qdcLEVykhLIA6ifrmNIpz44vrF1HoZDs { width:19.4375rem;height:1.3rem;top:66.5625rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iW2JXiktsiNo0zdqTfPDyhZofLSig8AS { width:9.375rem;height:1.3rem;top:81.5rem;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) { #rRbxSsD0ritDFmZtUMX1KSOtS3gSQTff { width:20rem;height:11.3359375rem;top:83.75rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }#rRbxSsD0ritDFmZtUMX1KSOtS3gSQTff li:before{  }
 }@media only screen and (max-width: 763px) { #qmLIPqcc8gD6JX2c64kDSAGw5oLzHcUy { width:19.875rem;height:48.0625rem;top:53rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFpkcpvn2daOWX25IBWXg8hyN4dQAWv7 { width:14.75rem;height:1.3rem;top:54.625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dTXKQrTD4LI2zSFplhK3nZ8XqHo1fbn7 { display:block; }#dTXKQrTD4LI2zSFplhK3nZ8XqHo1fbn7 > .row .container { width:20rem;height:63.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADlAxtFAszculTOqTQhcZ9rOvcG7zzFi { top:16.3125rem;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.6rem;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.4rem;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) { #icvLQWFeHObzT3kAza1HUVeQO1FJVcSE { width:11.625rem;height:2.9375rem;top:22.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekKXZsbTsXxTdz1lEOvSpIUIPW60bde6 { width:19.875rem;height:0;top:8.7617189884187rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhUk9WCFqzrumRa3i9yRSZppuXRoAspi { width:9.9375rem;height:0.1875rem;top:15.583984375rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp8899tu0a4NTzzhDnH7p396b4Fwhv5s { width:16.0625rem;height:1.1375rem;top:19.947265625rem;left:1.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuMLrrxncoE1o7r7m9EoXmzTTrxehO9p { width:20rem;height:3.375rem;top:29.062501907349rem;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) { #FzVmfsdcw972rPWimlPBOg1CC0dWLIqk { width:19.875rem;height:15.5625rem;top:34.375000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHm705Xl78Um9RwSLGgslQd1mDwJpX1U { width:9.3125rem;height:2.6875rem;top:45.818359375rem;left:5.3437502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF5FHI7R86fIQXGJ5Ze3ue0Nn2EwZQl4 { top:40.380859375rem;left:4.1875002980232rem;width:11.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnhmZHb43S7KJKwkcFpaaWTgx2VwMAkO { display:block; }
 }@media only screen and (max-width: 763px) { #fn77VV9XNEq5noDT96h9LRGhORTgwGTt { width:0.125rem;height:5.4375rem;top:35.943359375rem;left:2.7187500596046rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #ITJklN0HK6eCm9nq4d5axvDXBwyG6eQz { width:16.0625rem;height:1.1375rem;top:43.680991172791rem;left:2.8437500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4DUZ8xz11AzEKvJ6mzTlJZTa4l3zhbR { width:9.9375rem;height:0.1875rem;top:39.630859375rem;left:5.03125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #D3X9JVbJoikwCVrF852bB1blrtaMVaub { width:10.25rem;height:2.4375rem;top:11.0625rem;left:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEksAMhiAd0uT9TvPpNbmuecC4N45aJc { width:10.25rem;height:2.4375rem;top:35.943359375rem;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) { #TXQwlnWQxIolKNdqaRCFlK4q0G9ao3hI { display:block; }#TXQwlnWQxIolKNdqaRCFlK4q0G9ao3hI > .row .container { width:20rem;height:233.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKtAJgaeh9mc2C1WD2eTfrfCEfi9sewx { width:12.5rem;height:12.5rem;top:8.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzyQXXT5LoPzh4CvrhxlWQDkuoLF3Wlg { width:9.6875rem;height:5.0625rem;top:11.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRZx69TeG2rbaVEAD2XzCx3CMwTsDugD { width:12.5rem;height:12.5rem;top:21.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0xHCHeBWnQTxx9y8Ez6Vzm4uI3RNDR8 { width:9.4375rem;height:7.0625rem;top:24.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU286K8tD459ihO6CdkzExw6qllF5wru { width:12.5rem;height:12.5rem;top:49.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odQHrvBqaFqL0oE90hlUwlHU2xITdree { width:10.9375rem;height:6.875rem;top:52.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwKKiB56xVnQtb5VMdVnhZmSL9XTQhyI { width:12.5rem;height:12.5rem;top:35.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRy3L3SMZLa7uaeoTxrU5TRwirvTgA7q { width:11rem;height:5.625rem;top:39.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR1rxK1unyLfTshGPyzqquSUHpoulcg0 { width:12.5rem;height:12.5rem;top:63.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9J1zEKrRzpCtT2RT3BxawgcbJUzf5xT { width:8rem;height:2.8125rem;top:68.4375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA4Z03gpgzzMfbfZ96mQXCiqXDBbMP9c { width:12.5rem;height:12.5rem;top:119rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNOO2FnpFgNAnh74vKwPxcMJlwIux8G8 { width:8.9375rem;height:1.625rem;top:122.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stfLpeluqrAwNZyz3x6CpfAgswozoywr { width:12.5rem;height:12.5rem;top:105.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUlXZCwBfdqlhJK7StRTW1K7Kfh5nat6 { width:8.9375rem;height:5.8125rem;top:108.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgO88Ps07ucNeV45kxxNmTP0lao0OIUl { width:12.5rem;height:12.5rem;top:132.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXh3iBNKpRhXQ5KGUKKrvFiiJabBld9y { width:8rem;height:8rem;top:135.1875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un7hg7HwyT3n3aOAzLCTuRaHS5T68LqJ { width:12.5rem;height:12.5rem;top:91.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys6l5wSnNWPG5V4nM3TOEX6P7bpbfT0M { width:8rem;height:8rem;top:93.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #asLvTxL26pVNLiKVRASyFZX2LD6TGBkg { width:12.5rem;height:12.5rem;top:77.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNAPHPPyZkTQaoHthpbFOwJWiorN3fkq { width:8.9375rem;height:5.3125rem;top:81.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvCxafhkvJz5OHaa7wZB9AFUaxToa3Ai { width:12.5rem;height:12.5rem;top:188.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkB6lxmxaCtTpqc29S9Uy914JsiZCDrL { width:12.5rem;height:12.5rem;top:174.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQDVTTw6iUO4BWLQ15qEEefHmhT8wBcw { width:12.5rem;height:12.5rem;top:202.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTaNu3fd1F19HpJbvRRnhNJMEku1O4bU { width:12.5rem;height:12.5rem;top:160.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6RXMJUO3cUlbfMRNAEeasZgIhOXRuxR { width:12.5rem;height:12.5rem;top:146.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wixs4Pxli0P4xSktsq8IeAZRPhmh40Px { width:11.3125rem;height:5.875rem;top:191.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7rShkuH5aLRTWvBQErRAhQ08mB8TbMi { width:8.9375rem;height:4.4375rem;top:178.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5d6IXykGIDGHIaqmuQz0WAPxuLLTLsl { width:8rem;height:8rem;top:204.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIfqbf2fvA6ipCisXS86FhIN8Z9aoBDU { width:8rem;height:5.9375rem;top:164rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKVBgTh4oTWVe6zOyshs6T72cgZ3eTcv { width:5.3125rem;height:5.3125rem;top:150.4375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbxMP2WiPNKw3p60Z9xm403fRJ4kI1TK { width:12.8125rem;height:2.6rem;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) { #T2rR0DPy4eu2oru09TmU1rDXeBXPP3G1 { width:5.125rem;height:1.4rem;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) { #WDSB2mTucnR2fm58t1q9TvGsgflzZqPM { width:9.5625rem;height:0.125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J41T0T8SRxAZ4R1PsmdIZfeNLu3sk7XD { width:12.5rem;height:12.5rem;top:216.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTCi0DsIIythIOcrdusC4M0SsJSxDLrl { width:10.5625rem;height:1.5rem;top:221.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtkDgAsLLHpktrXiczsC0DBuWbr6fPkl { background-color:#e72f42;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;display:block; }#vtkDgAsLLHpktrXiczsC0DBuWbr6fPkl > .row .container { background-color: transparent; background-image: none; }#vtkDgAsLLHpktrXiczsC0DBuWbr6fPkl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtkDgAsLLHpktrXiczsC0DBuWbr6fPkl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtkDgAsLLHpktrXiczsC0DBuWbr6fPkl > .row .container > .video-iframe-container { display: none; }#vtkDgAsLLHpktrXiczsC0DBuWbr6fPkl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtkDgAsLLHpktrXiczsC0DBuWbr6fPkl > .row > .video-iframe-container { display: none; }#vtkDgAsLLHpktrXiczsC0DBuWbr6fPkl > .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); }#vtkDgAsLLHpktrXiczsC0DBuWbr6fPkl > .row .container { border-width: 0; border-radius: 0; }#vtkDgAsLLHpktrXiczsC0DBuWbr6fPkl > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDPaAsiWrw37SxHfHBQFdzhQfWu6MMML { 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) { #D9IOL5JzIfh1a5h1lIy47P7tehTkAdzG { width:13rem;height:1.70625rem;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) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .widget-input-text {padding-top: 0; padding-bottom: 0;}#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .widget-input-select {padding-top: 0; padding-bottom: 0;}#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .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; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .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; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN  { width:17.5rem;height:auto;top:8.6123046875rem;left:0rem; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RyWH9VaLHME1SSF8fEblkThp49FmBrQN {display:block;}#RyWH9VaLHME1SSF8fEblkThp49FmBrQN { width:17.5rem;height:auto;top:8.6123046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #TPs1WvPaqWtmNLzbWqn1XlH2n390Vhgi {  }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #tOMkdhRyxhGMIW0kLmxaEUBtFLcPTExT { display:block; }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #PHcbrRflloAUL6iyDo08fd1RNM6ZsBuD {  }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #c6hMGhlMPkUzfaaEIhmiuJJH02ycsSPT {  }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #KKnoRp95AgfpKWDvmO6G0q3xM3XLbkdb { display:block; }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #LtXFkWr9y2AHGyx02tLLio2coMFKbeTV {  }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #L2bJwydcSgKaNqwLquemXHynO1HUKgiJ {  }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #XZ23Ox8zzwm3auF9lpLELvAPyIfzX4Xv { display:block; }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #CqqxWe5q4s4I2qFS4m0mJgvt6TDBLPWo {  }
 }@media only screen and (max-width: 763px) { #nR5iXcZKLaH2zSF9f2BTZkvmnC5PHr5W { display:block; }
 }@media only screen and (max-width: 763px) { #dFU6XWrlDG6uyNnfKv5rZKwGrZ6hXSdn { display:block; }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #L6nBHUxT5ELnaTMWZJb0uan7Ao6NOt8B {  }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #TzJW1rNwvOHlQJTiC4gp99TZBVgvIlaT {  }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #NG3bgJrFnDXWlgARKhu9WLOdBCkeOo8J {  }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #E6RxbKLTRo6G02s7nnVZWBRd4VzHB1yd {  }
 }@media only screen and (max-width: 763px) { #RyWH9VaLHME1SSF8fEblkThp49FmBrQN #x3p839BTOuXTkMVFzFzkG0QB0QWbE5Tn {  }
 }@media only screen and (max-width: 763px) { #fL6ItIcRkwM3doQf908TKfBDX0BZfA8t { 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) { #iyc6e8FJSwPycNd3ZaWNiFrJ7hpNtX6m { width:16.3125rem;height:16.3125rem;top:40.6875rem;left:1.84375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U8MTwJiW98IT0f0R8kNBINW504HgxpBx { display:block; }#U8MTwJiW98IT0f0R8kNBINW504HgxpBx > .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; }#U8MTwJiW98IT0f0R8kNBINW504HgxpBx > .row .container { width:20rem;height:20.3125rem;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) { #mATsQTgKtKUFmPVi5leVID7w98VGrwEp { 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) { #q2JUTFqdsevaQcLz9GaNQiPLG3afrRXH { width:16.1246875rem;height:1.6rem;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) { #vTd3JtGJbUP9NZSsufSKmhTc3usE6ZW7 { width:2.375rem;height:2.375rem;top:15.6875rem;left:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaWiALXalIzBTxTffKLEc3aCSLlPqoMA { width:2.375rem;height:2.375rem;top:15.6875rem;left:9.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwXwQLtt6iBIB6d5Xiri6cdeEMqSC78c { width:2.375rem;height:2.375rem;top:15.5rem;left:13.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC35v4bZwGEkRJ3xrwHzaQ3EbTzGbcbA { width:6.31225rem;height:1.3rem;top:13.25rem;left:6.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APktBowc6UhTTpPmAU4vh6thsxWAkzDp { width:3.125rem;height:3.125rem;top:1.1230466365814rem;left:8.4374997019769rem;font-size:2.1875rem;display:block; }
 }