.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#eeCMu0V61viVveKU11HExp7iXTSnNby1 { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:5.6875rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vWdFTVFcFRSM9vBEIcA146xoK2VSyDyd { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:13.84375rem;left:5.6875rem;height:13.5rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#w8r177r9G5NDgTXym8NwxsaUbIZZTrFi { background-color:#e0001f;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.17) ;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:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.3125rem;left:5.6875rem;display:block; }
#aNn2pErdTqzGXyAiRZuPxq7G2xhV60m7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U0bSTRhghFWD9aHJESgxAW9TnxqBE5ld { position:absolute;display:block;z-index:15001;border-top:0.25rem solid #208916;border-left:0.25rem solid #208916;border-right:0.25rem solid #208916;border-bottom:0.25rem solid #208916;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.5) ;height:22.25rem;width:14.5625rem;top:6.6875rem;left:37.687501907349rem;overflow:hidden;display:block; }
#vNxRTFOP3CgNucqA0UDo7MOV4bDoZfdo { background-color:#e0001f;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.17) ;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:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.3125rem;left:20.5625rem;display:block; }
#aS4iszWeBqSV80wcRL6s0x0WS5BaswaI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NX0hht42reHg7PWxSS2sLJqTeTQMEpLt { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:28.625001430511rem;left:5.6875rem;height:1.6875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#b0XKDPLDpuhffKoctcVHFBWyQRhEpi1t { 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:none; }#b0XKDPLDpuhffKoctcVHFBWyQRhEpi1t > .row .container { border-width: 0; border-radius: 0; }#b0XKDPLDpuhffKoctcVHFBWyQRhEpi1t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b0XKDPLDpuhffKoctcVHFBWyQRhEpi1t > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:none; }#S7Ws0OIShO7mAzLTq048IrzNlV6xSUvg { color:#e0001f;display:block;width:51.4375rem;position:absolute;font-family:"times new roman";font-size:2.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.7479162216186rem;left:4.28125rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RR01oeh4gDBZTzE7ZZWqOGfqdWWttsaX { position:absolute;display:block;z-index:15004;border-top:0.25rem solid #208916;border-left:0.25rem solid #208916;border-right:0.25rem solid #208916;border-bottom:0.25rem solid #208916;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.5) ;height:12.75rem;width:19.1875rem;top:7.0625rem;left:34.375rem;overflow:hidden;display:block; }
#Tn8nGv0sNqpPLHZxymWm0XOHTH1T6ubf { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:7.53125rem;left:4.28125rem;height:10.125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#S2OHZQgFqoepooPS8y8a4oNwyZ84P8of { background-color:#e0001f;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.17) ;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:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.934375762939rem;left:7.8989582061769rem;display:none; }
#oHBOfwkZsmtCif75SMQRaPgsogMP7f2l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6UX6n6fAUKzEgT74TV3tZI2miwSeUHm { background-color:#e0001f;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.17) ;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:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.007291793823rem;left:6.71875rem;display:block; }
#dDNygQZgDlIGvs9lHMEzJ1K2s6I5FbuB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fwfMHo8U/Group-21.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0.adaptive-delivery-prevent-bg, #kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0.lazyload, #kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0.lazyloading { background-image: none; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container { background-color: transparent; background-image: none; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container > .video-iframe-container { display: none; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row > .video-iframe-container { display: none; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .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); }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container { border-width: 0; border-radius: 0; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container { font-size:0.875rem;font-family:arial;height:66.6875rem;width:60rem;position:relative;display:block; }#MuVVB0tzng77FTcDNhAeFCMKu0tx2s61 { color:#e0001f;display:block;width:41.6875rem;position:absolute;font-family:"times new roman";font-size:4.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kWDVpaE9ZBAXMHsBpQ4o2A1V5AvCXKiP { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:34rem;left:5.375rem;height:2.03125rem;font-style:normal;display:block; }
#zvMGHCn1Xzc5dHFL2CfILs32coko0yzu { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:36.9375rem;left:5.5rem;height:6.75rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Ecqs6H6M74cZFzTpXbTES9u3kMAvCWIc { box-sizing:content-box;color:#e0001f;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:33.5rem;left:2.1875rem;display:block; }
#zZtLwIOQ38sCgrs2Li2rfgRcRRs8RFaT { color:#000000;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:47.4375rem;left:5.4375rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xqTJd1qnGt0ynRzAH8ohvazDSx74pwww { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:44.6875rem;left:5.4375rem;height:2.03125rem;font-style:normal;display:block; }
#J1da9IFQloPlRgQUZyNlwbtOfUUNMDp6 { box-sizing:content-box;color:#e0001f;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:44rem;left:2.0625rem;display:block; }
#h1uxxx6FSwRBmAcr8bxmb6UIFFTLgUNX { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:53.5rem;left:5.3125rem;height:2.03125rem;font-style:normal;display:block; }
#nqNCiwHUDmirC0mBJQee5TlgX20EAR0R { color:#000000;display:block;width:22.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:56.375rem;left:5.375rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K1dPU1G50cF956lgtbJTgg16Gc0lS1iP { box-sizing:content-box;color:#e0001f;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:52.5rem;left:1.9375rem;display:block; }
#syAQDB4T4bHkJDud6x26PfR6QyvsMZug { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:12.406250953674rem;left:29.687501907349rem;height:13.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#P7XKFN0hTTeBT7ctTiBTbvAirq0HSn2s { position:absolute;display:block;z-index:15001;border-top:0.25rem solid #208916;border-left:0.25rem solid #208916;border-right:0.25rem solid #208916;border-bottom:0.25rem solid #208916;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.5) ;height:14.3125rem;width:21.5625rem;top:48.842964649201rem;left:34.23671913147rem;overflow:hidden;display:block; }
#Zp8CZtpTShDn6glnRZWgbkqGCQuDxi0L { position:absolute;display:block;z-index:15002;border-top:0.25rem solid #208916;border-left:0.25rem solid #208916;border-right:0.25rem solid #208916;border-bottom:0.25rem solid #208916;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.5) ;height:14.375rem;width:21.5625rem;top:30.671875rem;left:34.229168891907rem;overflow:hidden;display:block; }
#OrMKOUbZ6fTxC4G14ty57MBAenpB5guw { position:absolute;display:block;z-index:15003;border-top:0.25rem solid #208916;border-left:0.25rem solid #208916;border-right:0.25rem solid #208916;border-bottom:0.25rem solid #208916;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.5) ;height:14.375rem;width:19.1875rem;top:11.71875rem;left:2.1875rem;overflow:hidden;display:block; }
#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u { 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; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row .container { background-color: transparent; background-image: none; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row .container > .video-iframe-container { display: none; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row > .video-iframe-container { display: none; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .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); }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row .container { border-width: 0; border-radius: 0; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row .container { font-size:0.875rem;font-family:arial;height:94.0625rem;width:60rem;position:relative;display:block; }#kKEVnQvBy7GZitbbdV3vPJhDf0i1nVwu { color:#e0001f;display:block;width:53.625rem;position:absolute;font-family:"times new roman";font-size:4.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.0554695129394rem;left:0rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A8CLFw9B6hU4UINexnPTTnESG0sB2yHh { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:10.8125rem;left:2.375rem;height:;font-style:normal;display:block; }#A8CLFw9B6hU4UINexnPTTnESG0sB2yHh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A8CLFw9B6hU4UINexnPTTnESG0sB2yHh li:before{  }
#d6MnnkTpRDCvk41FMpU0iCpoTWp8row3 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.875rem;left:2.375rem;height:2.4375rem;font-style:normal;display:block; }
#L4DhdK1mTss5elotNdHTPN9G2Q7XZbnv { color:#000000;display:block;width:24.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:38.687507629394rem;left:33.625001907349rem;height:23.2875rem;font-style:normal;display:block; }#L4DhdK1mTss5elotNdHTPN9G2Q7XZbnv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L4DhdK1mTss5elotNdHTPN9G2Q7XZbnv li:before{  }
#Tr4zlKMP3q9M3TfNSpkoLE2ywT0yET0c { color:#000000;display:block;width:21rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:70.1875rem;left:3.625rem;height:2.4375rem;font-style:normal;display:block; }
#LRVI1f1eFHucADAATe0nutWgNa7ucqcT { color:#000000;display:block;width:22.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:73.5rem;left:3.625rem;height:4.7rem;font-style:normal;display:block; }#LRVI1f1eFHucADAATe0nutWgNa7ucqcT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LRVI1f1eFHucADAATe0nutWgNa7ucqcT li:before{  }
#lo4uLc8u5mMqkIsO3AUrN11RvV0nW8f5 { position:absolute;display:block;z-index:15013;border-top:0.25rem solid #208916;border-left:0.25rem solid #208916;border-right:0.25rem solid #208916;border-bottom:0.25rem solid #208916;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.5) ;height:15.4375rem;width:19.3125rem;top:67.4375rem;left:33.8125rem;overflow:hidden;display:block; }
#feLsOS9CNghV1B70Mwb2ZLhrQBNgaRs1 { position:absolute;display:block;z-index:15014;border-top:0.25rem solid #208916;border-left:0.25rem solid #208916;border-right:0.25rem solid #208916;border-bottom:0.25rem solid #208916;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.5) ;height:14.5rem;width:21.875rem;top:12.0625rem;left:33.9375rem;overflow:hidden;display:block; }
#cQTgO00PHIyOOSaTtUo16wGDPJTasZCv { position:absolute;display:block;z-index:15015;border-top:0.25rem solid #208916;border-left:0.25rem solid #208916;border-right:0.25rem solid #208916;border-bottom:0.25rem solid #208916;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.5) ;height:13.4375rem;width:20.1875rem;top:42.037493705749rem;left:3.625rem;overflow:hidden;display:block; }
#LMM9UPUs61wOyQT9Vq203aNz23AzRW3S { color:#151514;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:35rem;left:33.625001907349rem;height:2.4375rem;font-style:normal;display:block; }
#rGIESJawNzrQVvqk81NubTTpvK8L5Wwo { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:15.75rem;top:25.675000190735rem;left:42.875001907349rem;overflow:hidden;display:block; }
#rSWu7taLgSXX9F9D7AaUkgCIrfb8RrAM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:15.125rem;top:55.117708206177rem;left:1.3125rem;overflow:hidden;display:block; }
#DDykRabQB1o7UK1u24bXI5XgVkMqVbhz { background-color:#e0001f;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.17) ;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:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:84.3671875rem;left:23.062501907349rem;display:block; }
#BdHq0T6L88Uku4wNvAsV8fTFi7L07dOw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dnugRM8bP98Vk6XtQonkV9WW0ox2tUp6 { color:#000000;display:block;width:55.75rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:89.453777313231rem;left:3.625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v0TaXiQur507PvbLcNHbK61XAXTx5lxs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:50.747398376465rem;left:51.729166030884rem; }
#SDDD7TlRDPiJuT7kx7MTzNvaTytgwKJE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:57.247398376465rem;left:43.250001907349rem; }
#ZPruJ3LseR8r405T6G7araBTCi4yuJXF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:89.453777313231rem;left:2.375rem; }
#NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dca43c7e-01cb-40f6-9d68-dcbd15184368/Tatrabox006.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P.adaptive-delivery-prevent-bg, #NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P.lazyload, #NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P.lazyloading { background-image: none; }#NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P > .row .container { background-color: transparent; background-image: none; }#NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P > .row .container > .video-iframe-container { display: none; }#NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P > .row > .video-iframe-container { display: none; }#NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P > .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); }#NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P > .row .container { border-width: 0; border-radius: 0; }#NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#Uvrvz9J7GGpbX5vo2vXO07NMw9x6dqO6 { 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; }#Uvrvz9J7GGpbX5vo2vXO07NMw9x6dqO6 > .row .container { background-color: transparent; background-image: none; }#Uvrvz9J7GGpbX5vo2vXO07NMw9x6dqO6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uvrvz9J7GGpbX5vo2vXO07NMw9x6dqO6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uvrvz9J7GGpbX5vo2vXO07NMw9x6dqO6 > .row .container > .video-iframe-container { display: none; }#Uvrvz9J7GGpbX5vo2vXO07NMw9x6dqO6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uvrvz9J7GGpbX5vo2vXO07NMw9x6dqO6 > .row > .video-iframe-container { display: none; }#Uvrvz9J7GGpbX5vo2vXO07NMw9x6dqO6 > .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); }#Uvrvz9J7GGpbX5vo2vXO07NMw9x6dqO6 > .row .container { border-width: 0; border-radius: 0; }#Uvrvz9J7GGpbX5vo2vXO07NMw9x6dqO6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uvrvz9J7GGpbX5vo2vXO07NMw9x6dqO6 > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:60rem;position:relative;display:block; }#U3Kp8hTsTMTs6lALEZTMq0fuNuTQfNpn { color:#e0001f;display:block;width:56.1875rem;position:absolute;font-family:"times new roman";font-size:4.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:0.56093215942383rem;left:0rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QMzTCnyaAaxdeaSyX2nMOXyGnRt56GeG { 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; }#QMzTCnyaAaxdeaSyX2nMOXyGnRt56GeG > .row .container { background-color: transparent; background-image: none; }#QMzTCnyaAaxdeaSyX2nMOXyGnRt56GeG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMzTCnyaAaxdeaSyX2nMOXyGnRt56GeG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMzTCnyaAaxdeaSyX2nMOXyGnRt56GeG > .row .container > .video-iframe-container { display: none; }#QMzTCnyaAaxdeaSyX2nMOXyGnRt56GeG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMzTCnyaAaxdeaSyX2nMOXyGnRt56GeG > .row > .video-iframe-container { display: none; }#QMzTCnyaAaxdeaSyX2nMOXyGnRt56GeG > .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); }#QMzTCnyaAaxdeaSyX2nMOXyGnRt56GeG > .row .container { border-width: 0; border-radius: 0; }#QMzTCnyaAaxdeaSyX2nMOXyGnRt56GeG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QMzTCnyaAaxdeaSyX2nMOXyGnRt56GeG > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:60rem;position:relative;display:block; }#MVDI8VqfNAmMPv9nHxagLUU5MNUIuUvU { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:1.8734378814698rem;left:0rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GGZ9RXg17qLJFQSNnZLT9vslcMWTmRNh { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:8.56093788147rem;left:0rem;height:5.0125rem;font-style:normal;display:block; }#GGZ9RXg17qLJFQSNnZLT9vslcMWTmRNh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GGZ9RXg17qLJFQSNnZLT9vslcMWTmRNh li:before{  }
#JRc8zUgXFnxBxSACKAFRab9dlu1I8nTq { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:5.8109378814697rem;left:0rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MrxHKnia0qliXiGT9bXEABJgWI0qD37s { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:14.68593788147rem;left:0rem;height:5.85rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wcVNcFU9Wb0O6xqaZuu1h1v6bp4weSE9 { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:21.498438358307rem;left:0rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n05Quc3S6ALDhGVT2GnUWXlUmsX9w2Al { background-color:#e0001f;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.17) ;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:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.061712265014rem;left:8.75rem;display:block; }
#mfqCVm1LiUhX4nKbtNUJ4MEoW71s3A9s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz { 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; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container { background-color: transparent; background-image: none; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container > .video-iframe-container { display: none; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row > .video-iframe-container { display: none; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .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); }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container { border-width: 0; border-radius: 0; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container { font-size:0.875rem;font-family:arial;height:93.1875rem;width:60rem;position:relative;display:block; }#xtqiupFw6IpxJcI1JyGM119A3EaCzUNi { color:#e0001f;display:block;width:56.1875rem;position:absolute;font-family:"times new roman";font-size:4.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:0.68593215942381rem;left:0rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n57Ah8xbeBTUG0ZwPU4DT9iv1a1bg9n1 { color:#5b5b5b;display:block;width:56.9375rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:6.9617187976837rem;left:1.90625rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zXelTcEMh5QtUN9Nu6uTuNdWTLvAV59x { position:absolute;display:block;z-index:15022;background-color:#ececec;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:22.5rem;width:40.1875rem;top:13.723438262939rem;left:0rem;display:block; }
#neikLNrZ3cF17Cqvb7q2dkMeqAW8xDIr { color:#e0001f;display:block;width:36.3125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:38.185938835144rem;left:1.1875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N8XI7zwMoMyIBKV4vHnTmcMeFSDLboy1 { position:absolute;display:block;z-index:15033;border-top:0.25rem solid #208916;border-left:0.25rem solid #208916;border-right:0.25rem solid #208916;border-bottom:0.25rem solid #208916;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 1.3125rem rgba(0,0,0,0.5) ;height:12.375rem;width:18.5625rem;top:43.5625rem;left:0.5625rem;overflow:hidden;display:block; }
#TWP9Ou4bKhDaJX0SyhaTtkhH0JSZoFbN { position:absolute;display:block;z-index:15034;border-top:0.25rem solid #208916;border-left:0.25rem solid #208916;border-right:0.25rem solid #208916;border-bottom:0.25rem solid #208916;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 1.3125rem rgba(0,0,0,0.5) ;height:12.4375rem;width:18.625rem;top:43.5625rem;left:20.3125rem;overflow:hidden;display:block; }
#vTQB4w6DAyfTJiVmD0W87UGCJRdhT244 { position:absolute;display:block;z-index:15035;border-top:0.25rem solid #208916;border-left:0.25rem solid #208916;border-right:0.25rem solid #208916;border-bottom:0.25rem solid #208916;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 1.3125rem rgba(0,0,0,0.5) ;height:12.375rem;width:18.75rem;top:43.5625rem;left:40.125rem;overflow:hidden;display:block; }
#PsmZsRP1obeSXzvHprfLoxgE3ChVyET6 { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:22.61171913147rem;left:1.90625rem;height:11.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#PsmZsRP1obeSXzvHprfLoxgE3ChVyET6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PsmZsRP1obeSXzvHprfLoxgE3ChVyET6 li:before{  }
#AdIM9J1iLTdgTP5qSkyW5qEx7BL6TfzO { color:#000000;display:block;width:53.875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:66.75rem;left:1.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mvlqZvrIkv4Nfa7NpLCRUDy6QnfAUwt0 { color:#e0001f;display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:15.06093788147rem;left:1.90625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wkDq5BnIIGXQT6PLql74g9ZrUxGoDOyU { background-color:#e0001f;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.17) ;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:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:87.375rem;left:11.5rem;display:block; }
#fhGhR7iOgF7tlNtLQrGqQ0hoSrUfQyhg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F1E9ICu5xAiZ8XAnV2HNBTTnfLPwSCJl { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:19.874219655991rem;left:20.843751907349rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#F1E9ICu5xAiZ8XAnV2HNBTTnfLPwSCJl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F1E9ICu5xAiZ8XAnV2HNBTTnfLPwSCJl li:before{  }
#xo5TGw9iTfOrSN4uXwp33Ah8E5tNlUme { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:57.375001907349rem;left:0.65625rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BXSF7lBvPbKqfh4Ua6a3CChSmwp4aWDx { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:73.1875rem;left:1.1875rem;height:9.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#BXSF7lBvPbKqfh4Ua6a3CChSmwp4aWDx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BXSF7lBvPbKqfh4Ua6a3CChSmwp4aWDx li:before{  }
#V2CuSfwKbIvi9Z95N0WeWm8RzNM0p4o6 { color:#e0001f;display:block;width:11.9375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:70.25rem;left:1.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X9JolRzxWEA8sPKSTA0aZefrn1W2g9UZ { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:57.375001907349rem;left:20.468751907349rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fhlzI8vTh11gRd3GReixPV2g2dHHDBua { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:57.375001907349rem;left:40.187501907349rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TwUmpcpFoCVelbcZmRC3wDNSKneUhMtM { color:#e0001f;display:block;width:11.9375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:62.6875rem;left:1.1875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PUm7wHUMwivxL8OOxvbnQTCgwWywLrpO { position:absolute;display:block;z-index:15022;background-color:#ececec;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:22.5rem;width:40.1875rem;top:13.723438262939rem;left:0rem;display:none; }
#LcnsQSoLNnzGWCLGlAeV63wvKuyL1ZJr { color:#e0001f;display:block;width:15.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:26.3125rem;left:22.531251907349rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T71rnAmPcNIXKpd9rvBMhMhyHyyihVSk { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:28.561719894409rem;left:20.843751907349rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#T71rnAmPcNIXKpd9rvBMhMhyHyyihVSk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T71rnAmPcNIXKpd9rvBMhMhyHyyihVSk li:before{  }
#qvPWDKNLNcupvckAutcOaWBk9VVtdiPg { color:#e0001f;display:block;width:15.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:19.874218940735rem;left:1.90625rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZALheEJg2ozRxKPIP3lGFHCHfDlXCTxT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:20.610931396484rem;left:41.250001907349rem;overflow:hidden;display:block; }
#XIHx7qLTzUPv3TUfxgWbL5EnDNNAN0Qy { 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:18.75rem;width:18.75rem;top:68.781237602231rem;left:22.625001907349rem;overflow:hidden;display:block; }
#AhelZT8q5DkDTl8TBu5I3mrMC9QocFoT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9376215f-b85d-4dfb-8076-71937f0ead79/universal_upscale_0_00f2347e20124759a52b0608c2b51022_0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AhelZT8q5DkDTl8TBu5I3mrMC9QocFoT.adaptive-delivery-prevent-bg, #AhelZT8q5DkDTl8TBu5I3mrMC9QocFoT.lazyload, #AhelZT8q5DkDTl8TBu5I3mrMC9QocFoT.lazyloading { background-image: none; }#AhelZT8q5DkDTl8TBu5I3mrMC9QocFoT > .row .container { background-color: transparent; background-image: none; }#AhelZT8q5DkDTl8TBu5I3mrMC9QocFoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhelZT8q5DkDTl8TBu5I3mrMC9QocFoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhelZT8q5DkDTl8TBu5I3mrMC9QocFoT > .row .container > .video-iframe-container { display: none; }#AhelZT8q5DkDTl8TBu5I3mrMC9QocFoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhelZT8q5DkDTl8TBu5I3mrMC9QocFoT > .row > .video-iframe-container { display: none; }#AhelZT8q5DkDTl8TBu5I3mrMC9QocFoT > .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); }#AhelZT8q5DkDTl8TBu5I3mrMC9QocFoT > .row .container { border-width: 0; border-radius: 0; }#AhelZT8q5DkDTl8TBu5I3mrMC9QocFoT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AhelZT8q5DkDTl8TBu5I3mrMC9QocFoT > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#pk32OUGWo946gTKKkheHXkllekmDVWqq { 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; }#pk32OUGWo946gTKKkheHXkllekmDVWqq > .row .container { background-color: transparent; background-image: none; }#pk32OUGWo946gTKKkheHXkllekmDVWqq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk32OUGWo946gTKKkheHXkllekmDVWqq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk32OUGWo946gTKKkheHXkllekmDVWqq > .row .container > .video-iframe-container { display: none; }#pk32OUGWo946gTKKkheHXkllekmDVWqq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk32OUGWo946gTKKkheHXkllekmDVWqq > .row > .video-iframe-container { display: none; }#pk32OUGWo946gTKKkheHXkllekmDVWqq > .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); }#pk32OUGWo946gTKKkheHXkllekmDVWqq > .row .container { border-width: 0; border-radius: 0; }#pk32OUGWo946gTKKkheHXkllekmDVWqq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pk32OUGWo946gTKKkheHXkllekmDVWqq > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#TWrtyVRsBOFs7w185iEkFdye7xJy7bBN { color:#e0001f;display:block;width:57.625rem;position:absolute;font-family:"times new roman";font-size:4.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.0000123977661rem;left:0rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uVLa58dNNw07CZBaI8OiVsQdTbQqwRo0 { background-color:#5d92ff;background-image:none;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#PNG6rLXQLGfmFZDn9W5G1rFJkui5uzdv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oZzLntk02SgDrZyf76KrUkH5Hf8tBiy9 { 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; }#oZzLntk02SgDrZyf76KrUkH5Hf8tBiy9 > .row .container { background-color: transparent; background-image: none; }#oZzLntk02SgDrZyf76KrUkH5Hf8tBiy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZzLntk02SgDrZyf76KrUkH5Hf8tBiy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZzLntk02SgDrZyf76KrUkH5Hf8tBiy9 > .row .container > .video-iframe-container { display: none; }#oZzLntk02SgDrZyf76KrUkH5Hf8tBiy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZzLntk02SgDrZyf76KrUkH5Hf8tBiy9 > .row > .video-iframe-container { display: none; }#oZzLntk02SgDrZyf76KrUkH5Hf8tBiy9 > .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); }#oZzLntk02SgDrZyf76KrUkH5Hf8tBiy9 > .row .container { border-width: 0; border-radius: 0; }#oZzLntk02SgDrZyf76KrUkH5Hf8tBiy9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oZzLntk02SgDrZyf76KrUkH5Hf8tBiy9 > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#rLXZNQZE9OsePEaa1ecM4Rf1Erppgnx3 { position:absolute;display:block;z-index:15017;background-color:#ececec;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:5.625rem;width:6.875rem;top:1.9375rem;left:0rem;display:block; }
#x7JFwoSC4w828PZuRbODHiXBzi7XKwcg { position:absolute;display:block;z-index:15018;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.875rem;top:7.71875rem;left:0rem;display:block; }
#BOT9tFhb5rdAkkM61Q8PxtMmMQRWdDOl { color:#000000;display:block;width:5.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:4.1398315429688rem;left:0.8125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#GevZxCnX23t7G1DhFxsoCEFuBGnIuEw9 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:8.0460815429688rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#U1Lazle3HZVXVf2qTql8EnvhBKOAaR3Q { position:absolute;display:block;z-index:15020;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.875rem;top:9.75rem;left:0rem;display:block; }
#yNxCUTOX2I4n4p7IHKJGLLpc9NZTiFXQ { position:absolute;display:block;z-index:15022;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.875rem;top:11.75rem;left:0rem;display:block; }
#Lvyfks4TnSqkd1gaSVUig9OfrIC7uQNi { position:absolute;display:block;z-index:15026;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.875rem;top:15.75rem;left:0rem;display:block; }
#ZdVxqN95EVhLuCR4yBG582yIGSHlPVKp { position:absolute;display:block;z-index:15024;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.875rem;top:13.75rem;left:0rem;display:block; }
#O44zRWXTSzT4TPzNqQQPVXDbRQXhnm3X { position:absolute;display:block;z-index:15038;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:15.75rem;left:7rem;display:block; }
#CTqXOkDyzkVU1DaTXeDrTmlRphd0EQwf { position:absolute;display:block;z-index:15036;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:13.75rem;left:7rem;display:block; }
#PhzPZ8DtMNX8CFT4i4ILnlm11HAQxXLA { position:absolute;display:block;z-index:15034;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:11.75rem;left:7rem;display:block; }
#SPGxwiEuLUOptJR2aWV4mvrXaAEBmreQ { position:absolute;display:block;z-index:15032;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:9.75rem;left:7rem;display:block; }
#hRQzWyhbunm7E2pgSiMEsy2OgEZmQ2ao { position:absolute;display:block;z-index:15030;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:7.7179565429688rem;left:7rem;display:block; }
#dBbT17uvLzbsFX5upVwx32FvRvEx8dRx { position:absolute;display:block;z-index:15029;background-color:#ececec;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:5.625rem;width:5.625rem;top:1.9375rem;left:7rem;display:block; }
#OpguEBDvgz9QcnvhHdsktRzZumwQtPsP { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:2.921875rem;left:7.09375rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#gwFLCVGBwarBqc0PnkPw8JvtkUhQefpt { position:absolute;display:block;z-index:15036;background-color:#ececec;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:5.625rem;width:5.625rem;top:1.9375rem;left:12.75rem;display:block; }
#ZTLM7TkmMCA15Siy9lebxREtBf359xcD { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:2.921875rem;left:18.593751907349rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#qclWSbmfdFvKHwxXMz3HpWNs1n3bi9N6 { position:absolute;display:block;z-index:15037;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:7.7179565429688rem;left:12.75rem;display:block; }
#XJ9JyA2hqnndyi7wRhxxz4155REaU2DX { position:absolute;display:block;z-index:15039;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:9.75rem;left:12.75rem;display:block; }
#QD33ZuDF1M19l41Lu9CZq4gA3i7m6JsT { position:absolute;display:block;z-index:15041;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:11.75rem;left:12.75rem;display:block; }
#VDFsvrglB9sD0GrCxGmbeEakCuQW5MUH { position:absolute;display:block;z-index:15043;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:13.75rem;left:12.75rem;display:block; }
#HrMMKCNkJ0XbkSezDAZklcen51LOAhBO { position:absolute;display:block;z-index:15045;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:15.75rem;left:12.75rem;display:block; }
#J4dkxmz7OaobxEma87A8ssk5TzwpzLft { position:absolute;display:block;z-index:15043;background-color:#ececec;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:5.625rem;width:5.625rem;top:1.9375rem;left:18.500001907349rem;display:block; }
#SySuUSEcv36xqBcLmEHmvkWu8XZawsrl { position:absolute;display:block;z-index:15044;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:7.7179565429688rem;left:18.500001907349rem;display:block; }
#kHzRWpCAH0XMmBCUtJaao0iLgQDefnJT { position:absolute;display:block;z-index:15046;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:9.75rem;left:18.500001907349rem;display:block; }
#GFWHyGfWp2lbGV8Mb9kaKiBtV1hwuyTI { position:absolute;display:block;z-index:15048;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:11.75rem;left:18.500001907349rem;display:block; }
#thWDAACeTnyptyUmFLX9aRBdNdHgz3cG { position:absolute;display:block;z-index:15050;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:13.75rem;left:18.500001907349rem;display:block; }
#wPKhOGm0RHVTSlEtCLeUOzmTab0Gt5Or { position:absolute;display:block;z-index:15052;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:15.75rem;left:18.500001907349rem;display:block; }
#lwke2W6R6OyGG3WcFQUw3IFgS2FSCare { position:absolute;display:block;z-index:15050;background-color:#ececec;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:5.625rem;width:5.625rem;top:1.9375rem;left:24.250001907349rem;display:block; }
#IChGatmxgLJv5HDAxkEl3tpvD90O5NUK { position:absolute;display:block;z-index:15051;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:7.7179565429688rem;left:24.250001907349rem;display:block; }
#yVKytZD3WsaFy25Hx22pcmZ5NUEVNOno { position:absolute;display:block;z-index:15053;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:9.75rem;left:24.250001907349rem;display:block; }
#u84vUX11NE8OEQlZAS2IQ1Tdk7CM4wlX { position:absolute;display:block;z-index:15055;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:11.75rem;left:24.250001907349rem;display:block; }
#NGHb3PBdtL3giIGOIrLyLS5rPMrhTlX9 { position:absolute;display:block;z-index:15057;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:13.75rem;left:24.250001907349rem;display:block; }
#b3eCKENlqOT23n1a4eXEvPBmwXDATXP0 { position:absolute;display:block;z-index:15059;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:15.75rem;left:24.250001907349rem;display:block; }
#Vr4QQUniGVCkhh5O6lGUNvAxdBsQQohg { position:absolute;display:block;z-index:15080;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:15.75rem;left:41.500001907349rem;display:block; }
#E8vDJIe4cVZOHtHTLl62eDcJHNrVfl3V { position:absolute;display:block;z-index:15073;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:15.75rem;left:35.750001907349rem;display:block; }
#ReNKod0KHt2QSIObC0JHAkm3a1dXZKox { position:absolute;display:block;z-index:15071;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:13.75rem;left:35.750001907349rem;display:block; }
#ueBFaSk3bAFc7KJ58uE38gKMu1BEpc3k { position:absolute;display:block;z-index:15078;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:13.75rem;left:41.500001907349rem;display:block; }
#saH6RT6kg1yFd7qf6k13ML5mPXHQzvq6 { position:absolute;display:block;z-index:15069;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:11.75rem;left:35.750001907349rem;display:block; }
#bonaVMXnOAmn4Ob643hKMpXItfuSQDtB { position:absolute;display:block;z-index:15076;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:11.75rem;left:41.500001907349rem;display:block; }
#HzOZ6bctT9IHgGGWodIKJ2x2qWXUPIXT { position:absolute;display:block;z-index:15067;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:9.75rem;left:35.750001907349rem;display:block; }
#D86NyfXUkv4eFIztbhELXwqrVwelbd6w { position:absolute;display:block;z-index:15074;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:9.75rem;left:41.500001907349rem;display:block; }
#nBDc9nNEmituRVMXa4ONKaGFOFmJlNg8 { position:absolute;display:block;z-index:15066;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:15.75rem;left:30.000001907349rem;display:block; }
#vUkgqQz3WkWnTJ11aB76krqm2voSosJ8 { position:absolute;display:block;z-index:15064;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:13.75rem;left:30.000001907349rem;display:block; }
#Qn4Jwzgh4mKOkZheLPBf366mRhUqMri0 { position:absolute;display:block;z-index:15062;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:11.75rem;left:30.000001907349rem;display:block; }
#ugUyhZV39lM3cWXKSkvT6T3KDXnS8vsh { position:absolute;display:block;z-index:15060;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:9.75rem;left:30.000001907349rem;display:block; }
#VBXteQORRu7mzf9SrF0T5rXPTJCeOAan { position:absolute;display:block;z-index:15058;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:7.7179565429688rem;left:30.000001907349rem;display:block; }
#tsEQt0goavgMTAGicfQbCVBNTCVOFTNu { position:absolute;display:block;z-index:15065;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:7.7179565429688rem;left:35.750001907349rem;display:block; }
#imsBuwqpzBTJiQFkAZgn53Dc81RSrqWV { position:absolute;display:block;z-index:15072;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:7.7179565429688rem;left:41.500001907349rem;display:block; }
#VbVLUkiadxZIAopDT2eRIdlEH1CyBaDT { position:absolute;display:block;z-index:15057;background-color:#ececec;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:5.625rem;width:5.625rem;top:1.9375rem;left:30.000001907349rem;display:block; }
#BL213lRJLQM7MB5vT96mTLwrRXr9XHT7 { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:2.921875rem;left:30.187501907349rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#lwJ5zQFUT30LbCsTdLofTMHGihGFExJg { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:3.53125rem;left:35.906251907349rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#Koa03mh9ubSTLgvJ1edhbg6cweNnrMJs { position:absolute;display:block;z-index:15078;background-color:#ececec;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:5.625rem;width:5.625rem;top:1.9375rem;left:47.250001907349rem;display:block; }
#v4sAkrxRrw7fgWhpJib0A0THySx0CRmK { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:3.53125rem;left:47.406251907349rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#Eaa7fL6MbTMZeTgoQnTT7ERANd39JuJD { position:absolute;display:block;z-index:15079;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:7.71875rem;left:47.249219894409rem;display:block; }
#iDmG7h3TosFgFLccig7ZEylAoAUBpLrs { position:absolute;display:block;z-index:15081;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:9.75rem;left:47.249219894409rem;display:block; }
#tBhvvi5OH4kvrHLPkirsWl77plFR6Gfy { position:absolute;display:block;z-index:15083;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:11.75rem;left:47.249219894409rem;display:block; }
#wWqIpzqLZx5pPiCZZ66AU2QKwizN4Guf { position:absolute;display:block;z-index:15085;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:13.75rem;left:47.249219894409rem;display:block; }
#EbHFTyBTB5Nc2fHQuxHL21uWe9v0COt1 { position:absolute;display:block;z-index:15087;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:15.75rem;left:47.249219894409rem;display:block; }
#yhwl3l32ha7sVqvZ8VtXHd1iBHqR6PJh { position:absolute;display:block;z-index:15094;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:15.75rem;left:52.999998092651rem;display:block; }
#EPOhacz0gM2ur1viVyxub7XoA5Nmp3Rc { position:absolute;display:block;z-index:15092;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:13.75rem;left:52.999998092651rem;display:block; }
#USqTeL89yoib2PILhUb5X1nZ8vvP7voi { position:absolute;display:block;z-index:15090;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:11.75rem;left:52.999998092651rem;display:block; }
#Tp5QMFGQmuPRkqoIg1ZONsqq3mJwH7xx { position:absolute;display:block;z-index:15088;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:9.75rem;left:52.999998092651rem;display:block; }
#FGpGTz3L7dyJXnSAetLGegCE1p2T8HTy { position:absolute;display:block;z-index:15086;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:7.71875rem;left:52.999998092651rem;display:block; }
#n72TfEQZQwXJqhV297Z4hNQzCzBewEaO { position:absolute;display:block;z-index:15085;background-color:#ececec;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:5.625rem;width:5.625rem;top:1.9375rem;left:52.999998092651rem;display:block; }
#bFTeE9aGZJv3JZsbEPw8AG7w9xZpscqT { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:3.53125rem;left:41.656251907349rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#qLbp7wCET80yZtNGzyVzu3sQR6JN17mo { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:2.3125rem;left:53.156248092651rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#pTR6KuJaEe8c7efw5B36v0ELqwZomJp8 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:10.078125rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#IwqSmV60C8Pd6IiZDqZ2SOg3qKMdyXwU { color:#000000;display:block;width:6.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:12.078125rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#PCmWg7b56fpedTzIq0R7v8nS5bF70EbE { color:#000000;display:block;width:6.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:14.143737792969rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#qszXiBT7EqndIk9h06duO0T4F9b9Dmrq { color:#000000;display:block;width:6.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:16.078125rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#lHbkevNd6rRJzE0m671nw674sHyvTNFt { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:8.046875rem;left:7rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#lupNvpMmN155Kw3Ip3J0x9oyJBDSTpdZ { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:10.078125rem;left:7rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#IQH9PbREWkMunsG81Ttz9uCMZiFfIFLp { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:12.078125rem;left:7rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#mqee33gkhyl7Nv43TPDqzMda6mQVP1CG { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:14.124206542969rem;left:7rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#fpEH9VToTqTA58qiAzoHRFhAdAvtq8yd { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:16.078125rem;left:7rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#X3SceG9uyUqc1n9kcllaToRyTfyBWKf8 { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:8.046875rem;left:12.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#aSdcATzvfeJ60QW2S61TJFmfugSx28sT { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:10.078125rem;left:12.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#RbSUMFReq9OHDE58aOT2vnEBtNLzVn3E { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:12.078125rem;left:12.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#ZJXecAQTdltk9mDtowzc1ti4GHbtOrDk { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:14.143737792969rem;left:12.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#OgFUVcMHprANDTBfKNhf6Mfcf0tt0tC2 { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:16.078125rem;left:12.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#NeWfRe99b2TMQoChFXnQXLEPrlD2Xrkb { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:8.046875rem;left:18.500001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#B0wcnfRCo16CT4pqG4IiPZmnEPch5FEZ { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:10.078125rem;left:18.500001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#aJydVA3iFaO53kSkfnTykTs5mK5zCdsi { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:12.078125rem;left:18.500001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#T6vucJAltHasMmW3nftSndbT2XfSJhVT { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:14.143005371094rem;left:18.500001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#qQuPsI0MMmScabPZpansRqD1ZlC4sNRn { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:16.077331542969rem;left:18.500001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#ZmxTizfybiOUKeWQfgc98AqnusCx7K4u { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:8.046875rem;left:24.250001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#QfgZ8t3FZ3vT3Zryh7StsaOpzpJ9T5yu { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:10.078125rem;left:24.250001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#C0xEycBbEwGW4uqokR54KK6UE77TwboI { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:12.078125rem;left:24.250001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#uFT5gS1u9I4txOvBJaI5KHpCbgMcpG0w { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:14.143005371094rem;left:24.250001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#ZCMOoITaulPOxnXBkJVxFcA8dLz9J4hl { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:16.077331542969rem;left:24.250001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#nmltEAfTRSrA03IgZ2489E5Ftp2it3Qt { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:8.046875rem;left:30.000001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#y4gWNI0MbnARJKKGlZ9qk7UCBPIzW25B { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:10.078125rem;left:30.000001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#FZdnIP5zUM6yN3UGTNNZZBdLPiURMOa4 { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:12.077331542969rem;left:30.000001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#E45XH73wKa2qWfzbeHFgvzbNfet9Znnw { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:14.143005371094rem;left:30.000001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#uwPbR2kUn3QpWMpEqKVURfvXoauEHgTh { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:16.077331542969rem;left:30.000001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#S5FwMTlDhbbmgH9TiAAZwBuU8xo2z98x { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:8.046875rem;left:35.750001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#gEh852MHdlJ6svi9HhT70dqZHzioZDUB { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:10.078125rem;left:35.750001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#JTU4CU6605SBNttNaXt8bDkWoev4zylZ { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:12.077331542969rem;left:35.750001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#q0pVELidPlEtzrkqtJv4rBZ5PGt0OUCH { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:14.080505371094rem;left:35.737501144409rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#Symok2AlG5IWbEO0sFg9nW1JtsII0Vg2 { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15106;line-height:1.3;letter-spacing:0;top:16.077331542969rem;left:35.750001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#ifdzg2qHa6hLXUxvPJUnxFKU7Cczmu1p { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:8.046875rem;left:41.500001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#TGFBUN6ybhzHPTBDx40d5SkUl8m1ZZro { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:10.078125rem;left:41.500001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#FfC5BbMRTwf8nvMwpdFdrfGqfeCxutVb { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:12.077331542969rem;left:41.500001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#q5bCxmB3HuyAQAalDIS7QgqTHwJ0iGif { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15106;line-height:1.3;letter-spacing:0;top:14.080505371094rem;left:41.500001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#D21M5rJ0AOQSXLK9tPWbAQVx0WP5KTQr { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:16.077331542969rem;left:41.500001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#MxBm10ciVweZ19ya4VEl46g0DIBUTOL7 { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:8.046875rem;left:47.249219894409rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#H93eXX3WryT73rfs0L34GGFoIWTLTpJM { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:8.046875rem;left:52.999998092651rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#Ae2yDkKnfBHeKExk6Rd4rWsDOC96RayO { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:10.078125rem;left:47.249219894409rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#gIwob8DOwxmGH9U7Zeoq5hSKb07ZtUOK { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15106;line-height:1.3;letter-spacing:0;top:12.078125rem;left:47.249219894409rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#CunLz5qeTPc5tPd0ZO2h9G6oIClOPs7C { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:16.078125rem;left:47.249219894409rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#frK2QNhFkDPW8VCoNlNLCSs0xhFqQVbb { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:14.081237792969rem;left:47.249219894409rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#HAETltPSMGJb1TVefCieUcXm304BXfZw { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15106;line-height:1.3;letter-spacing:0;top:10.078125rem;left:52.999998092651rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#I8OTeDzGOas6n4pDQDNEXGoGST23VspZ { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:12.078125rem;left:52.999998092651rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#V46FTseB7stPy4XntSHJ0AxNrvBuoaKw { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:16.078125rem;left:52.999998092651rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#XdlrIlkgJhxw3qfl3DpG6SCXfv5TZnlZ { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:14.081237792969rem;left:52.999998092651rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#oZs9OJHMhFNzSoPqnxITTqNKlDdsbWRr { position:absolute;display:block;z-index:15058;background-color:#ececec;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:5.625rem;width:5.625rem;top:1.9375rem;left:35.737501144409rem;display:block; }
#KwrJgzSM4iIx1IRLilNWTnFMTRTfphvT { position:absolute;display:block;z-index:15059;background-color:#ececec;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:5.625rem;width:5.625rem;top:1.9375rem;left:41.500001907349rem;display:block; }
#zE3o6icptLI7EnspspHTLiQGqNKsVZif { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:2.3125rem;left:12.96875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#pOo9LmWIQSwxBnkbfkiCht6y5BiotTE7 { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:2.3125rem;left:24.343751907349rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#i29iEMUbiQthUAtcVWkXp2pzWBt4mieT { position:absolute;display:block;z-index:15140;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:21.75rem;left:41.500001907349rem;display:block; }
#h3msdHy9FTw1VCbiHOBeKCBaJMVgLUPU { position:absolute;display:block;z-index:15138;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:19.75rem;left:41.500001907349rem;display:block; }
#Xw8SiA5vh6n7wt0TAK15E2RWIyV7AuAD { position:absolute;display:block;z-index:15145;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:19.75rem;left:47.249998092651rem;display:block; }
#q1M8soPEA7oIVWRfIdQU37EuSTCpbCNT { position:absolute;display:block;z-index:15147;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:21.75rem;left:47.249998092651rem;display:block; }
#OtwVlmJPGzWVhzSUI7489Wq6t9VUkJk5 { position:absolute;display:block;z-index:15154;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:21.75rem;left:52.999998092651rem;display:block; }
#Vr5589x5MN462sE1B16HT9LToyciCzEb { position:absolute;display:block;z-index:15152;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:19.75rem;left:52.999998092651rem;display:block; }
#fFyiGNb333nbwNxmfEBgIrGQWPtRD7C6 { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:20.125rem;left:41.500001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#DZuZVMEJIk2ZXF4GHvQvmpbrZSDnKzTD { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:22.125rem;left:41.500001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#o7AXNRLw5tV6CW8ek0CkH9e0ImxfV651 { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:22.125rem;left:47.249998092651rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#XIVcDRQquqgVVgTlWy7A1UWyEP2aAULT { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:20.125rem;left:47.249998092651rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#RQKF4wX0uXS8MMv6muqecGDbuOLNNh4E { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:22.125rem;left:52.999998092651rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#ZlA7VU9oGNwFcmOJsfJ5BUIUQxTTkdCm { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:20.125rem;left:52.999998092651rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#ilNnoeb7N8FSsLvXQiBON3A5UKVvAd6S { position:absolute;display:block;z-index:15133;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:21.75rem;left:35.750001907349rem;display:block; }
#kpXTkzmUBtTekZ5q5u0D1rTnHLrEB87h { position:absolute;display:block;z-index:15131;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:19.75rem;left:35.750001907349rem;display:block; }
#Qzz89g2nxPs8oTa14ubWXcnOn1UdvTZt { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15165;line-height:1.3;letter-spacing:0;top:20.125rem;left:35.750001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#XgyBdQcPcsl05p0omTg16NPT6463zg3X { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:22.125rem;left:35.750001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#SPme32timTkHlZMUPQ2APdSiELncKWvs { position:absolute;display:block;z-index:15126;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:21.75rem;left:30.000001907349rem;display:block; }
#tOukWCRVXr41gX0uMTC8BnCmmlzmTzX9 { position:absolute;display:block;z-index:15124;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:19.75rem;left:30.000001907349rem;display:block; }
#cckOA8DM3w95zqD3e7GPlxSc3yX4oHWW { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15163;line-height:1.3;letter-spacing:0;top:20.1875rem;left:30.000001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#OgWLuI5fnclemdW6nsaeTsiv0VzJ6B4X { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15164;line-height:1.3;letter-spacing:0;top:22.125rem;left:30.000001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#e77npQQcNCdDp30Ef2oD0ulfqF41gATP { position:absolute;display:block;z-index:15110;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:19.75rem;left:18.500001907349rem;display:block; }
#UB2A3WBJoo3SCetFeoH4GZ9prJJ5pB3Z { position:absolute;display:block;z-index:15112;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:21.75rem;left:18.500001907349rem;display:block; }
#GMkEgzTIhMTKfvreliiMSuxdDoNsckmE { position:absolute;display:block;z-index:15117;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:19.75rem;left:24.250001907349rem;display:block; }
#NWM0rwqKsxitXdoQ6F4O8ffaMfr3TtBc { position:absolute;display:block;z-index:15119;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:21.75rem;left:24.250001907349rem;display:block; }
#KBJLLFzhBaTd1WBzQRIWp5ghMpiAuTqX { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15163;line-height:1.3;letter-spacing:0;top:20.1875rem;left:18.500001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#lrPa57w6HRuAB5PfHVfVdwFlTxCNOign { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15164;line-height:1.3;letter-spacing:0;top:22.125rem;left:18.500001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#K9zHTXum5g8C1z2UwhGLZq81FoJKpnpI { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15164;line-height:1.3;letter-spacing:0;top:20.1875rem;left:24.250001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#ifKvRXVzEqWzGz60D0ssX1p5dKQeG0gm { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15165;line-height:1.3;letter-spacing:0;top:22.125rem;left:24.250001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#GuBVAuEio2o8vL2TRF1Kf50zLF3uIkUO { position:absolute;display:block;z-index:15103;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:19.75rem;left:12.75rem;display:block; }
#zo6od2Ue63FyEfmMGZfqNcdnpZEPyAdw { position:absolute;display:block;z-index:15105;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:21.75rem;left:12.75rem;display:block; }
#IvbbncDIgVu8JcxaWDKhq5nQPx0OwZtD { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15162;line-height:1.3;letter-spacing:0;top:20.1875rem;left:12.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#q6Exnnd9BAoKCTnkEFUk4pnkdTMtTpBf { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15163;line-height:1.3;letter-spacing:0;top:22.125rem;left:12.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#inoLtr5QHeLGTfPC2lKLsT7MVgLEu5bD { position:absolute;display:block;z-index:15082;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.875rem;top:17.75rem;left:0rem;display:block; }
#Cz7o0JQqix1hdXewT0iMmktmbMuG1whe { position:absolute;display:block;z-index:15086;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.875rem;top:21.75rem;left:0rem;display:block; }
#TVWp2SdV6krtBnTbNtu05v8U0uwbFdtD { position:absolute;display:block;z-index:15084;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.875rem;top:19.75rem;left:0rem;display:block; }
#Zz9n0mAPL1sskBSwm1vmWEiTIX4acGNP { position:absolute;display:block;z-index:15098;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:21.75rem;left:7rem;display:block; }
#iptS2awNgkBDBFKyhehbC9T9w5mDdKzp { position:absolute;display:block;z-index:15096;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:19.75rem;left:7rem;display:block; }
#KfQ6ayDL5OM6MZZ5NTFek8myZJn2UAmW { position:absolute;display:block;z-index:15094;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:17.75rem;left:7rem;display:block; }
#Z4ZFNAFnRDRMt9CRZyi9ZtM3LLzMLgmb { position:absolute;display:block;z-index:15101;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:17.75rem;left:12.75rem;display:block; }
#weTKEBP18obQBiyURee9GHVR5Rgnbgwr { position:absolute;display:block;z-index:15108;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:17.75rem;left:18.500001907349rem;display:block; }
#K4rrPmq55QvQSFTvgWFKoMN9391LmTGU { position:absolute;display:block;z-index:15115;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:17.75rem;left:24.250001907349rem;display:block; }
#ToezQDGgDLqy5FJ4c2PyiGETPSN5PFWH { position:absolute;display:block;z-index:15129;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:17.75rem;left:35.750001907349rem;display:block; }
#FLXsvTcvWgKXgxf0MTuF2WctW06QemAU { position:absolute;display:block;z-index:15136;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:17.75rem;left:41.500001907349rem;display:block; }
#ZkTEsxN7TRBtuL2VSCtrA5FekHta95ZL { position:absolute;display:block;z-index:15122;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:17.75rem;left:30.000001907349rem;display:block; }
#AZsbLH6GQN3xmTlfqJlWXc9uPnG1XeWM { position:absolute;display:block;z-index:15143;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:17.75rem;left:47.249998092651rem;display:block; }
#XFCibLsKQmaA7PtwPTlpTvSfzLx4Hu6v { position:absolute;display:block;z-index:15150;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:17.75rem;left:52.999998092651rem;display:block; }
#TGPFhvT34SlUNJwVgbGMw1SyOrZ16kXJ { color:#000000;display:block;width:6.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:18.125rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#mh8DH2TpIZddIzD1KSwFeTdS7JoTtoe8 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:20.1875rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#PZxXPbrR8giuqxyI6lBpzIEVTfBCNqZM { color:#000000;display:block;width:6.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15157;line-height:1.3;letter-spacing:0;top:22.125rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#E0cPzk25RcTBGD2Gmz8sCW0owtVB1ggz { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15160;line-height:1.3;letter-spacing:0;top:18.125rem;left:7rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#LhhL7eUutLIJQAwHNDFliS7UD0Vb6oQ7 { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15161;line-height:1.3;letter-spacing:0;top:20.125rem;left:7rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#FDXAtQPuGJwaKdV19EwgT9tpKVNIABue { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15162;line-height:1.3;letter-spacing:0;top:22.125rem;left:7rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#iJ9747eEf6QIZJCupXHdCrcHD7ehJxI4 { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15161;line-height:1.3;letter-spacing:0;top:18.125rem;left:12.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#nqoXUGkSCaRpXEKaoSRln8CiEHRhZ4Jn { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15162;line-height:1.3;letter-spacing:0;top:18.125rem;left:18.500001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#NpHH9ynVDWvgoqeARqpt9FFxMtIukRbz { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15163;line-height:1.3;letter-spacing:0;top:18.125rem;left:24.250001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#K6Q8nKsN4kUCEgUdz40Tozg1TlNDGVVB { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15162;line-height:1.3;letter-spacing:0;top:18.125rem;left:30.000001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#gmBwQyECmq7mSpLE3vxtN4bt2yhvQeT3 { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15164;line-height:1.3;letter-spacing:0;top:18.125rem;left:35.750001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#TJ21SuSTsOmzMMygzMaGLxEpsNOLzdxl { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15165;line-height:1.3;letter-spacing:0;top:18.125rem;left:41.500001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#fHfzTTBikTLook5S6l8ACnFMoeTzq5SR { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:18.125rem;left:47.249998092651rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#qfB3iklCu7kKMzFeX6VhUy0fcyfmqaDp { color:#000000;display:block;width:5.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:18.125rem;left:52.999998092651rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#oWUf7BtIl68RT7hyZyTX5TzAUcseE1mC { position:relative;display:block; }#oWUf7BtIl68RT7hyZyTX5TzAUcseE1mC { background-color: transparent; background-image: none; }#oWUf7BtIl68RT7hyZyTX5TzAUcseE1mC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWUf7BtIl68RT7hyZyTX5TzAUcseE1mC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWUf7BtIl68RT7hyZyTX5TzAUcseE1mC > .row .container > .video-iframe-container { display: none; }#oWUf7BtIl68RT7hyZyTX5TzAUcseE1mC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWUf7BtIl68RT7hyZyTX5TzAUcseE1mC > .row > .video-iframe-container { display: none; }#oWUf7BtIl68RT7hyZyTX5TzAUcseE1mC > .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); }#oWUf7BtIl68RT7hyZyTX5TzAUcseE1mC { border-width: 0; border-radius: 0; }#oWUf7BtIl68RT7hyZyTX5TzAUcseE1mC > .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; }#oWUf7BtIl68RT7hyZyTX5TzAUcseE1mC > .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:67.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x0psDbfBk55BmTLlUMyL83NhSgZX2uvJ { color:#000000;display:block;width:54.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:8.6875rem;left:2.375rem;height:3.375rem;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; }
#lcMoXzqT2xCGq0DulkIrd79aUPsXRXxZ { color:#e0001f;display:block;width:57.625rem;position:absolute;font-family:"times new roman";font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.26171875rem;left:2.3742179870606rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G3QIyNIS6lZRrpbLSzy2b2SL2NQI4TBx { color:#000000;display:block;width:56.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:13.6875rem;left:2.375rem;height:51rem;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; }
#GZCa6zmAGX0d7snPFvfKyumhoXVVUUGy { position:relative;display:block; }#GZCa6zmAGX0d7snPFvfKyumhoXVVUUGy { background-color: transparent; background-image: none; }#GZCa6zmAGX0d7snPFvfKyumhoXVVUUGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZCa6zmAGX0d7snPFvfKyumhoXVVUUGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZCa6zmAGX0d7snPFvfKyumhoXVVUUGy > .row .container > .video-iframe-container { display: none; }#GZCa6zmAGX0d7snPFvfKyumhoXVVUUGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZCa6zmAGX0d7snPFvfKyumhoXVVUUGy > .row > .video-iframe-container { display: none; }#GZCa6zmAGX0d7snPFvfKyumhoXVVUUGy > .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); }#GZCa6zmAGX0d7snPFvfKyumhoXVVUUGy { border-width: 0; border-radius: 0; }#GZCa6zmAGX0d7snPFvfKyumhoXVVUUGy > .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; }#GZCa6zmAGX0d7snPFvfKyumhoXVVUUGy > .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:128.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bmtb9otvTOmKsDrZUwopVDaDPrerlZgT { color:#e0001f;display:block;width:57.625rem;position:absolute;font-family:"times new roman";font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:0.52341365814209rem;left:2.375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EMlTgLiruxXexQRollrXng7rZR9LeSmB { color:#000000;display:block;width:56.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:8.6867198944094rem;left:2.375rem;height:109.5rem;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; }
#ThZmZlX1ASLauHb4iyWTmXKRLDMcClKb { color:#000000;display:block;width:54.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:4.1867198944092rem;left:2.375rem;height:3.375rem;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; }
#QZzECLv8UD84ImLnBru78NL8nrGoiG8G { background-color:#e0001f;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:122.01249694824rem;left:21.25rem;display:block; }
#KkkoUl8O9CI5mL5ablI8Cg4JOPXNZikt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0001f;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; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container { background-color: transparent; background-image: none; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container > .video-iframe-container { display: none; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row > .video-iframe-container { display: none; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .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); }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container { border-width: 0; border-radius: 0; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#GKcb5CSB0hhfhdfcu9bWD4d0U4PKoRgR { color:#000000;display:block;width:24.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:7.5625rem;left:1.0625rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e2rMrLodqvbhErb5QIeSwg6AUATvxEU0 { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:"times new roman";font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.0625rem;height:3.00625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-form-header {  }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-regular-label { height:auto;display:block;font-family:lato;font-size:1.25rem;font-weight:400;color:#000000;width:22.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.1875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .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:22.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#208916;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:22.1875rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:1rem; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:1rem; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:1rem; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:1rem; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .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:"open sans";line-height:1.3;font-size:0.625rem;font-weight:300;color:#000000;vertical-align:top;width:20.75rem;overflow:hidden;font-style:normal; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .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; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .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; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-container:first-of-type{padding-top:0;}#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-container:last-of-type{padding-bottom:0;}#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15021;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.125rem;left:32.525001525879rem; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.1875rem; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .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; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w {display:block;}#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15021;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.125rem;left:32.525001525879rem; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #ynT3XE1AJSUuZDtFC9yqkKT9XfuT1Ild { position:relative; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #DGpcz7eBHvCVtgfBEi9fxPSeV8SFxGmy { position:relative;display:block; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #eEB2ChoUQE4rwe6D2zPnTGWTBuTa8CpD { position:relative; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #enhlx4hkZfmqnXr1awxKUeTpabMkTuG5 { position:relative; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #TuoODCEMTGc9v2v2oUPvURcFRhUK5oAE { position:relative;display:block; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #BtBdthE7VPBD8xGeUJNk4cySbfbXfSfm { position:relative; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #XOmyxRPtSx5Q6UxVho6HFfEyvhdaZxfn { position:relative; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #oDkGUe9RTfRL6vNFMhgV6GB4ov1fKfTy { position:relative;display:block; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #EQZtcHzJyTUHEuPWBTmJLI49TrCh1qTC { position:relative; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #UMCdeXQ1dpLcUsGfPodsh7303g5VSOTI { position:relative; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #anyKtNxAW4uwXKwTWQ4y31diRkNaXgC8 { position:relative;display:none; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #yHWumeStfsEknDMiyG9usHrHTipGIxoq { position:relative; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #IWwuFxOS9GVmAmN69iBXpTrVlgUqeB6F { position:relative; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #VZwv79ZGxCLSuWTWyE0v34UFou4uadbo { position:relative;z-index:2; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #L7cNwVWTKTi9FiretLV8NH0iEXNtv6LM { position:relative; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #wZghJHJkRTCE6cdWTdCrPNK62ww5Hk5R { position:relative; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #halNt1hS5t64kqZOKh7Mto0ImdZTuoDm { position:relative; }
#tNNThilT7pxEZJiN7OIQf8i79edi4S7V { color:#000000;display:block;width:41.1875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:5.125rem;left:1.0625rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#puQ7xFiTwNoWORgritPT2mc6mKskfv33 { color:#000000;display:block;width:24.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:25.3125rem;left:4.1875rem;height:3.15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vz0Wai9DitHi3My1A0KNQu4dumFdmh4P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:21.625rem;left:1.0625rem; }
#QTocxeNtdTLS54cm2IQ31IJ8lfVLy3pl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:25.75rem;left:1.0625rem; }
#wcSSJPAkmsK8nGWx9WsHbRC5lfiFhAq6 { color:#000000;display:block;width:24.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15006;line-height:2;letter-spacing:0;top:20.375rem;left:4.0625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tITBg1AxrTyT4opCr2PMnP8ZfaT832Sv { color:#000000;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:12.75rem;left:1.0625rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qQqpwCcrMKvGXcZpc6g3bGx4o4kcCW1a { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.25rem;top:17.3125rem;left:2.25rem;overflow:hidden;display:block; }
#pa0vkwiAZnOR7eNVtQKMhvTQkC6HDyE0 { color:#000000;display:block;width:34.1875rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:35.800000011921rem;left:23.95546913147rem;height:4.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#r2d3aKGhB5MPooGixmrVxxzTH7ynhn09 { 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: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:#dc1a1a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:31.059375762939rem;left:7.8822937011719rem;display:block; }
#m0geawDd2aMynQOM5HK3oJQhR6q1UGOR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eeCMu0V61viVveKU11HExp7iXTSnNby1 { width:25.5625rem;height:6.5rem;top:5.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWdFTVFcFRSM9vBEIcA146xoK2VSyDyd { width:23.0625rem;height:13.5rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8r177r9G5NDgTXym8NwxsaUbIZZTrFi { width:13.875rem;height:3.4375rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNn2pErdTqzGXyAiRZuPxq7G2xhV60m7 { display:block; }
 }@media only screen and (max-width: 763px) { #U0bSTRhghFWD9aHJESgxAW9TnxqBE5ld { width:14.5625rem;height:22.25rem;top:6.6875rem;left:31.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNxRTFOP3CgNucqA0UDo7MOV4bDoZfdo { width:13.875rem;height:3.4375rem;top:30.3125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS4iszWeBqSV80wcRL6s0x0WS5BaswaI { display:block; }
 }@media only screen and (max-width: 763px) { #NX0hht42reHg7PWxSS2sLJqTeTQMEpLt { width:23.0625rem;height:1.6875rem;top:28.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0XKDPLDpuhffKoctcVHFBWyQRhEpi1t { display:block; }#b0XKDPLDpuhffKoctcVHFBWyQRhEpi1t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7Ws0OIShO7mAzLTq048IrzNlV6xSUvg { width:47.75rem;height:2.8125rem;top:2.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR01oeh4gDBZTzE7ZZWqOGfqdWWttsaX { width:19.1875rem;height:12.75rem;top:7.0625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn8nGv0sNqpPLHZxymWm0XOHTH1T6ubf { width:28.1875rem;height:10.125rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2OHZQgFqoepooPS8y8a4oNwyZ84P8of { width:23.3125rem;height:3.4375rem;top:18.875rem;left:1.7739582061768rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHBOfwkZsmtCif75SMQRaPgsogMP7f2l { display:block; }
 }@media only screen and (max-width: 763px) { #T6UX6n6fAUKzEgT74TV3tZI2miwSeUHm { width:23.3125rem;height:3.4375rem;top:19rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDNygQZgDlIGvs9lHMEzJ1K2s6I5FbuB { display:block; }
 }@media only screen and (max-width: 763px) { #kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 { display:block; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuVVB0tzng77FTcDNhAeFCMKu0tx2s61 { width:41.6875rem;height:5.6875rem;top:1.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWDVpaE9ZBAXMHsBpQ4o2A1V5AvCXKiP { width:24.3125rem;height:2rem;top:34rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvMGHCn1Xzc5dHFL2CfILs32coko0yzu { width:21.3125rem;height:6.75rem;top:36.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecqs6H6M74cZFzTpXbTES9u3kMAvCWIc { width:3.4375rem;height:3.4375rem;top:33.5rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZtLwIOQ38sCgrs2Li2rfgRcRRs8RFaT { width:23.75rem;height:5.0625rem;top:47.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqTJd1qnGt0ynRzAH8ohvazDSx74pwww { width:24.3125rem;height:2rem;top:44.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1da9IFQloPlRgQUZyNlwbtOfUUNMDp6 { width:3.4375rem;height:3.4375rem;top:44rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1uxxx6FSwRBmAcr8bxmb6UIFFTLgUNX { width:24.3125rem;height:2rem;top:53.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqNCiwHUDmirC0mBJQee5TlgX20EAR0R { width:22.5rem;height:5.0625rem;top:56.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1dPU1G50cF956lgtbJTgg16Gc0lS1iP { width:3.4375rem;height:3.4375rem;top:52.5rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #syAQDB4T4bHkJDud6x26PfR6QyvsMZug { width:26.5625rem;height:13.5rem;top:12.375rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7XKFN0hTTeBT7ctTiBTbvAirq0HSn2s { width:21.5625rem;height:14.3125rem;top:48.8125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp8CZtpTShDn6glnRZWgbkqGCQuDxi0L { width:21.5625rem;height:14.375rem;top:30.625rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrMKOUbZ6fTxC4G14ty57MBAenpB5guw { width:19.1875rem;height:14.375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u { display:block; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKEVnQvBy7GZitbbdV3vPJhDf0i1nVwu { width:47.75rem;height:5.6875rem;top:1rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8CLFw9B6hU4UINexnPTTnESG0sB2yHh { width:29.5625rem;height:;top:10.8125rem;left:0rem;font-size:1.125rem;display:block; }#A8CLFw9B6hU4UINexnPTTnESG0sB2yHh li:before{  }
 }@media only screen and (max-width: 763px) { #d6MnnkTpRDCvk41FMpU0iCpoTWp8row3 { width:16.25rem;height:2.4375rem;top:7.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4DhdK1mTss5elotNdHTPN9G2Q7XZbnv { width:24.75rem;height:;top:38.6875rem;left:23rem;font-size:1.125rem;display:block; }#L4DhdK1mTss5elotNdHTPN9G2Q7XZbnv li:before{  }
 }@media only screen and (max-width: 763px) { #Tr4zlKMP3q9M3TfNSpkoLE2ywT0yET0c { width:21rem;height:2.4375rem;top:70.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRVI1f1eFHucADAATe0nutWgNa7ucqcT { width:22.5rem;height:4.6875rem;top:73.5rem;left:0rem;font-size:1.125rem;display:block; }#LRVI1f1eFHucADAATe0nutWgNa7ucqcT li:before{  }
 }@media only screen and (max-width: 763px) { #lo4uLc8u5mMqkIsO3AUrN11RvV0nW8f5 { top:67.4375rem;left:27.6875rem;width:19.3125rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feLsOS9CNghV1B70Mwb2ZLhrQBNgaRs1 { top:12.0625rem;left:25.375rem;width:21.875rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQTgO00PHIyOOSaTtUo16wGDPJTasZCv { top:42rem;left:0rem;width:20.1875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMM9UPUs61wOyQT9Vq203aNz23AzRW3S { width:21.1875rem;height:2.4375rem;top:35rem;left:26.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGIESJawNzrQVvqk81NubTTpvK8L5Wwo { top:25.625rem;left:32rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSWu7taLgSXX9F9D7AaUkgCIrfb8RrAM { top:55.0625rem;left:0rem;width:15.125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDykRabQB1o7UK1u24bXI5XgVkMqVbhz { width:13.875rem;height:3.4375rem;top:84.3125rem;left:16.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdHq0T6L88Uku4wNvAsV8fTFi7L07dOw { display:block; }
 }@media only screen and (max-width: 763px) { #dnugRM8bP98Vk6XtQonkV9WW0ox2tUp6 { width:47.75rem;height:2.4375rem;top:89.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0TaXiQur507PvbLcNHbK61XAXTx5lxs { top:50.6875rem;left:45.604166030884rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDDD7TlRDPiJuT7kx7MTzNvaTytgwKJE { top:57.1875rem;left:37.125001907349rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPruJ3LseR8r405T6G7araBTCi4yuJXF { top:89.4375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P { display:block; }#NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uvrvz9J7GGpbX5vo2vXO07NMw9x6dqO6 { display:block; }#Uvrvz9J7GGpbX5vo2vXO07NMw9x6dqO6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3Kp8hTsTMTs6lALEZTMq0fuNuTQfNpn { width:47.75rem;height:5.6875rem;top:0.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMzTCnyaAaxdeaSyX2nMOXyGnRt56GeG { display:block; }#QMzTCnyaAaxdeaSyX2nMOXyGnRt56GeG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVDI8VqfNAmMPv9nHxagLUU5MNUIuUvU { width:47.75rem;height:2.875rem;top:1.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGZ9RXg17qLJFQSNnZLT9vslcMWTmRNh { width:47.75rem;height:5rem;top:8.5rem;left:0rem;font-size:1.125rem;display:block; }#GGZ9RXg17qLJFQSNnZLT9vslcMWTmRNh li:before{  }
 }@media only screen and (max-width: 763px) { #JRc8zUgXFnxBxSACKAFRab9dlu1I8nTq { width:47.75rem;height:1.4375rem;top:5.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrxHKnia0qliXiGT9bXEABJgWI0qD37s { width:47.75rem;height:5.8125rem;top:14.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcVNcFU9Wb0O6xqaZuu1h1v6bp4weSE9 { width:47.75rem;height:2.875rem;top:21.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n05Quc3S6ALDhGVT2GnUWXlUmsX9w2Al { width:13.875rem;height:3.4375rem;top:27rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfqCVm1LiUhX4nKbtNUJ4MEoW71s3A9s { display:block; }
 }@media only screen and (max-width: 763px) { #LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz { display:block; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtqiupFw6IpxJcI1JyGM119A3EaCzUNi { width:47.75rem;height:5.6875rem;top:0.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n57Ah8xbeBTUG0ZwPU4DT9iv1a1bg9n1 { width:47.75rem;height:2.875rem;top:6.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXelTcEMh5QtUN9Nu6uTuNdWTLvAV59x { width:40.1875rem;height:22.5rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #neikLNrZ3cF17Cqvb7q2dkMeqAW8xDIr { width:36.3125rem;height:3.25rem;top:38.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8XI7zwMoMyIBKV4vHnTmcMeFSDLboy1 { top:43.5625rem;left:0rem;width:18.5625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWP9Ou4bKhDaJX0SyhaTtkhH0JSZoFbN { top:43.5625rem;left:14.1875rem;width:18.625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQB4w6DAyfTJiVmD0W87UGCJRdhT244 { top:43.5625rem;left:28.5rem;width:18.75rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsmZsRP1obeSXzvHprfLoxgE3ChVyET6 { width:19.0625rem;height:11.6875rem;top:22.5625rem;left:0rem;font-size:1.125rem;display:block; }#PsmZsRP1obeSXzvHprfLoxgE3ChVyET6 li:before{  }
 }@media only screen and (max-width: 763px) { #AdIM9J1iLTdgTP5qSkyW5qEx7BL6TfzO { width:47.75rem;height:2rem;top:66.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvlqZvrIkv4Nfa7NpLCRUDy6QnfAUwt0 { width:11.0625rem;height:3.25rem;top:15rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkDq5BnIIGXQT6PLql74g9ZrUxGoDOyU { width:13.875rem;height:3.4375rem;top:87.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhGhR7iOgF7tlNtLQrGqQ0hoSrUfQyhg { display:block; }
 }@media only screen and (max-width: 763px) { #F1E9ICu5xAiZ8XAnV2HNBTTnfLPwSCJl { width:19.0625rem;height:;top:19.8125rem;left:14.718751907349rem;font-size:1.125rem;display:block; }#F1E9ICu5xAiZ8XAnV2HNBTTnfLPwSCJl li:before{  }
 }@media only screen and (max-width: 763px) { #xo5TGw9iTfOrSN4uXwp33Ah8E5tNlUme { width:19.0625rem;height:2.3125rem;top:57.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXSF7lBvPbKqfh4Ua6a3CChSmwp4aWDx { width:21.4375rem;height:;top:73.1875rem;left:0rem;font-size:1.125rem;display:block; }#BXSF7lBvPbKqfh4Ua6a3CChSmwp4aWDx li:before{  }
 }@media only screen and (max-width: 763px) { #V2CuSfwKbIvi9Z95N0WeWm8RzNM0p4o6 { width:11.9375rem;height:2rem;top:70.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9JolRzxWEA8sPKSTA0aZefrn1W2g9UZ { width:19.0625rem;height:2.3125rem;top:57.3125rem;left:14.343751907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhlzI8vTh11gRd3GReixPV2g2dHHDBua { width:19.0625rem;height:2.3125rem;top:57.375rem;left:28.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwUmpcpFoCVelbcZmRC3wDNSKneUhMtM { width:11.9375rem;height:3.25rem;top:62.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUm7wHUMwivxL8OOxvbnQTCgwWywLrpO { width:40.1875rem;height:22.5rem;top:13.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LcnsQSoLNnzGWCLGlAeV63wvKuyL1ZJr { width:15.6875rem;height:1.4375rem;top:26.3125rem;left:16.406251907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T71rnAmPcNIXKpd9rvBMhMhyHyyihVSk { width:19.0625rem;height:;top:28.5rem;left:14.718751907349rem;font-size:1.125rem;display:block; }#T71rnAmPcNIXKpd9rvBMhMhyHyyihVSk li:before{  }
 }@media only screen and (max-width: 763px) { #qvPWDKNLNcupvckAutcOaWBk9VVtdiPg { width:15.6875rem;height:1.4375rem;top:19.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZALheEJg2ozRxKPIP3lGFHCHfDlXCTxT { top:20.5625rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIHx7qLTzUPv3TUfxgWbL5EnDNNAN0Qy { top:68.75rem;left:16.500001907349rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhelZT8q5DkDTl8TBu5I3mrMC9QocFoT { display:block; }#AhelZT8q5DkDTl8TBu5I3mrMC9QocFoT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pk32OUGWo946gTKKkheHXkllekmDVWqq { display:block; }#pk32OUGWo946gTKKkheHXkllekmDVWqq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWrtyVRsBOFs7w185iEkFdye7xJy7bBN { width:47.75rem;height:5.6875rem;top:1rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVLa58dNNw07CZBaI8OiVsQdTbQqwRo0 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #PNG6rLXQLGfmFZDn9W5G1rFJkui5uzdv { display:block; }
 }@media only screen and (max-width: 763px) { #oZzLntk02SgDrZyf76KrUkH5Hf8tBiy9 { display:block; }#oZzLntk02SgDrZyf76KrUkH5Hf8tBiy9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLXZNQZE9OsePEaa1ecM4Rf1Erppgnx3 { top:1.9375rem;left:0rem;width:6.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7JFwoSC4w828PZuRbODHiXBzi7XKwcg { top:7.6875rem;left:0rem;width:6.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOT9tFhb5rdAkkM61Q8PxtMmMQRWdDOl { top:4.125rem;left:0rem;width:5.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GevZxCnX23t7G1DhFxsoCEFuBGnIuEw9 { top:8rem;left:0rem;width:6.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Lazle3HZVXVf2qTql8EnvhBKOAaR3Q { top:9.75rem;left:0rem;width:6.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNxCUTOX2I4n4p7IHKJGLLpc9NZTiFXQ { top:11.75rem;left:0rem;width:6.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvyfks4TnSqkd1gaSVUig9OfrIC7uQNi { top:15.75rem;left:0rem;width:6.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdVxqN95EVhLuCR4yBG582yIGSHlPVKp { top:13.75rem;left:0rem;width:6.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O44zRWXTSzT4TPzNqQQPVXDbRQXhnm3X { top:15.75rem;left:0.875rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTqXOkDyzkVU1DaTXeDrTmlRphd0EQwf { top:13.75rem;left:0.875rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhzPZ8DtMNX8CFT4i4ILnlm11HAQxXLA { top:11.75rem;left:0.875rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPGxwiEuLUOptJR2aWV4mvrXaAEBmreQ { top:9.75rem;left:0.875rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRQzWyhbunm7E2pgSiMEsy2OgEZmQ2ao { top:7.6875rem;left:0.875rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBbT17uvLzbsFX5upVwx32FvRvEx8dRx { top:1.9375rem;left:0.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpguEBDvgz9QcnvhHdsktRzZumwQtPsP { top:2.875rem;left:0.96875rem;width:5.4375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwFLCVGBwarBqc0PnkPw8JvtkUhQefpt { top:1.9375rem;left:6.625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTLM7TkmMCA15Siy9lebxREtBf359xcD { top:2.875rem;left:12.468751907349rem;width:5.4375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qclWSbmfdFvKHwxXMz3HpWNs1n3bi9N6 { top:7.6875rem;left:6.625rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ9JyA2hqnndyi7wRhxxz4155REaU2DX { top:9.75rem;left:6.625rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD33ZuDF1M19l41Lu9CZq4gA3i7m6JsT { top:11.75rem;left:6.625rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDFsvrglB9sD0GrCxGmbeEakCuQW5MUH { top:13.75rem;left:6.625rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrMMKCNkJ0XbkSezDAZklcen51LOAhBO { top:15.75rem;left:6.625rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4dkxmz7OaobxEma87A8ssk5TzwpzLft { top:1.9375rem;left:12.375001907349rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SySuUSEcv36xqBcLmEHmvkWu8XZawsrl { top:7.6875rem;left:12.375001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHzRWpCAH0XMmBCUtJaao0iLgQDefnJT { top:9.75rem;left:12.375001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFWHyGfWp2lbGV8Mb9kaKiBtV1hwuyTI { top:11.75rem;left:12.375001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thWDAACeTnyptyUmFLX9aRBdNdHgz3cG { top:13.75rem;left:12.375001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPKhOGm0RHVTSlEtCLeUOzmTab0Gt5Or { top:15.75rem;left:12.375001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwke2W6R6OyGG3WcFQUw3IFgS2FSCare { top:1.9375rem;left:18.125001907349rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IChGatmxgLJv5HDAxkEl3tpvD90O5NUK { top:7.6875rem;left:18.125001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVKytZD3WsaFy25Hx22pcmZ5NUEVNOno { top:9.75rem;left:18.125001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u84vUX11NE8OEQlZAS2IQ1Tdk7CM4wlX { top:11.75rem;left:18.125001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGHb3PBdtL3giIGOIrLyLS5rPMrhTlX9 { top:13.75rem;left:18.125001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3eCKENlqOT23n1a4eXEvPBmwXDATXP0 { top:15.75rem;left:18.125001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr4QQUniGVCkhh5O6lGUNvAxdBsQQohg { top:15.75rem;left:35.375001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8vDJIe4cVZOHtHTLl62eDcJHNrVfl3V { top:15.75rem;left:29.625001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReNKod0KHt2QSIObC0JHAkm3a1dXZKox { top:13.75rem;left:29.625001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueBFaSk3bAFc7KJ58uE38gKMu1BEpc3k { top:13.75rem;left:35.375001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saH6RT6kg1yFd7qf6k13ML5mPXHQzvq6 { top:11.75rem;left:29.625001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bonaVMXnOAmn4Ob643hKMpXItfuSQDtB { top:11.75rem;left:35.375001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzOZ6bctT9IHgGGWodIKJ2x2qWXUPIXT { top:9.75rem;left:29.625001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D86NyfXUkv4eFIztbhELXwqrVwelbd6w { top:9.75rem;left:35.375001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBDc9nNEmituRVMXa4ONKaGFOFmJlNg8 { top:15.75rem;left:23.875001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUkgqQz3WkWnTJ11aB76krqm2voSosJ8 { top:13.75rem;left:23.875001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn4Jwzgh4mKOkZheLPBf366mRhUqMri0 { top:11.75rem;left:23.875001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugUyhZV39lM3cWXKSkvT6T3KDXnS8vsh { top:9.75rem;left:23.875001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBXteQORRu7mzf9SrF0T5rXPTJCeOAan { top:7.6875rem;left:23.875001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsEQt0goavgMTAGicfQbCVBNTCVOFTNu { top:7.6875rem;left:29.625001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imsBuwqpzBTJiQFkAZgn53Dc81RSrqWV { top:7.6875rem;left:35.375001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbVLUkiadxZIAopDT2eRIdlEH1CyBaDT { top:1.9375rem;left:23.875001907349rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL213lRJLQM7MB5vT96mTLwrRXr9XHT7 { top:2.875rem;left:24.062501907349rem;width:5.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwJ5zQFUT30LbCsTdLofTMHGihGFExJg { top:3.5rem;left:29.781251907349rem;width:5.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koa03mh9ubSTLgvJ1edhbg6cweNnrMJs { top:1.9375rem;left:41.125001907349rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4sAkrxRrw7fgWhpJib0A0THySx0CRmK { top:3.5rem;left:41.281251907349rem;width:5.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eaa7fL6MbTMZeTgoQnTT7ERANd39JuJD { top:7.6875rem;left:41.124219894409rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDmG7h3TosFgFLccig7ZEylAoAUBpLrs { top:9.75rem;left:41.124219894409rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBhvvi5OH4kvrHLPkirsWl77plFR6Gfy { top:11.75rem;left:41.124219894409rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWqIpzqLZx5pPiCZZ66AU2QKwizN4Guf { top:13.75rem;left:41.124219894409rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbHFTyBTB5Nc2fHQuxHL21uWe9v0COt1 { top:15.75rem;left:41.124219894409rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhwl3l32ha7sVqvZ8VtXHd1iBHqR6PJh { top:15.75rem;left:42.125rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPOhacz0gM2ur1viVyxub7XoA5Nmp3Rc { top:13.75rem;left:42.125rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USqTeL89yoib2PILhUb5X1nZ8vvP7voi { top:11.75rem;left:42.125rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp5QMFGQmuPRkqoIg1ZONsqq3mJwH7xx { top:9.75rem;left:42.125rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGpGTz3L7dyJXnSAetLGegCE1p2T8HTy { top:7.6875rem;left:42.125rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n72TfEQZQwXJqhV297Z4hNQzCzBewEaO { top:1.9375rem;left:42.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFTeE9aGZJv3JZsbEPw8AG7w9xZpscqT { top:3.5rem;left:35.531251907349rem;width:5.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLbp7wCET80yZtNGzyVzu3sQR6JN17mo { top:2.3125rem;left:42.4375rem;width:5.3125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTR6KuJaEe8c7efw5B36v0ELqwZomJp8 { top:10.0625rem;left:0rem;width:6.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwqSmV60C8Pd6IiZDqZ2SOg3qKMdyXwU { top:12.0625rem;left:0rem;width:6.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCmWg7b56fpedTzIq0R7v8nS5bF70EbE { top:14.125rem;left:0rem;width:6.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qszXiBT7EqndIk9h06duO0T4F9b9Dmrq { top:16.0625rem;left:0rem;width:6.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHbkevNd6rRJzE0m671nw674sHyvTNFt { top:8rem;left:0.875rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lupNvpMmN155Kw3Ip3J0x9oyJBDSTpdZ { top:10.0625rem;left:0.875rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQH9PbREWkMunsG81Ttz9uCMZiFfIFLp { top:12.0625rem;left:0.875rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqee33gkhyl7Nv43TPDqzMda6mQVP1CG { top:14.0625rem;left:0.875rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpEH9VToTqTA58qiAzoHRFhAdAvtq8yd { top:16.0625rem;left:0.875rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3SceG9uyUqc1n9kcllaToRyTfyBWKf8 { top:8rem;left:6.625rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSdcATzvfeJ60QW2S61TJFmfugSx28sT { top:10.0625rem;left:6.625rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbSUMFReq9OHDE58aOT2vnEBtNLzVn3E { top:12.0625rem;left:6.625rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJXecAQTdltk9mDtowzc1ti4GHbtOrDk { top:14.125rem;left:6.625rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgFUVcMHprANDTBfKNhf6Mfcf0tt0tC2 { top:16.0625rem;left:6.625rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeWfRe99b2TMQoChFXnQXLEPrlD2Xrkb { top:8rem;left:12.375001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0wcnfRCo16CT4pqG4IiPZmnEPch5FEZ { top:10.0625rem;left:12.375001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJydVA3iFaO53kSkfnTykTs5mK5zCdsi { top:12.0625rem;left:12.375001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6vucJAltHasMmW3nftSndbT2XfSJhVT { top:14.125rem;left:12.375001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQuPsI0MMmScabPZpansRqD1ZlC4sNRn { top:16.0625rem;left:12.375001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmxTizfybiOUKeWQfgc98AqnusCx7K4u { top:8rem;left:18.125001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfgZ8t3FZ3vT3Zryh7StsaOpzpJ9T5yu { top:10.0625rem;left:18.125001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0xEycBbEwGW4uqokR54KK6UE77TwboI { top:12.0625rem;left:18.125001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFT5gS1u9I4txOvBJaI5KHpCbgMcpG0w { top:14.125rem;left:18.125001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCMOoITaulPOxnXBkJVxFcA8dLz9J4hl { top:16.0625rem;left:18.125001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmltEAfTRSrA03IgZ2489E5Ftp2it3Qt { top:8rem;left:23.875001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4gWNI0MbnARJKKGlZ9qk7UCBPIzW25B { top:10.0625rem;left:23.875001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZdnIP5zUM6yN3UGTNNZZBdLPiURMOa4 { top:12.0625rem;left:23.875001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E45XH73wKa2qWfzbeHFgvzbNfet9Znnw { top:14.125rem;left:23.875001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwPbR2kUn3QpWMpEqKVURfvXoauEHgTh { top:16.0625rem;left:23.875001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5FwMTlDhbbmgH9TiAAZwBuU8xo2z98x { top:8rem;left:29.625001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEh852MHdlJ6svi9HhT70dqZHzioZDUB { top:10.0625rem;left:29.625001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTU4CU6605SBNttNaXt8bDkWoev4zylZ { top:12.0625rem;left:29.625001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0pVELidPlEtzrkqtJv4rBZ5PGt0OUCH { top:14.0625rem;left:29.612501144409rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Symok2AlG5IWbEO0sFg9nW1JtsII0Vg2 { top:16.0625rem;left:29.625001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifdzg2qHa6hLXUxvPJUnxFKU7Cczmu1p { top:8rem;left:35.375001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGFBUN6ybhzHPTBDx40d5SkUl8m1ZZro { top:10.0625rem;left:35.375001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfC5BbMRTwf8nvMwpdFdrfGqfeCxutVb { top:12.0625rem;left:35.375001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5bCxmB3HuyAQAalDIS7QgqTHwJ0iGif { top:14.0625rem;left:35.375001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D21M5rJ0AOQSXLK9tPWbAQVx0WP5KTQr { top:16.0625rem;left:35.375001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxBm10ciVweZ19ya4VEl46g0DIBUTOL7 { top:8rem;left:41.124219894409rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H93eXX3WryT73rfs0L34GGFoIWTLTpJM { top:8rem;left:42.125rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae2yDkKnfBHeKExk6Rd4rWsDOC96RayO { top:10.0625rem;left:41.124219894409rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIwob8DOwxmGH9U7Zeoq5hSKb07ZtUOK { top:12.0625rem;left:41.124219894409rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CunLz5qeTPc5tPd0ZO2h9G6oIClOPs7C { top:16.0625rem;left:41.124219894409rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frK2QNhFkDPW8VCoNlNLCSs0xhFqQVbb { top:14.0625rem;left:41.124219894409rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAETltPSMGJb1TVefCieUcXm304BXfZw { top:10.0625rem;left:42.125rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8OTeDzGOas6n4pDQDNEXGoGST23VspZ { top:12.0625rem;left:42.125rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V46FTseB7stPy4XntSHJ0AxNrvBuoaKw { top:16.0625rem;left:42.125rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdlrIlkgJhxw3qfl3DpG6SCXfv5TZnlZ { top:14.0625rem;left:42.125rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZs9OJHMhFNzSoPqnxITTqNKlDdsbWRr { top:1.9375rem;left:29.612501144409rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwrJgzSM4iIx1IRLilNWTnFMTRTfphvT { top:1.9375rem;left:35.375001907349rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE3o6icptLI7EnspspHTLiQGqNKsVZif { top:2.3125rem;left:6.84375rem;width:5.3125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOo9LmWIQSwxBnkbfkiCht6y5BiotTE7 { top:2.3125rem;left:18.218751907349rem;width:5.4375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i29iEMUbiQthUAtcVWkXp2pzWBt4mieT { top:21.75rem;left:35.375001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3msdHy9FTw1VCbiHOBeKCBaJMVgLUPU { top:19.75rem;left:35.375001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw8SiA5vh6n7wt0TAK15E2RWIyV7AuAD { top:19.75rem;left:41.124998092651rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1M8soPEA7oIVWRfIdQU37EuSTCpbCNT { top:21.75rem;left:41.124998092651rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtwVlmJPGzWVhzSUI7489Wq6t9VUkJk5 { top:21.75rem;left:42.125rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr5589x5MN462sE1B16HT9LToyciCzEb { top:19.75rem;left:42.125rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFyiGNb333nbwNxmfEBgIrGQWPtRD7C6 { top:20.125rem;left:35.375001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZuZVMEJIk2ZXF4GHvQvmpbrZSDnKzTD { top:22.125rem;left:35.375001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7AXNRLw5tV6CW8ek0CkH9e0ImxfV651 { top:22.125rem;left:41.124998092651rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIVcDRQquqgVVgTlWy7A1UWyEP2aAULT { top:20.125rem;left:41.124998092651rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQKF4wX0uXS8MMv6muqecGDbuOLNNh4E { top:22.125rem;left:42.125rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlA7VU9oGNwFcmOJsfJ5BUIUQxTTkdCm { top:20.125rem;left:42.125rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilNnoeb7N8FSsLvXQiBON3A5UKVvAd6S { top:21.75rem;left:29.625001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpXTkzmUBtTekZ5q5u0D1rTnHLrEB87h { top:19.75rem;left:29.625001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzz89g2nxPs8oTa14ubWXcnOn1UdvTZt { top:20.125rem;left:29.625001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgyBdQcPcsl05p0omTg16NPT6463zg3X { top:22.125rem;left:29.625001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPme32timTkHlZMUPQ2APdSiELncKWvs { top:21.75rem;left:23.875001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOukWCRVXr41gX0uMTC8BnCmmlzmTzX9 { top:19.75rem;left:23.875001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cckOA8DM3w95zqD3e7GPlxSc3yX4oHWW { top:20.1875rem;left:23.875001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgWLuI5fnclemdW6nsaeTsiv0VzJ6B4X { top:22.125rem;left:23.875001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e77npQQcNCdDp30Ef2oD0ulfqF41gATP { top:19.75rem;left:12.375001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB2A3WBJoo3SCetFeoH4GZ9prJJ5pB3Z { top:21.75rem;left:12.375001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMkEgzTIhMTKfvreliiMSuxdDoNsckmE { top:19.75rem;left:18.125001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWM0rwqKsxitXdoQ6F4O8ffaMfr3TtBc { top:21.75rem;left:18.125001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBJLLFzhBaTd1WBzQRIWp5ghMpiAuTqX { top:20.1875rem;left:12.375001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrPa57w6HRuAB5PfHVfVdwFlTxCNOign { top:22.125rem;left:12.375001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9zHTXum5g8C1z2UwhGLZq81FoJKpnpI { top:20.1875rem;left:18.125001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifKvRXVzEqWzGz60D0ssX1p5dKQeG0gm { top:22.125rem;left:18.125001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuBVAuEio2o8vL2TRF1Kf50zLF3uIkUO { top:19.75rem;left:6.625rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo6od2Ue63FyEfmMGZfqNcdnpZEPyAdw { top:21.75rem;left:6.625rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvbbncDIgVu8JcxaWDKhq5nQPx0OwZtD { top:20.1875rem;left:6.625rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6Exnnd9BAoKCTnkEFUk4pnkdTMtTpBf { top:22.125rem;left:6.625rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inoLtr5QHeLGTfPC2lKLsT7MVgLEu5bD { top:17.75rem;left:0rem;width:6.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz7o0JQqix1hdXewT0iMmktmbMuG1whe { top:21.75rem;left:0rem;width:6.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVWp2SdV6krtBnTbNtu05v8U0uwbFdtD { top:19.75rem;left:0rem;width:6.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz9n0mAPL1sskBSwm1vmWEiTIX4acGNP { top:21.75rem;left:0.875rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iptS2awNgkBDBFKyhehbC9T9w5mDdKzp { top:19.75rem;left:0.875rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfQ6ayDL5OM6MZZ5NTFek8myZJn2UAmW { top:17.75rem;left:0.875rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4ZFNAFnRDRMt9CRZyi9ZtM3LLzMLgmb { top:17.75rem;left:6.625rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weTKEBP18obQBiyURee9GHVR5Rgnbgwr { top:17.75rem;left:12.375001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4rrPmq55QvQSFTvgWFKoMN9391LmTGU { top:17.75rem;left:18.125001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToezQDGgDLqy5FJ4c2PyiGETPSN5PFWH { top:17.75rem;left:29.625001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLXsvTcvWgKXgxf0MTuF2WctW06QemAU { top:17.75rem;left:35.375001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkTEsxN7TRBtuL2VSCtrA5FekHta95ZL { top:17.75rem;left:23.875001907349rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZsbLH6GQN3xmTlfqJlWXc9uPnG1XeWM { top:17.75rem;left:41.124998092651rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFCibLsKQmaA7PtwPTlpTvSfzLx4Hu6v { top:17.75rem;left:42.125rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGPFhvT34SlUNJwVgbGMw1SyOrZ16kXJ { top:18.125rem;left:0rem;width:6.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh8DH2TpIZddIzD1KSwFeTdS7JoTtoe8 { top:20.1875rem;left:0rem;width:6.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZxXPbrR8giuqxyI6lBpzIEVTfBCNqZM { top:22.125rem;left:0rem;width:6.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0cPzk25RcTBGD2Gmz8sCW0owtVB1ggz { top:18.125rem;left:0.875rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhhL7eUutLIJQAwHNDFliS7UD0Vb6oQ7 { top:20.125rem;left:0.875rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDXAtQPuGJwaKdV19EwgT9tpKVNIABue { top:22.125rem;left:0.875rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ9747eEf6QIZJCupXHdCrcHD7ehJxI4 { top:18.125rem;left:6.625rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqoXUGkSCaRpXEKaoSRln8CiEHRhZ4Jn { top:18.125rem;left:12.375001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpHH9ynVDWvgoqeARqpt9FFxMtIukRbz { top:18.125rem;left:18.125001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Q8nKsN4kUCEgUdz40Tozg1TlNDGVVB { top:18.125rem;left:23.875001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmBwQyECmq7mSpLE3vxtN4bt2yhvQeT3 { top:18.125rem;left:29.625001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ21SuSTsOmzMMygzMaGLxEpsNOLzdxl { top:18.125rem;left:35.375001907349rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHfzTTBikTLook5S6l8ACnFMoeTzq5SR { top:18.125rem;left:41.124998092651rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfB3iklCu7kKMzFeX6VhUy0fcyfmqaDp { top:18.125rem;left:42.125rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWUf7BtIl68RT7hyZyTX5TzAUcseE1mC { display:block; }#oWUf7BtIl68RT7hyZyTX5TzAUcseE1mC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0psDbfBk55BmTLlUMyL83NhSgZX2uvJ { width:47.75rem;height:3.375rem;top:8.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcMoXzqT2xCGq0DulkIrd79aUPsXRXxZ { width:47.75rem;height:6rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3QIyNIS6lZRrpbLSzy2b2SL2NQI4TBx { width:47.75rem;height:51rem;top:13.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZCa6zmAGX0d7snPFvfKyumhoXVVUUGy { display:block; }#GZCa6zmAGX0d7snPFvfKyumhoXVVUUGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmtb9otvTOmKsDrZUwopVDaDPrerlZgT { width:47.75rem;height:3rem;top:0.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMlTgLiruxXexQRollrXng7rZR9LeSmB { width:47.75rem;height:109.5rem;top:8.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThZmZlX1ASLauHb4iyWTmXKRLDMcClKb { width:47.75rem;height:3.375rem;top:4.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZzECLv8UD84ImLnBru78NL8nrGoiG8G { width:17.5rem;height:3.4375rem;top:122rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkkoUl8O9CI5mL5ablI8Cg4JOPXNZikt { display:block; }
 }@media only screen and (max-width: 763px) { #iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 { display:block; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKcb5CSB0hhfhdfcu9bWD4d0U4PKoRgR { width:24.25rem;height:3.9375rem;top:7.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2rMrLodqvbhErb5QIeSwg6AUATvxEU0 { width:30.3125rem;height:3rem;top:1.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-regular-label { width:22.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-input-text { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-textarea { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-input-select { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-input-button { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-checkbox-label { width:20.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w  { width:22.1875rem;height:25.875rem;top:5.125rem;left:23.0625rem; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .radio-container { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w {display:block;}#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w { width:22.1875rem;height:25.875rem;top:5.125rem;left:23.0625rem; }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #ynT3XE1AJSUuZDtFC9yqkKT9XfuT1Ild {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #DGpcz7eBHvCVtgfBEi9fxPSeV8SFxGmy {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #eEB2ChoUQE4rwe6D2zPnTGWTBuTa8CpD {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #enhlx4hkZfmqnXr1awxKUeTpabMkTuG5 {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #TuoODCEMTGc9v2v2oUPvURcFRhUK5oAE {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #BtBdthE7VPBD8xGeUJNk4cySbfbXfSfm {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #XOmyxRPtSx5Q6UxVho6HFfEyvhdaZxfn {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #oDkGUe9RTfRL6vNFMhgV6GB4ov1fKfTy {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #EQZtcHzJyTUHEuPWBTmJLI49TrCh1qTC {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #UMCdeXQ1dpLcUsGfPodsh7303g5VSOTI {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #anyKtNxAW4uwXKwTWQ4y31diRkNaXgC8 {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #yHWumeStfsEknDMiyG9usHrHTipGIxoq {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #IWwuFxOS9GVmAmN69iBXpTrVlgUqeB6F {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #VZwv79ZGxCLSuWTWyE0v34UFou4uadbo {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #L7cNwVWTKTi9FiretLV8NH0iEXNtv6LM {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #wZghJHJkRTCE6cdWTdCrPNK62ww5Hk5R {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #halNt1hS5t64kqZOKh7Mto0ImdZTuoDm {  }
 }@media only screen and (max-width: 763px) { #tNNThilT7pxEZJiN7OIQf8i79edi4S7V { width:41.1875rem;height:1.5625rem;top:5.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #puQ7xFiTwNoWORgritPT2mc6mKskfv33 { width:24.25rem;height:3.125rem;top:25.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz0Wai9DitHi3My1A0KNQu4dumFdmh4P { top:21.625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTocxeNtdTLS54cm2IQ31IJ8lfVLy3pl { top:25.75rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcSSJPAkmsK8nGWx9WsHbRC5lfiFhAq6 { width:24.25rem;height:4.5rem;top:20.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tITBg1AxrTyT4opCr2PMnP8ZfaT832Sv { width:27.5rem;height:3.9375rem;top:12.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQqpwCcrMKvGXcZpc6g3bGx4o4kcCW1a { top:17.3125rem;left:0rem;width:6.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa0vkwiAZnOR7eNVtQKMhvTQkC6HDyE0 { width:34.1875rem;height:4.1875rem;top:35.75rem;left:13.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2d3aKGhB5MPooGixmrVxxzTH7ynhn09 { width:17.5rem;height:3.4375rem;top:31rem;left:1.7572937011719rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0geawDd2aMynQOM5HK3oJQhR6q1UGOR { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3S52dIip/Group-222.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eeCMu0V61viVveKU11HExp7iXTSnNby1 { width:18.75rem;height:4.05rem;top:1.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vWdFTVFcFRSM9vBEIcA146xoK2VSyDyd { width:18.75rem;height:13.5rem;top:5.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8r177r9G5NDgTXym8NwxsaUbIZZTrFi { width:12.5rem;height:2.875rem;top:39.937500953674rem;left:3.7499998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNn2pErdTqzGXyAiRZuPxq7G2xhV60m7 { display:block; }
 }@media only screen and (max-width: 763px) { #U0bSTRhghFWD9aHJESgxAW9TnxqBE5ld { width:11.4375rem;height:17.5rem;top:20.5rem;left:4.0312498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNxRTFOP3CgNucqA0UDo7MOV4bDoZfdo { width:12.5rem;height:3.4375rem;top:44.000000953674rem;left:3.7499998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS4iszWeBqSV80wcRL6s0x0WS5BaswaI { display:block; }
 }@media only screen and (max-width: 763px) { #NX0hht42reHg7PWxSS2sLJqTeTQMEpLt { width:20rem;height:1.5rem;top:42.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0XKDPLDpuhffKoctcVHFBWyQRhEpi1t { display:none; }#b0XKDPLDpuhffKoctcVHFBWyQRhEpi1t > .row .container { width:20rem;height:42.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S7Ws0OIShO7mAzLTq048IrzNlV6xSUvg { width:20rem;height:7.8rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR01oeh4gDBZTzE7ZZWqOGfqdWWttsaX { width:18.6875rem;height:12.375rem;top:26.987500190735rem;left:0.43541717529297rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn8nGv0sNqpPLHZxymWm0XOHTH1T6ubf { width:20rem;height:10.5rem;top:10.3rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2OHZQgFqoepooPS8y8a4oNwyZ84P8of { width:19rem;height:3.4375rem;top:22.05rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHBOfwkZsmtCif75SMQRaPgsogMP7f2l { display:block; }
 }@media only screen and (max-width: 763px) { #T6UX6n6fAUKzEgT74TV3tZI2miwSeUHm { width:19rem;height:3.4375rem;top:41.031253051758rem;left:0.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dDNygQZgDlIGvs9lHMEzJ1K2s6I5FbuB { display:block; }
 }@media only screen and (max-width: 763px) { #kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 { display:block; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container { width:20rem;height:107.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuVVB0tzng77FTcDNhAeFCMKu0tx2s61 { width:18.75rem;height:2.84375rem;top:1.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWDVpaE9ZBAXMHsBpQ4o2A1V5AvCXKiP { width:12.75rem;height:1.3rem;top:40.75rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvMGHCn1Xzc5dHFL2CfILs32coko0yzu { width:14.375rem;height:7.5rem;top:42.5rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecqs6H6M74cZFzTpXbTES9u3kMAvCWIc { width:3.75rem;height:3.75rem;top:37.0625rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZtLwIOQ38sCgrs2Li2rfgRcRRs8RFaT { width:14.375rem;height:7.5rem;top:71rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqTJd1qnGt0ynRzAH8ohvazDSx74pwww { width:13.0625rem;height:1.3rem;top:69.375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1da9IFQloPlRgQUZyNlwbtOfUUNMDp6 { width:3.75rem;height:3.75rem;top:65.6875rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1uxxx6FSwRBmAcr8bxmb6UIFFTLgUNX { width:7.6875rem;height:1.3rem;top:97.5625rem;left:6.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqNCiwHUDmirC0mBJQee5TlgX20EAR0R { width:18.75rem;height:6rem;top:99.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1dPU1G50cF956lgtbJTgg16Gc0lS1iP { width:3.75rem;height:3.75rem;top:93.875rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syAQDB4T4bHkJDud6x26PfR6QyvsMZug { width:18.75rem;height:15rem;top:4.7484374046326rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7XKFN0hTTeBT7ctTiBTbvAirq0HSn2s { width:17.125rem;height:11.375rem;top:80.250002861025rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp8CZtpTShDn6glnRZWgbkqGCQuDxi0L { width:18.125rem;height:12.0625rem;top:51.374217987061rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrMKOUbZ6fTxC4G14ty57MBAenpB5guw { width:18.75rem;height:14.375rem;top:20.487500667572rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u { display:block; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row .container { width:20rem;height:145.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKEVnQvBy7GZitbbdV3vPJhDf0i1nVwu { width:18.75rem;height:5.6875rem;top:0.98750019073488rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8CLFw9B6hU4UINexnPTTnESG0sB2yHh { width:18.75rem;height:30.7375rem;top:10.187502861023rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#A8CLFw9B6hU4UINexnPTTnESG0sB2yHh li:before{  }
 }@media only screen and (max-width: 763px) { #d6MnnkTpRDCvk41FMpU0iCpoTWp8row3 { width:16.25rem;height:1.7875rem;top:7.6875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4DhdK1mTss5elotNdHTPN9G2Q7XZbnv { width:18.75rem;height:23.6125rem;top:58.75rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#L4DhdK1mTss5elotNdHTPN9G2Q7XZbnv li:before{  }
 }@media only screen and (max-width: 763px) { #Tr4zlKMP3q9M3TfNSpkoLE2ywT0yET0c { width:16.25rem;height:1.7875rem;top:99.0625rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRVI1f1eFHucADAATe0nutWgNa7ucqcT { width:18.75rem;height:4.2125rem;top:102.125rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#LRVI1f1eFHucADAATe0nutWgNa7ucqcT li:before{  }
 }@media only screen and (max-width: 763px) { #lo4uLc8u5mMqkIsO3AUrN11RvV0nW8f5 { width:18.75rem;height:14.9375rem;top:108.24999380112rem;left:0.37421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #feLsOS9CNghV1B70Mwb2ZLhrQBNgaRs1 { width:17rem;height:11.25rem;top:41.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQTgO00PHIyOOSaTtUo16wGDPJTasZCv { width:18.75rem;height:12.4375rem;top:83.750011444094rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMM9UPUs61wOyQT9Vq203aNz23AzRW3S { width:9.375rem;height:1.7875rem;top:55.625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGIESJawNzrQVvqk81NubTTpvK8L5Wwo { width:4.625rem;height:4.625rem;top:19.987499237061rem;left:13.675000548362rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSWu7taLgSXX9F9D7AaUkgCIrfb8RrAM { width:4.4375rem;height:4.4375rem;top:96.462499618531rem;left:14.987500548362rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDykRabQB1o7UK1u24bXI5XgVkMqVbhz { width:13.875rem;height:3.4375rem;top:125.43750190735rem;left:3.0625000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdHq0T6L88Uku4wNvAsV8fTFi7L07dOw { display:block; }
 }@media only screen and (max-width: 763px) { #dnugRM8bP98Vk6XtQonkV9WW0ox2tUp6 { width:20rem;height:7.3125rem;top:136.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0TaXiQur507PvbLcNHbK61XAXTx5lxs { display:flex;width:0.9375rem;height:0.9375rem;top:130.125rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #SDDD7TlRDPiJuT7kx7MTzNvaTytgwKJE { display:flex;width:0.9375rem;height:0.9375rem;top:132.3125rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #ZPruJ3LseR8r405T6G7araBTCi4yuJXF { display:flex;width:0.9375rem;height:0.9375rem;top:134.5rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dca43c7e-01cb-40f6-9d68-dcbd15184368/Tatrabox006.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P.adaptive-delivery-prevent-bg, #NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P.lazyload, #NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P.lazyloading { background-image: none; }#NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P > .row .container { background-color: transparent; background-image: none; }#NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P > .row .container > .video-iframe-container { display: none; }#NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P > .row > .video-iframe-container { display: none; }#NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P > .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); }#NMUuIKSzWbGVWJpF0e3uiqCfUFbJdi6P > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uvrvz9J7GGpbX5vo2vXO07NMw9x6dqO6 { display:block; }#Uvrvz9J7GGpbX5vo2vXO07NMw9x6dqO6 > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3Kp8hTsTMTs6lALEZTMq0fuNuTQfNpn { width:18.0625rem;height:2.84375rem;top:1.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMzTCnyaAaxdeaSyX2nMOXyGnRt56GeG { display:block; }#QMzTCnyaAaxdeaSyX2nMOXyGnRt56GeG > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVDI8VqfNAmMPv9nHxagLUU5MNUIuUvU { width:18.75rem;height:7.8rem;top:1.25rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGZ9RXg17qLJFQSNnZLT9vslcMWTmRNh { width:18.75rem;height:11.025rem;top:14.949999809265rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#GGZ9RXg17qLJFQSNnZLT9vslcMWTmRNh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GGZ9RXg17qLJFQSNnZLT9vslcMWTmRNh li:before{  }
 }@media only screen and (max-width: 763px) { #JRc8zUgXFnxBxSACKAFRab9dlu1I8nTq { width:18.75rem;height:3.9rem;top:10.050024032592rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrxHKnia0qliXiGT9bXEABJgWI0qD37s { width:18.75rem;height:13rem;top:27.349993705749rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcVNcFU9Wb0O6xqaZuu1h1v6bp4weSE9 { width:18.75rem;height:6.5rem;top:41.36252450943rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n05Quc3S6ALDhGVT2GnUWXlUmsX9w2Al { width:12.5rem;height:2.875rem;top:49.124221801757rem;left:3.7499998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfqCVm1LiUhX4nKbtNUJ4MEoW71s3A9s { display:block; }
 }@media only screen and (max-width: 763px) { #LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz { display:block; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container { width:20rem;height:132.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtqiupFw6IpxJcI1JyGM119A3EaCzUNi { width:20rem;height:2.84375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n57Ah8xbeBTUG0ZwPU4DT9iv1a1bg9n1 { width:20rem;height:2.925rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXelTcEMh5QtUN9Nu6uTuNdWTLvAV59x { width:18.75rem;height:32.5625rem;top:8.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neikLNrZ3cF17Cqvb7q2dkMeqAW8xDIr { width:18.75rem;height:4.875rem;top:42.42421913147rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #N8XI7zwMoMyIBKV4vHnTmcMeFSDLboy1 { width:18.5625rem;height:12.375rem;top:51.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWP9Ou4bKhDaJX0SyhaTtkhH0JSZoFbN { width:18.625rem;height:12.4375rem;top:68.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQB4w6DAyfTJiVmD0W87UGCJRdhT244 { width:18.75rem;height:12.4375rem;top:86.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsmZsRP1obeSXzvHprfLoxgE3ChVyET6 { width:17.5rem;height:10.5625rem;top:14.437500596046rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#PsmZsRP1obeSXzvHprfLoxgE3ChVyET6 li:before{  }
 }@media only screen and (max-width: 763px) { #AdIM9J1iLTdgTP5qSkyW5qEx7BL6TfzO { width:18.75rem;height:2.925rem;top:106.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvlqZvrIkv4Nfa7NpLCRUDy6QnfAUwt0 { width:11.0625rem;height:2.03125rem;top:9rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wkDq5BnIIGXQT6PLql74g9ZrUxGoDOyU { width:12.5rem;height:2.875rem;top:127.48669815064rem;left:3.7499998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhGhR7iOgF7tlNtLQrGqQ0hoSrUfQyhg { display:block; }
 }@media only screen and (max-width: 763px) { #F1E9ICu5xAiZ8XAnV2HNBTTnfLPwSCJl { width:17.5rem;height:5.125rem;top:25.25rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#F1E9ICu5xAiZ8XAnV2HNBTTnfLPwSCJl li:before{  }
 }@media only screen and (max-width: 763px) { #xo5TGw9iTfOrSN4uXwp33Ah8E5tNlUme { width:19.0625rem;height:1.875rem;top:48.48671913147rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXSF7lBvPbKqfh4Ua6a3CChSmwp4aWDx { width:17.5rem;height:10.25rem;top:113.6875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#BXSF7lBvPbKqfh4Ua6a3CChSmwp4aWDx li:before{  }
 }@media only screen and (max-width: 763px) { #V2CuSfwKbIvi9Z95N0WeWm8RzNM0p4o6 { width:11.9375rem;height:2.03125rem;top:111.1875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #X9JolRzxWEA8sPKSTA0aZefrn1W2g9UZ { width:19.0625rem;height:1.875rem;top:65.705469131469rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhlzI8vTh11gRd3GReixPV2g2dHHDBua { width:19.0625rem;height:1.875rem;top:83.3125rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwUmpcpFoCVelbcZmRC3wDNSKneUhMtM { width:11.9375rem;height:2.4375rem;top:102.70546913147rem;left:4.0312498807907rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PUm7wHUMwivxL8OOxvbnQTCgwWywLrpO { width:18.75rem;height:14.5rem;top:110.6875rem;left:0.625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #LcnsQSoLNnzGWCLGlAeV63wvKuyL1ZJr { width:15.6875rem;height:1.4625rem;top:31.699207305908rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T71rnAmPcNIXKpd9rvBMhMhyHyyihVSk { width:18.75rem;height:5.125rem;top:33.911719322204rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#T71rnAmPcNIXKpd9rvBMhMhyHyyihVSk li:before{  }
 }@media only screen and (max-width: 763px) { #qvPWDKNLNcupvckAutcOaWBk9VVtdiPg { width:15.6875rem;height:1.4625rem;top:12.11170732975rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZALheEJg2ozRxKPIP3lGFHCHfDlXCTxT { width:5rem;height:5rem;top:45.411724090576rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIHx7qLTzUPv3TUfxgWbL5EnDNNAN0Qy { width:4rem;height:4rem;top:94.098438262938rem;left:10.000000357628rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #AhelZT8q5DkDTl8TBu5I3mrMC9QocFoT { display:block; }#AhelZT8q5DkDTl8TBu5I3mrMC9QocFoT > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pk32OUGWo946gTKKkheHXkllekmDVWqq { display:block; }#pk32OUGWo946gTKKkheHXkllekmDVWqq > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWrtyVRsBOFs7w185iEkFdye7xJy7bBN { width:18.5625rem;height:5.2rem;top:0.9375rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVLa58dNNw07CZBaI8OiVsQdTbQqwRo0 { top:8.092968940735rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15008;background-color:#e0001f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:"times new roman";display:block; }
 }@media only screen and (max-width: 763px) { #PNG6rLXQLGfmFZDn9W5G1rFJkui5uzdv { display:block; }
 }@media only screen and (max-width: 763px) { #oZzLntk02SgDrZyf76KrUkH5Hf8tBiy9 { display:none; }#oZzLntk02SgDrZyf76KrUkH5Hf8tBiy9 > .row .container { width:20rem;height:352.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rLXZNQZE9OsePEaa1ecM4Rf1Erppgnx3 { width:6.875rem;height:5.625rem;top:5.1rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7JFwoSC4w828PZuRbODHiXBzi7XKwcg { width:6.875rem;height:1.875rem;top:76.1rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOT9tFhb5rdAkkM61Q8PxtMmMQRWdDOl { width:5.25rem;height:1.21875rem;top:7.3023620605469rem;left:7.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GevZxCnX23t7G1DhFxsoCEFuBGnIuEw9 { width:6.875rem;height:1.21875rem;top:76.427362060544rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Lazle3HZVXVf2qTql8EnvhBKOAaR3Q { width:6.875rem;height:1.875rem;top:107.35rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNxCUTOX2I4n4p7IHKJGLLpc9NZTiFXQ { width:6.875rem;height:1.875rem;top:138.6rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvyfks4TnSqkd1gaSVUig9OfrIC7uQNi { width:6.875rem;height:1.875rem;top:201.1rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdVxqN95EVhLuCR4yBG582yIGSHlPVKp { width:6.875rem;height:1.875rem;top:169.85rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O44zRWXTSzT4TPzNqQQPVXDbRQXhnm3X { width:5.625rem;height:1.875rem;top:204.225rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTqXOkDyzkVU1DaTXeDrTmlRphd0EQwf { width:5.625rem;height:1.875rem;top:172.975rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhzPZ8DtMNX8CFT4i4ILnlm11HAQxXLA { width:5.625rem;height:1.875rem;top:141.725rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPGxwiEuLUOptJR2aWV4mvrXaAEBmreQ { width:5.625rem;height:1.875rem;top:110.475rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRQzWyhbunm7E2pgSiMEsy2OgEZmQ2ao { width:5.625rem;height:1.875rem;top:79.225rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBbT17uvLzbsFX5upVwx32FvRvEx8dRx { width:5.625rem;height:5.625rem;top:11.975rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpguEBDvgz9QcnvhHdsktRzZumwQtPsP { width:5.4375rem;height:3.65625rem;top:12.959375rem;left:7.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwFLCVGBwarBqc0PnkPw8JvtkUhQefpt { width:5.625rem;height:5.625rem;top:18.85rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTLM7TkmMCA15Siy9lebxREtBf359xcD { width:5.4375rem;height:3.65625rem;top:19.834375rem;left:7.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qclWSbmfdFvKHwxXMz3HpWNs1n3bi9N6 { width:5.625rem;height:1.875rem;top:82.35rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ9JyA2hqnndyi7wRhxxz4155REaU2DX { width:5.625rem;height:1.875rem;top:113.6rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD33ZuDF1M19l41Lu9CZq4gA3i7m6JsT { width:5.625rem;height:1.875rem;top:144.85rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDFsvrglB9sD0GrCxGmbeEakCuQW5MUH { width:5.625rem;height:1.875rem;top:176.1rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrMMKCNkJ0XbkSezDAZklcen51LOAhBO { width:5.625rem;height:1.875rem;top:207.35rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4dkxmz7OaobxEma87A8ssk5TzwpzLft { width:5.625rem;height:5.625rem;top:25.725rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SySuUSEcv36xqBcLmEHmvkWu8XZawsrl { width:5.625rem;height:1.875rem;top:85.475rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHzRWpCAH0XMmBCUtJaao0iLgQDefnJT { width:5.625rem;height:1.875rem;top:116.725rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFWHyGfWp2lbGV8Mb9kaKiBtV1hwuyTI { width:5.625rem;height:1.875rem;top:147.975rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thWDAACeTnyptyUmFLX9aRBdNdHgz3cG { width:5.625rem;height:1.875rem;top:179.225rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPKhOGm0RHVTSlEtCLeUOzmTab0Gt5Or { width:5.625rem;height:1.875rem;top:210.475rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwke2W6R6OyGG3WcFQUw3IFgS2FSCare { width:5.625rem;height:5.625rem;top:32.6rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IChGatmxgLJv5HDAxkEl3tpvD90O5NUK { width:5.625rem;height:1.875rem;top:88.6rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVKytZD3WsaFy25Hx22pcmZ5NUEVNOno { width:5.625rem;height:1.875rem;top:119.85rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u84vUX11NE8OEQlZAS2IQ1Tdk7CM4wlX { width:5.625rem;height:1.875rem;top:151.1rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGHb3PBdtL3giIGOIrLyLS5rPMrhTlX9 { width:5.625rem;height:1.875rem;top:182.35rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3eCKENlqOT23n1a4eXEvPBmwXDATXP0 { width:5.625rem;height:1.875rem;top:213.6rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr4QQUniGVCkhh5O6lGUNvAxdBsQQohg { width:5.625rem;height:1.875rem;top:222.975rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8vDJIe4cVZOHtHTLl62eDcJHNrVfl3V { width:5.625rem;height:1.875rem;top:219.85rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReNKod0KHt2QSIObC0JHAkm3a1dXZKox { width:5.625rem;height:1.875rem;top:188.6rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueBFaSk3bAFc7KJ58uE38gKMu1BEpc3k { width:5.625rem;height:1.875rem;top:191.725rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saH6RT6kg1yFd7qf6k13ML5mPXHQzvq6 { width:5.625rem;height:1.875rem;top:157.35rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bonaVMXnOAmn4Ob643hKMpXItfuSQDtB { width:5.625rem;height:1.875rem;top:160.475rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzOZ6bctT9IHgGGWodIKJ2x2qWXUPIXT { width:5.625rem;height:1.875rem;top:126.1rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D86NyfXUkv4eFIztbhELXwqrVwelbd6w { width:5.625rem;height:1.875rem;top:129.225rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBDc9nNEmituRVMXa4ONKaGFOFmJlNg8 { width:5.625rem;height:1.875rem;top:216.725rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUkgqQz3WkWnTJ11aB76krqm2voSosJ8 { width:5.625rem;height:1.875rem;top:185.475rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn4Jwzgh4mKOkZheLPBf366mRhUqMri0 { width:5.625rem;height:1.875rem;top:154.225rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugUyhZV39lM3cWXKSkvT6T3KDXnS8vsh { width:5.625rem;height:1.875rem;top:122.975rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBXteQORRu7mzf9SrF0T5rXPTJCeOAan { width:5.625rem;height:1.875rem;top:91.725rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsEQt0goavgMTAGicfQbCVBNTCVOFTNu { width:5.625rem;height:1.875rem;top:94.85rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imsBuwqpzBTJiQFkAZgn53Dc81RSrqWV { width:5.625rem;height:1.875rem;top:97.975rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbVLUkiadxZIAopDT2eRIdlEH1CyBaDT { width:5.625rem;height:5.625rem;top:39.475rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL213lRJLQM7MB5vT96mTLwrRXr9XHT7 { width:5.3125rem;height:4.875rem;top:39.849237060547rem;left:7.3624992370606rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwJ5zQFUT30LbCsTdLofTMHGihGFExJg { width:5.3125rem;height:3.65625rem;top:46.661737060547rem;left:7.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koa03mh9ubSTLgvJ1edhbg6cweNnrMJs { width:5.625rem;height:5.625rem;top:62.35rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4sAkrxRrw7fgWhpJib0A0THySx0CRmK { width:5.3125rem;height:3.65625rem;top:63.334375rem;left:7.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eaa7fL6MbTMZeTgoQnTT7ERANd39JuJD { width:5.625rem;height:1.875rem;top:101.1rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDmG7h3TosFgFLccig7ZEylAoAUBpLrs { width:5.625rem;height:1.875rem;top:132.35rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBhvvi5OH4kvrHLPkirsWl77plFR6Gfy { width:5.625rem;height:1.875rem;top:163.6rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWqIpzqLZx5pPiCZZ66AU2QKwizN4Guf { width:5.625rem;height:1.875rem;top:194.85rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbHFTyBTB5Nc2fHQuxHL21uWe9v0COt1 { width:5.625rem;height:1.875rem;top:226.1rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhwl3l32ha7sVqvZ8VtXHd1iBHqR6PJh { width:5.625rem;height:1.875rem;top:229.225rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPOhacz0gM2ur1viVyxub7XoA5Nmp3Rc { width:5.625rem;height:1.875rem;top:197.975rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USqTeL89yoib2PILhUb5X1nZ8vvP7voi { width:5.625rem;height:1.875rem;top:166.725rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp5QMFGQmuPRkqoIg1ZONsqq3mJwH7xx { width:5.625rem;height:1.875rem;top:135.475rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGpGTz3L7dyJXnSAetLGegCE1p2T8HTy { width:5.625rem;height:1.875rem;top:104.225rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n72TfEQZQwXJqhV297Z4hNQzCzBewEaO { width:5.625rem;height:5.625rem;top:69.225rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFTeE9aGZJv3JZsbEPw8AG7w9xZpscqT { width:5.3125rem;height:3.65625rem;top:52.1625rem;left:7.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLbp7wCET80yZtNGzyVzu3sQR6JN17mo { width:5.3125rem;height:3.65625rem;top:70.209375rem;left:7.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTR6KuJaEe8c7efw5B36v0ELqwZomJp8 { width:6.875rem;height:1.21875rem;top:107.678125rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwqSmV60C8Pd6IiZDqZ2SOg3qKMdyXwU { width:6.875rem;height:1.21875rem;top:138.928125rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCmWg7b56fpedTzIq0R7v8nS5bF70EbE { width:6.875rem;height:1.21875rem;top:170.24376831054rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qszXiBT7EqndIk9h06duO0T4F9b9Dmrq { width:6.875rem;height:1.21875rem;top:201.428125rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHbkevNd6rRJzE0m671nw674sHyvTNFt { width:5.625rem;height:1.21875rem;top:79.55388793945rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lupNvpMmN155Kw3Ip3J0x9oyJBDSTpdZ { width:5.625rem;height:1.21875rem;top:110.803125rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQH9PbREWkMunsG81Ttz9uCMZiFfIFLp { width:5.625rem;height:1.21875rem;top:142.053125rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqee33gkhyl7Nv43TPDqzMda6mQVP1CG { width:5.625rem;height:1.21875rem;top:173.34923706054rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpEH9VToTqTA58qiAzoHRFhAdAvtq8yd { width:5.625rem;height:1.21875rem;top:204.553125rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3SceG9uyUqc1n9kcllaToRyTfyBWKf8 { width:5.625rem;height:1.21875rem;top:82.67888793945rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSdcATzvfeJ60QW2S61TJFmfugSx28sT { width:5.625rem;height:1.21875rem;top:113.928125rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbSUMFReq9OHDE58aOT2vnEBtNLzVn3E { width:5.625rem;height:1.21875rem;top:145.178125rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJXecAQTdltk9mDtowzc1ti4GHbtOrDk { width:5.625rem;height:1.21875rem;top:176.49376831054rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgFUVcMHprANDTBfKNhf6Mfcf0tt0tC2 { width:5.625rem;height:1.21875rem;top:207.678125rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeWfRe99b2TMQoChFXnQXLEPrlD2Xrkb { width:5.625rem;height:1.21875rem;top:85.80388793945rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0wcnfRCo16CT4pqG4IiPZmnEPch5FEZ { width:5.625rem;height:1.21875rem;top:117.053125rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJydVA3iFaO53kSkfnTykTs5mK5zCdsi { width:5.625rem;height:1.21875rem;top:148.303125rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6vucJAltHasMmW3nftSndbT2XfSJhVT { width:5.625rem;height:1.21875rem;top:179.61797485351rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQuPsI0MMmScabPZpansRqD1ZlC4sNRn { width:5.625rem;height:1.21875rem;top:210.80236206054rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmxTizfybiOUKeWQfgc98AqnusCx7K4u { width:5.625rem;height:1.21875rem;top:88.92888793945rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfgZ8t3FZ3vT3Zryh7StsaOpzpJ9T5yu { width:5.625rem;height:1.21875rem;top:120.178125rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0xEycBbEwGW4uqokR54KK6UE77TwboI { width:5.625rem;height:1.21875rem;top:151.428125rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFT5gS1u9I4txOvBJaI5KHpCbgMcpG0w { width:5.625rem;height:1.21875rem;top:182.74297485351rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCMOoITaulPOxnXBkJVxFcA8dLz9J4hl { width:5.625rem;height:1.21875rem;top:213.92736206054rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmltEAfTRSrA03IgZ2489E5Ftp2it3Qt { width:5.625rem;height:1.21875rem;top:92.05388793945rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4gWNI0MbnARJKKGlZ9qk7UCBPIzW25B { width:5.625rem;height:1.21875rem;top:123.303125rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZdnIP5zUM6yN3UGTNNZZBdLPiURMOa4 { width:5.625rem;height:1.21875rem;top:154.55236206054rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E45XH73wKa2qWfzbeHFgvzbNfet9Znnw { width:5.625rem;height:1.21875rem;top:185.86797485351rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwPbR2kUn3QpWMpEqKVURfvXoauEHgTh { width:5.625rem;height:1.21875rem;top:217.05236206054rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5FwMTlDhbbmgH9TiAAZwBuU8xo2z98x { width:5.625rem;height:1.21875rem;top:95.17888793945rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEh852MHdlJ6svi9HhT70dqZHzioZDUB { width:5.625rem;height:1.21875rem;top:126.428125rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTU4CU6605SBNttNaXt8bDkWoev4zylZ { width:5.625rem;height:1.21875rem;top:157.67736206054rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0pVELidPlEtzrkqtJv4rBZ5PGt0OUCH { width:5.625rem;height:1.21875rem;top:188.93047485351rem;left:7.1749992370606rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Symok2AlG5IWbEO0sFg9nW1JtsII0Vg2 { width:5.625rem;height:1.21875rem;top:220.17736206054rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifdzg2qHa6hLXUxvPJUnxFKU7Cczmu1p { width:5.625rem;height:1.21875rem;top:98.30388793945rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGFBUN6ybhzHPTBDx40d5SkUl8m1ZZro { width:5.625rem;height:1.21875rem;top:129.553125rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfC5BbMRTwf8nvMwpdFdrfGqfeCxutVb { width:5.625rem;height:1.21875rem;top:160.80236206054rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5bCxmB3HuyAQAalDIS7QgqTHwJ0iGif { width:5.625rem;height:1.21875rem;top:192.05547485351rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D21M5rJ0AOQSXLK9tPWbAQVx0WP5KTQr { width:5.625rem;height:1.21875rem;top:223.30236206054rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxBm10ciVweZ19ya4VEl46g0DIBUTOL7 { width:5.625rem;height:1.21875rem;top:101.428125rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H93eXX3WryT73rfs0L34GGFoIWTLTpJM { width:5.625rem;height:1.21875rem;top:104.553125rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae2yDkKnfBHeKExk6Rd4rWsDOC96RayO { width:5.625rem;height:1.21875rem;top:132.678125rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIwob8DOwxmGH9U7Zeoq5hSKb07ZtUOK { width:5.625rem;height:1.21875rem;top:163.928125rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CunLz5qeTPc5tPd0ZO2h9G6oIClOPs7C { width:5.625rem;height:1.21875rem;top:226.428125rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frK2QNhFkDPW8VCoNlNLCSs0xhFqQVbb { width:5.625rem;height:1.21875rem;top:195.18126831054rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAETltPSMGJb1TVefCieUcXm304BXfZw { width:5.625rem;height:1.21875rem;top:135.803125rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8OTeDzGOas6n4pDQDNEXGoGST23VspZ { width:5.625rem;height:1.21875rem;top:167.053125rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V46FTseB7stPy4XntSHJ0AxNrvBuoaKw { width:5.625rem;height:1.21875rem;top:229.553125rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdlrIlkgJhxw3qfl3DpG6SCXfv5TZnlZ { width:5.625rem;height:1.21875rem;top:198.30626831054rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZs9OJHMhFNzSoPqnxITTqNKlDdsbWRr { width:5.625rem;height:5.625rem;top:244.59997558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwrJgzSM4iIx1IRLilNWTnFMTRTfphvT { width:5.625rem;height:5.625rem;top:251.47497558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE3o6icptLI7EnspspHTLiQGqNKsVZif { width:5.3125rem;height:0;top:232.34997558594rem;left:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOo9LmWIQSwxBnkbfkiCht6y5BiotTE7 { width:5.4375rem;height:0;top:238.47497558594rem;left:7.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i29iEMUbiQthUAtcVWkXp2pzWBt4mieT { width:5.625rem;height:1.875rem;top:342.72497558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3msdHy9FTw1VCbiHOBeKCBaJMVgLUPU { width:5.625rem;height:1.875rem;top:311.47497558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw8SiA5vh6n7wt0TAK15E2RWIyV7AuAD { width:5.625rem;height:1.875rem;top:314.59997558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1M8soPEA7oIVWRfIdQU37EuSTCpbCNT { width:5.625rem;height:1.875rem;top:345.84997558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtwVlmJPGzWVhzSUI7489Wq6t9VUkJk5 { width:5.625rem;height:1.875rem;top:348.97497558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr5589x5MN462sE1B16HT9LToyciCzEb { width:5.625rem;height:1.875rem;top:317.72497558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFyiGNb333nbwNxmfEBgIrGQWPtRD7C6 { width:5.625rem;height:0;top:311.84997558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZuZVMEJIk2ZXF4GHvQvmpbrZSDnKzTD { width:5.625rem;height:0;top:343.09997558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7AXNRLw5tV6CW8ek0CkH9e0ImxfV651 { width:5.625rem;height:0;top:346.22497558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIVcDRQquqgVVgTlWy7A1UWyEP2aAULT { width:5.625rem;height:0;top:314.97497558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQKF4wX0uXS8MMv6muqecGDbuOLNNh4E { width:5.625rem;height:0;top:349.34997558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlA7VU9oGNwFcmOJsfJ5BUIUQxTTkdCm { width:5.625rem;height:0;top:318.09997558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilNnoeb7N8FSsLvXQiBON3A5UKVvAd6S { width:5.625rem;height:1.875rem;top:339.59997558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpXTkzmUBtTekZ5q5u0D1rTnHLrEB87h { width:5.625rem;height:1.875rem;top:308.34997558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzz89g2nxPs8oTa14ubWXcnOn1UdvTZt { width:5.625rem;height:0;top:308.72497558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgyBdQcPcsl05p0omTg16NPT6463zg3X { width:5.625rem;height:0;top:339.97497558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPme32timTkHlZMUPQ2APdSiELncKWvs { width:5.625rem;height:1.875rem;top:336.47497558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOukWCRVXr41gX0uMTC8BnCmmlzmTzX9 { width:5.625rem;height:1.875rem;top:305.22497558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cckOA8DM3w95zqD3e7GPlxSc3yX4oHWW { width:5.625rem;height:0;top:305.66247558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgWLuI5fnclemdW6nsaeTsiv0VzJ6B4X { width:5.625rem;height:0;top:336.84997558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e77npQQcNCdDp30Ef2oD0ulfqF41gATP { width:5.625rem;height:1.875rem;top:298.97497558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB2A3WBJoo3SCetFeoH4GZ9prJJ5pB3Z { width:5.625rem;height:1.875rem;top:330.22497558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMkEgzTIhMTKfvreliiMSuxdDoNsckmE { width:5.625rem;height:1.875rem;top:302.09997558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWM0rwqKsxitXdoQ6F4O8ffaMfr3TtBc { width:5.625rem;height:1.875rem;top:333.34997558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBJLLFzhBaTd1WBzQRIWp5ghMpiAuTqX { width:5.625rem;height:0;top:299.41247558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrPa57w6HRuAB5PfHVfVdwFlTxCNOign { width:5.625rem;height:0;top:330.59997558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9zHTXum5g8C1z2UwhGLZq81FoJKpnpI { width:5.625rem;height:0;top:302.53747558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifKvRXVzEqWzGz60D0ssX1p5dKQeG0gm { width:5.625rem;height:0;top:333.72497558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuBVAuEio2o8vL2TRF1Kf50zLF3uIkUO { width:5.625rem;height:1.875rem;top:295.84997558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo6od2Ue63FyEfmMGZfqNcdnpZEPyAdw { width:5.625rem;height:1.875rem;top:327.09997558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvbbncDIgVu8JcxaWDKhq5nQPx0OwZtD { width:5.625rem;height:0;top:296.28747558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6Exnnd9BAoKCTnkEFUk4pnkdTMtTpBf { width:5.625rem;height:0;top:327.47497558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inoLtr5QHeLGTfPC2lKLsT7MVgLEu5bD { width:6.875rem;height:1.875rem;top:258.34997558594rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz7o0JQqix1hdXewT0iMmktmbMuG1whe { width:6.875rem;height:1.875rem;top:320.84997558594rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVWp2SdV6krtBnTbNtu05v8U0uwbFdtD { width:6.875rem;height:1.875rem;top:289.59997558594rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz9n0mAPL1sskBSwm1vmWEiTIX4acGNP { width:5.625rem;height:1.875rem;top:323.97497558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iptS2awNgkBDBFKyhehbC9T9w5mDdKzp { width:5.625rem;height:1.875rem;top:292.72497558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfQ6ayDL5OM6MZZ5NTFek8myZJn2UAmW { width:5.625rem;height:1.875rem;top:261.47497558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4ZFNAFnRDRMt9CRZyi9ZtM3LLzMLgmb { width:5.625rem;height:1.875rem;top:264.59997558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weTKEBP18obQBiyURee9GHVR5Rgnbgwr { width:5.625rem;height:1.875rem;top:267.72497558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4rrPmq55QvQSFTvgWFKoMN9391LmTGU { width:5.625rem;height:1.875rem;top:270.84997558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToezQDGgDLqy5FJ4c2PyiGETPSN5PFWH { width:5.625rem;height:1.875rem;top:277.09997558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLXsvTcvWgKXgxf0MTuF2WctW06QemAU { width:5.625rem;height:1.875rem;top:280.22497558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkTEsxN7TRBtuL2VSCtrA5FekHta95ZL { width:5.625rem;height:1.875rem;top:273.97497558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZsbLH6GQN3xmTlfqJlWXc9uPnG1XeWM { width:5.625rem;height:1.875rem;top:283.34997558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFCibLsKQmaA7PtwPTlpTvSfzLx4Hu6v { width:5.625rem;height:1.875rem;top:286.47497558594rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGPFhvT34SlUNJwVgbGMw1SyOrZ16kXJ { width:6.875rem;height:0;top:258.72497558594rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh8DH2TpIZddIzD1KSwFeTdS7JoTtoe8 { width:6.875rem;height:0;top:290.03747558594rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZxXPbrR8giuqxyI6lBpzIEVTfBCNqZM { width:6.875rem;height:0;top:321.22497558594rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0cPzk25RcTBGD2Gmz8sCW0owtVB1ggz { width:5.625rem;height:0;top:261.84997558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhhL7eUutLIJQAwHNDFliS7UD0Vb6oQ7 { width:5.625rem;height:0;top:293.09997558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDXAtQPuGJwaKdV19EwgT9tpKVNIABue { width:5.625rem;height:0;top:324.34997558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ9747eEf6QIZJCupXHdCrcHD7ehJxI4 { width:5.625rem;height:0;top:264.97497558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqoXUGkSCaRpXEKaoSRln8CiEHRhZ4Jn { width:5.625rem;height:0;top:268.09997558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpHH9ynVDWvgoqeARqpt9FFxMtIukRbz { width:5.625rem;height:0;top:271.22497558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Q8nKsN4kUCEgUdz40Tozg1TlNDGVVB { width:5.625rem;height:0;top:274.34997558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmBwQyECmq7mSpLE3vxtN4bt2yhvQeT3 { width:5.625rem;height:0;top:277.47497558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ21SuSTsOmzMMygzMaGLxEpsNOLzdxl { width:5.625rem;height:0;top:280.59997558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHfzTTBikTLook5S6l8ACnFMoeTzq5SR { width:5.625rem;height:0;top:283.72497558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfB3iklCu7kKMzFeX6VhUy0fcyfmqaDp { width:5.625rem;height:0;top:286.84997558594rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWUf7BtIl68RT7hyZyTX5TzAUcseE1mC { display:block; }#oWUf7BtIl68RT7hyZyTX5TzAUcseE1mC > .row .container { width:20rem;height:134.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0psDbfBk55BmTLlUMyL83NhSgZX2uvJ { width:18.75rem;height:6.09375rem;top:8.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcMoXzqT2xCGq0DulkIrd79aUPsXRXxZ { width:18.75rem;height:5.85rem;top:1.0000133514404rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3QIyNIS6lZRrpbLSzy2b2SL2NQI4TBx { width:18.75rem;height:117rem;top:16.5rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZCa6zmAGX0d7snPFvfKyumhoXVVUUGy { display:block; }#GZCa6zmAGX0d7snPFvfKyumhoXVVUUGy > .row .container { width:20rem;height:228.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmtb9otvTOmKsDrZUwopVDaDPrerlZgT { width:20rem;height:1.95rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMlTgLiruxXexQRollrXng7rZR9LeSmB { width:18.75rem;height:208.125rem;top:14.07421875rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThZmZlX1ASLauHb4iyWTmXKRLDMcClKb { width:16.5rem;height:8.4375rem;top:4.1867189407349rem;left:1.7500000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZzECLv8UD84ImLnBru78NL8nrGoiG8G { width:17.5rem;height:3.4375rem;top:223.44897460938rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkkoUl8O9CI5mL5ablI8Cg4JOPXNZikt { display:block; }
 }@media only screen and (max-width: 763px) { #iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 { display:block; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container { width:20rem;height:88.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKcb5CSB0hhfhdfcu9bWD4d0U4PKoRgR { width:15.5rem;height:4.725rem;top:12.7998046875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e2rMrLodqvbhErb5QIeSwg6AUATvxEU0 { width:18rem;height:4.4rem;top:1.35009765625rem;left:1rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1.125rem;overflow:hidden;height:auto; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w  { width:17.5rem;height:auto;top:27.7802734375rem;left:0rem; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w {display:block;}#Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w { width:17.5rem;height:auto;top:27.7802734375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #ynT3XE1AJSUuZDtFC9yqkKT9XfuT1Ild {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #DGpcz7eBHvCVtgfBEi9fxPSeV8SFxGmy {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #eEB2ChoUQE4rwe6D2zPnTGWTBuTa8CpD {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #enhlx4hkZfmqnXr1awxKUeTpabMkTuG5 {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #TuoODCEMTGc9v2v2oUPvURcFRhUK5oAE {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #BtBdthE7VPBD8xGeUJNk4cySbfbXfSfm {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #XOmyxRPtSx5Q6UxVho6HFfEyvhdaZxfn {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #oDkGUe9RTfRL6vNFMhgV6GB4ov1fKfTy {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #EQZtcHzJyTUHEuPWBTmJLI49TrCh1qTC {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #UMCdeXQ1dpLcUsGfPodsh7303g5VSOTI {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #anyKtNxAW4uwXKwTWQ4y31diRkNaXgC8 {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #yHWumeStfsEknDMiyG9usHrHTipGIxoq {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #IWwuFxOS9GVmAmN69iBXpTrVlgUqeB6F {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #VZwv79ZGxCLSuWTWyE0v34UFou4uadbo {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #L7cNwVWTKTi9FiretLV8NH0iEXNtv6LM {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #wZghJHJkRTCE6cdWTdCrPNK62ww5Hk5R {  }
 }@media only screen and (max-width: 763px) { #Vm695gIgtvEGqn3oZegJ1qKUoaFzqk0w #halNt1hS5t64kqZOKh7Mto0ImdZTuoDm {  }
 }@media only screen and (max-width: 763px) { #tNNThilT7pxEZJiN7OIQf8i79edi4S7V { width:14.75rem;height:3.15rem;top:7.6240234375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #puQ7xFiTwNoWORgritPT2mc6mKskfv33 { width:17rem;height:2.8rem;top:69.0625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz0Wai9DitHi3My1A0KNQu4dumFdmh4P { display:flex;width:2.0625rem;height:2.0625rem;top:58.3125rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #QTocxeNtdTLS54cm2IQ31IJ8lfVLy3pl { display:flex;width:2.3125rem;height:2.3125rem;top:66.125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #wcSSJPAkmsK8nGWx9WsHbRC5lfiFhAq6 { width:8.25rem;height:4rem;top:60.9375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tITBg1AxrTyT4opCr2PMnP8ZfaT832Sv { width:16rem;height:6.3rem;top:19.3623046875rem;left:2rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qQqpwCcrMKvGXcZpc6g3bGx4o4kcCW1a { width:6.25rem;height:3.125rem;top:74.112501144406rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa0vkwiAZnOR7eNVtQKMhvTQkC6HDyE0 { width:20rem;height:4.5rem;top:78.487548828125rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2d3aKGhB5MPooGixmrVxxzTH7ynhn09 { width:17.5rem;height:3.4375rem;top:84.237548828125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0geawDd2aMynQOM5HK3oJQhR6q1UGOR { display:block; }
 }