.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#vDn9eheDk6hl6iWpGPdnqTTVwH3yTwnl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5da;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#vDn9eheDk6hl6iWpGPdnqTTVwH3yTwnl > .row .container { background-color: transparent; background-image: none; }#vDn9eheDk6hl6iWpGPdnqTTVwH3yTwnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDn9eheDk6hl6iWpGPdnqTTVwH3yTwnl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDn9eheDk6hl6iWpGPdnqTTVwH3yTwnl > .row .container > .video-iframe-container { display: none; }#vDn9eheDk6hl6iWpGPdnqTTVwH3yTwnl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDn9eheDk6hl6iWpGPdnqTTVwH3yTwnl > .row > .video-iframe-container { display: none; }#vDn9eheDk6hl6iWpGPdnqTTVwH3yTwnl > .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); }#vDn9eheDk6hl6iWpGPdnqTTVwH3yTwnl > .row .container { border-width: 0; border-radius: 0; }#vDn9eheDk6hl6iWpGPdnqTTVwH3yTwnl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vDn9eheDk6hl6iWpGPdnqTTVwH3yTwnl > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#k5EU82bKtvCN3f0HTkN0397Vd4t95ZFb { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:10.125rem;top:0.59375rem;left:1.25rem;overflow:hidden;display:block; }
#S3mQDTxHzhmL1V57gt1L7iycbFrmqwiD { background-color:#e5e5da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:#000000;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.46875rem;left:18.96875rem;display:block; }
#wOns9KwkLpdtCWST4rVhDBZIXCBQzEEq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oXcksRpNhAQmTHnVfrMngfT0MvGUF7mC { background-color:#e5e5da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:#000000;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.46875rem;left:25.03125rem;display:block; }
#zmFDdTkyeVZT26JdupMOKfiPTXZFIdMb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kgrb2DbD1SPExU0S1nrdkGhrLl2K0DTw { background-color:#e5e5da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:#000000;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.46875rem;left:30.96875rem;display:block; }
#OCE07EVDUq94vOQXPElS8lm87z7u2brJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IxtwxacMZF2hxXmzH9T8VMHdiJFrmFei { background-color:#e5e5da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:#000000;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.46875rem;left:38.78125rem;display:block; }
#mb0Gv0U99kQ0bcP3ndDJU3kbUyqNnaTU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wipu7FfXDTOgA1SdN5LsasnXeerBmPw4 { background-color:#e5e5da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#f10000;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.46875rem;left:59.53125rem;display:block; }
#T5hFd4PC1qiTxVS5zkskEa5f6CihQrFP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GERTq9y4WyCuFTdtJ1Ze6xQxGHZHlZCz { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;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.375rem;width:3.4375rem;top:1.46875rem;left:69.78125rem;overflow:hidden;display:block; }
#msuMK3iRfGnKvOOZDyye9HC2hHdE5O2T { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.5rem;width:75rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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;font-size:0.875rem;font-family:arial;height:29rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#RyfU94IGqw83feO47LGDDpUsQkk9RLUI { position:absolute;display:block;z-index:15138;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:75rem;top:2.09375rem;left:0rem;overflow:hidden;display:block; }
#EnB6UpCy9l21Lbb3rWmM2xJu2TF7G11B { color:rgba(var(--color-tertiary-4),1);display:block;width:5.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.1298828125rem;left:0rem;height:3.41218125rem;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; }
#ZqPtn8LTJZ9IizwTnp72fUGNgxsTPhTg { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.5419921875rem;left:0rem;height:3.41218125rem;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; }
#z6MHckn4CvkUhGnAaHixt2kViNMJns52 { color:#ea0000;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.9541015625rem;left:0rem;height:3.41218125rem;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; }
#u3L8qb1KlmZB8sSualJLZobxDk64XrQq { color:rgba(var(--color-tertiary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.955078125rem;left:0rem;height:1.54369375rem;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; }
#t9lJn3vtMFJVN1biCTW6ctXuguUyUS3N { background-color:#e50000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:10.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.7373046875rem;left:0rem;display:block; }
#b7LNl5Z7hp2doiFdrzsXVB58D6nhOtr2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ch2n040RyG40F7lCnyJrTwzPvLRJcZLa { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15128;line-height:1.3;letter-spacing:0;top:8.125rem;left:28.75rem;height:1.29980625rem;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; }
#CoLbhS3lHQMqTpNmnef4F09zTFbQEDXc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15129;line-height:1.3;letter-spacing:0;top:9.5rem;left:28.75rem;height:1.29980625rem;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; }
#C8XQTLl7MTqGBg9sGzhl6Ei4h2TD2e5h { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:10.9375rem;left:28.75rem;height:1.29980625rem;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; }
#GMaQIPKqSvQu9kXy9PDsl2FCyH9WBe7a { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:10.9375rem;left:41.1875rem;height:1.29980625rem;display:block; }
#hidEXItUDwCXZKVypMVL36gNJsBptnZD { color:rgba(var(--color-tertiary-0),1);display:block;width:15.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:9.5rem;left:41.1875rem;height:1.29980625rem;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; }
#AdZkUUyKLTC3yfvbWpXt7Zr629UzRmKk { color:rgba(var(--color-tertiary-0),1);display:block;width:10.811625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:8.125rem;left:41.1875rem;height:1.29980625rem;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; }
#eOrdUvTTk4ZT4y6Ge4TPVA4cdqrK3A8S { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:12.3125rem;left:28.75rem;height:2.59838125rem;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; }
#xMaPPTulcsnsDlpB8BJeMyVPiy9WWJaM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:12.4375rem;left:41.1875rem;height:1.29980625rem;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; }
#RUDXVuhhEezk2945ZQ0yIAPkLq9mnvy8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:13.6875rem;left:41.1875rem;height:1.29980625rem;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; }
#aHTg1TFsKgsb9TCggiyvZkefH7INGMiX { color:rgba(var(--color-tertiary-0),1);display:block;width:14.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:14.8125rem;left:41.1875rem;height:1.29980625rem;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; }
#qt4aoORb7Ld76QTic9XGy2vfkCgm4TXK { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:15rem;left:28.75rem;height:2.59838125rem;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; }
#L4Cx6ZQnJcc0KwBEVdUXqOkeVPgoApWZ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:16.125rem;left:41.1875rem;height:1.29980625rem;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; }
#ZnmXkWmzsXZkGmUsUAhJSQqo4gZ7gpgV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:17.625rem;left:41.1875rem;height:1.29980625rem;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; }
#KXgrXEl1nzHN4A0iWNrROesSaF8KwxH1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:17.625rem;left:28.75rem;height:1.29980625rem;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; }
#a4z39wEnfpkfOFquWBuNC4nHzDzSGIN1 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15106;line-height:1.3;letter-spacing:0;top:19.0625rem;left:41.1875rem;height:1.29980625rem;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; }
#RKvfJ0JybENxP6W8IB6LUzmdZ5kPmCHv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:19rem;left:28.3125rem;height:1.29980625rem;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; }
#TNlwqZEWTFRxTXdXgyebiM0STTSir5fW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15135;line-height:1.3;letter-spacing:0;top:20.1875rem;left:28.3125rem;height:1.29980625rem;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; }
#hoZq0XpmplCZTZwyZKnEu4gnWMaWC36K { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:20.1875rem;left:58.625rem;height:1.29980625rem;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; }
#TFTr5XgFPRCmUB1p9mD8tfoWBLxqwomS { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:18.6875rem;left:58.625rem;height:1.29980625rem;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; }
#Pm0XH5AVkTQc1x5rEeyRb7esTQd4DEBs { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:20.4375rem;left:41.1875rem;height:1.29980625rem;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; }
#V433tJHqhwAZG9TrrV7S23CZE7oGxerp { color:rgba(var(--color-tertiary-0),1);display:block;width:15.686875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:17.4375rem;left:58.625rem;height:1.29980625rem;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; }
#KBhRXTKvkgzAbzC6LqMJ5OpEHa02TbgB { color:rgba(var(--color-tertiary-0),1);display:block;width:15.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15119;line-height:1.3;letter-spacing:0;top:16.125rem;left:58.625rem;height:1.29980625rem;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; }
#tSzoGwNhzhbDmWW1shFv7iqtLs4HlTg9 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:14.8125rem;left:58.625rem;height:1.29980625rem;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; }
#JD5iO2O21GId3aHw8PmldkvogL8mGmDJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:13.6875rem;left:58.625rem;height:1.29980625rem;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; }
#pO02TtN0Id0b0efbatHl3t7lyAPH1mKV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:12.4375rem;left:58.625rem;height:1.29980625rem;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; }
#N5a6ip58XA7NTUchN3DSO8Wf7M5QsQKI { color:rgba(var(--color-tertiary-0),1);display:block;width:16.436625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:10.9375rem;left:58.625rem;height:1.29980625rem;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; }
#xxLAhC5svh2Tdr1PJUBd1NMod9tM3IRT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:24rem;left:58.625rem;height:1.29980625rem;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; }
#moHSVTN6CgefN9LOqpfMlF7llZlTbT7B { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15126;line-height:1.3;letter-spacing:0;top:25.3125rem;left:58.625rem;height:1.29980625rem;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; }
#gA21h5N9hl3lBF9pIIipUxVl41qdWMZy { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:23.0625rem;left:58.625rem;height:1.29980625rem;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; }
#FfCcmETSCO4HTNsiL9dAXEGtnT1W7qI0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:21.75rem;left:58.625rem;height:1.29980625rem;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; }
#pythyNznqSh9CuuCfPEeV8RdCxs9JTyN { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:21.75rem;left:41.1875rem;height:1.29980625rem;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; }
#kpA7Qfi4M6BEmWy0415MJ3rFyBJJ3Qa8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:23rem;left:41.1875rem;height:1.29980625rem;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; }
#Vdk0xZqlexVy2tHbdsXKs4aSN7SFT9y5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:24rem;left:41.1875rem;height:1.29980625rem;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; }
#flaLg2ubRu65vPSNdBMZBMGeclrg3mMq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:25.25rem;left:41.1875rem;height:1.29980625rem;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; }
#T07aC5EvJQQ6zTVlpVud0T1vz8xFnuN2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15136;line-height:1.3;letter-spacing:0;top:21.75rem;left:28.3125rem;height:1.29980625rem;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; }
#stEbV36LzmNgb1MDe7rMqiaFiBQPJEfq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15137;line-height:1.3;letter-spacing:0;top:23.5rem;left:28.3125rem;height:1.29980625rem;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; }
#QWqrMisNg8h7zhmLdxanI8l0WTP933Qs { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:9.5rem;left:59.0625rem;height:1.29980625rem;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; }
#O4M8FWBUQzSW7yHXb7G60gdbyLs1F5NW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:8.125rem;left:59.0625rem;height:1.29980625rem;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; }
#bK68UmbS7X190GQUoOESnti86syyemsE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15127;line-height:1.3;letter-spacing:0;top:26.5625rem;left:58.625rem;height:1.29980625rem;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; }
#XDd6sM6nKP2IkeZMLf7t7n6mNf0a6Qav { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:26.5625rem;left:41.1875rem;height:1.29980625rem;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; }
#xBCcxNk5syKubOw4TByFNMyHiIK44WVL { position:relative;display:block; }#xBCcxNk5syKubOw4TByFNMyHiIK44WVL { background-color: transparent; background-image: none; }#xBCcxNk5syKubOw4TByFNMyHiIK44WVL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBCcxNk5syKubOw4TByFNMyHiIK44WVL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBCcxNk5syKubOw4TByFNMyHiIK44WVL > .row .container > .video-iframe-container { display: none; }#xBCcxNk5syKubOw4TByFNMyHiIK44WVL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBCcxNk5syKubOw4TByFNMyHiIK44WVL > .row > .video-iframe-container { display: none; }#xBCcxNk5syKubOw4TByFNMyHiIK44WVL > .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); }#xBCcxNk5syKubOw4TByFNMyHiIK44WVL { border-width: 0; border-radius: 0; }#xBCcxNk5syKubOw4TByFNMyHiIK44WVL > .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; }#xBCcxNk5syKubOw4TByFNMyHiIK44WVL > .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:12.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ePVBDy4XvaccEAk8u7mHq4bqNF076qQn { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#e80000;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.875rem;left:-0.03125rem;display:block; }
#FuTmDFpeGG1R0ziMzPBTOTbRbapZm4mD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A5RWRAzTTe70uJgJIztvHW9vO5fTcECe { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:4.22309375rem;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; }
#v239Te4f9nJKa7UIJMObGPUSylT8R9iN { color:rgba(var(--color-tertiary-4),1);display:block;width:67.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.4609375rem;left:0rem;height:1.137875rem;display:block; }
#SI6U5cH1hTGVE97IJwfeOVJHlU4Wqikp { position:relative;display:block; }#SI6U5cH1hTGVE97IJwfeOVJHlU4Wqikp { background-color: transparent; background-image: none; }#SI6U5cH1hTGVE97IJwfeOVJHlU4Wqikp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SI6U5cH1hTGVE97IJwfeOVJHlU4Wqikp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SI6U5cH1hTGVE97IJwfeOVJHlU4Wqikp > .row .container > .video-iframe-container { display: none; }#SI6U5cH1hTGVE97IJwfeOVJHlU4Wqikp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SI6U5cH1hTGVE97IJwfeOVJHlU4Wqikp > .row > .video-iframe-container { display: none; }#SI6U5cH1hTGVE97IJwfeOVJHlU4Wqikp > .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); }#SI6U5cH1hTGVE97IJwfeOVJHlU4Wqikp { border-width: 0; border-radius: 0; }#SI6U5cH1hTGVE97IJwfeOVJHlU4Wqikp > .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; }#SI6U5cH1hTGVE97IJwfeOVJHlU4Wqikp > .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:34.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cOowb41vkRB6dUirIJE65KnszJLMpm5O { box-sizing:content-box;height:32.1875rem;width:15.4375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:1rem;left:1.59375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#p8GHtUMki606DqN96RmpxqaTskuOqiFn { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5rem;left:2.6875rem;height:0.97511875rem;display:block; }
#hUJ734qghrFuZyeSE473VOFNWdMqu3Aa { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.974609375rem;left:2.6875rem;height:1.625rem;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; }
#OeBCvEVIq89L3i53k7RBN7Bf6ay85BB9 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.599609375rem;left:2.6875rem;height:0.97511875rem;display:block; }
#kHyb13IUTJ9yFaTvOfq2tSodVuAFgB5u { box-sizing:content-box;height:2.3125rem;width:15.4375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #f3f3f3, rgba(var(--color-tertiary-1),1));background-image: -moz-linear-gradient(178deg, #f3f3f3, rgba(var(--color-tertiary-1),1));background-image: -ms-linear-gradient(178deg, #f3f3f3, rgba(var(--color-tertiary-1),1));background-image: -o-linear-gradient(178deg, #f3f3f3, rgba(var(--color-tertiary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='rgba(var(--color-tertiary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='rgba(var(--color-tertiary-1),1)' );";background-image: linear-gradient(178deg, #f3f3f3, rgba(var(--color-tertiary-1),1));background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.25rem;left:1.625rem;display:block; }
#hvWENSzmpZdbKyhsxKMrUX6L2TzpWKTq { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.755859375rem;left:3.4375rem;height:1.29980625rem;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; }
#TpNZWfhuk0SA02WcG7mp6GEr0UAE8mUS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:15.3125rem;left:2.6875rem; }
#K7zrMhZfLok0eTUHV7MF9ZBBckEXDckW { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.619140625rem;left:6.5625rem;height:1.95023125rem;display:block; }
#Bt2lNV3bvx0zUH6t72NWPOAVMaSxI0WH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:17.875rem;left:2.6875rem; }
#Ow4bFnC1Su1WMWfSrvVsgsp3xseXev8c { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.55078125rem;left:6.5625rem;height:1.95023125rem;display:block; }
#W9MDEftTRDz3nSi1RxyUZoJXDXAmBLc8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:21.3125rem;left:2.6875rem; }
#REB1BcKTfxVCMA9KVbAqknB4TRdTkxvN { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.619140625rem;left:6.5625rem;height:1.95023125rem;display:block; }
#TEVFfzgp8TqIsknSFz0KilqxOBgQsT5Z { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:24.451171875rem;left:2.6875rem;overflow:hidden;display:block; }
#CitGGszAsd11Qm0E0BLlGHQbToLwcTGu { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.451171875rem;left:6.5625rem;height:2.92535rem;display:block; }
#AXoCOMuQJJRbQHllJIxRkAKiC7vor2lf { color:#ef0000;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.25rem;left:2.6875rem;height:0.97511875rem;display:block; }
#ANWTIE5CGMpT4nhxBzfgTpZFKQmKuZ3e { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:1.9375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:30.349609375rem;left:4.40625rem;display:block; }
#ZsJNaibEuqn0G6MGiKuNtPlMBVtg1878 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XGwIS3Q8PJ9AnniAyZF1Op9fGbMkEzGp { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:2.6875rem;height:1.29980625rem;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; }
#yKzQgou7eprrBi2qWoFy8UTeahW0KI5l { box-sizing:content-box;height:32.1875rem;width:15.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:1.125rem;left:20.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#JaMy377ZPp0uXsVsZuKgHbcfUDraA4ri { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:5.125rem;left:21.5rem;height:0.97511875rem;display:block; }
#QiV6UD9gezBdOFkWhdtRlzo9Bo4ewoDC { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.4375rem;left:21.5rem;height:1.29980625rem;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; }
#iFTkHe2hAGqTnRBGp1TOKMU3EBHHsDFn { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:6.125rem;left:21.5rem;height:1.625rem;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; }
#yiBbIvsl6tACIRT24BFKgLaCffqyrDN9 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:7.75rem;left:21.5rem;height:0.97511875rem;display:block; }
#QO6o78F1VhK7lMTKORnQr9eyK0IN8qFp { box-sizing:content-box;height:2.3125rem;width:15.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f3f3, rgba(var(--color-tertiary-1),1));background-image: -moz-linear-gradient(180deg, #f3f3f3, rgba(var(--color-tertiary-1),1));background-image: -ms-linear-gradient(180deg, #f3f3f3, rgba(var(--color-tertiary-1),1));background-image: -o-linear-gradient(180deg, #f3f3f3, rgba(var(--color-tertiary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='rgba(var(--color-tertiary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='rgba(var(--color-tertiary-1),1)' );";background-image: linear-gradient(180deg, #f3f3f3, rgba(var(--color-tertiary-1),1));background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.375rem;left:20.4375rem;display:block; }
#WKHSrwCC07zamwpTo3XwUA6TvTRQGEUv { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:10.875rem;left:22.25rem;height:1.29980625rem;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; }
#vXa3FUMga38A5niff9sCEFW6cdxELm3g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:13.25rem;left:21.5rem; }
#WncUTlqyz7Ms2IczUVqHW7HbhzAd2E0w { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.42578125rem;left:25.21875rem;height:1.95023125rem;display:block; }
#Nu7DJdMh4QyLFwdNOoNhaTf5CAUtrPXw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:15.9375rem;left:21.5rem; }
#oxxQJ8EI5mxoaewC2p4xsl2thefsXiQI { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:16.244140625rem;left:25.21875rem;height:1.95023125rem;display:block; }
#gRTPkp46uK2AWtvh9yqrOoKKeRtX6szd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:21.4375rem;left:21.5rem; }
#Jz0o8Ny4AQN48fhTM9UUp8wkANylKI4k { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:21.75rem;left:25.375rem;height:1.95023125rem;display:block; }
#hnzOqoMPNEUuT81cg4LoOZ0EIoBBQNsF { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:24.5625rem;left:21.5rem;overflow:hidden;display:block; }
#KifC6pqFqqVCaNRtPgH4dXQCnl8dLtJQ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:24.5625rem;left:25.375rem;height:2.92535rem;display:block; }
#z0imbwSxN67Z8MuFBBDzpz4Eex2PfAeN { color:#ef0000;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:28.375rem;left:21.5rem;height:0.97511875rem;display:block; }
#g4miU2ekR2nKTbuEGnDGGgeTxS2th9OH { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:1.9375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:30.5rem;left:23.1875rem;display:block; }
#PhhD7rzl3FFPGgsr2siTmpTtm8LzEfLQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pc5mpRhmSDZxrvI6TQEyPIyDebsfKxge { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:18.55078125rem;left:21.5rem;overflow:hidden;display:block; }
#yHnVbEKcdTdBezDtNP6VmE5kwQGOI9Xx { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:19.5244140625rem;left:25.21875rem;height:0.97511875rem;display:block; }
#rEwiXzN276g3iOOMyCKBO29AvDso12c6 { position:relative;display:block; }#rEwiXzN276g3iOOMyCKBO29AvDso12c6 { background-color: transparent; background-image: none; }#rEwiXzN276g3iOOMyCKBO29AvDso12c6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEwiXzN276g3iOOMyCKBO29AvDso12c6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEwiXzN276g3iOOMyCKBO29AvDso12c6 > .row .container > .video-iframe-container { display: none; }#rEwiXzN276g3iOOMyCKBO29AvDso12c6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEwiXzN276g3iOOMyCKBO29AvDso12c6 > .row > .video-iframe-container { display: none; }#rEwiXzN276g3iOOMyCKBO29AvDso12c6 > .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); }#rEwiXzN276g3iOOMyCKBO29AvDso12c6 { border-width: 0; border-radius: 0; }#rEwiXzN276g3iOOMyCKBO29AvDso12c6 > .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; }#rEwiXzN276g3iOOMyCKBO29AvDso12c6 > .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:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ypioMcinEfCozXS2IlOMgWvLRds3Eiem { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#e80000;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:5.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.875rem;left:-0.03125rem;display:block; }
#UPHwZuDkTxWsNVLekLzLVdTzO7nCV6no { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wt7ELAzUbHFk06xTGSsDuUDbBQLWH6I6 { position:relative;display:block; }#wt7ELAzUbHFk06xTGSsDuUDbBQLWH6I6 { background-color: transparent; background-image: none; }#wt7ELAzUbHFk06xTGSsDuUDbBQLWH6I6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt7ELAzUbHFk06xTGSsDuUDbBQLWH6I6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt7ELAzUbHFk06xTGSsDuUDbBQLWH6I6 > .row .container > .video-iframe-container { display: none; }#wt7ELAzUbHFk06xTGSsDuUDbBQLWH6I6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt7ELAzUbHFk06xTGSsDuUDbBQLWH6I6 > .row > .video-iframe-container { display: none; }#wt7ELAzUbHFk06xTGSsDuUDbBQLWH6I6 > .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); }#wt7ELAzUbHFk06xTGSsDuUDbBQLWH6I6 { border-width: 0; border-radius: 0; }#wt7ELAzUbHFk06xTGSsDuUDbBQLWH6I6 > .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; }#wt7ELAzUbHFk06xTGSsDuUDbBQLWH6I6 > .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:38.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xP5lgmPqUzdbAVwJzhHsOM0fuuUl3Zk1 { background-color:#ed0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.875rem;height:1.375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:0.3125rem;left:1.8125rem;display:block; }
#NDTFuimUvTKpC8huSR27GclvvEVXmKBV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DTE7V9rTpDwemS8rAnUFTw36CiT75D6U { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.875rem;left:1.8125rem;height:1.137875rem;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; }
#ETcK5M2F7ZOmhPHmKWnBcOLeBG9rNuQf { color:rgba(var(--color-tertiary-4),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:4.5rem;left:1.8125rem;height:2.110825rem;display:block; }
#V0WlSqft9sQlzwGzALh8sbssVToB8s4p { box-sizing:content-box;height:0.5rem;width:15rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.796875rem;left:1.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#MdEXUCmnMik2yMJO8ThoPzyf7FL4oAdc { box-sizing:content-box;height:0.5rem;width:14.75rem;position:absolute;display:block;z-index:15033;background-color:#ea0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.796875rem;left:1.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#pAE2GREh0IUXGyTptie1QTqLPzD9mEwF { box-sizing:content-box;height:0.5rem;width:9.875rem;position:absolute;display:block;z-index:15034;background-color:#434343;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.796875rem;left:1.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#hRmVQg2s0Z13zcnOqWPQPam1ABIqfmHA { color:#fb0000;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:7.546875rem;left:1.8125rem;height:0.8125rem;display:block; }
#Q6RRZxuVuQzWF2toHGOxKDcvOHR564Tg { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:9.5rem;left:1.8125rem;height:1.95023125rem;display:block; }
#TgnevHHUrXRP7XBmlzXvFiMWP2kLWley { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:12.0625rem;left:1.8125rem;overflow:hidden;display:block; }
#nxMIwixaTXTswFHF21cxOzuuSKOiGAai { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:12.0625rem;left:4.625rem;overflow:hidden;display:block; }
#pdTSlg8eo3xDML6UnuFSuTAHy35DZCD4 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:15.1875rem;left:1.8125rem;height:0.97511875rem;display:block; }
#QNHKPSGzgNgzcPgkLbpKQ1GH3KStO86v { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:16.875rem;left:1.8125rem;overflow:hidden;display:block; }
#UKNCB0D1tLskmZwSZpAbG3pPbAzfQe2N { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:16.875rem;left:4.3125rem;overflow:hidden;display:block; }
#gcyDxTyHVoONfQqNAMhr44SdklTXBk5b { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:16.875rem;left:7rem;overflow:hidden;display:block; }
#arDp7RMXmvC7ilOd0xoHTs9mqEaWPlC4 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:16.875rem;left:9.625rem;overflow:hidden;display:block; }
#dRVHDTGg86VMTDfTlc2Et2FgQnuEZNR7 { box-sizing:content-box;height:6.25rem;width:17.25rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(128deg, #ef0000, #ff9090);background-image: -moz-linear-gradient(128deg, #ef0000, #ff9090);background-image: -ms-linear-gradient(128deg, #ef0000, #ff9090);background-image: -o-linear-gradient(128deg, #ef0000, #ff9090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef0000', endColorstr='#ff9090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef0000', endColorstr='#ff9090' );";background-image: linear-gradient(128deg, #ef0000, #ff9090);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.1875rem;left:0.75rem;display:block; }
#v28EorRlZqAo253NTPahBpWV2HclOdIu { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:20.75rem;left:1.6875rem;height:0.97511875rem;display:block; }
#ZWhnzGO6N1UKNt0cXITIRJ6fFIQqMfJo { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:22rem;left:3.0625rem;height:0.97511875rem;display:block; }
#TWmEb3gFzPsfobRXlRasGZtXQ4z5UNFy { 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:15042;opacity:1;top:22rem;left:1.6875rem; }
#ApgaXDwvff2FgAvAgbUgOE2QQb9bI6Cw { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:23.125rem;left:3.0625rem;height:0.97511875rem;display:block; }
#aqiWtrlCllJyLr6QHBwC6dxLWk9l70VT { 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:15043;opacity:1;top:23.25rem;left:1.6875rem; }
#i2gEilg6ctymISETCuyUcNTEJIHRCfhF { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:24.4375rem;left:3.0625rem;height:0.97511875rem;display:block; }
#nnvm6SuWVQ7MuhHRJPg7tzC26AtFOycm { 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:15044;opacity:1;top:24.5rem;left:1.6875rem; }
#m88NOc2eerlEGMXCgixODVgXF51vGkc8 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:27.8125rem;left:1.8125rem;height:0.97511875rem;display:block; }
#uMTasolPt3Wt3vFzezmklBVvxv3CgoOV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:28.75rem;left:1.8125rem;height:1.78746875rem;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; }
#DtgRs9aFutTJR9aSmOE78OlIq89PN2VD { background-color:#ed0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:1.5rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:30.6875rem;left:1.8125rem;display:block; }
#QK49iOOuLHVmEqKbiq2C7aeuwm5Z6xV1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eb77LFJh7t5QAVcAnvziEveuFoN4huis { color:rgba(var(--color-tertiary-4),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:30.9375rem;left:9.25rem;height:1.137875rem;display:block; }
#WhN5n06JwNxREqTXNr2Enm4JZaI5e9wd { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:32.5rem;left:1.8125rem;height:0.97511875rem;display:block; }
#zN4f1dLfxxtcbAZTqnhEfCACQsMTF8SZ { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:34.162109375rem;left:4.25rem;display:block; }
#GrmRPC9XIqVmkTIlyQnM11R95XVmbyuV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IFxvTQONW5kffwZpXoC5IO2FeXLMw00G { box-sizing:content-box;height:36.5rem;width:17.25rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:1.0625rem;left:0.6875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#TJgiVsADmMAmXeRePLiG46vD76RhRVC3 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:3.021484375rem;left:20.8125rem;height:1.21875rem;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; }
#cMEd49RQwkSXrJPDnMoH9PkRLBmi3BpM { color:rgba(var(--color-tertiary-4),1);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:4.4990234375rem;left:20.8125rem;height:2.110825rem;display:block; }
#Rn3Z0T19cvcAdqDMtW1CZhws1c6HHHOm { box-sizing:content-box;height:0.5rem;width:14.625rem;position:absolute;display:block;z-index:15063;background-color:#ea0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.796875rem;left:20.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#U5xM1rZnDxpkTT6dSr4KXOsx5qxROkDV { box-sizing:content-box;height:0.5rem;width:13.9375rem;position:absolute;display:block;z-index:15064;background-color:#434343;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.796875rem;left:20.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#y2lqzH9U9eIdv1Er1WVarVAyOQmytc3O { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:9.5rem;left:20.8125rem;height:1.95023125rem;display:block; }
#WdT6NCksMmhaDK3AZTPOf6XuTwLSp55J { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:12.0625rem;left:20.8125rem;overflow:hidden;display:block; }
#KzNvyhkQbUDp94ubDnoR8khJiTxKZ4U2 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:15.1875rem;left:20.8125rem;height:0.97511875rem;display:block; }
#i9v9yxapTArMpOw9qPgpJTQrgrEU3mD4 { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:16.875rem;left:20.8125rem;overflow:hidden;display:block; }
#lKxVFm8er8rC0vslHLEFcbxeteC2N8Xc { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:16.875rem;left:24.125rem;overflow:hidden;display:block; }
#xRdvEM7kSyBFfi5UdHCosidEdQbFdc6C { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:27.8125rem;left:20.8125rem;height:0.97511875rem;display:block; }
#CtFTwOhSw0lW12ypa3721eOTXxgrVuHy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:28.75rem;left:20.8125rem;height:1.78746875rem;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; }
#nPB1NDE7yK9Gh3rfdOlEtAOOSWc04PaV { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:30.6875rem;left:20.8125rem;height:0.97511875rem;display:block; }
#u22rfTRRyJRdbNG6ULSfkbuAC8idtISG { box-sizing:content-box;height:36.25rem;width:17.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:1.125rem;left:19.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#T11LOmTzE41Qs3cAVZh2HIC2f4RFAhob { background-color:#ed0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.875rem;height:1.375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:0.4375rem;left:20.625rem;display:block; }
#hZcrpDphBdzRRnTUtXP7JX4zuCAvJUe1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HfG23Zwmr9kUPNdmXyxVRpGm2MUVo2Wv { box-sizing:content-box;height:36.125rem;width:17.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:1.25rem;left:38.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#onk3iSkrCUsfhxmaJrIUWNOqwfq65O3E { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:3.125rem;left:39.5rem;height:1.21875rem;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; }
#NTUQ5A3ylVGbZX2lnMAOzfPKtLTExMFi { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:4.625rem;left:39.5rem;height:2.110825rem;display:block; }
#onH2H2fzI5PDPCpvGMuQwCFTAFXtTXa0 { box-sizing:content-box;height:0.5rem;width:14.625rem;position:absolute;display:block;z-index:15081;background-color:#ea0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:39.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#nnZWTHKEfeOErQsW1Pra3OI8rTs1b50c { box-sizing:content-box;height:0.5rem;width:3.625rem;position:absolute;display:block;z-index:15082;background-color:#434343;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:39.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ows5qLsSOgi0UDDPprE5wrQocm9vVdUl { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:9.625rem;left:39.5rem;height:1.95023125rem;display:block; }
#vBvQeCqwts66rL1V2eEK9e48G61FpJC7 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:15.3125rem;left:39.5rem;height:0.97511875rem;display:block; }
#vX5NyNCaVUHFQgDUVKQkTRxiQ6t9ThcI { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:16.875rem;left:39.4375rem;overflow:hidden;display:block; }
#l6F6Q1wyKL3e4EEq2rHT0SVXWEyATfDH { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:27.8125rem;left:39.5rem;height:0.97511875rem;display:block; }
#irtfn0EGslHChnkZQfEJoh6mrOHBkNl3 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:28.75rem;left:39.5rem;height:1.78746875rem;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; }
#zIdJ00wF6sUa2D55r44LmFWhffgQnTN7 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:30.6875rem;left:39.5rem;height:0.97511875rem;display:block; }
#FTpZWcaIAZzPzWmiaAZiE7ASW8FCBmrz { box-sizing:content-box;height:36.1875rem;width:17.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:1.25rem;left:56.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#MC3AM5AWhRATRkhxbvxc2VouGXpMGJqV { color:rgba(var(--color-tertiary-4),1);display:block;width:5.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:3.125rem;left:58.25rem;height:1.21875rem;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; }
#SV9g6FJxLvUCIalPTK9NWgBNJ8z9qhiB { color:rgba(var(--color-tertiary-4),1);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:4.625rem;left:58.25rem;height:2.110825rem;display:block; }
#Gothf4Eknmo0i5bxvi2u6WpfzGEuGApE { box-sizing:content-box;height:0.5rem;width:14.625rem;position:absolute;display:block;z-index:15081;background-color:#ea0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:58.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Am1IUsRwQWFBGevvvOW2an7wWN59rcLH { box-sizing:content-box;height:0.5rem;width:13.9375rem;position:absolute;display:block;z-index:15082;background-color:#434343;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:58.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#nb6XOGiCPyMXE4IXm87nTd21Nv6DZfbD { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:9.625rem;left:58.25rem;height:1.95023125rem;display:block; }
#VwdcaUGVtcReqcJTbDmcx5PhiKmgtchd { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:12rem;left:58.1875rem;overflow:hidden;display:block; }
#t6Trz6ImMaPFuAVcEZRbWohShfcSLqh5 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:15.3125rem;left:58.25rem;height:0.97511875rem;display:block; }
#QhbcFxXxSdhXGsTtXeOQTlTDgcN2aaOJ { position:absolute;display:block;z-index:15060;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:17rem;left:58.25rem;overflow:hidden;display:block; }
#ctRJ8toBJthGJQcPBxyrDH2cGTbN0A2d { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:17rem;left:61.0625rem;overflow:hidden;display:block; }
#c2x8lpS5GZkNIq8idnvTl2VqTa7N24aH { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:27.8125rem;left:58.25rem;height:0.97511875rem;display:block; }
#Xrfl7xe3wJ1r5Q52Ukh6WREJO5g9RnIv { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:28.75rem;left:58.25rem;height:1.78746875rem;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; }
#HAXFOM54LeunTCfKeiCXuu0VErISAr4z { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:30.6875rem;left:58.25rem;height:0.97511875rem;display:block; }
#WK08ImgsimL7R5NG1xZTaBwX69GbHKLm { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:12rem;left:60.875rem;overflow:hidden;display:block; }
#bAg6b9GDM7Axy7JrukeU5XU3fUFlaNtZ { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:12rem;left:63.625rem;overflow:hidden;display:block; }
#ip9DxZeg1zLkwHtx4c5cAClkhf1TJHfd { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:12rem;left:66.375rem;overflow:hidden;display:block; }
#HKWQwHbAIrmVp9aE6qCHWGWxKCNWggeJ { position:absolute;display:block;z-index:15062;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:17.0625rem;left:63.8125rem;overflow:hidden;display:block; }
#RKdoEDgRmPzr3RkJWKkBfLAHTAxzJURI { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:34.162109375rem;left:22.90625rem;display:block; }
#vJhmZw7XZ4rTFP5zIsDcab85kMtlPhWM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aKPhhHmsBXTViJD5q2zJnITGRQqhVsUZ { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:34.162109375rem;left:42rem;display:block; }
#SKNRBAdlHARKbGSWRxHqVKu0GhqBiP9g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EgbVr3iMzPaf7TXzG7Aq8BpQeKoD64U1 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:34.162109375rem;left:60.34375rem;display:block; }
#zdxB3oA8IQVH8VKBT1dmpPT2abGEFPMw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OynOt0BVcCX3ll0IxoQUgq1Sshlf9Afk { position:relative;display:block; }#OynOt0BVcCX3ll0IxoQUgq1Sshlf9Afk { background-color: transparent; background-image: none; }#OynOt0BVcCX3ll0IxoQUgq1Sshlf9Afk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OynOt0BVcCX3ll0IxoQUgq1Sshlf9Afk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OynOt0BVcCX3ll0IxoQUgq1Sshlf9Afk > .row .container > .video-iframe-container { display: none; }#OynOt0BVcCX3ll0IxoQUgq1Sshlf9Afk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OynOt0BVcCX3ll0IxoQUgq1Sshlf9Afk > .row > .video-iframe-container { display: none; }#OynOt0BVcCX3ll0IxoQUgq1Sshlf9Afk > .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); }#OynOt0BVcCX3ll0IxoQUgq1Sshlf9Afk { border-width: 0; border-radius: 0; }#OynOt0BVcCX3ll0IxoQUgq1Sshlf9Afk > .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; }#OynOt0BVcCX3ll0IxoQUgq1Sshlf9Afk > .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:36.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SwmxhgCd1QJMBRBShmFtGEZOZqlTozfT { color:rgba(var(--color-tertiary-4),1);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:4.625rem;left:2rem;height:2.110825rem;display:block; }
#iPa8fdqbSQ29kdubM05SyfSwr4y1gRdz { box-sizing:content-box;height:0.5rem;width:14.625rem;position:absolute;display:block;z-index:15102;background-color:#ea0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:2rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#RZ7QibLlDaQVS3Nesf3xruK4GvzUrlks { box-sizing:content-box;height:0.5rem;width:13.9375rem;position:absolute;display:block;z-index:15103;background-color:#434343;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:2rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#svmnF9xibhnb95vW8wQhy8aU3uqJxGFv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:9.625rem;left:2rem;height:1.95023125rem;display:block; }
#TpKSfMhkcVDxEhTz3vf8SHhHuIqotHad { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:12rem;left:1.9375rem;overflow:hidden;display:block; }
#ysn4WpKDa6oJQdWa6NtndIQZ3WZD7DeK { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:12rem;left:4.625rem;overflow:hidden;display:block; }
#xWKxe2G6GpCzyLOcOJCz4NFBaGGQw0cO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15106;line-height:1.3;letter-spacing:0;top:15.3125rem;left:2rem;height:0.97511875rem;display:block; }
#C8Irtv5EqHLuTJnzE0ZOikXXVfZdh76a { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:17rem;left:2rem;overflow:hidden;display:block; }
#HOiuMsDIp0yoKRfDioUxOrVnI2yVNBoK { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:17rem;left:4.8125rem;overflow:hidden;display:block; }
#rR7y265tqVOUoFlEBDzDUrbzxiIb8yAh { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:12rem;left:7.375rem;overflow:hidden;display:block; }
#bmAKDIsJLiyG3bGhLqZ5bFrcSTi1xZQC { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:17.0625rem;left:7.5625rem;overflow:hidden;display:block; }
#MJEc8mXBuZfifINssoeisgMQKyR45dvC { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:12rem;left:10.125rem;overflow:hidden;display:block; }
#pHKfruvOFiTNA84hQPmIGiRtz6SO8lKm { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:27.25rem;left:2rem;height:0.97511875rem;display:block; }
#xhqB49ODlc51WUKX4f3VM8hge3nehIr9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:28.1875rem;left:2rem;height:1.78746875rem;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; }
#gqokJvvedHmspJRtuZ68fbFK4iX43yBp { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:30.125rem;left:2rem;height:0.97511875rem;display:block; }
#I2XhmobghTyme24GTsMQTE74nNH6k5E8 { box-sizing:content-box;height:34.375rem;width:17.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:1.25rem;left:0.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#eiC3oGOJE5XmnUMPwZvSHtnvaagBbonL { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:3.125rem;left:2rem;height:1.21875rem;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; }
#DxDKveXZESo4M4FtLAz783JSbXQUJH13 { position:absolute;display:block;z-index:15084;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:17rem;left:10.3125rem;overflow:hidden;display:block; }
#oW0tpFyetNC8ODFlDo42ocC26ixIc2Tc { position:absolute;display:block;z-index:15085;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:17rem;left:13.125rem;overflow:hidden;display:block; }
#XEWuZbQVXhcoIvGW8zJoK7dW9F3MLI9s { position:absolute;display:block;z-index:15086;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:19.875rem;left:2rem;overflow:hidden;display:block; }
#y0cfcbHzmPHmZz80Ry0ganZytSyxuRlM { box-sizing:content-box;height:34.375rem;width:17.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:1.1875rem;left:19.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#S0HCICarSp8IFveWOZIZHBK3lAeSNdlO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:3.0625rem;left:20.8125rem;height:1.21875rem;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; }
#mWp6SJPmVry85hVP0R10pC4gJTWaKPeS { color:rgba(var(--color-tertiary-4),1);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:4.5625rem;left:20.8125rem;height:2.110825rem;display:block; }
#coSDvf2ETvluAgqERW2k6HxvrcpsIyUZ { box-sizing:content-box;height:0.5rem;width:14.625rem;position:absolute;display:block;z-index:15126;background-color:#ea0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:20.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#lkNb4Mm602wKHkcaDUddU5Lt7qMDyI9G { box-sizing:content-box;height:0.5rem;width:13.9375rem;position:absolute;display:block;z-index:15127;background-color:#434343;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:20.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#b6ucGel00BNL96qa13IZiBiOQIS2wqEJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15129;line-height:1.3;letter-spacing:0;top:9.5625rem;left:20.8125rem;height:1.95023125rem;display:block; }
#JUCJHuDTZZxiK3aowuv1tNQ3RxNF3vq6 { position:absolute;display:block;z-index:15103;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:11.9375rem;left:20.75rem;overflow:hidden;display:block; }
#HT2ll66yQzkt9ETESSR5Io9HzXlauit6 { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:11.9375rem;left:23.4375rem;overflow:hidden;display:block; }
#qM5wlF3LoFFd3237mAgv6ZMBTSDsHXUG { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:11.9375rem;left:26.1875rem;overflow:hidden;display:block; }
#o2TvL1PP38BHKHp9eZ8GIcEVU7h4B1Cg { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:15.25rem;left:20.8125rem;height:0.97511875rem;display:block; }
#wIDzzo7Nc8CO9JHKSqPfXZ61BdPCtXgo { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:11.9375rem;left:28.9375rem;overflow:hidden;display:block; }
#nmfDt5dMMxG621OOW4FZ03upFFed8Psh { position:absolute;display:block;z-index:15105;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:16.9375rem;left:20.8125rem;overflow:hidden;display:block; }
#QZ88o6T2f3RaSM48XiPCc6cerWwum2Td { position:absolute;display:block;z-index:15106;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:16.9375rem;left:23.625rem;overflow:hidden;display:block; }
#ShWiIC8mt30TxHotHTbkMybozZDOqsHk { position:absolute;display:block;z-index:15107;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:17rem;left:26.375rem;overflow:hidden;display:block; }
#iA0TUTlnoIGPpEWMR0hX046UrPGcE2ml { position:absolute;display:block;z-index:15108;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:16.9375rem;left:29.125rem;overflow:hidden;display:block; }
#pDidOmiOZf3Sw4LcUn23XwuqZdIu66c0 { position:absolute;display:block;z-index:15109;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:16.9375rem;left:31.9375rem;overflow:hidden;display:block; }
#Hop0t6UuONmZHq9h4zwEChmTMVk9yWPv { position:absolute;display:block;z-index:15110;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:19.8125rem;left:20.8125rem;overflow:hidden;display:block; }
#R8LOTxqROa8cgcEpi15DIOQ65M4oRQli { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:27.25rem;left:20.8125rem;height:0.97511875rem;display:block; }
#v5lzE0UTR9s1TTfV02tPepp20yqeGhAR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:28.1875rem;left:20.8125rem;height:1.78746875rem;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; }
#mpT48Gb7b9eGkNa9JUh4Dzgk7XCIJg4v { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:30.125rem;left:20.8125rem;height:0.97511875rem;display:block; }
#SelukNagWn5KpszN3GugOPe4Em5byyvr { box-sizing:content-box;height:34.4375rem;width:17.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:1.1875rem;left:38.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#iZ9NudENP1o4K9aiViF1x0pGxazPaeTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:3.0625rem;left:39.625rem;height:1.21875rem;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; }
#cOkvFsVPgig2x4C9qHsXNOtb3ZI4SuzF { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15148;line-height:1.3;letter-spacing:0;top:4.5625rem;left:39.625rem;height:2.110825rem;display:block; }
#mbM03r6MBvk8JUNaJbkCB7puWktUCJhT { box-sizing:content-box;height:0.5rem;width:14.625rem;position:absolute;display:block;z-index:15150;background-color:#c7c7c7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:39.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#nu0SDCk6PZWUScbvaB7PftgdVQu4vcwN { box-sizing:content-box;height:0.5rem;width:7.1875rem;position:absolute;display:block;z-index:15151;background-color:#434343;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:39.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#GaxzL7S2iETwwCZ3tsgpp2FDQ7z9Mgzx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15153;line-height:1.3;letter-spacing:0;top:9.5625rem;left:39.625rem;height:1.95023125rem;display:block; }
#RTPzzwIWsDoKnQ18EoEaacHgKrAqhXRR { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:11.9375rem;left:39.5625rem;overflow:hidden;display:block; }
#m8vxXLDIyPCF3QZ2LWZ4sPcupUuHIqtv { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:11.9375rem;left:42.25rem;overflow:hidden;display:block; }
#Ji2GQ5HgcCbqzpgRxNa76chLqABk41p5 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15154;line-height:1.3;letter-spacing:0;top:15.25rem;left:39.625rem;height:0.97511875rem;display:block; }
#BOBHJaD9XzhJzc97sylQ7LprL9Hg2agN { position:absolute;display:block;z-index:15129;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:16.9375rem;left:39.625rem;overflow:hidden;display:block; }
#xELCymF53apdTFODlNQVQMi7Hofdc9W4 { position:absolute;display:block;z-index:15130;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:16.9375rem;left:42.4375rem;overflow:hidden;display:block; }
#T5TuCFfNlHLOBDVzQtptswVC5m4kEc2g { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:16.9375rem;left:47.9375rem;overflow:hidden;display:block; }
#lPcnnX5aTvLUV1Om7lzkuEdPZ7TEOsdP { position:absolute;display:block;z-index:15134;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:17rem;left:45.25rem;overflow:hidden;display:block; }
#eQqaLCUXUS5IgJWhH8Gb46GmCwGEmCLs { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15119;line-height:1.3;letter-spacing:0;top:27.25rem;left:39.5625rem;height:0.97511875rem;display:block; }
#zLBicPatzTKsT0qoqPvNzZBRXeXJKBFM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:28.1875rem;left:39.5625rem;height:1.78746875rem;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; }
#JfkazukiSqtOpVOsROSiHERRLIGh2hCF { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:30.125rem;left:39.5625rem;height:0.97511875rem;display:block; }
#FBXiaPpIVg2W9tN51x846t0ITQ0LbHuC { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:27.25rem;left:58.1875rem;height:0.97511875rem;display:block; }
#o3r7NBkBAhFIpvgg5CWUST4OVcPTp5rz { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:28.1875rem;left:58.1875rem;height:1.78746875rem;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; }
#gLzx95TzbBsWBV8TF4MTb4gkkWLpkoM2 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:30.125rem;left:58.1875rem;height:0.97511875rem;display:block; }
#VM4H6FzG57O23hUml8txk0mOJ1adgWMq { box-sizing:content-box;height:34.5rem;width:17.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:1.1875rem;left:56.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#P0hbyhorqQHhcVT5gSTxGTv7SWiXs0z4 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:3.0625rem;left:58.25rem;height:1.21875rem;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; }
#x1SPlCwca12haWDAEDPhK15gDXOPtxzg { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:4.5625rem;left:58.25rem;height:2.110825rem;display:block; }
#fLq4Tcgrqr4g89KlW6DR1O6keL9xX5ar { box-sizing:content-box;height:0.5rem;width:14.625rem;position:absolute;display:block;z-index:15096;background-color:#c8c8c8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:58.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Id7FvSW0pvgdWyElEr9OAvWOsLgoRm71 { box-sizing:content-box;height:0.5rem;width:3.75rem;position:absolute;display:block;z-index:15097;background-color:#434343;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:58.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#wLwVnRXEKIhDtygflgBDTe0oXoRFXf0P { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:9.5625rem;left:58.25rem;height:1.95023125rem;display:block; }
#f7pIngMxzVQ7tnGKTpHIdynBVPaa31Qg { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:15.25rem;left:58.25rem;height:0.97511875rem;display:block; }
#fDwGeQp2ySgoTKbs74x90c5OMNEZLS77 { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:16.8125rem;left:58.1875rem;overflow:hidden;display:block; }
#bxGvSwSFKxqCsF8aQiTr3TMIUhgpeldk { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32.5185546875rem;left:4.5rem;display:block; }
#VpZApNVT9bk63XKdBnWfXPSV3LwPEByA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XZmigLg5DVRrTa68ENIMiEMTvuDitdDH { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:32.5185546875rem;left:23.25rem;display:block; }
#VHctOlt2lOMNVMJ3S5DOTwlDZndAh0RJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wL3AQEPmfchfJChoZZq7EJ3I32U2DTV6 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:32.5185546875rem;left:42rem;display:block; }
#KQxIL1XFWJTo3gqAQL2T3vbcCHXPRsFg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ldp3xgtXD8iBz1LJCQUg0u7AohJrKrq4 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:32.5185546875rem;left:60.75rem;display:block; }
#nGtQPvTXo1IOSxlPeTKx5VA0Us8Bqgla { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xmMENyOQWmSduHCuyDDUsEnlrr55BNZm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f1;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; }#xmMENyOQWmSduHCuyDDUsEnlrr55BNZm > .row .container { background-color: transparent; background-image: none; }#xmMENyOQWmSduHCuyDDUsEnlrr55BNZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmMENyOQWmSduHCuyDDUsEnlrr55BNZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmMENyOQWmSduHCuyDDUsEnlrr55BNZm > .row .container > .video-iframe-container { display: none; }#xmMENyOQWmSduHCuyDDUsEnlrr55BNZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmMENyOQWmSduHCuyDDUsEnlrr55BNZm > .row > .video-iframe-container { display: none; }#xmMENyOQWmSduHCuyDDUsEnlrr55BNZm > .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); }#xmMENyOQWmSduHCuyDDUsEnlrr55BNZm > .row .container { border-width: 0; border-radius: 0; }#xmMENyOQWmSduHCuyDDUsEnlrr55BNZm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xmMENyOQWmSduHCuyDDUsEnlrr55BNZm > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:block; }#b7dTdL8oNKSBtthCdorUqG19KFc54AZK { color:rgba(var(--color-tertiary-2),1);display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.96875rem;left:1.65625rem;height:4.0625rem;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; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-form-header {  }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;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; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:17.5rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;box-shadow: none; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .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; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-input-button { 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:#e80000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.0625rem;overflow:hidden;font-style:normal; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .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; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-container:first-of-type{padding-top:0;}#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-container:last-of-type{padding-bottom:0;}#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5  { background-color:#e5e5da;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15001;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem -0.3125rem 0.6875rem rgba(0,0,0,0.2) ;position:absolute;top:5.4375rem;left:46.906252384186rem; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);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; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 {display:block;}#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 { background-color:#e5e5da;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15001;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem -0.3125rem 0.6875rem rgba(0,0,0,0.2) ;position:absolute;top:5.4375rem;left:46.906252384186rem; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #Mn58nP65swcHwgkLUJCzB2weGTX49qB2 { position:relative; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #nGRiG7ipyaMFoZg5Q3ZOHSKbTG9GhZbh { position:relative;display:block; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #LPcmElKvOXGQLTEtewq3RyEO7nKTgVCD { position:relative; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #H1W0vAzmbSpIBoTCqgyk4bdZEghw35nG { position:relative; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #D7JEJhGwdgM8qTdPGLt6MqS4EIa049T0 { position:relative;display:block; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #kTTRRPTdVoqFtLTic7oq6e4nX5TyyFwo { position:relative; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #ybL6TbT69ll6RiX3H0rUeQiIfLZGxTqu { position:relative; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #xcesvGBtpPmhFbT3xGfHTiK3FTh9BAKd { position:relative;display:block; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #DwVLMIpLurd8m2v6JxebP4fMEWcipVxR { position:relative; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #kS8xNJogQEOUIogJV5TmCaNr5mOKxSBC { position:relative; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #lSSWubGbDgDKomTpdSB7MeyQD7i5gdyr { position:relative;z-index:2; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #oMAzIlSyJ0JGG4KV2qXef5MQstJdriK4 { position:relative; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #oTdpVdSKvx1pw4HtMLFMq03hhOeK1gK6 { position:relative; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #XRNymh5RSZuVeTxmfQ43ZL5g7lTvy19i { position:relative; }
#qZBZ2Jbgp2qoMQDTpTDK7J3nxqrhW4c2 { color:#e30000;display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13rem;left:9.53125rem;height:1.54369375rem;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; }
#A1OP2GK1k2vyQdpUTcoW3fmqDwHnxk1J { background-color:#e10000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:9.625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.375rem;left:6.71875rem;display:block; }
#z3KXkHO9MsK7tQQx9P1H41vVKO6hygZ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R5HLHaQCnTN2E7T6ld6cdWsF9BwfFt4M { background-color:transparent;background-image:none;border-top:0.1875rem solid #ea0000;border-left:0.1875rem solid #ea0000;border-right:0.1875rem solid #ea0000;border-bottom:0.1875rem solid #ea0000;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:#e60000;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:9.625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.375rem;left:20.40625rem;display:block; }
#TnDtic2ddHkwMSF69J36l6xIyZMMa877 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SBBsTDQtWFthouOH6moDtANN6nK6F794 { color:#f8f8f1;display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.03125rem;left:1.65625rem;height:0.8125rem;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; }
#KzRNvBM8IBpQ8Zs851iEbiW17rvmmSia { color:#f8f8f1;display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.84375rem;left:1.65625rem;height:0.8125rem;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; }
#dwPXUGk811mm28P6CtwayFpBM1OGpvbS { color:#f8f8f1;display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.65625rem;left:1.65625rem;height:0.8125rem;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; }
#IXQ6qPTNTx5Hp570kX3di2DoTQUKm75F { color:#f8f8f1;display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.46875rem;left:1.65625rem;height:0.8125rem;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; }
#vmqnerAToaJs1hITWevW4Sz9oh4sxVEu { color:#f8f8f1;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.28125rem;left:1.65625rem;height:0.8125rem;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; }
#SThn5DdDwHAkJCa0OnbhtH3nVorbp0wd { color:#f8f8f1;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.09375rem;left:1.65625rem;height:0.8125rem;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; }
#MCchIINgGSFoZ9DhSbEwSALvOvGsiXA8 { color:#f8f8f1;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.90625rem;left:1.65625rem;height:0.8125rem;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; }
#Q2XnCqeFwz63dDrBQyf8w0IUx0nG4hO7 { color:#f8f8f1;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.71875rem;left:1.65625rem;height:0.8125rem;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; }
#phBOGPC1VRe5VI9TCBa5RqMiIrNX810l { color:#f8f8f1;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.03125rem;left:12.53125rem;height:0.8125rem;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; }
#fCX4FOAIKhTLrKFzMpp8crblm3z88xKx { color:#f8f8f1;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.84375rem;left:12.53125rem;height:0.8125rem;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; }
#TZf2m0qg8VwfauAZLDXGtKiXCczeiHZ8 { color:#f8f8f1;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.65625rem;left:12.53125rem;height:0.8125rem;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; }
#n6gpautXS1DprBHe3bo7Vz7VWycGNEE8 { color:#f8f8f1;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.46875rem;left:12.53125rem;height:0.8125rem;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; }
#rwqTepXxz8lXHQoEWQB3yuEveMbDwerm { color:#f8f8f1;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.28125rem;left:12.53125rem;height:0.8125rem;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; }
#Hc2MlyH96XLf9TU5vSWcdkK16kKtm0rK { color:#f8f8f1;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.09375rem;left:12.53125rem;height:0.8125rem;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; }
#PO3Z6B9HiObZarWV9k8fQyqWUo4QeylC { color:#f8f8f1;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:10.90625rem;left:12.53125rem;height:0.8125rem;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; }
#a8WamqU3M2ni3m1mzlaBFXPVG8yuUKoa { color:#f8f8f1;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:11.71875rem;left:12.53125rem;height:0.8125rem;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; }
#T0GJ9n2Idlx6m3Qm1a9kcPgs3P1vh3KM { color:#f8f8f1;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:17.6875rem;left:0rem;height:2.27575rem;display:block; }
#VC2huTdi1ESLULZ2ZFN1kbMwbKZcIHs8 { color:#f8f8f1;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:17.6875rem;left:11.09375rem;height:3.41363125rem;display:block; }
#RHqtecPqdyFmMvyLOW1O7vXax9nNpwak { color:#f8f8f1;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:17.6875rem;left:23.40625rem;height:3.41363125rem;display:block; }
#tTQ4h0WTW57klRifDLZFMNZpf2buow1d { color:#f8f8f1;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:21.09765625rem;left:0rem;height:2.27575rem;display:block; }
#lCgQrJ7bAq73DkNrRfK1PuUu9lfiQ4MJ { color:#f8f8f1;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:21.09765625rem;left:12.5rem;height:2.27575rem;display:block; }
#hUZ7BQDJloU4kyAi16ZOeX8ihGgn7Wus { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5da;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; }#hUZ7BQDJloU4kyAi16ZOeX8ihGgn7Wus > .row .container { background-color: transparent; background-image: none; }#hUZ7BQDJloU4kyAi16ZOeX8ihGgn7Wus::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUZ7BQDJloU4kyAi16ZOeX8ihGgn7Wus > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUZ7BQDJloU4kyAi16ZOeX8ihGgn7Wus > .row .container > .video-iframe-container { display: none; }#hUZ7BQDJloU4kyAi16ZOeX8ihGgn7Wus > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUZ7BQDJloU4kyAi16ZOeX8ihGgn7Wus > .row > .video-iframe-container { display: none; }#hUZ7BQDJloU4kyAi16ZOeX8ihGgn7Wus > .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); }#hUZ7BQDJloU4kyAi16ZOeX8ihGgn7Wus > .row .container { border-width: 0; border-radius: 0; }#hUZ7BQDJloU4kyAi16ZOeX8ihGgn7Wus > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hUZ7BQDJloU4kyAi16ZOeX8ihGgn7Wus > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#o5ec9AIP0ofTmMI4ahDbeS11r0bcXCZL { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:9.625rem;top:1.1875rem;left:1.25rem;overflow:hidden;display:block; }
#zXKEWT46zSC9eWmXdi7EuFgAX6rpD1lM { color:#e80000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.546875rem;left:1.25rem;height:3.875rem;display:block; }
#siqtifXeagcgHiwsJdAJf2IyyZuQKXGR { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:20.28125rem;height:1.21875rem;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; }
#ZsXv8aZX9C3kgTp8paez7iOvM1WcyDbh { color:rgba(var(--color-tertiary-4),1);display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.8125rem;left:20.28125rem;height:1.95023125rem;display:block; }
#U4Tk3vceb1fDJiuTuI0q0pMAqdTwsS9K { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.5087890625rem;left:24.59375rem;height:0.97511875rem;display:block; }
#vz8MTztOx2X48K7gzVlq2Xy947gX5bBI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.1875rem;left:58.90625rem; }
#O7MmAMKR6Sl4UorAeG7vyCPei8AEiZZ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5625rem;left:62.03125rem;height:2.4375rem;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; }
#D9sXtIGdxBtJTZaNUGM1AxpwZzKGk8u4 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.44921875rem;left:58.90625rem;height:4.87559375rem;display:block; }
#vfXaB8fT33XTNb2geMJPBLkchsRqLwG8 { color:rgba(var(--color-tertiary-4),1);display:block;width:4rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.5087890625rem;left:20.71875rem;height:0.97511875rem;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; }
#mJq8c4Nsrpy6vTAKvZ7fCaPlsSTLhS7x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.625rem;left:20.28125rem; }
#mJq8c4Nsrpy6vTAKvZ7fCaPlsSTLhS7x > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; }#AsoKSTEqqdcQ2cTD6H4mn0zxTb4NX4e0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.625rem;left:22.15625rem; }
#AsoKSTEqqdcQ2cTD6H4mn0zxTb4NX4e0 > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; }#ASqs6l8922Ef2mfGuNQMCop9VOp3dC2N { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ASqs6l8922Ef2mfGuNQMCop9VOp3dC2N { background-color: transparent; background-image: none; }#ASqs6l8922Ef2mfGuNQMCop9VOp3dC2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASqs6l8922Ef2mfGuNQMCop9VOp3dC2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASqs6l8922Ef2mfGuNQMCop9VOp3dC2N > .row .container > .video-iframe-container { display: none; }#ASqs6l8922Ef2mfGuNQMCop9VOp3dC2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASqs6l8922Ef2mfGuNQMCop9VOp3dC2N > .row > .video-iframe-container { display: none; }#ASqs6l8922Ef2mfGuNQMCop9VOp3dC2N > .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); }#ASqs6l8922Ef2mfGuNQMCop9VOp3dC2N { border-width: 0; border-radius: 0; }#ASqs6l8922Ef2mfGuNQMCop9VOp3dC2N > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ASqs6l8922Ef2mfGuNQMCop9VOp3dC2N > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#EFsW89P4M1Zsrg4nvHog30OPV1QQSBIH { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.375rem;top:0.3125rem;left:70.625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vDn9eheDk6hl6iWpGPdnqTTVwH3yTwnl { display:block; }#vDn9eheDk6hl6iWpGPdnqTTVwH3yTwnl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5EU82bKtvCN3f0HTkN0397Vd4t95ZFb { top:0.5625rem;left:0rem;width:10.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3mQDTxHzhmL1V57gt1L7iycbFrmqwiD { width:5.4375rem;height:3.4375rem;top:1.4375rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOns9KwkLpdtCWST4rVhDBZIXCBQzEEq { display:block; }
 }@media only screen and (max-width: 763px) { #oXcksRpNhAQmTHnVfrMngfT0MvGUF7mC { width:5.4375rem;height:3.4375rem;top:1.4375rem;left:11.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmFDdTkyeVZT26JdupMOKfiPTXZFIdMb { display:block; }
 }@media only screen and (max-width: 763px) { #kgrb2DbD1SPExU0S1nrdkGhrLl2K0DTw { width:7.8125rem;height:3.4375rem;top:1.4375rem;left:17.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCE07EVDUq94vOQXPElS8lm87z7u2brJ { display:block; }
 }@media only screen and (max-width: 763px) { #IxtwxacMZF2hxXmzH9T8VMHdiJFrmFei { width:7.8125rem;height:3.4375rem;top:1.4375rem;left:25.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb0Gv0U99kQ0bcP3ndDJU3kbUyqNnaTU { display:block; }
 }@media only screen and (max-width: 763px) { #Wipu7FfXDTOgA1SdN5LsasnXeerBmPw4 { width:9.25rem;height:3.4375rem;top:1.4375rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5hFd4PC1qiTxVS5zkskEa5f6CihQrFP { display:block; }
 }@media only screen and (max-width: 763px) { #GERTq9y4WyCuFTdtJ1Ze6xQxGHZHlZCz { top:1.4375rem;left:44.3125rem;width:3.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msuMK3iRfGnKvOOZDyye9HC2hHdE5O2T { width:47.75rem;height:20.6875rem;display:none; }
 }@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) { #RyfU94IGqw83feO47LGDDpUsQkk9RLUI { top:2.0625rem;left:0rem;width:47.75rem;height:15.797291666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnB6UpCy9l21Lbb3rWmM2xJu2TF7G11B { top:8.125rem;left:0rem;width:5.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqPtn8LTJZ9IizwTnp72fUGNgxsTPhTg { top:11.5rem;left:0rem;width:20.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6MHckn4CvkUhGnAaHixt2kViNMJns52 { top:14.9375rem;left:0rem;width:28.8125rem;height:3.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3L8qb1KlmZB8sSualJLZobxDk64XrQq { top:18.9375rem;left:0rem;width:7.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9lJn3vtMFJVN1biCTW6ctXuguUyUS3N { width:10.375rem;height:3.4375rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7LNl5Z7hp2doiFdrzsXVB58D6nhOtr2 { display:block; }
 }@media only screen and (max-width: 763px) { #Ch2n040RyG40F7lCnyJrTwzPvLRJcZLa { top:8.125rem;left:15.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoLbhS3lHQMqTpNmnef4F09zTFbQEDXc { top:9.5rem;left:15.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8XQTLl7MTqGBg9sGzhl6Ei4h2TD2e5h { top:10.9375rem;left:15.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMaQIPKqSvQu9kXy9PDsl2FCyH9WBe7a { top:10.9375rem;left:27.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hidEXItUDwCXZKVypMVL36gNJsBptnZD { top:9.5rem;left:27.5625rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdZkUUyKLTC3yfvbWpXt7Zr629UzRmKk { top:8.125rem;left:27.5625rem;width:10.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOrdUvTTk4ZT4y6Ge4TPVA4cdqrK3A8S { top:12.3125rem;left:15.125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMaPPTulcsnsDlpB8BJeMyVPiy9WWJaM { top:12.4375rem;left:27.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUDXVuhhEezk2945ZQ0yIAPkLq9mnvy8 { top:13.6875rem;left:27.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHTg1TFsKgsb9TCggiyvZkefH7INGMiX { top:14.8125rem;left:27.5625rem;width:14.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt4aoORb7Ld76QTic9XGy2vfkCgm4TXK { top:15rem;left:15.125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4Cx6ZQnJcc0KwBEVdUXqOkeVPgoApWZ { top:16.125rem;left:27.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnmXkWmzsXZkGmUsUAhJSQqo4gZ7gpgV { top:17.625rem;left:27.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXgrXEl1nzHN4A0iWNrROesSaF8KwxH1 { top:17.625rem;left:15.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4z39wEnfpkfOFquWBuNC4nHzDzSGIN1 { top:19.0625rem;left:27.5625rem;width:13.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKvfJ0JybENxP6W8IB6LUzmdZ5kPmCHv { top:19rem;left:14.6875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNlwqZEWTFRxTXdXgyebiM0STTSir5fW { top:20.1875rem;left:14.6875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoZq0XpmplCZTZwyZKnEu4gnWMaWC36K { top:20.1875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFTr5XgFPRCmUB1p9mD8tfoWBLxqwomS { top:18.6875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm0XH5AVkTQc1x5rEeyRb7esTQd4DEBs { top:20.4375rem;left:27.5625rem;width:14.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V433tJHqhwAZG9TrrV7S23CZE7oGxerp { top:17.4375rem;left:32.125rem;width:15.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBhRXTKvkgzAbzC6LqMJ5OpEHa02TbgB { top:16.125rem;left:32.75rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSzoGwNhzhbDmWW1shFv7iqtLs4HlTg9 { top:14.8125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD5iO2O21GId3aHw8PmldkvogL8mGmDJ { top:13.6875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO02TtN0Id0b0efbatHl3t7lyAPH1mKV { top:12.4375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5a6ip58XA7NTUchN3DSO8Wf7M5QsQKI { top:10.9375rem;left:31.375rem;width:16.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxLAhC5svh2Tdr1PJUBd1NMod9tM3IRT { top:24rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #moHSVTN6CgefN9LOqpfMlF7llZlTbT7B { top:25.3125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA21h5N9hl3lBF9pIIipUxVl41qdWMZy { top:23.0625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfCcmETSCO4HTNsiL9dAXEGtnT1W7qI0 { top:21.75rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pythyNznqSh9CuuCfPEeV8RdCxs9JTyN { top:21.75rem;left:27.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpA7Qfi4M6BEmWy0415MJ3rFyBJJ3Qa8 { top:23rem;left:27.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdk0xZqlexVy2tHbdsXKs4aSN7SFT9y5 { top:24rem;left:27.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #flaLg2ubRu65vPSNdBMZBMGeclrg3mMq { top:25.25rem;left:27.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T07aC5EvJQQ6zTVlpVud0T1vz8xFnuN2 { top:21.75rem;left:14.6875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #stEbV36LzmNgb1MDe7rMqiaFiBQPJEfq { top:23.5rem;left:14.6875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWqrMisNg8h7zhmLdxanI8l0WTP933Qs { top:9.5rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4M8FWBUQzSW7yHXb7G60gdbyLs1F5NW { top:8.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK68UmbS7X190GQUoOESnti86syyemsE { top:26.5625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDd6sM6nKP2IkeZMLf7t7n6mNf0a6Qav { top:26.5625rem;left:27.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBCcxNk5syKubOw4TByFNMyHiIK44WVL { display:block; }#xBCcxNk5syKubOw4TByFNMyHiIK44WVL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePVBDy4XvaccEAk8u7mHq4bqNF076qQn { width:46.625rem;height:5rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuTmDFpeGG1R0ziMzPBTOTbRbapZm4mD { display:block; }
 }@media only screen and (max-width: 763px) { #A5RWRAzTTe70uJgJIztvHW9vO5fTcECe { top:6.6875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v239Te4f9nJKa7UIJMObGPUSylT8R9iN { top:11.4375rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI6U5cH1hTGVE97IJwfeOVJHlU4Wqikp { display:block; }#SI6U5cH1hTGVE97IJwfeOVJHlU4Wqikp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOowb41vkRB6dUirIJE65KnszJLMpm5O { top:1rem;left:0rem;width:15.4375rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8GHtUMki606DqN96RmpxqaTskuOqiFn { top:5rem;left:0rem;width:8.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUJ734qghrFuZyeSE473VOFNWdMqu3Aa { top:5.9375rem;left:0rem;width:10.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeBCvEVIq89L3i53k7RBN7Bf6ay85BB9 { top:7.5625rem;left:0rem;width:8.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHyb13IUTJ9yFaTvOfq2tSodVuAFgB5u { top:10.25rem;left:0rem;width:15.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvWENSzmpZdbKyhsxKMrUX6L2TzpWKTq { top:10.75rem;left:0.03125rem;width:11.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpNZWfhuk0SA02WcG7mp6GEr0UAE8mUS { top:15.3125rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7zrMhZfLok0eTUHV7MF9ZBBckEXDckW { top:15.5625rem;left:3.15625rem;width:4.5625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt2lNV3bvx0zUH6t72NWPOAVMaSxI0WH { top:17.875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow4bFnC1Su1WMWfSrvVsgsp3xseXev8c { top:18.5rem;left:3.15625rem;width:4.5625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9MDEftTRDz3nSi1RxyUZoJXDXAmBLc8 { top:21.3125rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REB1BcKTfxVCMA9KVbAqknB4TRdTkxvN { top:21.5625rem;left:3.15625rem;width:7.3125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEVFfzgp8TqIsknSFz0KilqxOBgQsT5Z { top:24.4375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CitGGszAsd11Qm0E0BLlGHQbToLwcTGu { top:24.4375rem;left:0rem;width:9.25rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXoCOMuQJJRbQHllJIxRkAKiC7vor2lf { top:28.25rem;left:0rem;width:8.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANWTIE5CGMpT4nhxBzfgTpZFKQmKuZ3e { width:9.9375rem;height:1.9375rem;top:30.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsJNaibEuqn0G6MGiKuNtPlMBVtg1878 { display:block; }
 }@media only screen and (max-width: 763px) { #XGwIS3Q8PJ9AnniAyZF1Op9fGbMkEzGp { top:2.3125rem;left:0rem;width:12rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKzQgou7eprrBi2qWoFy8UTeahW0KI5l { top:1.125rem;left:8.3125rem;width:15.4375rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaMy377ZPp0uXsVsZuKgHbcfUDraA4ri { top:5.125rem;left:11.9375rem;width:8.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiV6UD9gezBdOFkWhdtRlzo9Bo4ewoDC { top:2.4375rem;left:11.875rem;width:12rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFTkHe2hAGqTnRBGp1TOKMU3EBHHsDFn { top:6.125rem;left:11.9375rem;width:10.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiBbIvsl6tACIRT24BFKgLaCffqyrDN9 { top:7.75rem;left:11.9375rem;width:8.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO6o78F1VhK7lMTKORnQr9eyK0IN8qFp { top:10.375rem;left:8.5rem;width:15.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKHSrwCC07zamwpTo3XwUA6TvTRQGEUv { top:10.875rem;left:12rem;width:11.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXa3FUMga38A5niff9sCEFW6cdxELm3g { top:13.25rem;left:11.9375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WncUTlqyz7Ms2IczUVqHW7HbhzAd2E0w { top:13.375rem;left:15rem;width:4.5625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu7DJdMh4QyLFwdNOoNhaTf5CAUtrPXw { top:15.9375rem;left:11.9375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxxQJ8EI5mxoaewC2p4xsl2thefsXiQI { top:16.1875rem;left:15rem;width:4.5625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRTPkp46uK2AWtvh9yqrOoKKeRtX6szd { top:21.4375rem;left:11.9375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz0o8Ny4AQN48fhTM9UUp8wkANylKI4k { top:21.75rem;left:15.15625rem;width:7.3125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnzOqoMPNEUuT81cg4LoOZ0EIoBBQNsF { top:24.5625rem;left:11.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KifC6pqFqqVCaNRtPgH4dXQCnl8dLtJQ { top:24.5625rem;left:14.625rem;width:9.25rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0imbwSxN67Z8MuFBBDzpz4Eex2PfAeN { top:28.375rem;left:11.9375rem;width:8.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4miU2ekR2nKTbuEGnDGGgeTxS2th9OH { width:9.9375rem;height:1.9375rem;top:30.5rem;left:12.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhhD7rzl3FFPGgsr2siTmpTtm8LzEfLQ { display:block; }
 }@media only screen and (max-width: 763px) { #Pc5mpRhmSDZxrvI6TQEyPIyDebsfKxge { top:18.5rem;left:11.9375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHnVbEKcdTdBezDtNP6VmE5kwQGOI9Xx { top:19.5rem;left:15rem;width:4.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEwiXzN276g3iOOMyCKBO29AvDso12c6 { display:block; }#rEwiXzN276g3iOOMyCKBO29AvDso12c6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypioMcinEfCozXS2IlOMgWvLRds3Eiem { width:46.625rem;height:5.8125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPHwZuDkTxWsNVLekLzLVdTzO7nCV6no { display:block; }
 }@media only screen and (max-width: 763px) { #wt7ELAzUbHFk06xTGSsDuUDbBQLWH6I6 { display:block; }#wt7ELAzUbHFk06xTGSsDuUDbBQLWH6I6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xP5lgmPqUzdbAVwJzhHsOM0fuuUl3Zk1 { width:5.875rem;height:1.375rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDTFuimUvTKpC8huSR27GclvvEVXmKBV { display:block; }
 }@media only screen and (max-width: 763px) { #DTE7V9rTpDwemS8rAnUFTw36CiT75D6U { top:2.875rem;left:0rem;width:5.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETcK5M2F7ZOmhPHmKWnBcOLeBG9rNuQf { top:4.5rem;left:0rem;width:4.625rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0WlSqft9sQlzwGzALh8sbssVToB8s4p { top:6.75rem;left:0rem;width:15rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdEXUCmnMik2yMJO8ThoPzyf7FL4oAdc { top:6.75rem;left:0rem;width:14.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAE2GREh0IUXGyTptie1QTqLPzD9mEwF { top:6.75rem;left:0rem;width:9.875rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRmVQg2s0Z13zcnOqWPQPam1ABIqfmHA { top:7.5rem;left:0rem;width:10.375rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6RRZxuVuQzWF2toHGOxKDcvOHR564Tg { top:9.5rem;left:0rem;width:10.125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgnevHHUrXRP7XBmlzXvFiMWP2kLWley { top:12.0625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxMIwixaTXTswFHF21cxOzuuSKOiGAai { top:12.0625rem;left:1.21875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTSlg8eo3xDML6UnuFSuTAHy35DZCD4 { top:15.1875rem;left:0rem;width:7.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNHKPSGzgNgzcPgkLbpKQ1GH3KStO86v { top:16.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKNCB0D1tLskmZwSZpAbG3pPbAzfQe2N { top:16.875rem;left:0.90625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcyDxTyHVoONfQqNAMhr44SdklTXBk5b { top:16.875rem;left:3.59375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #arDp7RMXmvC7ilOd0xoHTs9mqEaWPlC4 { top:16.875rem;left:6.21875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRVHDTGg86VMTDfTlc2Et2FgQnuEZNR7 { top:20.1875rem;left:0rem;width:17.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v28EorRlZqAo253NTPahBpWV2HclOdIu { top:20.75rem;left:0rem;width:4.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWhnzGO6N1UKNt0cXITIRJ6fFIQqMfJo { top:22rem;left:0rem;width:7.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWmEb3gFzPsfobRXlRasGZtXQ4z5UNFy { top:22rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApgaXDwvff2FgAvAgbUgOE2QQb9bI6Cw { top:23.125rem;left:0rem;width:14.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqiWtrlCllJyLr6QHBwC6dxLWk9l70VT { top:23.25rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2gEilg6ctymISETCuyUcNTEJIHRCfhF { top:24.4375rem;left:0rem;width:14.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnvm6SuWVQ7MuhHRJPg7tzC26AtFOycm { top:24.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m88NOc2eerlEGMXCgixODVgXF51vGkc8 { top:27.8125rem;left:0rem;width:8.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMTasolPt3Wt3vFzezmklBVvxv3CgoOV { top:28.75rem;left:0rem;width:15.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtgRs9aFutTJR9aSmOE78OlIq89PN2VD { width:7.125rem;height:1.5rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK49iOOuLHVmEqKbiq2C7aeuwm5Z6xV1 { display:block; }
 }@media only screen and (max-width: 763px) { #Eb77LFJh7t5QAVcAnvziEveuFoN4huis { top:30.9375rem;left:5.84375rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhN5n06JwNxREqTXNr2Enm4JZaI5e9wd { top:32.5rem;left:0rem;width:8.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN4f1dLfxxtcbAZTqnhEfCACQsMTF8SZ { width:9.75rem;height:2.1875rem;top:34.125rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrmRPC9XIqVmkTIlyQnM11R95XVmbyuV { display:block; }
 }@media only screen and (max-width: 763px) { #IFxvTQONW5kffwZpXoC5IO2FeXLMw00G { top:1.0625rem;left:0rem;width:17.25rem;height:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJgiVsADmMAmXeRePLiG46vD76RhRVC3 { top:3rem;left:11.9375rem;width:4.0625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMEd49RQwkSXrJPDnMoH9PkRLBmi3BpM { top:4.4375rem;left:11.9375rem;width:3.3125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn3Z0T19cvcAdqDMtW1CZhws1c6HHHOm { top:6.75rem;left:6.5rem;width:14.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5xM1rZnDxpkTT6dSr4KXOsx5qxROkDV { top:6.75rem;left:9.375rem;width:13.9375rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2lqzH9U9eIdv1Er1WVarVAyOQmytc3O { top:9.5rem;left:11.9375rem;width:10.125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdT6NCksMmhaDK3AZTPOf6XuTwLSp55J { top:12.0625rem;left:11.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzNvyhkQbUDp94ubDnoR8khJiTxKZ4U2 { top:15.1875rem;left:11.9375rem;width:7.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9v9yxapTArMpOw9qPgpJTQrgrEU3mD4 { top:16.875rem;left:11.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKxVFm8er8rC0vslHLEFcbxeteC2N8Xc { top:16.875rem;left:13.90625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRdvEM7kSyBFfi5UdHCosidEdQbFdc6C { top:27.8125rem;left:11.9375rem;width:8.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtFTwOhSw0lW12ypa3721eOTXxgrVuHy { top:28.75rem;left:7.6875rem;width:16.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPB1NDE7yK9Gh3rfdOlEtAOOSWc04PaV { top:30.6875rem;left:11.9375rem;width:8.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u22rfTRRyJRdbNG6ULSfkbuAC8idtISG { top:1.125rem;left:6.5rem;width:17.25rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T11LOmTzE41Qs3cAVZh2HIC2f4RFAhob { width:5.875rem;height:1.375rem;top:0.4375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZcrpDphBdzRRnTUtXP7JX4zuCAvJUe1 { display:block; }
 }@media only screen and (max-width: 763px) { #HfG23Zwmr9kUPNdmXyxVRpGm2MUVo2Wv { top:1.25rem;left:18.4375rem;width:17.25rem;height:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onk3iSkrCUsfhxmaJrIUWNOqwfq65O3E { top:3.125rem;left:23.875rem;width:8.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTUQ5A3ylVGbZX2lnMAOzfPKtLTExMFi { top:4.625rem;left:23.875rem;width:4.25rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onH2H2fzI5PDPCpvGMuQwCFTAFXtTXa0 { top:6.9375rem;left:21.1875rem;width:14.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnZWTHKEfeOErQsW1Pra3OI8rTs1b50c { top:6.9375rem;left:21.875rem;width:3.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ows5qLsSOgi0UDDPprE5wrQocm9vVdUl { top:9.625rem;left:23.875rem;width:10.125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBvQeCqwts66rL1V2eEK9e48G61FpJC7 { top:15.3125rem;left:23.875rem;width:7.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX5NyNCaVUHFQgDUVKQkTRxiQ6t9ThcI { top:16.875rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6F6Q1wyKL3e4EEq2rHT0SVXWEyATfDH { top:27.8125rem;left:23.875rem;width:8.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #irtfn0EGslHChnkZQfEJoh6mrOHBkNl3 { top:28.75rem;left:23.875rem;width:10.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIdJ00wF6sUa2D55r44LmFWhffgQnTN7 { top:30.6875rem;left:23.875rem;width:8.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTpZWcaIAZzPzWmiaAZiE7ASW8FCBmrz { top:1.25rem;left:30.375rem;width:17.25rem;height:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC3AM5AWhRATRkhxbvxc2VouGXpMGJqV { top:3.125rem;left:35.8125rem;width:5.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV9g6FJxLvUCIalPTK9NWgBNJ8z9qhiB { top:4.625rem;left:35.8125rem;width:3.3125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gothf4Eknmo0i5bxvi2u6WpfzGEuGApE { top:6.9375rem;left:33.125rem;width:14.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am1IUsRwQWFBGevvvOW2an7wWN59rcLH { top:6.9375rem;left:33.8125rem;width:13.9375rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb6XOGiCPyMXE4IXm87nTd21Nv6DZfbD { top:9.625rem;left:35.3125rem;width:12.4375rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwdcaUGVtcReqcJTbDmcx5PhiKmgtchd { top:12rem;left:35.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6Trz6ImMaPFuAVcEZRbWohShfcSLqh5 { top:15.3125rem;left:35.8125rem;width:7.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhbcFxXxSdhXGsTtXeOQTlTDgcN2aaOJ { top:17rem;left:35.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctRJ8toBJthGJQcPBxyrDH2cGTbN0A2d { top:17rem;left:37.21875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2x8lpS5GZkNIq8idnvTl2VqTa7N24aH { top:27.8125rem;left:35.8125rem;width:8.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrfl7xe3wJ1r5Q52Ukh6WREJO5g9RnIv { top:28.75rem;left:35.8125rem;width:10.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAXFOM54LeunTCfKeiCXuu0VErISAr4z { top:30.6875rem;left:35.8125rem;width:8.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK08ImgsimL7R5NG1xZTaBwX69GbHKLm { top:12rem;left:37.03125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAg6b9GDM7Axy7JrukeU5XU3fUFlaNtZ { top:12rem;left:39.78125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip9DxZeg1zLkwHtx4c5cAClkhf1TJHfd { top:12rem;left:42.53125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKWQwHbAIrmVp9aE6qCHWGWxKCNWggeJ { top:17.0625rem;left:39.96875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKdoEDgRmPzr3RkJWKkBfLAHTAxzJURI { width:9.75rem;height:2.1875rem;top:34.125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJhmZw7XZ4rTFP5zIsDcab85kMtlPhWM { display:block; }
 }@media only screen and (max-width: 763px) { #aKPhhHmsBXTViJD5q2zJnITGRQqhVsUZ { width:9.75rem;height:2.1875rem;top:34.125rem;left:24.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKNRBAdlHARKbGSWRxHqVKu0GhqBiP9g { display:block; }
 }@media only screen and (max-width: 763px) { #EgbVr3iMzPaf7TXzG7Aq8BpQeKoD64U1 { width:9.75rem;height:2.1875rem;top:34.125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdxB3oA8IQVH8VKBT1dmpPT2abGEFPMw { display:block; }
 }@media only screen and (max-width: 763px) { #OynOt0BVcCX3ll0IxoQUgq1Sshlf9Afk { display:block; }#OynOt0BVcCX3ll0IxoQUgq1Sshlf9Afk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwmxhgCd1QJMBRBShmFtGEZOZqlTozfT { top:4.625rem;left:0rem;width:3.3125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPa8fdqbSQ29kdubM05SyfSwr4y1gRdz { top:6.9375rem;left:0rem;width:14.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ7QibLlDaQVS3Nesf3xruK4GvzUrlks { top:6.9375rem;left:0rem;width:13.9375rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #svmnF9xibhnb95vW8wQhy8aU3uqJxGFv { top:9.625rem;left:0rem;width:12.4375rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpKSfMhkcVDxEhTz3vf8SHhHuIqotHad { top:12rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysn4WpKDa6oJQdWa6NtndIQZ3WZD7DeK { top:12rem;left:1.21875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWKxe2G6GpCzyLOcOJCz4NFBaGGQw0cO { top:15.3125rem;left:0rem;width:7.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8Irtv5EqHLuTJnzE0ZOikXXVfZdh76a { top:17rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOiuMsDIp0yoKRfDioUxOrVnI2yVNBoK { top:17rem;left:1.40625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR7y265tqVOUoFlEBDzDUrbzxiIb8yAh { top:12rem;left:3.96875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmAKDIsJLiyG3bGhLqZ5bFrcSTi1xZQC { top:17.0625rem;left:4.15625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJEc8mXBuZfifINssoeisgMQKyR45dvC { top:12rem;left:6.71875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHKfruvOFiTNA84hQPmIGiRtz6SO8lKm { top:27.25rem;left:0rem;width:8.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhqB49ODlc51WUKX4f3VM8hge3nehIr9 { top:28.1875rem;left:0rem;width:12.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqokJvvedHmspJRtuZ68fbFK4iX43yBp { top:30.125rem;left:0rem;width:8.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2XhmobghTyme24GTsMQTE74nNH6k5E8 { top:1.25rem;left:0rem;width:17.25rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiC3oGOJE5XmnUMPwZvSHtnvaagBbonL { top:3.125rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxDKveXZESo4M4FtLAz783JSbXQUJH13 { top:17rem;left:6.90625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW0tpFyetNC8ODFlDo42ocC26ixIc2Tc { top:17rem;left:9.6875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEWuZbQVXhcoIvGW8zJoK7dW9F3MLI9s { top:19.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0cfcbHzmPHmZz80Ry0ganZytSyxuRlM { top:1.1875rem;left:6.5rem;width:17.25rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0HCICarSp8IFveWOZIZHBK3lAeSNdlO { top:3.0625rem;left:11.9375rem;width:7.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWp6SJPmVry85hVP0R10pC4gJTWaKPeS { top:4.5625rem;left:11.9375rem;width:3.3125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coSDvf2ETvluAgqERW2k6HxvrcpsIyUZ { top:6.875rem;left:9.25rem;width:14.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkNb4Mm602wKHkcaDUddU5Lt7qMDyI9G { top:6.875rem;left:9.9375rem;width:13.9375rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6ucGel00BNL96qa13IZiBiOQIS2wqEJ { top:9.5625rem;left:11.4375rem;width:12.4375rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUCJHuDTZZxiK3aowuv1tNQ3RxNF3vq6 { top:11.9375rem;left:11.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT2ll66yQzkt9ETESSR5Io9HzXlauit6 { top:11.9375rem;left:13.21875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM5wlF3LoFFd3237mAgv6ZMBTSDsHXUG { top:11.9375rem;left:15.96875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2TvL1PP38BHKHp9eZ8GIcEVU7h4B1Cg { top:15.25rem;left:11.9375rem;width:7.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIDzzo7Nc8CO9JHKSqPfXZ61BdPCtXgo { top:11.9375rem;left:18.71875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmfDt5dMMxG621OOW4FZ03upFFed8Psh { top:16.9375rem;left:11.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ88o6T2f3RaSM48XiPCc6cerWwum2Td { top:16.9375rem;left:13.40625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShWiIC8mt30TxHotHTbkMybozZDOqsHk { top:17rem;left:16.15625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA0TUTlnoIGPpEWMR0hX046UrPGcE2ml { top:16.9375rem;left:18.90625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDidOmiOZf3Sw4LcUn23XwuqZdIu66c0 { top:16.9375rem;left:21.625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hop0t6UuONmZHq9h4zwEChmTMVk9yWPv { top:19.8125rem;left:11.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8LOTxqROa8cgcEpi15DIOQ65M4oRQli { top:27.25rem;left:11.9375rem;width:8.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5lzE0UTR9s1TTfV02tPepp20yqeGhAR { top:28.1875rem;left:11.4375rem;width:12.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpT48Gb7b9eGkNa9JUh4Dzgk7XCIJg4v { top:30.125rem;left:11.9375rem;width:8.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SelukNagWn5KpszN3GugOPe4Em5byyvr { top:1.1875rem;left:18.4375rem;width:17.25rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ9NudENP1o4K9aiViF1x0pGxazPaeTJ { top:3.0625rem;left:23.875rem;width:7.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOkvFsVPgig2x4C9qHsXNOtb3ZI4SuzF { top:4.5625rem;left:23.875rem;width:4.0625rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbM03r6MBvk8JUNaJbkCB7puWktUCJhT { top:6.875rem;left:21.1875rem;width:14.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu0SDCk6PZWUScbvaB7PftgdVQu4vcwN { top:6.875rem;left:21.875rem;width:7.1875rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaxzL7S2iETwwCZ3tsgpp2FDQ7z9Mgzx { top:9.5625rem;left:23.375rem;width:12.4375rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTPzzwIWsDoKnQ18EoEaacHgKrAqhXRR { top:11.9375rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8vxXLDIyPCF3QZ2LWZ4sPcupUuHIqtv { top:11.9375rem;left:25.21875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji2GQ5HgcCbqzpgRxNa76chLqABk41p5 { top:15.25rem;left:23.875rem;width:7.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOBHJaD9XzhJzc97sylQ7LprL9Hg2agN { top:16.9375rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xELCymF53apdTFODlNQVQMi7Hofdc9W4 { top:16.9375rem;left:25.40625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5TuCFfNlHLOBDVzQtptswVC5m4kEc2g { top:16.9375rem;left:30.90625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPcnnX5aTvLUV1Om7lzkuEdPZ7TEOsdP { top:17rem;left:28.21875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQqaLCUXUS5IgJWhH8Gb46GmCwGEmCLs { top:27.25rem;left:23.875rem;width:6.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLBicPatzTKsT0qoqPvNzZBRXeXJKBFM { top:28.1875rem;left:23.375rem;width:12.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfkazukiSqtOpVOsROSiHERRLIGh2hCF { top:30.125rem;left:23.875rem;width:8.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBXiaPpIVg2W9tN51x846t0ITQ0LbHuC { top:27.25rem;left:35.8125rem;width:6.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3r7NBkBAhFIpvgg5CWUST4OVcPTp5rz { top:28.1875rem;left:35.8125rem;width:10.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLzx95TzbBsWBV8TF4MTb4gkkWLpkoM2 { top:30.125rem;left:35.8125rem;width:8.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM4H6FzG57O23hUml8txk0mOJ1adgWMq { top:1.1875rem;left:30.375rem;width:17.25rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0hbyhorqQHhcVT5gSTxGTv7SWiXs0z4 { top:3.0625rem;left:35.8125rem;width:8.125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1SPlCwca12haWDAEDPhK15gDXOPtxzg { top:4.5625rem;left:35.8125rem;width:4.25rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLq4Tcgrqr4g89KlW6DR1O6keL9xX5ar { top:6.875rem;left:33.125rem;width:14.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id7FvSW0pvgdWyElEr9OAvWOsLgoRm71 { top:6.875rem;left:33.8125rem;width:3.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLwVnRXEKIhDtygflgBDTe0oXoRFXf0P { top:9.5625rem;left:35.8125rem;width:10.125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7pIngMxzVQ7tnGKTpHIdynBVPaa31Qg { top:15.25rem;left:35.8125rem;width:7.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDwGeQp2ySgoTKbs74x90c5OMNEZLS77 { top:16.8125rem;left:35.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxGvSwSFKxqCsF8aQiTr3TMIUhgpeldk { width:9.75rem;height:2.1875rem;top:32.5rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpZApNVT9bk63XKdBnWfXPSV3LwPEByA { display:block; }
 }@media only screen and (max-width: 763px) { #XZmigLg5DVRrTa68ENIMiEMTvuDitdDH { width:9.75rem;height:2.1875rem;top:32.5rem;left:13.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHctOlt2lOMNVMJ3S5DOTwlDZndAh0RJ { display:block; }
 }@media only screen and (max-width: 763px) { #wL3AQEPmfchfJChoZZq7EJ3I32U2DTV6 { width:9.75rem;height:2.1875rem;top:32.5rem;left:24.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQxIL1XFWJTo3gqAQL2T3vbcCHXPRsFg { display:block; }
 }@media only screen and (max-width: 763px) { #ldp3xgtXD8iBz1LJCQUg0u7AohJrKrq4 { width:9.75rem;height:2.1875rem;top:32.5rem;left:36.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGtQPvTXo1IOSxlPeTKx5VA0Us8Bqgla { display:block; }
 }@media only screen and (max-width: 763px) { #xmMENyOQWmSduHCuyDDUsEnlrr55BNZm { display:block; }#xmMENyOQWmSduHCuyDDUsEnlrr55BNZm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7dTdL8oNKSBtthCdorUqG19KFc54AZK { top:1.9375rem;left:0rem;width:34.1875rem;height:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5  { width:17.5rem;height:auto;top:5.4375rem;left:26.468752384186rem; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 {display:block;}#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 { width:17.5rem;height:auto;top:5.4375rem;left:26.468752384186rem; }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #Mn58nP65swcHwgkLUJCzB2weGTX49qB2 {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #nGRiG7ipyaMFoZg5Q3ZOHSKbTG9GhZbh {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #LPcmElKvOXGQLTEtewq3RyEO7nKTgVCD {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #H1W0vAzmbSpIBoTCqgyk4bdZEghw35nG {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #D7JEJhGwdgM8qTdPGLt6MqS4EIa049T0 {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #kTTRRPTdVoqFtLTic7oq6e4nX5TyyFwo {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #ybL6TbT69ll6RiX3H0rUeQiIfLZGxTqu {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #xcesvGBtpPmhFbT3xGfHTiK3FTh9BAKd {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #DwVLMIpLurd8m2v6JxebP4fMEWcipVxR {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #kS8xNJogQEOUIogJV5TmCaNr5mOKxSBC {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #lSSWubGbDgDKomTpdSB7MeyQD7i5gdyr {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #oMAzIlSyJ0JGG4KV2qXef5MQstJdriK4 {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #oTdpVdSKvx1pw4HtMLFMq03hhOeK1gK6 {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #XRNymh5RSZuVeTxmfQ43ZL5g7lTvy19i {  }
 }@media only screen and (max-width: 763px) { #qZBZ2Jbgp2qoMQDTpTDK7J3nxqrhW4c2 { top:13rem;left:2.71875rem;width:18.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1OP2GK1k2vyQdpUTcoW3fmqDwHnxk1J { width:9.625rem;height:3.4375rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3KXkHO9MsK7tQQx9P1H41vVKO6hygZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #R5HLHaQCnTN2E7T6ld6cdWsF9BwfFt4M { width:9.625rem;height:3.4375rem;top:24.375rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnDtic2ddHkwMSF69J36l6xIyZMMa877 { display:block; }
 }@media only screen and (max-width: 763px) { #SBBsTDQtWFthouOH6moDtANN6nK6F794 { top:6rem;left:0rem;width:8.5rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzRNvBM8IBpQ8Zs851iEbiW17rvmmSia { top:6.8125rem;left:0rem;width:8.875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwPXUGk811mm28P6CtwayFpBM1OGpvbS { top:7.625rem;left:0rem;width:9.4375rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXQ6qPTNTx5Hp570kX3di2DoTQUKm75F { top:8.4375rem;left:0rem;width:9.4375rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmqnerAToaJs1hITWevW4Sz9oh4sxVEu { top:9.25rem;left:0rem;width:10.0625rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SThn5DdDwHAkJCa0OnbhtH3nVorbp0wd { top:10.0625rem;left:0rem;width:10.0625rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCchIINgGSFoZ9DhSbEwSALvOvGsiXA8 { top:10.875rem;left:0rem;width:10.0625rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2XnCqeFwz63dDrBQyf8w0IUx0nG4hO7 { top:11.6875rem;left:0rem;width:10.0625rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phBOGPC1VRe5VI9TCBa5RqMiIrNX810l { top:6rem;left:5.71875rem;width:10.0625rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCX4FOAIKhTLrKFzMpp8crblm3z88xKx { top:6.8125rem;left:5.71875rem;width:10.0625rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZf2m0qg8VwfauAZLDXGtKiXCczeiHZ8 { top:7.625rem;left:5.71875rem;width:10.0625rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6gpautXS1DprBHe3bo7Vz7VWycGNEE8 { top:8.4375rem;left:5.71875rem;width:10.0625rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwqTepXxz8lXHQoEWQB3yuEveMbDwerm { top:9.25rem;left:5.71875rem;width:10.0625rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc2MlyH96XLf9TU5vSWcdkK16kKtm0rK { top:10.0625rem;left:5.71875rem;width:10.0625rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO3Z6B9HiObZarWV9k8fQyqWUo4QeylC { top:10.875rem;left:5.71875rem;width:10.0625rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8WamqU3M2ni3m1mzlaBFXPVG8yuUKoa { top:11.6875rem;left:5.71875rem;width:16.4375rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0GJ9n2Idlx6m3Qm1a9kcPgs3P1vh3KM { top:17.6875rem;left:0rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC2huTdi1ESLULZ2ZFN1kbMwbKZcIHs8 { top:17.6875rem;left:4.28125rem;width:12.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHqtecPqdyFmMvyLOW1O7vXax9nNpwak { top:17.6875rem;left:11.375rem;width:12.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTQ4h0WTW57klRifDLZFMNZpf2buow1d { top:21.0625rem;left:0rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCgQrJ7bAq73DkNrRfK1PuUu9lfiQ4MJ { top:21.0625rem;left:5.6875rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUZ7BQDJloU4kyAi16ZOeX8ihGgn7Wus { display:block; }#hUZ7BQDJloU4kyAi16ZOeX8ihGgn7Wus > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5ec9AIP0ofTmMI4ahDbeS11r0bcXCZL { top:1.1875rem;left:0rem;width:9.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXKEWT46zSC9eWmXdi7EuFgAX6rpD1lM { top:7.5rem;left:0rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #siqtifXeagcgHiwsJdAJf2IyyZuQKXGR { top:1.1875rem;left:6.65625rem;width:4.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsXv8aZX9C3kgTp8paez7iOvM1WcyDbh { top:3.8125rem;left:6.65625rem;width:36.9375rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4Tk3vceb1fDJiuTuI0q0pMAqdTwsS9K { top:10.5rem;left:10.96875rem;width:23rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz8MTztOx2X48K7gzVlq2Xy947gX5bBI { top:1.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7MmAMKR6Sl4UorAeG7vyCPei8AEiZZ4 { top:1.5625rem;left:37.0625rem;width:10.6875rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9sXtIGdxBtJTZaNUGM1AxpwZzKGk8u4 { top:6.4375rem;left:33.3125rem;width:14.4375rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfXaB8fT33XTNb2geMJPBLkchsRqLwG8 { top:10.5rem;left:7.09375rem;width:4rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJq8c4Nsrpy6vTAKvZ7fCaPlsSTLhS7x { top:6.625rem;left:6.65625rem;width:1.125rem;height:1.125rem;display:block; }
#mJq8c4Nsrpy6vTAKvZ7fCaPlsSTLhS7x > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #AsoKSTEqqdcQ2cTD6H4mn0zxTb4NX4e0 { top:6.625rem;left:8.53125rem;width:1.125rem;height:1.125rem;display:block; }
#AsoKSTEqqdcQ2cTD6H4mn0zxTb4NX4e0 > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #ASqs6l8922Ef2mfGuNQMCop9VOp3dC2N { display:block; }#ASqs6l8922Ef2mfGuNQMCop9VOp3dC2N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EFsW89P4M1Zsrg4nvHog30OPV1QQSBIH { top:0.3125rem;left:43.375rem;width:4.375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vDn9eheDk6hl6iWpGPdnqTTVwH3yTwnl { position:relative;z-index:auto;display:block; }#vDn9eheDk6hl6iWpGPdnqTTVwH3yTwnl > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5EU82bKtvCN3f0HTkN0397Vd4t95ZFb { width:5.0625rem;height:2.4375rem;top:0.5625rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3mQDTxHzhmL1V57gt1L7iycbFrmqwiD { width:3.8125rem;height:2.0625rem;top:3.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOns9KwkLpdtCWST4rVhDBZIXCBQzEEq { display:block; }
 }@media only screen and (max-width: 763px) { #oXcksRpNhAQmTHnVfrMngfT0MvGUF7mC { width:4.4375rem;height:2.25rem;top:3.125rem;left:4.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmFDdTkyeVZT26JdupMOKfiPTXZFIdMb { display:block; }
 }@media only screen and (max-width: 763px) { #kgrb2DbD1SPExU0S1nrdkGhrLl2K0DTw { width:5.0625rem;height:2.0625rem;top:3.25rem;left:9.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCE07EVDUq94vOQXPElS8lm87z7u2brJ { display:block; }
 }@media only screen and (max-width: 763px) { #IxtwxacMZF2hxXmzH9T8VMHdiJFrmFei { width:4.75rem;height:1.9375rem;top:3.3125rem;left:15.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb0Gv0U99kQ0bcP3ndDJU3kbUyqNnaTU { display:block; }
 }@media only screen and (max-width: 763px) { #Wipu7FfXDTOgA1SdN5LsasnXeerBmPw4 { width:6.625rem;height:2.5625rem;top:0.5rem;left:12.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5hFd4PC1qiTxVS5zkskEa5f6CihQrFP { display:block; }
 }@media only screen and (max-width: 763px) { #GERTq9y4WyCuFTdtJ1Ze6xQxGHZHlZCz { width:3.4375rem;height:3.375rem;top:9.5625rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #msuMK3iRfGnKvOOZDyye9HC2hHdE5O2T { top:0.625rem;left:0.78125rem;width:6.4375rem;height:2.6875rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RyfU94IGqw83feO47LGDDpUsQkk9RLUI { width:20rem;height:6.5625rem;top:16.0546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnB6UpCy9l21Lbb3rWmM2xJu2TF7G11B { width:1.875rem;height:1.29980625rem;top:0.875rem;left:9.0625rem;font-size:1rem;z-index:15139;display:block; }
 }@media only screen and (max-width: 763px) { #ZqPtn8LTJZ9IizwTnp72fUGNgxsTPhTg { width:8.1875rem;height:1.29980625rem;top:2.7373046875rem;left:5.90625rem;font-size:1rem;z-index:15140;display:block; }
 }@media only screen and (max-width: 763px) { #z6MHckn4CvkUhGnAaHixt2kViNMJns52 { width:15.75rem;height:1.8681625rem;top:4.849609375rem;left:2.125rem;font-size:1.4375rem;z-index:15141;display:block; }
 }@media only screen and (max-width: 763px) { #u3L8qb1KlmZB8sSualJLZobxDk64XrQq { width:7.25rem;height:1.54296875rem;top:7.2744140625rem;left:6.375rem;font-size:1.1875rem;z-index:15142;display:block; }
 }@media only screen and (max-width: 763px) { #t9lJn3vtMFJVN1biCTW6ctXuguUyUS3N { width:10.375rem;height:3.4375rem;top:9.6923828125rem;left:4.8125rem;z-index:15143;display:block; }
 }@media only screen and (max-width: 763px) { #b7LNl5Z7hp2doiFdrzsXVB58D6nhOtr2 { display:block; }
 }@media only screen and (max-width: 763px) { #Ch2n040RyG40F7lCnyJrTwzPvLRJcZLa { width:12.5rem;height:1.29980625rem;top:0rem;left:0rem;font-size:1rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #CoLbhS3lHQMqTpNmnef4F09zTFbQEDXc { width:12.5rem;height:1.29980625rem;top:0.875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8XQTLl7MTqGBg9sGzhl6Ei4h2TD2e5h { width:12.5rem;height:1.29980625rem;top:2.7373046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMaQIPKqSvQu9kXy9PDsl2FCyH9WBe7a { width:12.5rem;height:1.29980625rem;top:2.7373046875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hidEXItUDwCXZKVypMVL36gNJsBptnZD { width:15rem;height:1.29980625rem;top:2.1748046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdZkUUyKLTC3yfvbWpXt7Zr629UzRmKk { width:10.75rem;height:1.29980625rem;top:0rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOrdUvTTk4ZT4y6Ge4TPVA4cdqrK3A8S { width:12.5rem;height:2.5996125rem;top:4.037109375rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMaPPTulcsnsDlpB8BJeMyVPiy9WWJaM { width:12.5rem;height:1.29980625rem;top:5.1328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUDXVuhhEezk2945ZQ0yIAPkLq9mnvy8 { width:12.5rem;height:1.29980625rem;top:7.3955078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHTg1TFsKgsb9TCggiyvZkefH7INGMiX { width:14.375rem;height:1.29980625rem;top:8.8173828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt4aoORb7Ld76QTic9XGy2vfkCgm4TXK { width:12.5rem;height:2.5996125rem;top:6.279296875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4Cx6ZQnJcc0KwBEVdUXqOkeVPgoApWZ { width:12.5rem;height:1.29980625rem;top:10.7607421875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnmXkWmzsXZkGmUsUAhJSQqo4gZ7gpgV { width:12.5rem;height:1.29980625rem;top:13.1298828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXgrXEl1nzHN4A0iWNrROesSaF8KwxH1 { width:12.5rem;height:1.29980625rem;top:11.8916015625rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4z39wEnfpkfOFquWBuNC4nHzDzSGIN1 { width:13.8125rem;height:1.29980625rem;top:10.7607421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKvfJ0JybENxP6W8IB6LUzmdZ5kPmCHv { width:12.5rem;height:1.29980625rem;top:14.7548828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNlwqZEWTFRxTXdXgyebiM0STTSir5fW { width:12.5rem;height:1.29980625rem;top:13.1298828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoZq0XpmplCZTZwyZKnEu4gnWMaWC36K { width:12.5rem;height:1.29980625rem;top:16.0546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFTr5XgFPRCmUB1p9mD8tfoWBLxqwomS { width:12.5rem;height:1.29980625rem;top:15.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm0XH5AVkTQc1x5rEeyRb7esTQd4DEBs { width:14.375rem;height:1.29980625rem;top:14.7548828125rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V433tJHqhwAZG9TrrV7S23CZE7oGxerp { width:15.625rem;height:1.29980625rem;top:13.1298828125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBhRXTKvkgzAbzC6LqMJ5OpEHa02TbgB { width:15rem;height:1.29980625rem;top:12.060546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSzoGwNhzhbDmWW1shFv7iqtLs4HlTg9 { width:12.5rem;height:1.29980625rem;top:8.8173828125rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD5iO2O21GId3aHw8PmldkvogL8mGmDJ { width:12.5rem;height:1.29980625rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO02TtN0Id0b0efbatHl3t7lyAPH1mKV { width:12.5rem;height:1.29980625rem;top:6.716796875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5a6ip58XA7NTUchN3DSO8Wf7M5QsQKI { width:16.375rem;height:1.29980625rem;top:4.037109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxLAhC5svh2Tdr1PJUBd1NMod9tM3IRT { width:12.5rem;height:1.29980625rem;top:19.9541015625rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #moHSVTN6CgefN9LOqpfMlF7llZlTbT7B { width:12.5rem;height:1.29980625rem;top:21.25390625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA21h5N9hl3lBF9pIIipUxVl41qdWMZy { width:12.5rem;height:1.29980625rem;top:20.015625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfCcmETSCO4HTNsiL9dAXEGtnT1W7qI0 { width:12.5rem;height:1.29980625rem;top:17.3544921875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pythyNznqSh9CuuCfPEeV8RdCxs9JTyN { width:12.5rem;height:1.29980625rem;top:17.3544921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpA7Qfi4M6BEmWy0415MJ3rFyBJJ3Qa8 { width:12.5rem;height:1.29980625rem;top:18.654296875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdk0xZqlexVy2tHbdsXKs4aSN7SFT9y5 { width:12.5rem;height:1.29980625rem;top:19.5546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #flaLg2ubRu65vPSNdBMZBMGeclrg3mMq { width:12.5rem;height:1.29980625rem;top:21.25390625rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T07aC5EvJQQ6zTVlpVud0T1vz8xFnuN2 { width:12.5rem;height:1.29980625rem;top:16.0546875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #stEbV36LzmNgb1MDe7rMqiaFiBQPJEfq { width:12.5rem;height:1.29980625rem;top:18.654296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWqrMisNg8h7zhmLdxanI8l0WTP933Qs { width:12.5rem;height:1.29980625rem;top:2.1748046875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4M8FWBUQzSW7yHXb7G60gdbyLs1F5NW { width:12.5rem;height:1.29980625rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK68UmbS7X190GQUoOESnti86syyemsE { width:12.5rem;height:1.29980625rem;top:23.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDd6sM6nKP2IkeZMLf7t7n6mNf0a6Qav { width:12.5rem;height:1.29980625rem;top:21.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBCcxNk5syKubOw4TByFNMyHiIK44WVL { display:block; }#xBCcxNk5syKubOw4TByFNMyHiIK44WVL > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePVBDy4XvaccEAk8u7mHq4bqNF076qQn { width:18rem;height:2.5625rem;top:1rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuTmDFpeGG1R0ziMzPBTOTbRbapZm4mD { display:block; }
 }@media only screen and (max-width: 763px) { #A5RWRAzTTe70uJgJIztvHW9vO5fTcECe { width:18.0625rem;height:2.4375rem;top:4.25rem;left:0.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v239Te4f9nJKa7UIJMObGPUSylT8R9iN { width:18.0625rem;height:2.6806625rem;top:6.6875rem;left:0.96875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI6U5cH1hTGVE97IJwfeOVJHlU4Wqikp { display:block; }#SI6U5cH1hTGVE97IJwfeOVJHlU4Wqikp > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOowb41vkRB6dUirIJE65KnszJLMpm5O { width:15.4375rem;height:30.125rem;top:1.25rem;left:2.1875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #p8GHtUMki606DqN96RmpxqaTskuOqiFn { width:8.9375rem;height:0.9746125rem;top:5.25rem;left:3.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUJ734qghrFuZyeSE473VOFNWdMqu3Aa { width:11.5625rem;height:1.7871125rem;top:6.224609375rem;left:3.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeBCvEVIq89L3i53k7RBN7Bf6ay85BB9 { width:8.9375rem;height:0.9746125rem;top:8.01171875rem;left:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHyb13IUTJ9yFaTvOfq2tSodVuAFgB5u { width:15.375rem;height:2.3125rem;top:10.5rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvWENSzmpZdbKyhsxKMrUX6L2TzpWKTq { width:11.75rem;height:1.29980625rem;top:11.005859375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpNZWfhuk0SA02WcG7mp6GEr0UAE8mUS { display:flex;width:2.5625rem;height:2.5625rem;top:13.6875rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #K7zrMhZfLok0eTUHV7MF9ZBBckEXDckW { width:4.5625rem;height:1.94921875rem;top:14rem;left:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt2lNV3bvx0zUH6t72NWPOAVMaSxI0WH { display:flex;width:2.5625rem;height:2.5625rem;top:16.25rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #Ow4bFnC1Su1WMWfSrvVsgsp3xseXev8c { width:4.5625rem;height:1.94921875rem;top:16.9375rem;left:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9MDEftTRDz3nSi1RxyUZoJXDXAmBLc8 { display:flex;width:2.5625rem;height:2.5625rem;top:19.6875rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #REB1BcKTfxVCMA9KVbAqknB4TRdTkxvN { width:7.3125rem;height:1.94921875rem;top:20rem;left:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEVFfzgp8TqIsknSFz0KilqxOBgQsT5Z { width:2.25rem;height:2.25rem;top:22.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CitGGszAsd11Qm0E0BLlGHQbToLwcTGu { width:10.375rem;height:2.923825rem;top:22.8125rem;left:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXoCOMuQJJRbQHllJIxRkAKiC7vor2lf { width:8.9375rem;height:0.9746125rem;top:26.125rem;left:3.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANWTIE5CGMpT4nhxBzfgTpZFKQmKuZ3e { width:13.25rem;height:2.1875rem;top:27.9375rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsJNaibEuqn0G6MGiKuNtPlMBVtg1878 { display:block; }
 }@media only screen and (max-width: 763px) { #XGwIS3Q8PJ9AnniAyZF1Op9fGbMkEzGp { width:16.1875rem;height:1.29980625rem;top:2.5625rem;left:3.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKzQgou7eprrBi2qWoFy8UTeahW0KI5l { width:15.4375rem;height:32.1875rem;top:32.625rem;left:2.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #JaMy377ZPp0uXsVsZuKgHbcfUDraA4ri { width:8.9375rem;height:0.9746125rem;top:36.625rem;left:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiV6UD9gezBdOFkWhdtRlzo9Bo4ewoDC { width:12rem;height:1.29980625rem;top:33.9375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFTkHe2hAGqTnRBGp1TOKMU3EBHHsDFn { width:11.0625rem;height:1.7871125rem;top:37.625rem;left:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiBbIvsl6tACIRT24BFKgLaCffqyrDN9 { width:8.9375rem;height:0.9746125rem;top:39.25rem;left:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO6o78F1VhK7lMTKORnQr9eyK0IN8qFp { width:15.375rem;height:2.3125rem;top:41.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKHSrwCC07zamwpTo3XwUA6TvTRQGEUv { width:11.875rem;height:1.29980625rem;top:42.375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXa3FUMga38A5niff9sCEFW6cdxELm3g { display:flex;width:2.5625rem;height:2.5625rem;top:44.75rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #WncUTlqyz7Ms2IczUVqHW7HbhzAd2E0w { width:4.5625rem;height:1.94921875rem;top:44.9375rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu7DJdMh4QyLFwdNOoNhaTf5CAUtrPXw { display:flex;width:2.5625rem;height:2.5625rem;top:47.4375rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #oxxQJ8EI5mxoaewC2p4xsl2thefsXiQI { width:4.5625rem;height:1.94921875rem;top:47.75rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRTPkp46uK2AWtvh9yqrOoKKeRtX6szd { display:flex;width:2.5625rem;height:2.5625rem;top:52.9375rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #Jz0o8Ny4AQN48fhTM9UUp8wkANylKI4k { width:7.3125rem;height:1.94921875rem;top:53.25rem;left:7.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnzOqoMPNEUuT81cg4LoOZ0EIoBBQNsF { width:2.25rem;height:2.25rem;top:56.0625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KifC6pqFqqVCaNRtPgH4dXQCnl8dLtJQ { width:9.25rem;height:2.923825rem;top:56.0625rem;left:7.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0imbwSxN67Z8MuFBBDzpz4Eex2PfAeN { width:8.9375rem;height:0.9746125rem;top:59.875rem;left:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4miU2ekR2nKTbuEGnDGGgeTxS2th9OH { width:12.5625rem;height:2.25rem;top:61.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhhD7rzl3FFPGgsr2siTmpTtm8LzEfLQ { display:block; }
 }@media only screen and (max-width: 763px) { #Pc5mpRhmSDZxrvI6TQEyPIyDebsfKxge { width:2.5625rem;height:2.5625rem;top:50.0625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHnVbEKcdTdBezDtNP6VmE5kwQGOI9Xx { width:4.5625rem;height:0.9746125rem;top:51rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEwiXzN276g3iOOMyCKBO29AvDso12c6 { display:block; }#rEwiXzN276g3iOOMyCKBO29AvDso12c6 > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypioMcinEfCozXS2IlOMgWvLRds3Eiem { width:18rem;height:2.9375rem;top:1rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPHwZuDkTxWsNVLekLzLVdTzO7nCV6no { display:block; }
 }@media only screen and (max-width: 763px) { #wt7ELAzUbHFk06xTGSsDuUDbBQLWH6I6 { display:block; }#wt7ELAzUbHFk06xTGSsDuUDbBQLWH6I6 > .row .container { width:20rem;height:139.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xP5lgmPqUzdbAVwJzhHsOM0fuuUl3Zk1 { width:5.875rem;height:1.75rem;top:0.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDTFuimUvTKpC8huSR27GclvvEVXmKBV { display:block; }
 }@media only screen and (max-width: 763px) { #DTE7V9rTpDwemS8rAnUFTw36CiT75D6U { width:8.125rem;height:1.13671875rem;top:3.0625rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETcK5M2F7ZOmhPHmKWnBcOLeBG9rNuQf { width:4.625rem;height:1.949225rem;top:4.6875rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0WlSqft9sQlzwGzALh8sbssVToB8s4p { width:15.0625rem;height:0.5rem;top:6.984375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdEXUCmnMik2yMJO8ThoPzyf7FL4oAdc { width:14.625rem;height:0.5rem;top:6.984375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAE2GREh0IUXGyTptie1QTqLPzD9mEwF { width:9.875rem;height:0.5rem;top:6.984375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRmVQg2s0Z13zcnOqWPQPam1ABIqfmHA { width:10.375rem;height:0.8125rem;top:7.734375rem;left:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6RRZxuVuQzWF2toHGOxKDcvOHR564Tg { width:10.125rem;height:2.2734375rem;top:9.6875rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgnevHHUrXRP7XBmlzXvFiMWP2kLWley { width:2.25rem;height:2.25rem;top:12.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxMIwixaTXTswFHF21cxOzuuSKOiGAai { width:2.25rem;height:2.25rem;top:12.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTSlg8eo3xDML6UnuFSuTAHy35DZCD4 { width:7.625rem;height:0.9746125rem;top:15.375rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNHKPSGzgNgzcPgkLbpKQ1GH3KStO86v { width:2.25rem;height:2.25rem;top:17.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKNCB0D1tLskmZwSZpAbG3pPbAzfQe2N { width:2.25rem;height:2.25rem;top:17.0625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcyDxTyHVoONfQqNAMhr44SdklTXBk5b { width:2.25rem;height:2.25rem;top:17.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arDp7RMXmvC7ilOd0xoHTs9mqEaWPlC4 { width:2.25rem;height:2.25rem;top:17.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRVHDTGg86VMTDfTlc2Et2FgQnuEZNR7 { width:17.25rem;height:6.25rem;top:20.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v28EorRlZqAo253NTPahBpWV2HclOdIu { width:4.75rem;height:0.9746125rem;top:20.9375rem;left:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWhnzGO6N1UKNt0cXITIRJ6fFIQqMfJo { width:7.625rem;height:0.9746125rem;top:22.1875rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWmEb3gFzPsfobRXlRasGZtXQ4z5UNFy { display:flex;width:0.9375rem;height:0.9375rem;top:22.1875rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #ApgaXDwvff2FgAvAgbUgOE2QQb9bI6Cw { width:14.6875rem;height:0.9746125rem;top:23.3125rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqiWtrlCllJyLr6QHBwC6dxLWk9l70VT { display:flex;width:0.9375rem;height:0.9375rem;top:23.4375rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #i2gEilg6ctymISETCuyUcNTEJIHRCfhF { width:14.6875rem;height:0.9746125rem;top:24.625rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnvm6SuWVQ7MuhHRJPg7tzC26AtFOycm { display:flex;width:0.9375rem;height:0.9375rem;top:24.6875rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #m88NOc2eerlEGMXCgixODVgXF51vGkc8 { width:8.9375rem;height:0.9746125rem;top:28rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMTasolPt3Wt3vFzezmklBVvxv3CgoOV { width:11.5625rem;height:1.7871125rem;top:28.9375rem;left:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtgRs9aFutTJR9aSmOE78OlIq89PN2VD { width:7.125rem;height:1.5rem;top:30.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK49iOOuLHVmEqKbiq2C7aeuwm5Z6xV1 { display:block; }
 }@media only screen and (max-width: 763px) { #Eb77LFJh7t5QAVcAnvziEveuFoN4huis { width:3.4375rem;height:1.13671875rem;top:31.125rem;left:9.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhN5n06JwNxREqTXNr2Enm4JZaI5e9wd { width:8.9375rem;height:0.9746125rem;top:32.6875rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN4f1dLfxxtcbAZTqnhEfCACQsMTF8SZ { width:14.8125rem;height:2.0625rem;top:35.037109375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrmRPC9XIqVmkTIlyQnM11R95XVmbyuV { display:block; }
 }@media only screen and (max-width: 763px) { #IFxvTQONW5kffwZpXoC5IO2FeXLMw00G { width:17.25rem;height:36.9375rem;top:1.25rem;left:1.3125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #TJgiVsADmMAmXeRePLiG46vD76RhRVC3 { width:5.875rem;height:1.29980625rem;top:42.5rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMEd49RQwkSXrJPDnMoH9PkRLBmi3BpM { width:4.625rem;height:2.111325rem;top:44rem;left:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn3Z0T19cvcAdqDMtW1CZhws1c6HHHOm { width:14.3125rem;height:0.5rem;top:46.3125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5xM1rZnDxpkTT6dSr4KXOsx5qxROkDV { width:13.75rem;height:0.5rem;top:46.3125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2lqzH9U9eIdv1Er1WVarVAyOQmytc3O { width:10.125rem;height:2.2734375rem;top:49rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdT6NCksMmhaDK3AZTPOf6XuTwLSp55J { width:2.25rem;height:2.25rem;top:51.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzNvyhkQbUDp94ubDnoR8khJiTxKZ4U2 { width:7.625rem;height:0.9746125rem;top:54.6875rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9v9yxapTArMpOw9qPgpJTQrgrEU3mD4 { width:2.25rem;height:2.25rem;top:56.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKxVFm8er8rC0vslHLEFcbxeteC2N8Xc { width:2.25rem;height:2.25rem;top:56.375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRdvEM7kSyBFfi5UdHCosidEdQbFdc6C { width:8.9375rem;height:0.9746125rem;top:63.5625rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtFTwOhSw0lW12ypa3721eOTXxgrVuHy { width:12.25rem;height:1.7871125rem;top:64.5rem;left:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPB1NDE7yK9Gh3rfdOlEtAOOSWc04PaV { width:8.9375rem;height:0.9746125rem;top:66.4375rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u22rfTRRyJRdbNG6ULSfkbuAC8idtISG { width:17.25rem;height:31.5625rem;top:40.625rem;left:1.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #T11LOmTzE41Qs3cAVZh2HIC2f4RFAhob { width:5.875rem;height:1.375rem;top:39.9375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZcrpDphBdzRRnTUtXP7JX4zuCAvJUe1 { display:block; }
 }@media only screen and (max-width: 763px) { #HfG23Zwmr9kUPNdmXyxVRpGm2MUVo2Wv { width:17.25rem;height:31.8125rem;top:74.0625rem;left:1.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #onk3iSkrCUsfhxmaJrIUWNOqwfq65O3E { width:8.5rem;height:1.29980625rem;top:75.9375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTUQ5A3ylVGbZX2lnMAOzfPKtLTExMFi { width:4.25rem;height:2.111325rem;top:77.4375rem;left:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onH2H2fzI5PDPCpvGMuQwCFTAFXtTXa0 { width:14.625rem;height:0.5rem;top:79.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnZWTHKEfeOErQsW1Pra3OI8rTs1b50c { width:13.9375rem;height:0.5rem;top:79.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ows5qLsSOgi0UDDPprE5wrQocm9vVdUl { width:10.125rem;height:2.2734375rem;top:82.4375rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBvQeCqwts66rL1V2eEK9e48G61FpJC7 { width:7.625rem;height:0.9746125rem;top:88.125rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX5NyNCaVUHFQgDUVKQkTRxiQ6t9ThcI { width:2.25rem;height:2.25rem;top:89.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6F6Q1wyKL3e4EEq2rHT0SVXWEyATfDH { width:8.9375rem;height:0.9746125rem;top:96.8125rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #irtfn0EGslHChnkZQfEJoh6mrOHBkNl3 { width:16.1875rem;height:1.7871125rem;top:97.75rem;left:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIdJ00wF6sUa2D55r44LmFWhffgQnTN7 { width:8.9375rem;height:0.9746125rem;top:99.6875rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTpZWcaIAZzPzWmiaAZiE7ASW8FCBmrz { width:17.25rem;height:31.9375rem;top:107.4375rem;left:1.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #MC3AM5AWhRATRkhxbvxc2VouGXpMGJqV { width:5.375rem;height:1.29980625rem;top:109.3125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV9g6FJxLvUCIalPTK9NWgBNJ8z9qhiB { width:3.3125rem;height:2.111325rem;top:110.8125rem;left:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gothf4Eknmo0i5bxvi2u6WpfzGEuGApE { width:14.625rem;height:0.5rem;top:113.125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am1IUsRwQWFBGevvvOW2an7wWN59rcLH { width:13.9375rem;height:0.5rem;top:113.125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb6XOGiCPyMXE4IXm87nTd21Nv6DZfbD { width:14.6875rem;height:2.2734375rem;top:115.8125rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwdcaUGVtcReqcJTbDmcx5PhiKmgtchd { width:2.25rem;height:2.25rem;top:118.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6Trz6ImMaPFuAVcEZRbWohShfcSLqh5 { width:7.625rem;height:0.9746125rem;top:121.5rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhbcFxXxSdhXGsTtXeOQTlTDgcN2aaOJ { width:2.25rem;height:2.25rem;top:123.1875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctRJ8toBJthGJQcPBxyrDH2cGTbN0A2d { width:2.25rem;height:2.25rem;top:123.1875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2x8lpS5GZkNIq8idnvTl2VqTa7N24aH { width:8.9375rem;height:0.9746125rem;top:130.375rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrfl7xe3wJ1r5Q52Ukh6WREJO5g9RnIv { width:10.8125rem;height:1.7871125rem;top:131.3125rem;left:2.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HAXFOM54LeunTCfKeiCXuu0VErISAr4z { width:8.9375rem;height:0.9746125rem;top:133.0625rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK08ImgsimL7R5NG1xZTaBwX69GbHKLm { width:2.25rem;height:2.25rem;top:118.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAg6b9GDM7Axy7JrukeU5XU3fUFlaNtZ { width:2.25rem;height:2.25rem;top:118.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip9DxZeg1zLkwHtx4c5cAClkhf1TJHfd { width:2.25rem;height:2.25rem;top:119.375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKWQwHbAIrmVp9aE6qCHWGWxKCNWggeJ { width:2.25rem;height:2.25rem;top:123.25rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKdoEDgRmPzr3RkJWKkBfLAHTAxzJURI { width:14.5625rem;height:2.1875rem;top:68.625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJhmZw7XZ4rTFP5zIsDcab85kMtlPhWM { display:block; }
 }@media only screen and (max-width: 763px) { #aKPhhHmsBXTViJD5q2zJnITGRQqhVsUZ { width:14.5rem;height:2.1875rem;top:102.3125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKNRBAdlHARKbGSWRxHqVKu0GhqBiP9g { display:block; }
 }@media only screen and (max-width: 763px) { #EgbVr3iMzPaf7TXzG7Aq8BpQeKoD64U1 { width:14.4375rem;height:2.1875rem;top:135.625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdxB3oA8IQVH8VKBT1dmpPT2abGEFPMw { display:block; }
 }@media only screen and (max-width: 763px) { #OynOt0BVcCX3ll0IxoQUgq1Sshlf9Afk { display:block; }#OynOt0BVcCX3ll0IxoQUgq1Sshlf9Afk > .row .container { width:20rem;height:148.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwmxhgCd1QJMBRBShmFtGEZOZqlTozfT { width:3.3125rem;height:2.111325rem;top:4.625rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPa8fdqbSQ29kdubM05SyfSwr4y1gRdz { width:14.625rem;height:0.5rem;top:6.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ7QibLlDaQVS3Nesf3xruK4GvzUrlks { width:13.9375rem;height:0.5rem;top:6.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svmnF9xibhnb95vW8wQhy8aU3uqJxGFv { width:12.4375rem;height:2.2734375rem;top:9.625rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpKSfMhkcVDxEhTz3vf8SHhHuIqotHad { width:2.25rem;height:2.25rem;top:12rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysn4WpKDa6oJQdWa6NtndIQZ3WZD7DeK { width:2.25rem;height:2.25rem;top:12rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWKxe2G6GpCzyLOcOJCz4NFBaGGQw0cO { width:7.625rem;height:0.9746125rem;top:15.3125rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8Irtv5EqHLuTJnzE0ZOikXXVfZdh76a { width:2.25rem;height:2.25rem;top:17rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOiuMsDIp0yoKRfDioUxOrVnI2yVNBoK { width:2.25rem;height:2.25rem;top:17rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR7y265tqVOUoFlEBDzDUrbzxiIb8yAh { width:2.25rem;height:2.25rem;top:12rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmAKDIsJLiyG3bGhLqZ5bFrcSTi1xZQC { width:2.25rem;height:2.25rem;top:17.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJEc8mXBuZfifINssoeisgMQKyR45dvC { width:2.25rem;height:2.25rem;top:12rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHKfruvOFiTNA84hQPmIGiRtz6SO8lKm { width:8.9375rem;height:0.9746125rem;top:27.25rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhqB49ODlc51WUKX4f3VM8hge3nehIr9 { width:12.1875rem;height:1.7871125rem;top:28.1875rem;left:2.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gqokJvvedHmspJRtuZ68fbFK4iX43yBp { width:8.9375rem;height:0.9746125rem;top:30.125rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2XhmobghTyme24GTsMQTE74nNH6k5E8 { width:17.25rem;height:35rem;top:1.25rem;left:1.3125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #eiC3oGOJE5XmnUMPwZvSHtnvaagBbonL { width:7.1875rem;height:1.29980625rem;top:3.125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxDKveXZESo4M4FtLAz783JSbXQUJH13 { width:2.25rem;height:2.25rem;top:17rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW0tpFyetNC8ODFlDo42ocC26ixIc2Tc { width:2.25rem;height:2.25rem;top:17rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEWuZbQVXhcoIvGW8zJoK7dW9F3MLI9s { width:2.25rem;height:2.25rem;top:19.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0cfcbHzmPHmZz80Ry0ganZytSyxuRlM { width:17.25rem;height:34.875rem;top:38rem;left:1.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #S0HCICarSp8IFveWOZIZHBK3lAeSNdlO { width:7.625rem;height:1.29980625rem;top:39.875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWp6SJPmVry85hVP0R10pC4gJTWaKPeS { width:3.3125rem;height:2.111325rem;top:41.375rem;left:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coSDvf2ETvluAgqERW2k6HxvrcpsIyUZ { width:14.625rem;height:0.5rem;top:43.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkNb4Mm602wKHkcaDUddU5Lt7qMDyI9G { width:13.9375rem;height:0.5rem;top:43.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6ucGel00BNL96qa13IZiBiOQIS2wqEJ { width:12.4375rem;height:2.2734375rem;top:46.375rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUCJHuDTZZxiK3aowuv1tNQ3RxNF3vq6 { width:2.25rem;height:2.25rem;top:48.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT2ll66yQzkt9ETESSR5Io9HzXlauit6 { width:2.25rem;height:2.25rem;top:48.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM5wlF3LoFFd3237mAgv6ZMBTSDsHXUG { width:2.25rem;height:2.25rem;top:48.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2TvL1PP38BHKHp9eZ8GIcEVU7h4B1Cg { width:7.625rem;height:0.9746125rem;top:52.0625rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIDzzo7Nc8CO9JHKSqPfXZ61BdPCtXgo { width:2.25rem;height:2.25rem;top:48.75rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmfDt5dMMxG621OOW4FZ03upFFed8Psh { width:2.25rem;height:2.25rem;top:53.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ88o6T2f3RaSM48XiPCc6cerWwum2Td { width:2.25rem;height:2.25rem;top:53.75rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShWiIC8mt30TxHotHTbkMybozZDOqsHk { width:2.25rem;height:2.25rem;top:53.8125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA0TUTlnoIGPpEWMR0hX046UrPGcE2ml { width:2.25rem;height:2.25rem;top:53.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDidOmiOZf3Sw4LcUn23XwuqZdIu66c0 { width:2.25rem;height:2.25rem;top:53.75rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hop0t6UuONmZHq9h4zwEChmTMVk9yWPv { width:2.25rem;height:2.25rem;top:56.625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8LOTxqROa8cgcEpi15DIOQ65M4oRQli { width:8.9375rem;height:0.9746125rem;top:64.0625rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5lzE0UTR9s1TTfV02tPepp20yqeGhAR { width:11.75rem;height:1.7871125rem;top:65rem;left:2.75rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mpT48Gb7b9eGkNa9JUh4Dzgk7XCIJg4v { width:8.9375rem;height:0.9746125rem;top:66.9375rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SelukNagWn5KpszN3GugOPe4Em5byyvr { width:17.25rem;height:35.125rem;top:74.4375rem;left:1.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #iZ9NudENP1o4K9aiViF1x0pGxazPaeTJ { width:7.1875rem;height:1.29980625rem;top:76.3125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOkvFsVPgig2x4C9qHsXNOtb3ZI4SuzF { width:4.0625rem;height:2.111325rem;top:77.8125rem;left:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbM03r6MBvk8JUNaJbkCB7puWktUCJhT { width:14.625rem;height:0.5rem;top:80.125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu0SDCk6PZWUScbvaB7PftgdVQu4vcwN { width:7.1875rem;height:0.5rem;top:80.125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaxzL7S2iETwwCZ3tsgpp2FDQ7z9Mgzx { width:12.4375rem;height:2.2734375rem;top:82.8125rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTPzzwIWsDoKnQ18EoEaacHgKrAqhXRR { width:2.25rem;height:2.25rem;top:85.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8vxXLDIyPCF3QZ2LWZ4sPcupUuHIqtv { width:2.25rem;height:2.25rem;top:85.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji2GQ5HgcCbqzpgRxNa76chLqABk41p5 { width:7.625rem;height:0.9746125rem;top:88.5rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOBHJaD9XzhJzc97sylQ7LprL9Hg2agN { width:2.25rem;height:2.25rem;top:90.1875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xELCymF53apdTFODlNQVQMi7Hofdc9W4 { width:2.25rem;height:2.25rem;top:90.1875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5TuCFfNlHLOBDVzQtptswVC5m4kEc2g { width:2.25rem;height:2.25rem;top:90.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPcnnX5aTvLUV1Om7lzkuEdPZ7TEOsdP { width:2.25rem;height:2.25rem;top:90.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQqaLCUXUS5IgJWhH8Gb46GmCwGEmCLs { width:6.3125rem;height:0.9746125rem;top:100.5rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLBicPatzTKsT0qoqPvNzZBRXeXJKBFM { width:10.625rem;height:1.7871125rem;top:101.4375rem;left:2.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JfkazukiSqtOpVOsROSiHERRLIGh2hCF { width:8.9375rem;height:0.9746125rem;top:103.375rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBXiaPpIVg2W9tN51x846t0ITQ0LbHuC { width:6.1875rem;height:0.9746125rem;top:137.375rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3r7NBkBAhFIpvgg5CWUST4OVcPTp5rz { width:10.875rem;height:1.7871125rem;top:138.3125rem;left:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLzx95TzbBsWBV8TF4MTb4gkkWLpkoM2 { width:8.9375rem;height:0.9746125rem;top:140.25rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM4H6FzG57O23hUml8txk0mOJ1adgWMq { width:17.25rem;height:34.9375rem;top:111.3125rem;left:1.5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #P0hbyhorqQHhcVT5gSTxGTv7SWiXs0z4 { width:8.4375rem;height:1.29980625rem;top:113.1875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1SPlCwca12haWDAEDPhK15gDXOPtxzg { width:4.25rem;height:2.111325rem;top:114.6875rem;left:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLq4Tcgrqr4g89KlW6DR1O6keL9xX5ar { width:14.625rem;height:0.5rem;top:117rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id7FvSW0pvgdWyElEr9OAvWOsLgoRm71 { width:3.75rem;height:0.5rem;top:117rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLwVnRXEKIhDtygflgBDTe0oXoRFXf0P { width:10.125rem;height:2.2734375rem;top:119.6875rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7pIngMxzVQ7tnGKTpHIdynBVPaa31Qg { width:7.625rem;height:0.9746125rem;top:125.375rem;left:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDwGeQp2ySgoTKbs74x90c5OMNEZLS77 { width:2.25rem;height:2.25rem;top:126.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxGvSwSFKxqCsF8aQiTr3TMIUhgpeldk { width:14.125rem;height:2.1875rem;top:32.5185546875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpZApNVT9bk63XKdBnWfXPSV3LwPEByA { display:block; }
 }@media only screen and (max-width: 763px) { #XZmigLg5DVRrTa68ENIMiEMTvuDitdDH { width:14.25rem;height:2.1875rem;top:69.3125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHctOlt2lOMNVMJ3S5DOTwlDZndAh0RJ { display:block; }
 }@media only screen and (max-width: 763px) { #wL3AQEPmfchfJChoZZq7EJ3I32U2DTV6 { width:14.625rem;height:2.1875rem;top:105.75rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQxIL1XFWJTo3gqAQL2T3vbcCHXPRsFg { display:block; }
 }@media only screen and (max-width: 763px) { #ldp3xgtXD8iBz1LJCQUg0u7AohJrKrq4 { width:14.6875rem;height:2.1875rem;top:142.625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGtQPvTXo1IOSxlPeTKx5VA0Us8Bqgla { display:block; }
 }@media only screen and (max-width: 763px) { #xmMENyOQWmSduHCuyDDUsEnlrr55BNZm { display:block; }#xmMENyOQWmSduHCuyDDUsEnlrr55BNZm > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7dTdL8oNKSBtthCdorUqG19KFc54AZK { width:20rem;height:2.111325rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-regular-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-input-text { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-textarea { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-input-select { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-input-button { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .widget-checkbox-label { width:14.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5  { width:16.1875rem;height:auto;top:7.54296875rem;left:0.75rem;z-index:15021; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 .radio-container { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 {display:block;}#f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 { width:16.1875rem;height:auto;top:7.54296875rem;left:0.75rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #Mn58nP65swcHwgkLUJCzB2weGTX49qB2 {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #nGRiG7ipyaMFoZg5Q3ZOHSKbTG9GhZbh {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #LPcmElKvOXGQLTEtewq3RyEO7nKTgVCD {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #H1W0vAzmbSpIBoTCqgyk4bdZEghw35nG {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #D7JEJhGwdgM8qTdPGLt6MqS4EIa049T0 {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #kTTRRPTdVoqFtLTic7oq6e4nX5TyyFwo {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #ybL6TbT69ll6RiX3H0rUeQiIfLZGxTqu {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #xcesvGBtpPmhFbT3xGfHTiK3FTh9BAKd {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #DwVLMIpLurd8m2v6JxebP4fMEWcipVxR {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #kS8xNJogQEOUIogJV5TmCaNr5mOKxSBC {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #lSSWubGbDgDKomTpdSB7MeyQD7i5gdyr {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #oMAzIlSyJ0JGG4KV2qXef5MQstJdriK4 {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #oTdpVdSKvx1pw4HtMLFMq03hhOeK1gK6 {  }
 }@media only screen and (max-width: 763px) { #f6GQr8srFSHT3EZ1Axzg7mtPUwiAHZy5 #XRNymh5RSZuVeTxmfQ43ZL5g7lTvy19i {  }
 }@media only screen and (max-width: 763px) { #qZBZ2Jbgp2qoMQDTpTDK7J3nxqrhW4c2 { width:18.4375rem;height:1.54296875rem;top:4.125rem;left:0.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1OP2GK1k2vyQdpUTcoW3fmqDwHnxk1J { width:7.875rem;height:3.4375rem;top:35.73046875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3KXkHO9MsK7tQQx9P1H41vVKO6hygZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #R5HLHaQCnTN2E7T6ld6cdWsF9BwfFt4M { width:8.4375rem;height:3.4375rem;top:35.73046875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnDtic2ddHkwMSF69J36l6xIyZMMa877 { display:block; }
 }@media only screen and (max-width: 763px) { #SBBsTDQtWFthouOH6moDtANN6nK6F794 { width:8.5rem;height:0.8125rem;top:8.16796875rem;left:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzRNvBM8IBpQ8Zs851iEbiW17rvmmSia { width:8.875rem;height:0.8125rem;top:9.54296875rem;left:2.03125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwPXUGk811mm28P6CtwayFpBM1OGpvbS { width:9.4375rem;height:0.8125rem;top:11.0625rem;left:1.46875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXQ6qPTNTx5Hp570kX3di2DoTQUKm75F { width:9.4375rem;height:0.8125rem;top:12.6875rem;left:1.46875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmqnerAToaJs1hITWevW4Sz9oh4sxVEu { width:10.0625rem;height:0.8125rem;top:14.1875rem;left:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SThn5DdDwHAkJCa0OnbhtH3nVorbp0wd { width:10.0625rem;height:0.8125rem;top:15.5625rem;left:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCchIINgGSFoZ9DhSbEwSALvOvGsiXA8 { width:10.0625rem;height:0.8125rem;top:17rem;left:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2XnCqeFwz63dDrBQyf8w0IUx0nG4hO7 { width:10.0625rem;height:0.8125rem;top:21.625rem;left:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phBOGPC1VRe5VI9TCBa5RqMiIrNX810l { width:10.0625rem;height:0.8125rem;top:8.16796875rem;left:9.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCX4FOAIKhTLrKFzMpp8crblm3z88xKx { width:10.0625rem;height:0.8125rem;top:9.60546875rem;left:9.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZf2m0qg8VwfauAZLDXGtKiXCczeiHZ8 { width:10.0625rem;height:0.8125rem;top:11.0625rem;left:9.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6gpautXS1DprBHe3bo7Vz7VWycGNEE8 { width:10.0625rem;height:0.8125rem;top:12.6875rem;left:9.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwqTepXxz8lXHQoEWQB3yuEveMbDwerm { width:10.0625rem;height:0.8125rem;top:14.1875rem;left:9.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc2MlyH96XLf9TU5vSWcdkK16kKtm0rK { width:10.0625rem;height:0.8125rem;top:15.5625rem;left:9.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO3Z6B9HiObZarWV9k8fQyqWUo4QeylC { width:10.0625rem;height:0.8125rem;top:17rem;left:9.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8WamqU3M2ni3m1mzlaBFXPVG8yuUKoa { width:16.4375rem;height:0.8125rem;top:19.375rem;left:1.78125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0GJ9n2Idlx6m3Qm1a9kcPgs3P1vh3KM { width:12.5rem;height:2.2734375rem;top:33.51953125rem;left:0.75rem;font-size:0.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #VC2huTdi1ESLULZ2ZFN1kbMwbKZcIHs8 { width:12.5rem;height:3.41015625rem;top:39.921875rem;left:7.5rem;font-size:0.875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #RHqtecPqdyFmMvyLOW1O7vXax9nNpwak { width:12.5rem;height:3.41015625rem;top:39.921875rem;left:0rem;font-size:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #tTQ4h0WTW57klRifDLZFMNZpf2buow1d { width:12.5rem;height:2.2734375rem;top:33.51953125rem;left:7.5rem;font-size:0.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #lCgQrJ7bAq73DkNrRfK1PuUu9lfiQ4MJ { width:12.5rem;height:2.2734375rem;top:22.4375rem;left:4.875rem;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hUZ7BQDJloU4kyAi16ZOeX8ihGgn7Wus { display:block; }#hUZ7BQDJloU4kyAi16ZOeX8ihGgn7Wus > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5ec9AIP0ofTmMI4ahDbeS11r0bcXCZL { width:4.875rem;height:2.3125rem;top:1rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXKEWT46zSC9eWmXdi7EuFgAX6rpD1lM { width:5.6875rem;height:3.25rem;top:9.830078125rem;left:0.65625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #siqtifXeagcgHiwsJdAJf2IyyZuQKXGR { width:4.875rem;height:1.21875rem;top:4.0625rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsXv8aZX9C3kgTp8paez7iOvM1WcyDbh { width:18.5625rem;height:3.8984375rem;top:5.28125rem;left:0.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4Tk3vceb1fDJiuTuI0q0pMAqdTwsS9K { width:15.9375rem;height:0.8125rem;top:15.365234375rem;left:3.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vz8MTztOx2X48K7gzVlq2Xy947gX5bBI { display:flex;width:1.75rem;height:1.75rem;top:1.28125rem;left:11.15625rem; }
 }@media only screen and (max-width: 763px) { #O7MmAMKR6Sl4UorAeG7vyCPei8AEiZZ4 { width:5.875rem;height:1.29980625rem;top:1.693359375rem;left:13.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9sXtIGdxBtJTZaNUGM1AxpwZzKGk8u4 { width:13.0625rem;height:4.8730625rem;top:9.875rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfXaB8fT33XTNb2geMJPBLkchsRqLwG8 { width:4rem;height:0.8125rem;top:15.365234375rem;left:0.46875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJq8c4Nsrpy6vTAKvZ7fCaPlsSTLhS7x { display:flex;width:1.125rem;height:1.125rem;top:4.109375rem;left:6.34375rem; }
#mJq8c4Nsrpy6vTAKvZ7fCaPlsSTLhS7x > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #AsoKSTEqqdcQ2cTD6H4mn0zxTb4NX4e0 { display:flex;width:1.125rem;height:1.125rem;top:4.109375rem;left:8.1875rem; }
#AsoKSTEqqdcQ2cTD6H4mn0zxTb4NX4e0 > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #ASqs6l8922Ef2mfGuNQMCop9VOp3dC2N { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ASqs6l8922Ef2mfGuNQMCop9VOp3dC2N > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EFsW89P4M1Zsrg4nvHog30OPV1QQSBIH { width:3.5625rem;height:3.375rem;top:0.65625rem;left:15.875rem;display:block; }
 }