.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:250,217,221;--color-primary-1:240,128,143;--color-primary-2:224,0,31;--color-primary-3:112,0,16;--color-primary-4:34,0,5;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);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.4985625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vWdFTVFcFRSM9vBEIcA146xoK2VSyDyd { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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.494375rem;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:rgba(var(--color-primary-2),1);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(var(--color-tertiary-4),0.17) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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(var(--color-tertiary-4),0.5) ;height:22.25rem;width:14.5625rem;top:6.6875rem;left:37.687501907349rem;overflow:hidden;display:block; }
#vNxRTFOP3CgNucqA0UDo7MOV4bDoZfdo { background-color:rgba(var(--color-primary-2),1);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(var(--color-tertiary-4),0.17) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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.6867875rem;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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-2),1);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(var(--color-tertiary-4),0.5) ;height:12.75rem;width:19.1875rem;top:7.0625rem;left:34.375rem;overflow:hidden;display:block; }
#Tn8nGv0sNqpPLHZxymWm0XOHTH1T6ubf { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:7.53125rem;left:4.28125rem;height:8.4411875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#S2OHZQgFqoepooPS8y8a4oNwyZ84P8of { background-color:rgba(var(--color-primary-2),1);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(var(--color-tertiary-4),0.17) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-2),1);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(var(--color-tertiary-4),0.17) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-4),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);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.7471875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Ecqs6H6M74cZFzTpXbTES9u3kMAvCWIc { box-sizing:content-box;color:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);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.06036875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xqTJd1qnGt0ynRzAH8ohvazDSx74pwww { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-4),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.06036875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K1dPU1G50cF956lgtbJTgg16Gc0lS1iP { box-sizing:content-box;color:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);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.49430625rem;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(var(--color-tertiary-4),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(var(--color-tertiary-4),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(var(--color-tertiary-4),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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-4),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);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.283rem;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:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.69904375rem;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(var(--color-tertiary-4),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(var(--color-tertiary-4),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(var(--color-tertiary-4),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:var(--paragraphs-font-family);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:rgba(var(--color-primary-2),1);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(var(--color-tertiary-4),0.17) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:55.75rem;position:absolute;font-family:var(--paragraphs-font-family);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.436075rem;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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:8.56093788147rem;left:0rem;height:5.01154375rem;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:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:14.68593788147rem;left:0rem;height:5.84871875rem;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:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-2),1);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(var(--color-tertiary-4),0.17) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-3),1);display:block;width:56.9375rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-primary-2),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);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(var(--color-tertiary-4),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(var(--color-tertiary-4),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(var(--color-tertiary-4),0.5) ;height:12.375rem;width:18.75rem;top:43.5625rem;left:40.125rem;overflow:hidden;display:block; }
#PsmZsRP1obeSXzvHprfLoxgE3ChVyET6 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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.68325rem;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:rgba(var(--color-tertiary-4),1);display:block;width:53.875rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-2),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-primary-2),1);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(var(--color-tertiary-4),0.17) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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.68536875rem;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:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);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.6839375rem;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:rgba(var(--color-primary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-primary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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.68536875rem;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:rgba(var(--color-primary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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:21.75rem;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:6.6875rem;width:6.875rem;top:0.874755859375rem;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:rgba(var(--color-tertiary-4),1);display:block;width:5.249025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:3.607421875rem;left:0.8125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#GevZxCnX23t7G1DhFxsoCEFuBGnIuEw9 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);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:6.6875rem;width:5.625rem;top:0.874755859375rem;left:6.99951171875rem;display:block; }
#OpguEBDvgz9QcnvhHdsktRzZumwQtPsP { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4370125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:2.388671875rem;left:7.0937509536744rem;height:3.6541125rem;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:6.6875rem;width:5.625rem;top:0.874755859375rem;left:12.7490234375rem;display:block; }
#ZTLM7TkmMCA15Siy9lebxREtBf359xcD { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4370125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:2.388671875rem;left:18.593098640442rem;height:3.65411875rem;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:6.6875rem;width:5.625rem;top:0.874755859375rem;left:18.499755859375rem;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:6.6875rem;width:5.625rem;top:0.874755859375rem;left:24.249267578125rem;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:6.6875rem;width:5.625rem;top:0.874755859375rem;left:30rem;display:block; }
#BL213lRJLQM7MB5vT96mTLwrRXr9XHT7 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:2.3899631500244rem;left:30.186200141907rem;height:3.65411875rem;text-align:center;text-align-last:center;display:block; }
#lwJ5zQFUT30LbCsTdLofTMHGihGFExJg { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:2.9993381500244rem;left:35.916668891907rem;height:2.436075rem;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:6.625rem;width:5.625rem;top:0.937255859375rem;left:47.249755859375rem;display:block; }
#v4sAkrxRrw7fgWhpJib0A0THySx0CRmK { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:2.9993495941162rem;left:47.405598640442rem;height:2.43608125rem;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:6.6875rem;width:5.625rem;top:0.874755859375rem;left:52.999267578125rem;display:block; }
#bFTeE9aGZJv3JZsbEPw8AG7w9xZpscqT { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);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.436075rem;text-align:center;text-align-last:center;display:block; }
#qLbp7wCET80yZtNGzyVzu3sQR6JN17mo { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:1.7804689407349rem;left:53.156253814698rem;height:4.87215rem;text-align:center;text-align-last:center;display:block; }
#pTR6KuJaEe8c7efw5B36v0ELqwZomJp8 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:10.078125rem;left:0rem;height:1.2180375rem;text-align:center;text-align-last:center;display:block; }
#IwqSmV60C8Pd6IiZDqZ2SOg3qKMdyXwU { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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.2180375rem;text-align:center;text-align-last:center;display:block; }
#RbSUMFReq9OHDE58aOT2vnEBtNLzVn3E { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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.2180375rem;text-align:center;text-align-last:center;display:block; }
#B0wcnfRCo16CT4pqG4IiPZmnEPch5FEZ { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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.2180375rem;text-align:center;text-align-last:center;display:block; }
#aJydVA3iFaO53kSkfnTykTs5mK5zCdsi { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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.2180375rem;text-align:center;text-align-last:center;display:block; }
#T6vucJAltHasMmW3nftSndbT2XfSJhVT { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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.2180375rem;text-align:center;text-align-last:center;display:block; }
#qQuPsI0MMmScabPZpansRqD1ZlC4sNRn { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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.2180375rem;text-align:center;text-align-last:center;display:block; }
#ZmxTizfybiOUKeWQfgc98AqnusCx7K4u { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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.2180375rem;text-align:center;text-align-last:center;display:block; }
#QfgZ8t3FZ3vT3Zryh7StsaOpzpJ9T5yu { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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.2180375rem;text-align:center;text-align-last:center;display:block; }
#C0xEycBbEwGW4uqokR54KK6UE77TwboI { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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.2180375rem;text-align:center;text-align-last:center;display:block; }
#uFT5gS1u9I4txOvBJaI5KHpCbgMcpG0w { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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.2180375rem;text-align:center;text-align-last:center;display:block; }
#ZCMOoITaulPOxnXBkJVxFcA8dLz9J4hl { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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.2180375rem;text-align:center;text-align-last:center;display:block; }
#nmltEAfTRSrA03IgZ2489E5Ftp2it3Qt { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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.2180375rem;text-align:center;text-align-last:center;display:block; }
#Symok2AlG5IWbEO0sFg9nW1JtsII0Vg2 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:6.6875rem;width:5.625rem;top:0.874755859375rem;left:35.7373046875rem;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:6.6875rem;width:5.625rem;top:0.874755859375rem;left:41.4990234375rem;display:block; }
#zE3o6icptLI7EnspspHTLiQGqNKsVZif { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:1.18701171875rem;left:12.96875rem;height:6.09019375rem;text-align:center;text-align-last:center;display:block; }
#pOo9LmWIQSwxBnkbfkiCht6y5BiotTE7 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4370125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:1.779296875rem;left:24.342450141907rem;height:4.87215rem;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; }
#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:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#E0cPzk25RcTBGD2Gmz8sCW0owtVB1ggz { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#iJ9747eEf6QIZJCupXHdCrcHD7ehJxI4 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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.2180375rem;text-align:center;text-align-last:center;display:block; }
#NpHH9ynVDWvgoqeARqpt9FFxMtIukRbz { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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.2180375rem;text-align:center;text-align-last:center;display:block; }
#K6Q8nKsN4kUCEgUdz40Tozg1TlNDGVVB { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:74rem;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:rgba(var(--color-tertiary-4),1);display:block;width:54.25rem;position:absolute;font-family:var(--paragraphs-font-family);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.373575rem;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:rgba(var(--color-primary-2),1);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:5.99965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G3QIyNIS6lZRrpbLSzy2b2SL2NQI4TBx { color:rgba(var(--color-tertiary-4),1);display:block;width:56.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:13.6875rem;left:2.375rem;height:50.98190625rem;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; }
#R7T4GdLASuMnm8f78Mb732vnJ8vWCdMJ { color:rgba(var(--color-tertiary-4),1);display:block;width:56.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:66.625rem;left:2.375rem;height:4.4984rem;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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-4),1);display:block;width:56.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:8.6867198944094rem;left:2.375rem;height:109.46116875rem;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:rgba(var(--color-tertiary-4),1);display:block;width:54.25rem;position:absolute;font-family:var(--paragraphs-font-family);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.37358125rem;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:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);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.9364375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e2rMrLodqvbhErb5QIeSwg6AUATvxEU0 { color:rgba(var(--color-tertiary-0),1);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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-4),1);display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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.57404375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#puQ7xFiTwNoWORgritPT2mc6mKskfv33 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);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.1480875rem;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:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9364375rem;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:rgba(var(--color-tertiary-4),1);display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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.22140625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#r2d3aKGhB5MPooGixmrVxxzTH7ynhn09 { background-color:rgba(var(--color-tertiary-0),1);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:var(--paragraphs-font-family);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:8.4375rem;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.625rem;top:0.9375rem;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:0.8125rem;left:0rem;width:6.875rem;height:6.6875rem;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:3.5625rem;left:0rem;width:5.1875rem;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:0.8125rem;left:0.87451171875rem;width:5.625rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpguEBDvgz9QcnvhHdsktRzZumwQtPsP { top:2.375rem;left:0.96875095367431rem;width:5.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwFLCVGBwarBqc0PnkPw8JvtkUhQefpt { top:0.8125rem;left:6.6240234375rem;width:5.625rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTLM7TkmMCA15Siy9lebxREtBf359xcD { top:2.375rem;left:12.468098640442rem;width:5.375rem;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:0.8125rem;left:12.374755859375rem;width:5.625rem;height:6.6875rem;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:0.8125rem;left:18.124267578125rem;width:5.625rem;height:6.6875rem;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:0.8125rem;left:23.875rem;width:5.625rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL213lRJLQM7MB5vT96mTLwrRXr9XHT7 { top:2.375rem;left:24.061200141907rem;width:5.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwJ5zQFUT30LbCsTdLofTMHGihGFExJg { top:2.9375rem;left:29.791668891907rem;width:5.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koa03mh9ubSTLgvJ1edhbg6cweNnrMJs { top:0.875rem;left:41.124755859375rem;width:5.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4sAkrxRrw7fgWhpJib0A0THySx0CRmK { top:2.9375rem;left:41.280598640442rem;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:0.8125rem;left:42.125rem;width:5.625rem;height:6.6875rem;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:1.75rem;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.87451171875rem;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.87451171875rem;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.87451171875rem;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.87451171875rem;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.87451171875rem;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.374645233154rem;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.374645233154rem;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.374645233154rem;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.374645233154rem;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.374645233154rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmxTizfybiOUKeWQfgc98AqnusCx7K4u { top:8rem;left:18.124820709229rem;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.124820709229rem;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.124820709229rem;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.124820709229rem;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.124820709229rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmltEAfTRSrA03IgZ2489E5Ftp2it3Qt { top:8rem;left:23.875rem;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.875rem;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.875rem;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.875rem;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.875rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5FwMTlDhbbmgH9TiAAZwBuU8xo2z98x { top:8rem;left:29.62451171875rem;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.62451171875rem;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.62451171875rem;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.6123046875rem;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.62451171875rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifdzg2qHa6hLXUxvPJUnxFKU7Cczmu1p { top:8rem;left:35.3740234375rem;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.3740234375rem;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.3740234375rem;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.3740234375rem;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.3740234375rem;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:0.8125rem;left:29.6123046875rem;width:5.625rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwrJgzSM4iIx1IRLilNWTnFMTRTfphvT { top:0.8125rem;left:35.3740234375rem;width:5.625rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE3o6icptLI7EnspspHTLiQGqNKsVZif { top:1.125rem;left:6.84375rem;width:5.3125rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOo9LmWIQSwxBnkbfkiCht6y5BiotTE7 { top:1.75rem;left:18.217450141907rem;width:5.375rem;height:4.875rem;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) { #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) { #E0cPzk25RcTBGD2Gmz8sCW0owtVB1ggz { top:18.125rem;left:0.87451171875rem;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.0625rem;left:12.374645233154rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpHH9ynVDWvgoqeARqpt9FFxMtIukRbz { top:18.0625rem;left:18.124820709229rem;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.875rem;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.62451171875rem;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.3740234375rem;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) { #R7T4GdLASuMnm8f78Mb732vnJ8vWCdMJ { width:47.75rem;height:4.5rem;top:66.625rem;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:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eeCMu0V61viVveKU11HExp7iXTSnNby1 { width:18.75rem;height:4.05006875rem;top:1.25rem;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.49518125rem;top:6.55rem;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:43.3rem;left:3.75rem;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:24.05rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNxRTFOP3CgNucqA0UDo7MOV4bDoZfdo { width:12.5rem;height:3.4375rem;top:47.425rem;left:3.75rem;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:21.3rem;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:39.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S7Ws0OIShO7mAzLTq048IrzNlV6xSUvg { width:20rem;height:7.796625rem;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.6865rem;height:12.37425rem;top:25.227375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn8nGv0sNqpPLHZxymWm0XOHTH1T6ubf { width:20rem;height:8.994125rem;top:10.296125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2OHZQgFqoepooPS8y8a4oNwyZ84P8of { width:18.999rem;height:3.4375rem;top:20.539875rem;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:111.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuVVB0tzng77FTcDNhAeFCMKu0tx2s61 { width:18.75rem;height:2.59943125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWDVpaE9ZBAXMHsBpQ4o2A1V5AvCXKiP { width:12.75rem;height:1.298825rem;top:42.71875rem;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.4973125rem;top:45.26875rem;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.71875rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZtLwIOQ38sCgrs2Li2rfgRcRRs8RFaT { width:14.375rem;height:7.4973125rem;top:75.38125rem;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.298825rem;top:59.01875rem;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:54.01875rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1uxxx6FSwRBmAcr8bxmb6UIFFTLgUNX { width:7.6875rem;height:1.298825rem;top:89.13125rem;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:5.99786875rem;top:91.68125rem;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:84.13125rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syAQDB4T4bHkJDud6x26PfR6QyvsMZug { width:18.75rem;height:14.99465rem;top:21.46875rem;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:98.93125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp8CZtpTShDn6glnRZWgbkqGCQuDxi0L { width:18.125rem;height:12.0625rem;top:61.56875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrMKOUbZ6fTxC4G14ty57MBAenpB5guw { width:18.75rem;height:14.375rem;top:5.34375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u { display:block; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row .container { width:20rem;height:154.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKEVnQvBy7GZitbbdV3vPJhDf0i1nVwu { width:18.75rem;height:5.1988625rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8CLFw9B6hU4UINexnPTTnESG0sB2yHh { width:18.75rem;height:30.712875rem;top:11.225rem;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:8.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4DhdK1mTss5elotNdHTPN9G2Q7XZbnv { width:18.75rem;height:23.59375rem;top:59.25rem;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:114.2375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRVI1f1eFHucADAATe0nutWgNa7ucqcT { width:18.75rem;height:4.2089875rem;top:117.275rem;left:0.625rem;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:122.7375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feLsOS9CNghV1B70Mwb2ZLhrQBNgaRs1 { width:17rem;height:11.25rem;top:43.2125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQTgO00PHIyOOSaTtUo16wGDPJTasZCv { width:18.75rem;height:12.4375rem;top:97.8625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMM9UPUs61wOyQT9Vq203aNz23AzRW3S { width:9.375rem;height:1.7875rem;top:56.2125rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGIESJawNzrQVvqk81NubTTpvK8L5Wwo { width:4.625rem;height:4.625rem;top:84.1125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSWu7taLgSXX9F9D7AaUkgCIrfb8RrAM { width:4.4375rem;height:4.4375rem;top:92.175rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDykRabQB1o7UK1u24bXI5XgVkMqVbhz { width:13.875rem;height:3.4375rem;top:139.425rem;left:3.0625rem;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.3082375rem;top:146.3rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0TaXiQur507PvbLcNHbK61XAXTx5lxs { display:flex;width:0.9375rem;height:0.9375rem;top:89.9875rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #SDDD7TlRDPiJuT7kx7MTzNvaTytgwKJE { display:flex;width:0.9375rem;height:0.9375rem;top:112.05rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #ZPruJ3LseR8r405T6G7araBTCi4yuJXF { display:flex;width:0.9375rem;height:0.9375rem;top:144.1125rem;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:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uvrvz9J7GGpbX5vo2vXO07NMw9x6dqO6 { display:block; }#Uvrvz9J7GGpbX5vo2vXO07NMw9x6dqO6 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3Kp8hTsTMTs6lALEZTMq0fuNuTQfNpn { width:18.0625rem;height:2.59943125rem;top:1.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMzTCnyaAaxdeaSyX2nMOXyGnRt56GeG { display:block; }#QMzTCnyaAaxdeaSyX2nMOXyGnRt56GeG > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVDI8VqfNAmMPv9nHxagLUU5MNUIuUvU { width:18.75rem;height:7.793rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGZ9RXg17qLJFQSNnZLT9vslcMWTmRNh { width:18.75rem;height:11.015625rem;top:15.45rem;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.8964875rem;top:10.3rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrxHKnia0qliXiGT9bXEABJgWI0qD37s { width:18.75rem;height:12.98825rem;top:27.725rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcVNcFU9Wb0O6xqaZuu1h1v6bp4weSE9 { width:18.75rem;height:6.494125rem;top:41.975rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n05Quc3S6ALDhGVT2GnUWXlUmsX9w2Al { width:12.5rem;height:2.875rem;top:49.725rem;left:3.75rem;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:139.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtqiupFw6IpxJcI1JyGM119A3EaCzUNi { width:20rem;height:2.59943125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n57Ah8xbeBTUG0ZwPU4DT9iv1a1bg9n1 { width:20rem;height:2.925rem;top:5.34375rem;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:9.5184600830075rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neikLNrZ3cF17Cqvb7q2dkMeqAW8xDIr { width:18.75rem;height:4.8739375rem;top:43.330960083007rem;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:55.705960083007rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWP9Ou4bKhDaJX0SyhaTtkhH0JSZoFbN { width:18.625rem;height:12.4375rem;top:69.830960083006rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQB4w6DAyfTJiVmD0W87UGCJRdhT244 { width:18.75rem;height:12.4375rem;top:84.018460083006rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsmZsRP1obeSXzvHprfLoxgE3ChVyET6 { width:17.5rem;height:10.5593125rem;top:18.406399536133rem;left:2.5rem;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:111.26846008301rem;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:10.855130004883rem;left:2.530517578125rem;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:130.22471008301rem;left:3.75rem;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.1234rem;top:15.668362426758rem;left:2.5rem;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:98.205960083006rem;left:0.4375rem;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.2468125rem;top:118.72471008301rem;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:115.44346008301rem;left:4rem;text-align:center;text-align-last:center;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:101.33096008301rem;left:0.4375rem;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:104.45596008301rem;left:0.4375rem;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:107.58096008301rem;left:4rem;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:9.51875rem;left:0.625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #LcnsQSoLNnzGWCLGlAeV63wvKuyL1ZJr { width:15.6875rem;height:1.4625rem;top:22.107571411133rem;left:4.3125rem;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.1234rem;top:24.356106567383rem;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:15.668362426758rem;left:2.530517578125rem;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:49.455960083007rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIHx7qLTzUPv3TUfxgWbL5EnDNNAN0Qy { width:4rem;height:4rem;top:134.34971008301rem;left:8rem;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:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWrtyVRsBOFs7w185iEkFdye7xJy7bBN { width:18.5625rem;height:5.1988625rem;top:5.9375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVLa58dNNw07CZBaI8OiVsQdTbQqwRo0 { top:1.25rem;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:260rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rLXZNQZE9OsePEaa1ecM4Rf1Erppgnx3 { width:6.875rem;height:5.625rem;top:1.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7JFwoSC4w828PZuRbODHiXBzi7XKwcg { width:6.875rem;height:1.875rem;top:72.605447769162rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOT9tFhb5rdAkkM61Q8PxtMmMQRWdDOl { width:5.25rem;height:1.21875rem;top:3.982666015625rem;left:7.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GevZxCnX23t7G1DhFxsoCEFuBGnIuEw9 { width:6.875rem;height:1.21875rem;top:72.932596206662rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Lazle3HZVXVf2qTql8EnvhBKOAaR3Q { width:6.875rem;height:1.875rem;top:103.85544776916rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNxCUTOX2I4n4p7IHKJGLLpc9NZTiFXQ { width:6.875rem;height:1.875rem;top:135.10544776916rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvyfks4TnSqkd1gaSVUig9OfrIC7uQNi { width:6.875rem;height:1.875rem;top:197.60544776916rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdVxqN95EVhLuCR4yBG582yIGSHlPVKp { width:6.875rem;height:1.875rem;top:166.35544776916rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O44zRWXTSzT4TPzNqQQPVXDbRQXhnm3X { width:5.625rem;height:1.875rem;top:200.73044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTqXOkDyzkVU1DaTXeDrTmlRphd0EQwf { width:5.625rem;height:1.875rem;top:169.48044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhzPZ8DtMNX8CFT4i4ILnlm11HAQxXLA { width:5.625rem;height:1.875rem;top:138.23044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPGxwiEuLUOptJR2aWV4mvrXaAEBmreQ { width:5.625rem;height:1.875rem;top:106.98044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRQzWyhbunm7E2pgSiMEsy2OgEZmQ2ao { width:5.625rem;height:1.875rem;top:75.730447769162rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBbT17uvLzbsFX5upVwx32FvRvEx8dRx { width:5.625rem;height:5.625rem;top:8.125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpguEBDvgz9QcnvhHdsktRzZumwQtPsP { width:5.4375rem;height:3.65625rem;top:9.638916015625rem;left:7.2817392349244rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwFLCVGBwarBqc0PnkPw8JvtkUhQefpt { width:5.625rem;height:5.625rem;top:15rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTLM7TkmMCA15Siy9lebxREtBf359xcD { width:5.4375rem;height:3.65625rem;top:24.138671875rem;left:7.2808427810669rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qclWSbmfdFvKHwxXMz3HpWNs1n3bi9N6 { width:5.625rem;height:1.875rem;top:78.855447769162rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ9JyA2hqnndyi7wRhxxz4155REaU2DX { width:5.625rem;height:1.875rem;top:110.10544776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD33ZuDF1M19l41Lu9CZq4gA3i7m6JsT { width:5.625rem;height:1.875rem;top:141.35544776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDFsvrglB9sD0GrCxGmbeEakCuQW5MUH { width:5.625rem;height:1.875rem;top:172.60544776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrMMKCNkJ0XbkSezDAZklcen51LOAhBO { width:5.625rem;height:1.875rem;top:203.85544776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4dkxmz7OaobxEma87A8ssk5TzwpzLft { width:5.625rem;height:5.625rem;top:22.624755859375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SySuUSEcv36xqBcLmEHmvkWu8XZawsrl { width:5.625rem;height:1.875rem;top:81.980447769162rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHzRWpCAH0XMmBCUtJaao0iLgQDefnJT { width:5.625rem;height:1.875rem;top:113.23044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFWHyGfWp2lbGV8Mb9kaKiBtV1hwuyTI { width:5.625rem;height:1.875rem;top:144.48044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thWDAACeTnyptyUmFLX9aRBdNdHgz3cG { width:5.625rem;height:1.875rem;top:175.73044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPKhOGm0RHVTSlEtCLeUOzmTab0Gt5Or { width:5.625rem;height:1.875rem;top:206.98044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwke2W6R6OyGG3WcFQUw3IFgS2FSCare { width:5.625rem;height:5.625rem;top:29.499755859375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IChGatmxgLJv5HDAxkEl3tpvD90O5NUK { width:5.625rem;height:1.875rem;top:85.105447769162rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVKytZD3WsaFy25Hx22pcmZ5NUEVNOno { width:5.625rem;height:1.875rem;top:116.35544776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u84vUX11NE8OEQlZAS2IQ1Tdk7CM4wlX { width:5.625rem;height:1.875rem;top:147.60544776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGHb3PBdtL3giIGOIrLyLS5rPMrhTlX9 { width:5.625rem;height:1.875rem;top:178.85544776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3eCKENlqOT23n1a4eXEvPBmwXDATXP0 { width:5.625rem;height:1.875rem;top:210.10544776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr4QQUniGVCkhh5O6lGUNvAxdBsQQohg { width:5.625rem;height:1.875rem;top:219.48044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8vDJIe4cVZOHtHTLl62eDcJHNrVfl3V { width:5.625rem;height:1.875rem;top:216.35544776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReNKod0KHt2QSIObC0JHAkm3a1dXZKox { width:5.625rem;height:1.875rem;top:185.10544776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueBFaSk3bAFc7KJ58uE38gKMu1BEpc3k { width:5.625rem;height:1.875rem;top:188.23044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saH6RT6kg1yFd7qf6k13ML5mPXHQzvq6 { width:5.625rem;height:1.875rem;top:153.85544776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bonaVMXnOAmn4Ob643hKMpXItfuSQDtB { width:5.625rem;height:1.875rem;top:156.98044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzOZ6bctT9IHgGGWodIKJ2x2qWXUPIXT { width:5.625rem;height:1.875rem;top:122.60544776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D86NyfXUkv4eFIztbhELXwqrVwelbd6w { width:5.625rem;height:1.875rem;top:125.73044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBDc9nNEmituRVMXa4ONKaGFOFmJlNg8 { width:5.625rem;height:1.875rem;top:213.23044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUkgqQz3WkWnTJ11aB76krqm2voSosJ8 { width:5.625rem;height:1.875rem;top:181.98044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn4Jwzgh4mKOkZheLPBf366mRhUqMri0 { width:5.625rem;height:1.875rem;top:150.73044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugUyhZV39lM3cWXKSkvT6T3KDXnS8vsh { width:5.625rem;height:1.875rem;top:119.48044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBXteQORRu7mzf9SrF0T5rXPTJCeOAan { width:5.625rem;height:1.875rem;top:88.230447769162rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsEQt0goavgMTAGicfQbCVBNTCVOFTNu { width:5.625rem;height:1.875rem;top:91.355447769162rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imsBuwqpzBTJiQFkAZgn53Dc81RSrqWV { width:5.625rem;height:1.875rem;top:94.480447769162rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbVLUkiadxZIAopDT2eRIdlEH1CyBaDT { width:5.625rem;height:5.625rem;top:36.529296875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL213lRJLQM7MB5vT96mTLwrRXr9XHT7 { width:5.3125rem;height:4.875rem;top:38.044504165649rem;left:7.3737001419069rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwJ5zQFUT30LbCsTdLofTMHGihGFExJg { width:5.3125rem;height:3.65625rem;top:46.294086456299rem;left:7.3668642044069rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koa03mh9ubSTLgvJ1edhbg6cweNnrMJs { width:5.625rem;height:5.625rem;top:58.762104034424rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4sAkrxRrw7fgWhpJib0A0THySx0CRmK { width:5.3125rem;height:3.65625rem;top:60.824197769165rem;left:7.3433427810669rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eaa7fL6MbTMZeTgoQnTT7ERANd39JuJD { width:5.625rem;height:1.875rem;top:97.605447769162rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDmG7h3TosFgFLccig7ZEylAoAUBpLrs { width:5.625rem;height:1.875rem;top:128.85544776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBhvvi5OH4kvrHLPkirsWl77plFR6Gfy { width:5.625rem;height:1.875rem;top:160.10544776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWqIpzqLZx5pPiCZZ66AU2QKwizN4Guf { width:5.625rem;height:1.875rem;top:191.35544776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbHFTyBTB5Nc2fHQuxHL21uWe9v0COt1 { width:5.625rem;height:1.875rem;top:222.60544776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhwl3l32ha7sVqvZ8VtXHd1iBHqR6PJh { width:5.625rem;height:1.875rem;top:225.73044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPOhacz0gM2ur1viVyxub7XoA5Nmp3Rc { width:5.625rem;height:1.875rem;top:194.48044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USqTeL89yoib2PILhUb5X1nZ8vvP7voi { width:5.625rem;height:1.875rem;top:163.23044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp5QMFGQmuPRkqoIg1ZONsqq3mJwH7xx { width:5.625rem;height:1.875rem;top:131.98044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGpGTz3L7dyJXnSAetLGegCE1p2T8HTy { width:5.625rem;height:1.875rem;top:100.73044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n72TfEQZQwXJqhV297Z4hNQzCzBewEaO { width:5.625rem;height:5.625rem;top:65.730447769162rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFTeE9aGZJv3JZsbEPw8AG7w9xZpscqT { width:5.3125rem;height:3.65625rem;top:53.855854034424rem;left:7.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLbp7wCET80yZtNGzyVzu3sQR6JN17mo { width:5.3125rem;height:3.65625rem;top:66.636160850525rem;left:7.3444862365725rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTR6KuJaEe8c7efw5B36v0ELqwZomJp8 { width:6.875rem;height:1.2180375rem;top:104.18381690979rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwqSmV60C8Pd6IiZDqZ2SOg3qKMdyXwU { width:6.875rem;height:1.21875rem;top:135.43381690979rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCmWg7b56fpedTzIq0R7v8nS5bF70EbE { width:6.875rem;height:1.21875rem;top:166.74851417541rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qszXiBT7EqndIk9h06duO0T4F9b9Dmrq { width:6.875rem;height:1.21875rem;top:197.93381690979rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHbkevNd6rRJzE0m671nw674sHyvTNFt { width:5.625rem;height:1.21875rem;top:76.060037612912rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lupNvpMmN155Kw3Ip3J0x9oyJBDSTpdZ { width:5.625rem;height:1.21875rem;top:107.30881690979rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQH9PbREWkMunsG81Ttz9uCMZiFfIFLp { width:5.625rem;height:1.21875rem;top:138.55881690979rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqee33gkhyl7Nv43TPDqzMda6mQVP1CG { width:5.625rem;height:1.21875rem;top:169.85398292541rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpEH9VToTqTA58qiAzoHRFhAdAvtq8yd { width:5.625rem;height:1.21875rem;top:201.05881690979rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3SceG9uyUqc1n9kcllaToRyTfyBWKf8 { width:5.625rem;height:1.21875rem;top:79.185037612912rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSdcATzvfeJ60QW2S61TJFmfugSx28sT { width:5.625rem;height:1.21875rem;top:110.43381690979rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbSUMFReq9OHDE58aOT2vnEBtNLzVn3E { width:5.625rem;height:1.21875rem;top:141.68381690979rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJXecAQTdltk9mDtowzc1ti4GHbtOrDk { width:5.625rem;height:1.21875rem;top:172.99851417541rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgFUVcMHprANDTBfKNhf6Mfcf0tt0tC2 { width:5.625rem;height:1.21875rem;top:204.18381690979rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeWfRe99b2TMQoChFXnQXLEPrlD2Xrkb { width:5.625rem;height:1.21875rem;top:82.310037612912rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0wcnfRCo16CT4pqG4IiPZmnEPch5FEZ { width:5.625rem;height:1.21875rem;top:113.55881690979rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJydVA3iFaO53kSkfnTykTs5mK5zCdsi { width:5.625rem;height:1.21875rem;top:144.80881690979rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6vucJAltHasMmW3nftSndbT2XfSJhVT { width:5.625rem;height:1.21875rem;top:176.12229347229rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQuPsI0MMmScabPZpansRqD1ZlC4sNRn { width:5.625rem;height:1.21875rem;top:207.30759620666rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmxTizfybiOUKeWQfgc98AqnusCx7K4u { width:5.625rem;height:1.21875rem;top:85.435037612912rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfgZ8t3FZ3vT3Zryh7StsaOpzpJ9T5yu { width:5.625rem;height:1.21875rem;top:116.68381690979rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0xEycBbEwGW4uqokR54KK6UE77TwboI { width:5.625rem;height:1.21875rem;top:147.93381690979rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFT5gS1u9I4txOvBJaI5KHpCbgMcpG0w { width:5.625rem;height:1.21875rem;top:179.24729347229rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCMOoITaulPOxnXBkJVxFcA8dLz9J4hl { width:5.625rem;height:1.21875rem;top:210.43259620666rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmltEAfTRSrA03IgZ2489E5Ftp2it3Qt { width:5.625rem;height:1.21875rem;top:88.560037612912rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4gWNI0MbnARJKKGlZ9qk7UCBPIzW25B { width:5.625rem;height:1.21875rem;top:119.80881690979rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZdnIP5zUM6yN3UGTNNZZBdLPiURMOa4 { width:5.625rem;height:1.21875rem;top:151.05759620666rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E45XH73wKa2qWfzbeHFgvzbNfet9Znnw { width:5.625rem;height:1.21875rem;top:182.37229347229rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwPbR2kUn3QpWMpEqKVURfvXoauEHgTh { width:5.625rem;height:1.21875rem;top:213.55759620666rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5FwMTlDhbbmgH9TiAAZwBuU8xo2z98x { width:5.625rem;height:1.21875rem;top:91.685037612912rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEh852MHdlJ6svi9HhT70dqZHzioZDUB { width:5.625rem;height:1.21875rem;top:122.93381690979rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTU4CU6605SBNttNaXt8bDkWoev4zylZ { width:5.625rem;height:1.21875rem;top:154.18259620666rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0pVELidPlEtzrkqtJv4rBZ5PGt0OUCH { width:5.625rem;height:1.21875rem;top:185.43503761291rem;left:7.17529296875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Symok2AlG5IWbEO0sFg9nW1JtsII0Vg2 { width:5.625rem;height:1.21875rem;top:216.68259620666rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifdzg2qHa6hLXUxvPJUnxFKU7Cczmu1p { width:5.625rem;height:1.21875rem;top:94.810037612912rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGFBUN6ybhzHPTBDx40d5SkUl8m1ZZro { width:5.625rem;height:1.21875rem;top:126.05881690979rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfC5BbMRTwf8nvMwpdFdrfGqfeCxutVb { width:5.625rem;height:1.21875rem;top:157.30759620666rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5bCxmB3HuyAQAalDIS7QgqTHwJ0iGif { width:5.625rem;height:1.21875rem;top:188.56003761291rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D21M5rJ0AOQSXLK9tPWbAQVx0WP5KTQr { width:5.625rem;height:1.21875rem;top:219.80759620666rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxBm10ciVweZ19ya4VEl46g0DIBUTOL7 { width:5.625rem;height:1.21875rem;top:97.933816909787rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H93eXX3WryT73rfs0L34GGFoIWTLTpJM { width:5.625rem;height:1.21875rem;top:101.05881690979rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae2yDkKnfBHeKExk6Rd4rWsDOC96RayO { width:5.625rem;height:1.21875rem;top:129.18381690979rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIwob8DOwxmGH9U7Zeoq5hSKb07ZtUOK { width:5.625rem;height:1.21875rem;top:160.43381690979rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CunLz5qeTPc5tPd0ZO2h9G6oIClOPs7C { width:5.625rem;height:1.21875rem;top:222.93381690979rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frK2QNhFkDPW8VCoNlNLCSs0xhFqQVbb { width:5.625rem;height:1.21875rem;top:191.68625831604rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAETltPSMGJb1TVefCieUcXm304BXfZw { width:5.625rem;height:1.21875rem;top:132.30881690979rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8OTeDzGOas6n4pDQDNEXGoGST23VspZ { width:5.625rem;height:1.21875rem;top:163.55881690979rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V46FTseB7stPy4XntSHJ0AxNrvBuoaKw { width:5.625rem;height:1.21875rem;top:226.05881690979rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdlrIlkgJhxw3qfl3DpG6SCXfv5TZnlZ { width:5.625rem;height:1.21875rem;top:194.81125831604rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZs9OJHMhFNzSoPqnxITTqNKlDdsbWRr { width:5.625rem;height:5.625rem;top:44.169504165649rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwrJgzSM4iIx1IRLilNWTnFMTRTfphvT { width:5.625rem;height:5.625rem;top:51.200336456299rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE3o6icptLI7EnspspHTLiQGqNKsVZif { width:5.3125rem;height:0;top:15.312255859375rem;left:7.4072265625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOo9LmWIQSwxBnkbfkiCht6y5BiotTE7 { width:5.4375rem;height:0;top:30.404296875rem;left:7.2806825637819rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inoLtr5QHeLGTfPC2lKLsT7MVgLEu5bD { width:6.875rem;height:1.875rem;top:228.85544776916rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfQ6ayDL5OM6MZZ5NTFek8myZJn2UAmW { width:5.625rem;height:1.875rem;top:231.98044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4ZFNAFnRDRMt9CRZyi9ZtM3LLzMLgmb { width:5.625rem;height:1.875rem;top:235.10544776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weTKEBP18obQBiyURee9GHVR5Rgnbgwr { width:5.625rem;height:1.875rem;top:238.23044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4rrPmq55QvQSFTvgWFKoMN9391LmTGU { width:5.625rem;height:1.875rem;top:241.35544776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToezQDGgDLqy5FJ4c2PyiGETPSN5PFWH { width:5.625rem;height:1.875rem;top:247.60544776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLXsvTcvWgKXgxf0MTuF2WctW06QemAU { width:5.625rem;height:1.875rem;top:250.73044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkTEsxN7TRBtuL2VSCtrA5FekHta95ZL { width:5.625rem;height:1.875rem;top:244.48044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZsbLH6GQN3xmTlfqJlWXc9uPnG1XeWM { width:5.625rem;height:1.875rem;top:253.85544776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFCibLsKQmaA7PtwPTlpTvSfzLx4Hu6v { width:5.625rem;height:1.875rem;top:256.98044776916rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGPFhvT34SlUNJwVgbGMw1SyOrZ16kXJ { width:6.875rem;height:0;top:229.23142433166rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0cPzk25RcTBGD2Gmz8sCW0owtVB1ggz { width:5.625rem;height:0;top:232.35642433166rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ9747eEf6QIZJCupXHdCrcHD7ehJxI4 { width:5.625rem;height:0;top:235.48142433166rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqoXUGkSCaRpXEKaoSRln8CiEHRhZ4Jn { width:5.625rem;height:0;top:238.60642433166rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpHH9ynVDWvgoqeARqpt9FFxMtIukRbz { width:5.625rem;height:0;top:241.73142433166rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Q8nKsN4kUCEgUdz40Tozg1TlNDGVVB { width:5.625rem;height:0;top:244.85642433166rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmBwQyECmq7mSpLE3vxtN4bt2yhvQeT3 { width:5.625rem;height:0;top:247.98142433166rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ21SuSTsOmzMMygzMaGLxEpsNOLzdxl { width:5.625rem;height:0;top:251.10642433166rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHfzTTBikTLook5S6l8ACnFMoeTzq5SR { width:5.625rem;height:0;top:254.23142433166rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfB3iklCu7kKMzFeX6VhUy0fcyfmqaDp { width:5.625rem;height:0;top:257.35642433166rem;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:150.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0psDbfBk55BmTLlUMyL83NhSgZX2uvJ { width:18.75rem;height:6.0902rem;top:8.35rem;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.848725rem;top:1.25rem;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:116.9584625rem;top:15.69375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7T4GdLASuMnm8f78Mb732vnJ8vWCdMJ { width:19.0625rem;height:14.9946875rem;top:133.94375rem;left:0.4375rem;text-align:center;text-align-last:center;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.1375rem;left:0.625rem;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.45rem;left:1.75rem;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.5125rem;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:85.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKcb5CSB0hhfhdfcu9bWD4d0U4PKoRgR { width:15.5rem;height:4.722125rem;top:11.3rem;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.25rem;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.125rem;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:26.3125rem;top:45.375rem;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.14808125rem;top:6.9rem;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.7983rem;top:41.325rem;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:29.2rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #QTocxeNtdTLS54cm2IQ31IJ8lfVLy3pl { display:flex;width:2.3125rem;height:2.3125rem;top:37.7625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #wcSSJPAkmsK8nGWx9WsHbRC5lfiFhAq6 { width:8.25rem;height:3.998575rem;top:32.5125rem;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.2961875rem;top:17.275rem;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:24.825rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa0vkwiAZnOR7eNVtQKMhvTQkC6HDyE0 { width:20rem;height:4.49573125rem;top:80.125rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2d3aKGhB5MPooGixmrVxxzTH7ynhn09 { width:17.5rem;height:3.4375rem;top:75.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0geawDd2aMynQOM5HK3oJQhR6q1UGOR { display:block; }
 }