.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#NUvhkC0mXAzNVTZ3g8Td2OD3TamrHkVU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#NUvhkC0mXAzNVTZ3g8Td2OD3TamrHkVU > .row .container { background-color: transparent; background-image: none; }#NUvhkC0mXAzNVTZ3g8Td2OD3TamrHkVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUvhkC0mXAzNVTZ3g8Td2OD3TamrHkVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUvhkC0mXAzNVTZ3g8Td2OD3TamrHkVU > .row .container > .video-iframe-container { display: none; }#NUvhkC0mXAzNVTZ3g8Td2OD3TamrHkVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUvhkC0mXAzNVTZ3g8Td2OD3TamrHkVU > .row > .video-iframe-container { display: none; }#NUvhkC0mXAzNVTZ3g8Td2OD3TamrHkVU > .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); }#NUvhkC0mXAzNVTZ3g8Td2OD3TamrHkVU > .row .container { border-width: 0; border-radius: 0; }#NUvhkC0mXAzNVTZ3g8Td2OD3TamrHkVU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NUvhkC0mXAzNVTZ3g8Td2OD3TamrHkVU > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#gu1RnfdNFluM6qDBwJqcWF3lUtFRbFx3 { color:#ffffff;display:block;width:40.6875rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:14997;line-height:1.1;letter-spacing:0;top:12.5625rem;left:1.375rem;height:6.7375rem;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;font-style:normal;display:block; }
#WqTBB4qnQMVQu8ko3zSpWJcIVPEqNiWo { color:#000000;display:block;width:40.6875rem;position:absolute;font-family:"courier prime";font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:22.656249523163rem;left:1.375rem;height:4.3125rem;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; }
#srrMaQ9Cm11hyrLUDbV7KfFgwSQHB5sv { position:absolute;display:block;z-index:14992;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:27.625rem;width:32.9375rem;top:9.28125rem;left:41.092969894409rem;overflow:hidden;display:block; }
#ZNsB8U9fMlBCE6L1QONhWLpFcyTmA9oc { box-sizing:content-box;height:21.4375rem;width:75rem;position:absolute;display:block;z-index:4999;background-color:#e11c17;background-image:none;top:0rem;left:0rem;display:block; }
#Vr0ggZM9c811LHZaVh52L9KfqOtlV01u { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:12.625rem;top:1rem;left:1.375rem;overflow:hidden;display:block; }
#r5atZiwhuAseexXuZ44PpE1uN2GMuZii { color:#ffffff;display:block;width:40.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:17.21875rem;left:1.375rem;height:4.5rem;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:none; }
#sQy4ZrQTKaKPx31MRnX0rJZvmWnkyRWv { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"courier prime";font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.324999809265rem;left:1.375rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bw2fhOqcKU7f5b35GQx2V3uJpAkFehOW { box-sizing:content-box;height:2.375rem;width:16.1875rem;position:absolute;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block;z-index:15000;background-color:#f4f4f4;background-image:none;top:8.112500190735rem;left:1.375rem;display:block; }
#yNdbgETqNhRFuphazioImg3teLqU7724 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block;z-index:15000;background-color:#f4f4f4;background-image:none;top:9.28125rem;left:0rem;display:block; }
#QevDCyL1SsU3JgDqm3eECPdQM8qtmLTs { background-color:#e11c17;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"courier prime";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.5625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:29rem;left:1.375rem;display:block; }
#fUbvcszIFs5IeLpdEgFA2ZBMhgpFgqlh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U6ZFcMWsgKA9iI8puNSuFBoFAtS2Zscw { position:relative;display:block; }#U6ZFcMWsgKA9iI8puNSuFBoFAtS2Zscw { background-color: transparent; background-image: none; }#U6ZFcMWsgKA9iI8puNSuFBoFAtS2Zscw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6ZFcMWsgKA9iI8puNSuFBoFAtS2Zscw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6ZFcMWsgKA9iI8puNSuFBoFAtS2Zscw > .row .container > .video-iframe-container { display: none; }#U6ZFcMWsgKA9iI8puNSuFBoFAtS2Zscw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6ZFcMWsgKA9iI8puNSuFBoFAtS2Zscw > .row > .video-iframe-container { display: none; }#U6ZFcMWsgKA9iI8puNSuFBoFAtS2Zscw > .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); }#U6ZFcMWsgKA9iI8puNSuFBoFAtS2Zscw { border-width: 0; border-radius: 0; }#U6ZFcMWsgKA9iI8puNSuFBoFAtS2Zscw > .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; }#U6ZFcMWsgKA9iI8puNSuFBoFAtS2Zscw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:"courier prime";height:1.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; }#u4K2Zyu2Pxwpk9vpdatpOXCRTJdNTF6F { position:relative;display:block; }#u4K2Zyu2Pxwpk9vpdatpOXCRTJdNTF6F { background-color: transparent; background-image: none; }#u4K2Zyu2Pxwpk9vpdatpOXCRTJdNTF6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4K2Zyu2Pxwpk9vpdatpOXCRTJdNTF6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4K2Zyu2Pxwpk9vpdatpOXCRTJdNTF6F > .row .container > .video-iframe-container { display: none; }#u4K2Zyu2Pxwpk9vpdatpOXCRTJdNTF6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4K2Zyu2Pxwpk9vpdatpOXCRTJdNTF6F > .row > .video-iframe-container { display: none; }#u4K2Zyu2Pxwpk9vpdatpOXCRTJdNTF6F > .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); }#u4K2Zyu2Pxwpk9vpdatpOXCRTJdNTF6F { border-width: 0; border-radius: 0; }#u4K2Zyu2Pxwpk9vpdatpOXCRTJdNTF6F > .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; }#u4K2Zyu2Pxwpk9vpdatpOXCRTJdNTF6F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#hmLBEuNHx3PSrMUtboVuMtVZvotSGOwJ { color:#3d3d3d;display:block;width:74.9375rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:2.3125rem;left:0rem;height:7rem;font-style:normal;display:block; }
#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row .container { background-color: transparent; background-image: none; }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row .container > .video-iframe-container { display: none; }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row > .video-iframe-container { display: none; }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .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); }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row .container { border-width: 0; border-radius: 0; }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row .container { font-size:0.875rem;font-family:"courier prime";height:41.5rem;width:75rem;position:relative;display:block; }#hTzLJTTfsB591hT6JFDhngT5P9mthS8J { box-sizing:content-box;height:0.0625rem;width:48.625rem;position:absolute;display:block;z-index:15022;background-color:#e95551;background-image:none;top:20.1875rem;left:0rem;display:block; }
#XntXPZXz8n3y5Tgn5K50asbMxUuCbRfx { color:#000000;display:block;width:48.6875rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:300;z-index:14999;line-height:1.4;letter-spacing:0;top:7.5625rem;left:0rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ds6L8FXLJoStsRNWCQo4cy5FUd9zQ9XG { color:#3d3d3d;display:block;width:56.3125rem;position:absolute;font-family:"courier prime";font-size:1.875rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:2.375rem;left:0rem;height:4.125rem;font-style:normal;display:block; }
#A1qTKImaB5sUbZgGMv5rNxpnFa1Bpb3B { box-sizing:content-box;height:19.3125rem;width:29.3125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:18.062500762753rem;left:45.637498855591rem;border-top:0;border-left:0.0625rem solid #3d3d3d;border-right:0;border-bottom:0.0625rem solid #3d3d3d;display:block; }
#Gbku4yba9UuZKrgpaV95oFKBPNDgeL1X { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#e95551;background-image:none;top:18.062500762753rem;left:45.000001907349rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#at0B90Xhvp3XWtTwhhwNrTTtGGqEJdww { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#e95551;background-image:none;top:19.56201171875rem;left:47.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#aaKPWliQV61uBs3erw7lTtRiNSkAT39L { box-sizing:content-box;height:35.9375rem;width:25rem;position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/720de064-e62c-4a48-863c-eeaaa850f406/SzkolenieSPRAWCZOWKULTURZEMYLENIAPrezentacja1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.5rem;left:49.64999961853rem;display:block; }#aaKPWliQV61uBs3erw7lTtRiNSkAT39L.adaptive-delivery-prevent-bg, #aaKPWliQV61uBs3erw7lTtRiNSkAT39L.lazyload, #aaKPWliQV61uBs3erw7lTtRiNSkAT39L.lazyloading { background-image: none; }
#V9V44RlKyc98duwMFoMGyRSkpxoUvd4y { color:#000000;display:block;width:45rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:23.475000143051rem;left:0rem;height:12.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PaGv9Nsdoq5mUUg2UnN1H8wGR2HtVrm8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e11c17;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; }#PaGv9Nsdoq5mUUg2UnN1H8wGR2HtVrm8 > .row .container { background-color: transparent; background-image: none; }#PaGv9Nsdoq5mUUg2UnN1H8wGR2HtVrm8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaGv9Nsdoq5mUUg2UnN1H8wGR2HtVrm8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaGv9Nsdoq5mUUg2UnN1H8wGR2HtVrm8 > .row .container > .video-iframe-container { display: none; }#PaGv9Nsdoq5mUUg2UnN1H8wGR2HtVrm8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaGv9Nsdoq5mUUg2UnN1H8wGR2HtVrm8 > .row > .video-iframe-container { display: none; }#PaGv9Nsdoq5mUUg2UnN1H8wGR2HtVrm8 > .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); }#PaGv9Nsdoq5mUUg2UnN1H8wGR2HtVrm8 > .row .container { border-width: 0; border-radius: 0; }#PaGv9Nsdoq5mUUg2UnN1H8wGR2HtVrm8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PaGv9Nsdoq5mUUg2UnN1H8wGR2HtVrm8 > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:block; }#nVJfc5uu6NDAgbIkro7JOzygzI2IfQbh { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e11c17;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"courier prime";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:7.8437509536744rem;left:31.687501907349rem;display:block; }
#iVBODvZ1uDiQ3MdRZ1vSr6o5TuNvEhTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KVTqv2IX4N1c6Wg850vD1rrJEt5GpoCQ { color:#ffffff;display:block;width:74.9375rem;position:absolute;font-family:"courier prime";font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:1.8492193222046rem;left:0.0625rem;height:3.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D04fuuTOMlkXinOU3JEvQE6DJ8Em4SWH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D04fuuTOMlkXinOU3JEvQE6DJ8Em4SWH > .row .container { background-color: transparent; background-image: none; }#D04fuuTOMlkXinOU3JEvQE6DJ8Em4SWH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D04fuuTOMlkXinOU3JEvQE6DJ8Em4SWH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D04fuuTOMlkXinOU3JEvQE6DJ8Em4SWH > .row .container > .video-iframe-container { display: none; }#D04fuuTOMlkXinOU3JEvQE6DJ8Em4SWH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D04fuuTOMlkXinOU3JEvQE6DJ8Em4SWH > .row > .video-iframe-container { display: none; }#D04fuuTOMlkXinOU3JEvQE6DJ8Em4SWH > .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); }#D04fuuTOMlkXinOU3JEvQE6DJ8Em4SWH > .row .container { border-width: 0; border-radius: 0; }#D04fuuTOMlkXinOU3JEvQE6DJ8Em4SWH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D04fuuTOMlkXinOU3JEvQE6DJ8Em4SWH > .row .container { font-size:0.875rem;font-family:"courier prime";height:49.3125rem;width:75rem;position:relative;display:block; }#BrcnEixvRhJCTw4Mwk5PuWM3ECl3gUI0 { color:#3d3d3d;display:block;width:75rem;position:absolute;font-family:"courier prime";font-size:4rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:5.5625rem;left:-0.0625rem;height:4.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iBaF7uNUS6guSsoXX0A05h0ET6C9CXH3 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#e95551;background-image:none;top:7.3375000953675rem;left:8.25rem;display:block; }
#Z8Suv4vRWXRcSkXticVThCLCNvAyH5Nx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.125rem;width:52.375rem;top:16.124218940735rem;left:11.3125rem;display:block; }
#c9F9TLn0W72C0gDP5kTlezWFqbecpxhM { color:#000000;display:block;width:49.3125rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:10.899219036102rem;left:12.84375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ghlUPs4IETdazpmeEXNSlBDR5MLKXoTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ghlUPs4IETdazpmeEXNSlBDR5MLKXoTT > .row .container { background-color: transparent; background-image: none; }#ghlUPs4IETdazpmeEXNSlBDR5MLKXoTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghlUPs4IETdazpmeEXNSlBDR5MLKXoTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghlUPs4IETdazpmeEXNSlBDR5MLKXoTT > .row .container > .video-iframe-container { display: none; }#ghlUPs4IETdazpmeEXNSlBDR5MLKXoTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghlUPs4IETdazpmeEXNSlBDR5MLKXoTT > .row > .video-iframe-container { display: none; }#ghlUPs4IETdazpmeEXNSlBDR5MLKXoTT > .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); }#ghlUPs4IETdazpmeEXNSlBDR5MLKXoTT > .row .container { border-width: 0; border-radius: 0; }#ghlUPs4IETdazpmeEXNSlBDR5MLKXoTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ghlUPs4IETdazpmeEXNSlBDR5MLKXoTT > .row .container { font-size:0.875rem;font-family:"courier prime";height:19.625rem;width:75rem;position:relative;display:block; }#OO01bzKcpaniv0pxZrWST2Hu1XRSGc6b { color:#3d3d3d;display:block;width:17.125rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:8.5625rem;left:30.187501907349rem;height:2.5rem;font-style:normal;display:block; }
#dDyLNzbFNzBH4X1FSB6FocZg6QSa1Dkg { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15021;background-color:#e95551;background-image:none;top:7.875rem;left:30.187501907349rem;display:block; }
#moQOJbmrtMFA7Pdm2RLfBSuueUmRg0c7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.3125rem;left:27.062501907349rem; }
#wWQqOUFUp2wpviGr2u3ONMX1q9VaEzbH { color:#3d3d3d;display:block;width:16.5625rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:8.4375rem;left:57.437498092651rem;height:2.5rem;font-style:normal;display:block; }
#OQ0l4zeRfffbQnCa9dBMpS68KfPo2hm0 { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:#e95551;background-image:none;top:7.75rem;left:57.437498092651rem;display:block; }
#wUCaIwByt3AqrpfeyQrceBrRl3NvkZcV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.1875rem;left:54.374998092651rem; }
#cuHBZXsv41P5hAvkzqGrAIWVJXBONr5m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.1875rem;left:0rem; }
#p2JpN764oRMwE6Vdme2yiXAXPxgypC7P { color:#3d3d3d;display:block;width:17.1875rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:8.4375rem;left:3.0625rem;height:3.75rem;font-style:normal;display:block; }
#X0iz446POUZeNRdfaXvPfNzP9AT9Uolr { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:13.061719894409rem;left:3.0625rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QTsC5yohKeq0Vinodc8n8ZtZE0DILq9K { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:#e95551;background-image:none;top:7.75rem;left:3.0625rem;display:block; }
#O1TnRatHiL5ELl9hqmTSRqsEVXLIpeKg { color:#3d3d3d;display:block;width:75rem;position:absolute;font-family:"courier prime";font-size:4rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:1rem;left:0rem;height:4.8rem;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;font-style:normal;display:block; }
#HHA8aKDTPLtKwyBI4q9ktTW6l2zCWt27 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#e95551;background-image:none;top:2.7750000953674rem;left:59.187498092651rem;display:block; }
#d0cTCDexZhcEeMma8oTGNbslFAE1mb6G { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:11.936718940735rem;left:30.187501907349rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hRerwTksp6MefFW92g6JxXdihWwkt72i { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:11.936718940735rem;left:57.249998092651rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MQ1NrEb7cduJRq2rhu1g8kr6U35tzdu9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MQ1NrEb7cduJRq2rhu1g8kr6U35tzdu9 > .row .container { background-color: transparent; background-image: none; }#MQ1NrEb7cduJRq2rhu1g8kr6U35tzdu9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQ1NrEb7cduJRq2rhu1g8kr6U35tzdu9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQ1NrEb7cduJRq2rhu1g8kr6U35tzdu9 > .row .container > .video-iframe-container { display: none; }#MQ1NrEb7cduJRq2rhu1g8kr6U35tzdu9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQ1NrEb7cduJRq2rhu1g8kr6U35tzdu9 > .row > .video-iframe-container { display: none; }#MQ1NrEb7cduJRq2rhu1g8kr6U35tzdu9 > .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); }#MQ1NrEb7cduJRq2rhu1g8kr6U35tzdu9 > .row .container { border-width: 0; border-radius: 0; }#MQ1NrEb7cduJRq2rhu1g8kr6U35tzdu9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MQ1NrEb7cduJRq2rhu1g8kr6U35tzdu9 > .row .container { font-size:0.875rem;font-family:"courier prime";height:13.6875rem;width:75rem;position:relative;display:block; }#tRKPppFIyiez1tNOESTRCNU2J2so1Ocw { color:#3d3d3d;display:block;width:17.125rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:1.6875019073486rem;left:30.187501907349rem;height:2.5rem;font-style:normal;display:block; }
#S6KXmGwaT9Vk6LVgUEoWlIUMUy2o9Ay4 { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15021;background-color:#e95551;background-image:none;top:1.0000019073486rem;left:30.187501907349rem;display:block; }
#xkFto7B5TyHMHWBhgqrUSvb813p0dRyb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.4375019073486rem;left:27.062501907349rem; }
#mirUy1m2aOSsvBqXmQHUxMD3OyRK0Zze { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.3125019073486rem;left:0rem; }
#RaHaR0q6Gu2RJNyoFkKGauMrqBm7L0sB { color:#3d3d3d;display:block;width:17.1875rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:1.5625019073486rem;left:3.0625rem;height:2.5rem;font-style:normal;display:block; }
#dnk5GkpADZRbNsdtX6ZOv04kpvOSlqVK { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:4.7437505722046rem;left:3.0625rem;height:4.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wx7rInn6X8Wc8773WvI2icfItEIvJH0p { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:#e95551;background-image:none;top:0.87500190734863rem;left:3.0625rem;display:block; }
#f0gHWxaBLsxqk9d9PKL1ad3BvR2TfcTa { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:5.0617198944092rem;left:30.187501907349rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pRkDWVLh3s8gbSmJnZrCyA88x84hahMI { position:relative;display:block; }#pRkDWVLh3s8gbSmJnZrCyA88x84hahMI { background-color: transparent; background-image: none; }#pRkDWVLh3s8gbSmJnZrCyA88x84hahMI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRkDWVLh3s8gbSmJnZrCyA88x84hahMI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRkDWVLh3s8gbSmJnZrCyA88x84hahMI > .row .container > .video-iframe-container { display: none; }#pRkDWVLh3s8gbSmJnZrCyA88x84hahMI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRkDWVLh3s8gbSmJnZrCyA88x84hahMI > .row > .video-iframe-container { display: none; }#pRkDWVLh3s8gbSmJnZrCyA88x84hahMI > .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); }#pRkDWVLh3s8gbSmJnZrCyA88x84hahMI { border-width: 0; border-radius: 0; }#pRkDWVLh3s8gbSmJnZrCyA88x84hahMI > .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; }#pRkDWVLh3s8gbSmJnZrCyA88x84hahMI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.3125rem;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; }#M4TgDOzdDIguTglaI4AsSTXctIIOTaUk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M4TgDOzdDIguTglaI4AsSTXctIIOTaUk > .row .container { background-color: transparent; background-image: none; }#M4TgDOzdDIguTglaI4AsSTXctIIOTaUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4TgDOzdDIguTglaI4AsSTXctIIOTaUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4TgDOzdDIguTglaI4AsSTXctIIOTaUk > .row .container > .video-iframe-container { display: none; }#M4TgDOzdDIguTglaI4AsSTXctIIOTaUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4TgDOzdDIguTglaI4AsSTXctIIOTaUk > .row > .video-iframe-container { display: none; }#M4TgDOzdDIguTglaI4AsSTXctIIOTaUk > .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); }#M4TgDOzdDIguTglaI4AsSTXctIIOTaUk > .row .container { border-width: 0; border-radius: 0; }#M4TgDOzdDIguTglaI4AsSTXctIIOTaUk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M4TgDOzdDIguTglaI4AsSTXctIIOTaUk > .row .container { font-size:0.875rem;font-family:"courier prime";height:20.0625rem;width:75rem;position:relative;display:block; }#MPTdzrEEPe6SM6c4wzOm4Kp2LuMCk5gv { color:#3d3d3d;display:block;width:17.875rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:8.5625rem;left:30.187501907349rem;height:2.5rem;font-style:normal;display:block; }
#rTxllMsrJGdaq4iWFKyB3Py7RVx4xdsO { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15021;background-color:#e95551;background-image:none;top:7.875rem;left:30.187501907349rem;display:block; }
#DxVTFDCO2hMDOZmomeiardSZTy6dFQ8H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.3125rem;left:27.062501907349rem; }
#cTsFHMJX9fapUOTVJTuzsK2TAL0DixdP { color:#3d3d3d;display:block;width:17.6875rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:8.4375rem;left:57.437498092651rem;height:2.5rem;font-style:normal;display:block; }
#bfC97o60MSQMXpRsIWRClz54BJGglH5k { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:#e95551;background-image:none;top:7.75rem;left:57.437498092651rem;display:block; }
#rEekbvypqTczqhdTiKxENAinr3vSSOly { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.1875rem;left:54.374998092651rem; }
#Dc4TpRUBHR6peR17QFZV6U5Pm0WKfPkC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.1875rem;left:0rem; }
#tQAi3X5mMLZak4BUdT5dVgmpMMHlU5g3 { color:#3d3d3d;display:block;width:15.875rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:8.4375rem;left:3.0625rem;height:2.5rem;font-style:normal;display:block; }
#ZRayvFvtQRCs83WWld1wCZeZyL1loDW3 { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:13.061719894409rem;left:3.0625rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HGpg5clCJp2MMATFkTvFS7UZZMWXSsGF { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:#e95551;background-image:none;top:7.75rem;left:3.0625rem;display:block; }
#FCzeLCPcfx2VcCBa5cfUcbQ2PTNNPsFR { color:#3d3d3d;display:block;width:48.8125rem;position:absolute;font-family:"courier prime";font-size:4rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:1rem;left:0rem;height:4.8rem;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;font-style:normal;display:block; }
#QWPHBDFulHEhyIK1X5UR9uVt1ago7Rsk { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#e95551;background-image:none;top:2.7742195129394rem;left:50.561719894409rem;display:block; }
#xa0fB2IPkWacQTa6NbvKH7o8n4UMQQcR { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:11.936718940735rem;left:30.187501907349rem;height:4.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#onaTgrUpxr2uN6TRSBFElvl2dFOx0TCW { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:13.06093788147rem;left:57.249998092651rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o9g5TkFM67vSV2haR2rCeXRgEUvnkxKB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o9g5TkFM67vSV2haR2rCeXRgEUvnkxKB > .row .container { background-color: transparent; background-image: none; }#o9g5TkFM67vSV2haR2rCeXRgEUvnkxKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9g5TkFM67vSV2haR2rCeXRgEUvnkxKB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9g5TkFM67vSV2haR2rCeXRgEUvnkxKB > .row .container > .video-iframe-container { display: none; }#o9g5TkFM67vSV2haR2rCeXRgEUvnkxKB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9g5TkFM67vSV2haR2rCeXRgEUvnkxKB > .row > .video-iframe-container { display: none; }#o9g5TkFM67vSV2haR2rCeXRgEUvnkxKB > .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); }#o9g5TkFM67vSV2haR2rCeXRgEUvnkxKB > .row .container { border-width: 0; border-radius: 0; }#o9g5TkFM67vSV2haR2rCeXRgEUvnkxKB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o9g5TkFM67vSV2haR2rCeXRgEUvnkxKB > .row .container { font-size:0.875rem;font-family:"courier prime";height:14.6875rem;width:75rem;position:relative;display:block; }#PqffLgEe9Or0XHfNR3DU1DpWhn44rCsu { color:#3d3d3d;display:block;width:15.8125rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:1.6875019073486rem;left:30.187501907349rem;height:2.5rem;font-style:normal;display:block; }
#MTySlM4Bk2hIdx3X5DKRqGwbAUluUgZM { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15021;background-color:#e95551;background-image:none;top:1.0000019073486rem;left:30.187501907349rem;display:block; }
#OBlsoxDua9T5569GmJSeqSi3ErzDWmAy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.4375019073486rem;left:27.062501907349rem; }
#ZlEyCAoebRttJR0taacKJfx1fXarDJ89 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.3125019073486rem;left:0rem; }
#DeMQMeqzzyRCBftKJGseBZXa8afUI0lB { color:#3d3d3d;display:block;width:18.3125rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:1.5625019073486rem;left:3.0625rem;height:2.5rem;font-style:normal;display:block; }
#wSZtE0LREpKFnuxN0sv2T5HVBT27ayE6 { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:4.7437505722046rem;left:3.0625rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qThvTZye2ddWo31qvTQZsw5i1kXHCxDJ { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:#e95551;background-image:none;top:0.87500190734863rem;left:3.0625rem;display:block; }
#cDxqp2aOh8ae9rfOxStpsHKLTaDQdRG1 { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:5.0617198944092rem;left:30.187501907349rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NK7E6hr9J377lEzZSyua44XXfddNfcWM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#NK7E6hr9J377lEzZSyua44XXfddNfcWM > .row .container { background-color: transparent; background-image: none; }#NK7E6hr9J377lEzZSyua44XXfddNfcWM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NK7E6hr9J377lEzZSyua44XXfddNfcWM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NK7E6hr9J377lEzZSyua44XXfddNfcWM > .row .container > .video-iframe-container { display: none; }#NK7E6hr9J377lEzZSyua44XXfddNfcWM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NK7E6hr9J377lEzZSyua44XXfddNfcWM > .row > .video-iframe-container { display: none; }#NK7E6hr9J377lEzZSyua44XXfddNfcWM > .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); }#NK7E6hr9J377lEzZSyua44XXfddNfcWM > .row .container { border-width: 0; border-radius: 0; }#NK7E6hr9J377lEzZSyua44XXfddNfcWM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NK7E6hr9J377lEzZSyua44XXfddNfcWM > .row .container { font-size:0.875rem;font-family:"courier prime";height:19.25rem;width:75rem;position:relative;display:block; }#pneiZk0xLNndmFmNnA7FeAcTGlTqTNTt { color:#3d3d3d;display:block;width:74.875rem;position:absolute;font-family:"courier prime";font-size:4rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:1.7500003799796rem;left:0rem;height:4.8rem;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;font-style:normal;display:block; }
#SJ4FKka16gpnABL7kLmi9mX35zaZNxeC { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15021;background-color:#e95551;background-image:none;top:8.5000003799794rem;left:28.562501907349rem;display:block; }
#rygw6s26lyJfcLhi8SUZsCZv5oBe32qK { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:#e95551;background-image:none;top:8.3750003799794rem;left:53.812501907349rem;display:block; }
#qiOH5vMzGe4uB1EpUKgIlJm6i0Dz00dJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.8750003799794rem;left:0.4375rem; }
#fZMyX5f9Weknh6hKsPNaEMdoe6cTQS72 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:9.75rem;left:3.0625rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c9dMIZT7vJZERPqPCN9hvRiGuz3ArU0m { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:#e95551;background-image:none;top:8.3750003799794rem;left:3.0625rem;display:block; }
#IEVHXqVvT1ftT6vkae2wyQIRSApbFrT1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:8.9375003799794rem;left:25.925001144409rem; }
#ePRXcSvQxoxtP6TzensozsooWcybZ0nF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.9375003799794rem;left:51.112501144409rem; }
#XPsqkEBpg7LwCuPVLElRAJdf0Czs6W9J { color:#000000;display:block;width:21rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:10rem;left:28.562501907349rem;height:7.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C73uXoCrtdIA9dFqQ0FuWzuJyfqPMZMn { color:#000000;display:block;width:21rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:9.875rem;left:53.812501907349rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iMx1t6TTkRqOPVqgeBAbyA7Fv6ykB2EL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#iMx1t6TTkRqOPVqgeBAbyA7Fv6ykB2EL > .row .container { background-color: transparent; background-image: none; }#iMx1t6TTkRqOPVqgeBAbyA7Fv6ykB2EL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMx1t6TTkRqOPVqgeBAbyA7Fv6ykB2EL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMx1t6TTkRqOPVqgeBAbyA7Fv6ykB2EL > .row .container > .video-iframe-container { display: none; }#iMx1t6TTkRqOPVqgeBAbyA7Fv6ykB2EL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMx1t6TTkRqOPVqgeBAbyA7Fv6ykB2EL > .row > .video-iframe-container { display: none; }#iMx1t6TTkRqOPVqgeBAbyA7Fv6ykB2EL > .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); }#iMx1t6TTkRqOPVqgeBAbyA7Fv6ykB2EL > .row .container { border-width: 0; border-radius: 0; }#iMx1t6TTkRqOPVqgeBAbyA7Fv6ykB2EL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iMx1t6TTkRqOPVqgeBAbyA7Fv6ykB2EL > .row .container { font-size:0.875rem;font-family:"courier prime";height:8.8125rem;width:75rem;position:relative;display:block; }#xCiepXls15lPxzNXxUpZqPZyADgD5obg { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15021;background-color:#e95551;background-image:none;top:0.875rem;left:28.562501907349rem;display:block; }
#te0zDhsvXqs1ulzX6FJMgCtVbdBh0Nc2 { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:#e95551;background-image:none;top:0.75rem;left:53.812501907349rem;display:block; }
#vUCUfwzwtDsqTWL4RFE7UF4sIfQpwV4B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.25rem;left:0.4375rem; }
#kMnoceszxAdc78xfWLwit0e6W7ZaaUsP { color:#000000;display:block;width:19.75rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:2.125rem;left:3.0625rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZwWdNZ8F5cLfpFHZs3BoeMbBmiyRDUPX { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:#e95551;background-image:none;top:0.75rem;left:3.0625rem;display:block; }
#ORdwLE0wHbTmyFBqL5WeLobz6yTbwFgo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1.3125rem;left:25.925001144409rem; }
#ZQrVCexMkNpDx09MTmyBJNOXVguThuLH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.3125rem;left:51.112501144409rem; }
#JV9ifGeiZmTJwLATmDDNlBGqZyFXkApm { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:2.375rem;left:28.562501907349rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hVG82FhesJKoVPZFqRrzs0KvGKSZDh2i { color:#000000;display:block;width:21rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:2.25rem;left:53.812501907349rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y4EltMOm2sr1QFFT8brmheUCSPMmXD4J { position:relative;display:block; }#y4EltMOm2sr1QFFT8brmheUCSPMmXD4J { background-color: transparent; background-image: none; }#y4EltMOm2sr1QFFT8brmheUCSPMmXD4J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4EltMOm2sr1QFFT8brmheUCSPMmXD4J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4EltMOm2sr1QFFT8brmheUCSPMmXD4J > .row .container > .video-iframe-container { display: none; }#y4EltMOm2sr1QFFT8brmheUCSPMmXD4J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4EltMOm2sr1QFFT8brmheUCSPMmXD4J > .row > .video-iframe-container { display: none; }#y4EltMOm2sr1QFFT8brmheUCSPMmXD4J > .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); }#y4EltMOm2sr1QFFT8brmheUCSPMmXD4J { border-width: 0; border-radius: 0; }#y4EltMOm2sr1QFFT8brmheUCSPMmXD4J > .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; }#y4EltMOm2sr1QFFT8brmheUCSPMmXD4J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.3125rem;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; }#QrCdWI07LxwCfey6m6SXOIaxDCZWpOJc { position:relative;display:block; }#QrCdWI07LxwCfey6m6SXOIaxDCZWpOJc { background-color: transparent; background-image: none; }#QrCdWI07LxwCfey6m6SXOIaxDCZWpOJc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrCdWI07LxwCfey6m6SXOIaxDCZWpOJc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrCdWI07LxwCfey6m6SXOIaxDCZWpOJc > .row .container > .video-iframe-container { display: none; }#QrCdWI07LxwCfey6m6SXOIaxDCZWpOJc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrCdWI07LxwCfey6m6SXOIaxDCZWpOJc > .row > .video-iframe-container { display: none; }#QrCdWI07LxwCfey6m6SXOIaxDCZWpOJc > .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); }#QrCdWI07LxwCfey6m6SXOIaxDCZWpOJc { border-width: 0; border-radius: 0; }#QrCdWI07LxwCfey6m6SXOIaxDCZWpOJc > .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; }#QrCdWI07LxwCfey6m6SXOIaxDCZWpOJc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.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; }#lqEdgAMPxaaf2Q2NNFW1Is1vbKmUyutB { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#e95551;background-image:none;top:2.5484561920166rem;left:47.061719894409rem;display:block; }
#aycA94qdf7nvbBpDZ34GlRid2TNU3J6Z { color:#3d3d3d;display:block;width:75rem;position:absolute;font-family:"courier prime";font-size:3.875rem;font-weight:300;z-index:15001;line-height:.8;letter-spacing:0;top:1.625rem;left:0rem;height:;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;font-style:normal;display:block; }
#asuFnNMsCC1amWAtARpKG7rwGiZTptRa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#asuFnNMsCC1amWAtARpKG7rwGiZTptRa > .row .container { background-color: transparent; background-image: none; }#asuFnNMsCC1amWAtARpKG7rwGiZTptRa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asuFnNMsCC1amWAtARpKG7rwGiZTptRa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asuFnNMsCC1amWAtARpKG7rwGiZTptRa > .row .container > .video-iframe-container { display: none; }#asuFnNMsCC1amWAtARpKG7rwGiZTptRa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asuFnNMsCC1amWAtARpKG7rwGiZTptRa > .row > .video-iframe-container { display: none; }#asuFnNMsCC1amWAtARpKG7rwGiZTptRa > .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); }#asuFnNMsCC1amWAtARpKG7rwGiZTptRa > .row .container { border-width: 0; border-radius: 0; }#asuFnNMsCC1amWAtARpKG7rwGiZTptRa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#asuFnNMsCC1amWAtARpKG7rwGiZTptRa > .row .container { font-size:0.875rem;font-family:"courier prime";height:14.75rem;width:75rem;position:relative;display:block; }#eQT5gX5RAJwIsP6fJ4aTfLVpsN5sltzt { color:#3d3d3d;display:block;width:15.8125rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:1.625rem;left:30.1875rem;height:2.5rem;font-style:normal;display:block; }
#SqDgSQDiXhOseUR8TdoO5L59xVKIc0rn { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15021;background-color:#e95551;background-image:none;top:0.9375rem;left:30.1875rem;display:block; }
#TFyqMVstmtWc3447IbLEiQKGXNCUrShA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.375rem;left:27.0625rem; }
#S7TcDXBk97UbxuLN6SAklPk7clAev0mV { color:#3d3d3d;display:block;width:17.6875rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:1.5rem;left:57.4375rem;height:3.75rem;font-style:normal;display:block; }
#nMJRfUA9fKD6VPWR3RU5z7TuRDmwBVaz { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:#e95551;background-image:none;top:0.8125rem;left:57.4375rem;display:block; }
#hCX88yBvvbasZQ68mbQIGlT9VSNRQ02R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.25rem;left:54.375rem; }
#VhpMnGlk3RfQnzENbw9piuH0FdwWvyEt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.25rem;left:0rem; }
#zDRbJDW8hlkslXsdA5kBSazc5fBv3wEd { color:#3d3d3d;display:block;width:18.25rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:1.5rem;left:3.0625rem;height:3.75rem;font-style:normal;display:block; }
#su53lTbegvk66nQW8TQUn8JV1WKirvne { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:6.125rem;left:3.0625rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t02mBlvDrBg7q7RkBOeRJ6Ax5TtzgOH1 { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:#e95551;background-image:none;top:0.8125rem;left:3.0625rem;display:block; }
#GJH0Fe7OoDvyGBPPgxedInGZ5L6ZQDsE { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:6.125rem;left:30.187501907349rem;height:4.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DLS9iJ7taowkN3vwLm4heEwoIVaGWmSD { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:7.3749990463256rem;left:57.249998092651rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#clvncKUOLU3LvXbqOLEClPvZqIrapk5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#clvncKUOLU3LvXbqOLEClPvZqIrapk5T > .row .container { background-color: transparent; background-image: none; }#clvncKUOLU3LvXbqOLEClPvZqIrapk5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clvncKUOLU3LvXbqOLEClPvZqIrapk5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clvncKUOLU3LvXbqOLEClPvZqIrapk5T > .row .container > .video-iframe-container { display: none; }#clvncKUOLU3LvXbqOLEClPvZqIrapk5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clvncKUOLU3LvXbqOLEClPvZqIrapk5T > .row > .video-iframe-container { display: none; }#clvncKUOLU3LvXbqOLEClPvZqIrapk5T > .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); }#clvncKUOLU3LvXbqOLEClPvZqIrapk5T > .row .container { border-width: 0; border-radius: 0; }#clvncKUOLU3LvXbqOLEClPvZqIrapk5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#clvncKUOLU3LvXbqOLEClPvZqIrapk5T > .row .container { font-size:0.875rem;font-family:"courier prime";height:18.5625rem;width:75rem;position:relative;display:block; }#xM2szH3UN0g7IXI66MEZydTLuTgxTi68 { color:#3d3d3d;display:block;width:17.1875rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:1.6875rem;left:30.187501907349rem;height:3.75rem;font-style:normal;display:block; }
#GuTTdEI9CGMGsyNva8iFOXGNWlBGDcLD { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15021;background-color:#e95551;background-image:none;top:1.0000019073486rem;left:30.187501907349rem;display:block; }
#Px3Pi0wuvR9GTqSNVXk4ELMvgk0OtDFD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.4375019073486rem;left:27.062501907349rem; }
#IkVOPsD7t90wSmiezho2QEzupvrJd3kg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.3125019073486rem;left:0rem; }
#xZgzgIRmzWVNTXPOdQsPbkBrcRBfWcnr { color:#3d3d3d;display:block;width:18.3125rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:1.5625019073486rem;left:3.0625rem;height:3.75rem;font-style:normal;display:block; }
#Llv2a0Hz3rAnSQy1a4XqDGiqebwsrZns { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:6.2437515258789rem;left:3.0625rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rplTIEPkDQ0hTWuWcFZDeK05lmQfMFwn { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:#e95551;background-image:none;top:0.87500190734863rem;left:3.0625rem;display:block; }
#CtVbWoXnh3C6z7lFyCcrvTZBd9voJ10z { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:7.5929698944094rem;left:29.906251907349rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bQxxWknWrlnlPKMKFs1TvQincfuT1zO3 { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:9.1039123535156rem;left:30.187501907349rem;height:5.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#bQxxWknWrlnlPKMKFs1TvQincfuT1zO3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bQxxWknWrlnlPKMKFs1TvQincfuT1zO3 li:before{  }
#HD3k7Ag3oTTgkGF5s66l62ompKREWrMb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#HD3k7Ag3oTTgkGF5s66l62ompKREWrMb > .row .container { background-color: transparent; background-image: none; }#HD3k7Ag3oTTgkGF5s66l62ompKREWrMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HD3k7Ag3oTTgkGF5s66l62ompKREWrMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HD3k7Ag3oTTgkGF5s66l62ompKREWrMb > .row .container > .video-iframe-container { display: none; }#HD3k7Ag3oTTgkGF5s66l62ompKREWrMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HD3k7Ag3oTTgkGF5s66l62ompKREWrMb > .row > .video-iframe-container { display: none; }#HD3k7Ag3oTTgkGF5s66l62ompKREWrMb > .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); }#HD3k7Ag3oTTgkGF5s66l62ompKREWrMb > .row .container { border-width: 0; border-radius: 0; }#HD3k7Ag3oTTgkGF5s66l62ompKREWrMb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HD3k7Ag3oTTgkGF5s66l62ompKREWrMb > .row .container { font-size:0.875rem;font-family:arial;height:2.3125rem;width:75rem;position:relative;display:block; }#vt8riFvqkfDunhAaTzvtQxr4a3Ik1OvO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#vt8riFvqkfDunhAaTzvtQxr4a3Ik1OvO > .row .container { background-color: transparent; background-image: none; }#vt8riFvqkfDunhAaTzvtQxr4a3Ik1OvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vt8riFvqkfDunhAaTzvtQxr4a3Ik1OvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vt8riFvqkfDunhAaTzvtQxr4a3Ik1OvO > .row .container > .video-iframe-container { display: none; }#vt8riFvqkfDunhAaTzvtQxr4a3Ik1OvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vt8riFvqkfDunhAaTzvtQxr4a3Ik1OvO > .row > .video-iframe-container { display: none; }#vt8riFvqkfDunhAaTzvtQxr4a3Ik1OvO > .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); }#vt8riFvqkfDunhAaTzvtQxr4a3Ik1OvO > .row .container { border-width: 0; border-radius: 0; }#vt8riFvqkfDunhAaTzvtQxr4a3Ik1OvO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vt8riFvqkfDunhAaTzvtQxr4a3Ik1OvO > .row .container { font-size:0.875rem;font-family:"courier prime";height:9.0625rem;width:75rem;position:relative;display:block; }#Joly1TUcUnSHBH2WDZ5kMcXTS35SQ8DT { color:#3d3d3d;display:block;width:75rem;position:absolute;font-family:"courier prime";font-size:4rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:4.0624985694885rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IfAX7vcipatbVLZIkkBL1g5oht3EXJxM { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#e95551;background-image:none;top:5.8359375rem;left:8.7117195129394rem;display:block; }
#P3BZ7Ho7DGHKRyLl1KVvO9PCDw8HM7ZU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#P3BZ7Ho7DGHKRyLl1KVvO9PCDw8HM7ZU > .row .container { background-color: transparent; background-image: none; }#P3BZ7Ho7DGHKRyLl1KVvO9PCDw8HM7ZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3BZ7Ho7DGHKRyLl1KVvO9PCDw8HM7ZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3BZ7Ho7DGHKRyLl1KVvO9PCDw8HM7ZU > .row .container > .video-iframe-container { display: none; }#P3BZ7Ho7DGHKRyLl1KVvO9PCDw8HM7ZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3BZ7Ho7DGHKRyLl1KVvO9PCDw8HM7ZU > .row > .video-iframe-container { display: none; }#P3BZ7Ho7DGHKRyLl1KVvO9PCDw8HM7ZU > .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); }#P3BZ7Ho7DGHKRyLl1KVvO9PCDw8HM7ZU > .row .container { border-width: 0; border-radius: 0; }#P3BZ7Ho7DGHKRyLl1KVvO9PCDw8HM7ZU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P3BZ7Ho7DGHKRyLl1KVvO9PCDw8HM7ZU > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#kDoctxUmzA4V2IpLJwlNF8V2u1EaUgiW { position:absolute;display:block;z-index:15001;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:21.875rem;width:35rem;top:6.8437504768369rem;left:21.5rem;overflow:hidden;display:block; }
#Os8xd8FDzWDTrxZTQ5780sKvv8sUxgP7 { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#e95551;background-image:none;top:3.25rem;left:31rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qO35nQan3eN4d7TXRdT5x4Rtgnq8zm5E { color:#3d3d3d;display:block;width:11.625rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:2.75rem;left:32.4375rem;height:3rem;font-style:normal;display:block; }
#NoFyUtDIyAug9odwwPRXMhy08tgeErAF { color:#3d3d3d;display:block;width:14.5rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:11.375rem;left:5.6875rem;height:1.5rem;font-style:normal;display:block; }
#xD3H9m9wNZCARXQgVxv23Qk9re2OSZts { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#e95551;background-image:none;top:11.875rem;left:4.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PG0nJ0Oam6l9RWAGO0iUutrd13WuHTIn { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#e95551;background-image:none;top:11.875rem;left:58rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zQS34N77gziT7iaJshPVT10b6Co7VSr1 { color:#3d3d3d;display:block;width:14.6875rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:11.375rem;left:59.4375rem;height:3rem;font-style:normal;display:block; }
#oK20UeM7PvBbhwBGR4TOMaXdOC1DQpNT { color:#3d3d3d;display:block;width:14.5rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:22.375rem;left:5.6875rem;height:3rem;font-style:normal;display:block; }
#boI74dIyJ2WdHRqonsprv20XHD0GMaTa { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#e95551;background-image:none;top:22.875rem;left:4.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#t4TWz4c9ZPnSXqnTAcMsx43o88TcX06Q { color:#3d3d3d;display:block;width:14.5rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:21.875rem;left:59.4375rem;height:4.5rem;font-style:normal;display:block; }
#IRADcgZOpfVDfoy34Uu8TkvsHhhOH8K9 { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#e95551;background-image:none;top:22.375rem;left:58rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pxffDgSEEJTmcFIzCzSQQkHOLP2US6cM { color:#3d3d3d;display:block;width:14.5rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:30.3125rem;left:31.75rem;height:1.5rem;font-style:normal;display:block; }
#ZSWPD8oJ2VCkiVblZytpwOgCTuCHcsvO { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#e95551;background-image:none;top:30.8125rem;left:30.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RtUH2LCgTtToHEfyT5SeiBDTdk7JMbHP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#RtUH2LCgTtToHEfyT5SeiBDTdk7JMbHP > .row .container { background-color: transparent; background-image: none; }#RtUH2LCgTtToHEfyT5SeiBDTdk7JMbHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtUH2LCgTtToHEfyT5SeiBDTdk7JMbHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtUH2LCgTtToHEfyT5SeiBDTdk7JMbHP > .row .container > .video-iframe-container { display: none; }#RtUH2LCgTtToHEfyT5SeiBDTdk7JMbHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtUH2LCgTtToHEfyT5SeiBDTdk7JMbHP > .row > .video-iframe-container { display: none; }#RtUH2LCgTtToHEfyT5SeiBDTdk7JMbHP > .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); }#RtUH2LCgTtToHEfyT5SeiBDTdk7JMbHP > .row .container { border-width: 0; border-radius: 0; }#RtUH2LCgTtToHEfyT5SeiBDTdk7JMbHP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RtUH2LCgTtToHEfyT5SeiBDTdk7JMbHP > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#DhmlozG03fiFr7WC9FJeTG5tAWClmSuf { background-color:#e11c17;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"courier prime";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.5625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1.3984365463257rem;left:30.562501907349rem;display:block; }
#mhwUMHipBS1fyuTJZXFoouWobhNHJADC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oMpxJSbIAfFmSsic2bqE3w2TuwTNWFWD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oMpxJSbIAfFmSsic2bqE3w2TuwTNWFWD > .row .container { background-color: transparent; background-image: none; }#oMpxJSbIAfFmSsic2bqE3w2TuwTNWFWD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMpxJSbIAfFmSsic2bqE3w2TuwTNWFWD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMpxJSbIAfFmSsic2bqE3w2TuwTNWFWD > .row .container > .video-iframe-container { display: none; }#oMpxJSbIAfFmSsic2bqE3w2TuwTNWFWD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMpxJSbIAfFmSsic2bqE3w2TuwTNWFWD > .row > .video-iframe-container { display: none; }#oMpxJSbIAfFmSsic2bqE3w2TuwTNWFWD > .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); }#oMpxJSbIAfFmSsic2bqE3w2TuwTNWFWD > .row .container { border-width: 0; border-radius: 0; }#oMpxJSbIAfFmSsic2bqE3w2TuwTNWFWD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oMpxJSbIAfFmSsic2bqE3w2TuwTNWFWD > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#BavUZ4W2bTMXRZEd9dd2vlJqW6bmhSFz { color:#3d3d3d;display:block;width:75rem;position:absolute;font-family:"courier prime";font-size:4rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:3.125rem;left:0rem;height:4.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#q6BvxKSZEq5P2Pmd3KAptypi2N9ynEz2 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#e95551;background-image:none;top:4.8992195129394rem;left:2.3125rem;display:block; }
#IUSfTGveNeGIqXNNKcPfHiixRNQKb6eN { position:relative;display:block; }#IUSfTGveNeGIqXNNKcPfHiixRNQKb6eN { background-color: transparent; background-image: none; }#IUSfTGveNeGIqXNNKcPfHiixRNQKb6eN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUSfTGveNeGIqXNNKcPfHiixRNQKb6eN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUSfTGveNeGIqXNNKcPfHiixRNQKb6eN > .row .container > .video-iframe-container { display: none; }#IUSfTGveNeGIqXNNKcPfHiixRNQKb6eN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUSfTGveNeGIqXNNKcPfHiixRNQKb6eN > .row > .video-iframe-container { display: none; }#IUSfTGveNeGIqXNNKcPfHiixRNQKb6eN > .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); }#IUSfTGveNeGIqXNNKcPfHiixRNQKb6eN { border-width: 0; border-radius: 0; }#IUSfTGveNeGIqXNNKcPfHiixRNQKb6eN > .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; }#IUSfTGveNeGIqXNNKcPfHiixRNQKb6eN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.125rem;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; }#RfH3mLlTGdFC7yiwDNFIGbH98nS6orVv { color:#e11c17;display:block;width:34.625rem;position:absolute;font-family:"courier prime";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:0.9375rem;left:0rem;height:2.2rem;font-style:normal;display:block; }
#BHWownJDteFuorPAqPPFDgycvKuxzVkA { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#e11c17;background-image:none;top:3.4375rem;left:0rem;display:block; }
#PBJ5ukJqfe425HJ1uuW0h9EdN8UNblR3 { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:#e11c17;background-image:none;top:4.0625rem;left:0rem;display:block; }
#KNuWmrZTTfAN5k0UKhPNQOv4r9saURet { color:#f2522e;display:block;width:37.375rem;position:absolute;font-family:"courier prime";font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:0.9375rem;left:37.625rem;height:2.2rem;font-style:normal;display:block; }
#tZnRyKSH6wiNpuF9bk8ayhNoTfmWhTki { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#f2522e;background-image:none;top:3.4375rem;left:37.625rem;display:block; }
#XPvxAeL3XAJyz83JBskyq30UEpitM98o { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15026;background-color:#f2522e;background-image:none;top:4.0625rem;left:37.625rem;display:block; }
#VaW4f4Cp5Jyu0WLbSmtAM16WEkfTlrMS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VaW4f4Cp5Jyu0WLbSmtAM16WEkfTlrMS > .row .container { background-color: transparent; background-image: none; }#VaW4f4Cp5Jyu0WLbSmtAM16WEkfTlrMS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaW4f4Cp5Jyu0WLbSmtAM16WEkfTlrMS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaW4f4Cp5Jyu0WLbSmtAM16WEkfTlrMS > .row .container > .video-iframe-container { display: none; }#VaW4f4Cp5Jyu0WLbSmtAM16WEkfTlrMS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaW4f4Cp5Jyu0WLbSmtAM16WEkfTlrMS > .row > .video-iframe-container { display: none; }#VaW4f4Cp5Jyu0WLbSmtAM16WEkfTlrMS > .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); }#VaW4f4Cp5Jyu0WLbSmtAM16WEkfTlrMS > .row .container { border-width: 0; border-radius: 0; }#VaW4f4Cp5Jyu0WLbSmtAM16WEkfTlrMS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VaW4f4Cp5Jyu0WLbSmtAM16WEkfTlrMS > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#bXOFFCdJpLwhnA1VKRBu68Ob1Ey1rJlD { color:#ffffff;display:block;width:36.0625rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:1.1117191314698rem;left:0rem;height:13.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#bXOFFCdJpLwhnA1VKRBu68Ob1Ey1rJlD li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#bXOFFCdJpLwhnA1VKRBu68Ob1Ey1rJlD li:before{  }
#C6Rxy8mJAKgB5EtcrldH1p3qBJNu8RQf { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:1.1117191314698rem;left:37.500001907349rem;height:11.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#C6Rxy8mJAKgB5EtcrldH1p3qBJNu8RQf li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#C6Rxy8mJAKgB5EtcrldH1p3qBJNu8RQf li:before{  }
#rVQh3XXhPtT34CRCMha6JbdVwvbmaJ83 { box-sizing:content-box;height:18.0625rem;width:36.4375rem;position:absolute;display:block;z-index:15005;background-color:#f2522e;background-image:none;top:0rem;left:37.500001907349rem;display:block; }
#m3MuIv11HnNgWtMV87yFecV2gL0u3QId { box-sizing:content-box;height:26.875rem;width:36.4375rem;position:absolute;display:block;z-index:15004;background-color:#e11c17;background-image:none;top:8.8117218017575rem;left:0rem;display:none; }
#nKhWV73ungqqnEmDxwnLqQuTBsxmf5PH { box-sizing:content-box;height:18.0625rem;width:36.4375rem;position:absolute;display:block;z-index:15004;background-color:#e11c17;background-image:none;top:0rem;left:0rem;display:block; }
#V66trLnfWkdTOUubqhQJm0kwxEonK5Tc { position:relative;display:block; }#V66trLnfWkdTOUubqhQJm0kwxEonK5Tc { background-color: transparent; background-image: none; }#V66trLnfWkdTOUubqhQJm0kwxEonK5Tc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V66trLnfWkdTOUubqhQJm0kwxEonK5Tc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V66trLnfWkdTOUubqhQJm0kwxEonK5Tc > .row .container > .video-iframe-container { display: none; }#V66trLnfWkdTOUubqhQJm0kwxEonK5Tc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V66trLnfWkdTOUubqhQJm0kwxEonK5Tc > .row > .video-iframe-container { display: none; }#V66trLnfWkdTOUubqhQJm0kwxEonK5Tc > .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); }#V66trLnfWkdTOUubqhQJm0kwxEonK5Tc { border-width: 0; border-radius: 0; }#V66trLnfWkdTOUubqhQJm0kwxEonK5Tc > .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; }#V66trLnfWkdTOUubqhQJm0kwxEonK5Tc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.25rem;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; }#eQWFRROf6sPoMEhneJUawCk3eFqxR92V { color:#3d3d3d;display:block;width:75rem;position:absolute;font-family:"courier prime";font-size:3.8125rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:5.6250009536743rem;left:0rem;height:4.575rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QkbkQFacgLAr8T5sNTrkPGZX3Tml2R8a { color:#3d3d3d;display:block;width:75rem;position:absolute;font-family:"courier prime";font-size:2.3125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:9.6749997138975rem;left:0rem;height:2.775rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tCaJk7yAEUfwDARiH5L19zho03etNCQE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tCaJk7yAEUfwDARiH5L19zho03etNCQE > .row .container { background-color: transparent; background-image: none; }#tCaJk7yAEUfwDARiH5L19zho03etNCQE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCaJk7yAEUfwDARiH5L19zho03etNCQE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCaJk7yAEUfwDARiH5L19zho03etNCQE > .row .container > .video-iframe-container { display: none; }#tCaJk7yAEUfwDARiH5L19zho03etNCQE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCaJk7yAEUfwDARiH5L19zho03etNCQE > .row > .video-iframe-container { display: none; }#tCaJk7yAEUfwDARiH5L19zho03etNCQE > .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); }#tCaJk7yAEUfwDARiH5L19zho03etNCQE > .row .container { border-width: 0; border-radius: 0; }#tCaJk7yAEUfwDARiH5L19zho03etNCQE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tCaJk7yAEUfwDARiH5L19zho03etNCQE > .row .container { font-size:0.875rem;font-family:"courier prime";height:29.125rem;width:75rem;position:relative;display:block; }#RqUriyTJiGWLivQXyQKSmU9QxokxfS5H { color:#000000;display:block;width:20rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:15.3125rem;left:27.4375rem;height:8.4rem;font-style:normal;display:block; }
#HoxZFzWAprt44fMhx3ky597U8u2NKI3w { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15006;background-color:#e95551;background-image:none;top:14.59921836853rem;left:27.437501907349rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#aasw2CkryvsBq3lv2pAkstLkM7J9OhcP { color:#000000;display:block;width:20rem;position:absolute;font-family:"courier prime";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:12.8125rem;left:27.4375rem;height:1.8rem;font-style:normal;display:block; }
#kl0Uo1hdybIO72XHN1iMQUHS81puT5EV { color:#000000;display:block;width:20rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:16.125rem;left:54.375rem;height:7rem;font-style:normal;display:block; }
#D1VoxTC7792Z5AVV0exrAqf0tIgUFvNl { color:#000000;display:block;width:20rem;position:absolute;font-family:"courier prime";font-size:1.125rem;font-weight:400;z-index:14999;line-height:1;letter-spacing:0;top:12.8125rem;left:54.375rem;height:1.125rem;font-style:normal;display:block; }
#NRhi3ByZhJ2eq95KeP4Wr7dTGSKZkhLR { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15011;background-color:#e95551;background-image:none;top:15.424217224121rem;left:54.374998092651rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Lx3JPlG3dXczT1qR0HMphibFozV8X8x3 { color:#000000;display:block;width:20rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:15.3125rem;left:0rem;height:8.4rem;font-style:normal;display:block; }
#HJwUfyMpcHoOkKMfNXGrrllOkXrCeu9e { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15006;background-color:#e95551;background-image:none;top:14.66171836853rem;left:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Q9oDxa2b2JdMTIJI0pUrQmBBRUq5rvPb { color:#000000;display:block;width:20rem;position:absolute;font-family:"courier prime";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:12.8125rem;left:0rem;height:1.8rem;font-style:normal;display:block; }
#rnwkLOIxPGnZRC9yb7OuEH31qf6kuGeX { position:absolute;display:block;z-index:15003;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:11.0625rem;width:11.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#oPET1y4yaaeWK9eX2Zwydok7sgADxvVP { position:absolute;display:block;z-index:15004;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:11.0625rem;width:11.0625rem;top:0rem;left:27.5rem;overflow:hidden;display:block; }
#WH2oQZTTVd96JoIPRPSt50ITr4sHRPC7 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:11.0625rem;top:0rem;left:54.375rem;overflow:hidden;display:block; }
#bRmN3ABbB2V4fIWozUx7qgDlr9WVaI9W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bRmN3ABbB2V4fIWozUx7qgDlr9WVaI9W > .row .container { background-color: transparent; background-image: none; }#bRmN3ABbB2V4fIWozUx7qgDlr9WVaI9W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRmN3ABbB2V4fIWozUx7qgDlr9WVaI9W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRmN3ABbB2V4fIWozUx7qgDlr9WVaI9W > .row .container > .video-iframe-container { display: none; }#bRmN3ABbB2V4fIWozUx7qgDlr9WVaI9W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRmN3ABbB2V4fIWozUx7qgDlr9WVaI9W > .row > .video-iframe-container { display: none; }#bRmN3ABbB2V4fIWozUx7qgDlr9WVaI9W > .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); }#bRmN3ABbB2V4fIWozUx7qgDlr9WVaI9W > .row .container { border-width: 0; border-radius: 0; }#bRmN3ABbB2V4fIWozUx7qgDlr9WVaI9W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bRmN3ABbB2V4fIWozUx7qgDlr9WVaI9W > .row .container { font-size:0.875rem;font-family:"courier prime";height:25.75rem;width:75rem;position:relative;display:block; }#sfKud3nxBzedyi4cWlB1pLmSrkRMazc8 { color:#000000;display:block;width:20rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:15.3125rem;left:27.4375rem;height:8.4rem;font-style:normal;display:block; }
#U2zK8M1IrFOnWBiKwvnCOSSttrPZtrnF { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15006;background-color:#e95551;background-image:none;top:14.59921836853rem;left:27.437501907349rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lkuKqWMfTZCp2KPRehRed67izqAnqr1L { color:#000000;display:block;width:20rem;position:absolute;font-family:"courier prime";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:12.8125rem;left:27.4375rem;height:1.8rem;font-style:normal;display:block; }
#dNs41CdFncW8ROhhOek1oOBF2FfQ3bZd { color:#000000;display:block;width:20rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:15.3125rem;left:0rem;height:7rem;font-style:normal;display:block; }
#E1aNTkcz4UygnfbgsHbpzNH8n0PXQUO6 { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15006;background-color:#e95551;background-image:none;top:14.66171836853rem;left:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Iu0CqyquqPoBNwFBsddsQwETt86ZlNAA { color:#000000;display:block;width:20rem;position:absolute;font-family:"courier prime";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:12.8125rem;left:0rem;height:1.8rem;font-style:normal;display:block; }
#QmGOFO6wCLNKM3ATE4PaROGFB8hLu1VS { position:absolute;display:block;z-index:15003;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:11.0625rem;width:11.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#KHIh5FwVZlXuvEm4nR84NaSXGGhqUNe9 { position:absolute;display:block;z-index:15004;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:11.0625rem;width:11.0625rem;top:0rem;left:27.5rem;overflow:hidden;display:block; }
#kKmFDSW4Qc0QiaNPIWshsOSapuh91LAv { color:#000000;display:block;width:20rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:15.3125rem;left:54.125rem;height:5.6rem;font-style:normal;display:block; }
#Q5X7tHlhI6nKCFUR45Masy0JmXJGXehF { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15010;background-color:#e95551;background-image:none;top:14.625rem;left:54.125rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uR75I8kHkA6fWEOqaGAVLTEM3piUbwRd { color:#000000;display:block;width:20rem;position:absolute;font-family:"courier prime";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:12.8125rem;left:54.125rem;height:1.8rem;font-style:normal;display:block; }
#wAzVUNrXOSvwt9K2JNTGGKrTFctHX47c { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:11.0625rem;top:0rem;left:54.124998092651rem;overflow:hidden;display:block; }
#q71vgecSvd2vf17g496uvU4sxe1tBTFe { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15006;background-color:#e95551;background-image:none;top:14.59921836853rem;left:27.437501907349rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#uoppMOXz0nTqcRvQfwuEO5BeRTs1yrQu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uoppMOXz0nTqcRvQfwuEO5BeRTs1yrQu > .row .container { background-color: transparent; background-image: none; }#uoppMOXz0nTqcRvQfwuEO5BeRTs1yrQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoppMOXz0nTqcRvQfwuEO5BeRTs1yrQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoppMOXz0nTqcRvQfwuEO5BeRTs1yrQu > .row .container > .video-iframe-container { display: none; }#uoppMOXz0nTqcRvQfwuEO5BeRTs1yrQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoppMOXz0nTqcRvQfwuEO5BeRTs1yrQu > .row > .video-iframe-container { display: none; }#uoppMOXz0nTqcRvQfwuEO5BeRTs1yrQu > .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); }#uoppMOXz0nTqcRvQfwuEO5BeRTs1yrQu > .row .container { border-width: 0; border-radius: 0; }#uoppMOXz0nTqcRvQfwuEO5BeRTs1yrQu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uoppMOXz0nTqcRvQfwuEO5BeRTs1yrQu > .row .container { font-size:0.875rem;font-family:"courier prime";height:29rem;width:75rem;position:relative;display:block; }#ZpXGMsAXEsP9TQ4v4aei0V2UHOGcKo7Z { color:#000000;display:block;width:20rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:15.3125rem;left:27.4375rem;height:4.2rem;font-style:normal;display:block; }
#aSgszl7wQWrnzEHFs24F3yLJc9oQzIIt { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15006;background-color:#e95551;background-image:none;top:14.59921836853rem;left:27.437501907349rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GJiHIZy7uTLLofo8rVg5Q4IdcWdzuA6z { color:#000000;display:block;width:20rem;position:absolute;font-family:"courier prime";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:12.8125rem;left:27.4375rem;height:1.8rem;font-style:normal;display:block; }
#gUdQcEd59cRrOg3wBLoVQXbKWfc7WEkn { color:#000000;display:block;width:20rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:15.3125rem;left:0rem;height:8.4rem;font-style:normal;display:block; }
#Zzv28nWFvpCNn9ra3LiTUTpGxctlFVsx { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15006;background-color:#e95551;background-image:none;top:14.66171836853rem;left:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#he5hUhfZq8mt5VnuUgCN8W3bBJLC8ADL { color:#000000;display:block;width:20rem;position:absolute;font-family:"courier prime";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:12.8125rem;left:0rem;height:1.8rem;font-style:normal;display:block; }
#r7tfp40kaxd5dFDPEw3T4fAGK8JuGKoJ { position:absolute;display:block;z-index:15003;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:11.0625rem;width:11.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#JTKF1dxDaCyMcLLPDDFqKxhCQaT0XZzi { position:absolute;display:block;z-index:15004;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:11.0625rem;width:11.0625rem;top:0rem;left:27.5rem;overflow:hidden;display:block; }
#wNT9lH4TfaT9pJQ4XAMNOZg6QRDy4uPt { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:16.125rem;left:54.062498092651rem;height:9.8rem;font-style:normal;display:block; }
#ZvSMDr5JpnT61TzAThC30cRnG9A5MZOb { color:#000000;display:block;width:20rem;position:absolute;font-family:"courier prime";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:12.8125rem;left:54.0625rem;height:2.25rem;font-style:normal;display:block; }
#aImsChrTfnibiRHycRzunGAvkSlK41cI { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15015;background-color:#e95551;background-image:none;top:15.4375rem;left:54.0625rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zTZuu2iucg8Ont7KfFZIEOm4XNnwgKWx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:11.0625rem;top:0rem;left:54.0625rem;overflow:hidden;display:block; }
#DyiQqJUDk7reJxcLbDMvPotCp4SKbFoh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DyiQqJUDk7reJxcLbDMvPotCp4SKbFoh > .row .container { background-color: transparent; background-image: none; }#DyiQqJUDk7reJxcLbDMvPotCp4SKbFoh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyiQqJUDk7reJxcLbDMvPotCp4SKbFoh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyiQqJUDk7reJxcLbDMvPotCp4SKbFoh > .row .container > .video-iframe-container { display: none; }#DyiQqJUDk7reJxcLbDMvPotCp4SKbFoh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyiQqJUDk7reJxcLbDMvPotCp4SKbFoh > .row > .video-iframe-container { display: none; }#DyiQqJUDk7reJxcLbDMvPotCp4SKbFoh > .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); }#DyiQqJUDk7reJxcLbDMvPotCp4SKbFoh > .row .container { border-width: 0; border-radius: 0; }#DyiQqJUDk7reJxcLbDMvPotCp4SKbFoh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DyiQqJUDk7reJxcLbDMvPotCp4SKbFoh > .row .container { font-size:0.875rem;font-family:"courier prime";height:23.1875rem;width:75rem;position:relative;display:block; }#vcmwMupiJCVZCpeWT6hGvL0vuVBczI8B { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:"courier prime";font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:11.6875rem;left:27.062501907349rem;height:5.25rem;font-style:normal;display:block; }
#LxPTZRrB6iGS76mz3u7dcrmlqWNiT5sU { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15006;background-color:#e95551;background-image:none;top:11.0625rem;left:27.0625rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pLEzBfwcQZtz1znutQTOiieGGPXXbwI8 { color:#000000;display:block;width:20rem;position:absolute;font-family:"courier prime";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:9.1875rem;left:27.0625rem;height:1.8rem;font-style:normal;display:block; }
#V3N7hSxxwVEoWq8JrXvC29Hi3cN5UgO7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:11.0625rem;top:0rem;left:27.0625rem;overflow:hidden;display:block; }
#bIPryT6lndtWihPHueTbtQPDbkFIMA1u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e11c17;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; }#bIPryT6lndtWihPHueTbtQPDbkFIMA1u > .row .container { background-color: transparent; background-image: none; }#bIPryT6lndtWihPHueTbtQPDbkFIMA1u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIPryT6lndtWihPHueTbtQPDbkFIMA1u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIPryT6lndtWihPHueTbtQPDbkFIMA1u > .row .container > .video-iframe-container { display: none; }#bIPryT6lndtWihPHueTbtQPDbkFIMA1u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIPryT6lndtWihPHueTbtQPDbkFIMA1u > .row > .video-iframe-container { display: none; }#bIPryT6lndtWihPHueTbtQPDbkFIMA1u > .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); }#bIPryT6lndtWihPHueTbtQPDbkFIMA1u > .row .container { border-width: 0; border-radius: 0; }#bIPryT6lndtWihPHueTbtQPDbkFIMA1u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bIPryT6lndtWihPHueTbtQPDbkFIMA1u > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#goeFBiPqCLAo1e7RbwWVC8EP7P3pfevR { color:#ffffff;display:block;width:74.625rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:3.125rem;left:0rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nMZXuZC3WPvfAwiBSTptV6oJym5KIb2D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e11c17;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; }#nMZXuZC3WPvfAwiBSTptV6oJym5KIb2D > .row .container { background-color: transparent; background-image: none; }#nMZXuZC3WPvfAwiBSTptV6oJym5KIb2D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMZXuZC3WPvfAwiBSTptV6oJym5KIb2D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMZXuZC3WPvfAwiBSTptV6oJym5KIb2D > .row .container > .video-iframe-container { display: none; }#nMZXuZC3WPvfAwiBSTptV6oJym5KIb2D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMZXuZC3WPvfAwiBSTptV6oJym5KIb2D > .row > .video-iframe-container { display: none; }#nMZXuZC3WPvfAwiBSTptV6oJym5KIb2D > .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); }#nMZXuZC3WPvfAwiBSTptV6oJym5KIb2D > .row .container { border-width: 0; border-radius: 0; }#nMZXuZC3WPvfAwiBSTptV6oJym5KIb2D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nMZXuZC3WPvfAwiBSTptV6oJym5KIb2D > .row .container { font-size:0.875rem;font-family:"courier prime";height:25.25rem;width:75rem;position:relative;display:block; }#TqLJVJkeCoqrcfuSF013TzeJuBdJLhT6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:2.6875rem;left:33.75rem; }
#xyOBtvxMz5oocyPiupkJWRgGrq7PbpTB { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:2.9375rem;left:36.8125rem;height:2rem;font-style:normal;display:block; }
#QHBkK51MamMfQsp6489PdnlC6LaMHNTi { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:5rem;left:36.8125rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GfyfXSULL6kDTg7Zk5K5wEwVRSciD28Z { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:2.25rem;left:36.8125rem;display:block; }
#oJD1kFShzvE6BLF9volQsbkT6ORIpmRT { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:10.1875rem;left:36.8125rem;height:3rem;font-style:normal;display:block; }
#h0vgNHDHwsRaqg5Gla8gqQ7fRwo6Bral { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:13.500000476837rem;left:36.812501907349rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a6t73Q0GOhzZiWMFXlFRA6iKdWcNAK2M { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:9.5rem;left:36.8125rem;display:block; }
#dxOEGFVUGU56x9k9mKGnFdAFDzuMKSHJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:9.9375rem;left:33.75rem; }
#k6s6cpgiBz5AiWO7BaoBiPAgZRPrgkxf { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:18.4375rem;left:36.8125rem;height:3.25rem;font-style:normal;display:block; }
#G9mU4sB335Da6f8QB7TB4EByS2xK7dr4 { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;top:17.75rem;left:36.8125rem;display:block; }
#IBPxUq2QyfVMgPxPOnaDkFE3vKQAHEg5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:18.1875rem;left:33.75rem; }
#QCuIrPE9rX51mTuxs0h0Sd2Th4pnaaRF { box-sizing:content-box;height:20.75rem;width:31.5625rem;position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1fa84599-5c42-4809-9e17-a11e9f7d66eb/Zdjecie117.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.25rem;left:0rem;display:block; }#QCuIrPE9rX51mTuxs0h0Sd2Th4pnaaRF.adaptive-delivery-prevent-bg, #QCuIrPE9rX51mTuxs0h0Sd2Th4pnaaRF.lazyload, #QCuIrPE9rX51mTuxs0h0Sd2Th4pnaaRF.lazyloading { background-image: none; }
#qFSUeN9KpoEvTTK0rWTuXGsk8a1FT2Tv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e11c17;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; }#qFSUeN9KpoEvTTK0rWTuXGsk8a1FT2Tv > .row .container { background-color: transparent; background-image: none; }#qFSUeN9KpoEvTTK0rWTuXGsk8a1FT2Tv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFSUeN9KpoEvTTK0rWTuXGsk8a1FT2Tv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFSUeN9KpoEvTTK0rWTuXGsk8a1FT2Tv > .row .container > .video-iframe-container { display: none; }#qFSUeN9KpoEvTTK0rWTuXGsk8a1FT2Tv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFSUeN9KpoEvTTK0rWTuXGsk8a1FT2Tv > .row > .video-iframe-container { display: none; }#qFSUeN9KpoEvTTK0rWTuXGsk8a1FT2Tv > .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); }#qFSUeN9KpoEvTTK0rWTuXGsk8a1FT2Tv > .row .container { border-width: 0; border-radius: 0; }#qFSUeN9KpoEvTTK0rWTuXGsk8a1FT2Tv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qFSUeN9KpoEvTTK0rWTuXGsk8a1FT2Tv > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#fSRORuOwsJrFoqZFf2BI29uqGxE9kBXd { color:#ffffff;display:block;width:73.1875rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:1.7500004768372rem;left:0.90625rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EdFTe84OCZH61sueus9yFS95udMP2l1q { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e11c17;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"courier prime";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:7.875rem;left:31.687501907349rem;display:block; }
#TwWilZtgfXMW1U7MVRxv9HsrIoDmpoJl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CkEGOFXLd6TpkKgrW1xJvgaVWVC3oLMO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#CkEGOFXLd6TpkKgrW1xJvgaVWVC3oLMO > .row .container { background-color: transparent; background-image: none; }#CkEGOFXLd6TpkKgrW1xJvgaVWVC3oLMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkEGOFXLd6TpkKgrW1xJvgaVWVC3oLMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkEGOFXLd6TpkKgrW1xJvgaVWVC3oLMO > .row .container > .video-iframe-container { display: none; }#CkEGOFXLd6TpkKgrW1xJvgaVWVC3oLMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkEGOFXLd6TpkKgrW1xJvgaVWVC3oLMO > .row > .video-iframe-container { display: none; }#CkEGOFXLd6TpkKgrW1xJvgaVWVC3oLMO > .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); }#CkEGOFXLd6TpkKgrW1xJvgaVWVC3oLMO > .row .container { border-width: 0; border-radius: 0; }#CkEGOFXLd6TpkKgrW1xJvgaVWVC3oLMO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CkEGOFXLd6TpkKgrW1xJvgaVWVC3oLMO > .row .container { font-size:0.875rem;font-family:"courier prime";height:36.5rem;width:75rem;position:relative;display:block; }#xDkp7rVOVZTwNuhRvRoXQHJ87atFiqoi { color:#3d3d3d;display:block;width:74.5rem;position:absolute;font-family:"courier prime";font-size:4rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:3.625rem;left:0rem;height:4.8rem;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;font-style:normal;display:block; }
#WxVx90EE1lAaUP2LBpZB4rPNVAiDK14O { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#e95551;background-image:none;top:12.125rem;left:16.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GmfyLWPE55CiKzqf8HlT7rloIshpQH1n { color:#e11c17;display:block;width:17.25rem;position:absolute;font-family:"courier prime";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:10.875rem;left:18.1875rem;height:2rem;font-style:normal;display:block; }
#anqXtaxFdERBDCJ72dT2Wil8pSzUq0J7 { color:#3d3d3d;display:block;width:56.6875rem;position:absolute;font-family:"courier prime";font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:13.875rem;left:18.187500476837rem;height:17.95625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JMR2b4vUhHHQqkzX6NWo9oo3iUiPpDKp { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:#3d3d3d;background-image:none;top:13.0625rem;left:18.1875rem;display:block; }
#Pac8lg43N6i3egx7UL8amUVvXULymM1W { box-sizing:content-box;height:17.125rem;width:16.875rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/efc34f6f-691e-4126-8845-f1323b6406a6/Instytut26.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.875rem;left:0rem;display:block; }#Pac8lg43N6i3egx7UL8amUVvXULymM1W.adaptive-delivery-prevent-bg, #Pac8lg43N6i3egx7UL8amUVvXULymM1W.lazyload, #Pac8lg43N6i3egx7UL8amUVvXULymM1W.lazyloading { background-image: none; }
#C4FzTro7RTq6hgtf1GA3AhfIgHTaH118 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#C4FzTro7RTq6hgtf1GA3AhfIgHTaH118 > .row .container { background-color: transparent; background-image: none; }#C4FzTro7RTq6hgtf1GA3AhfIgHTaH118::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4FzTro7RTq6hgtf1GA3AhfIgHTaH118 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4FzTro7RTq6hgtf1GA3AhfIgHTaH118 > .row .container > .video-iframe-container { display: none; }#C4FzTro7RTq6hgtf1GA3AhfIgHTaH118 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4FzTro7RTq6hgtf1GA3AhfIgHTaH118 > .row > .video-iframe-container { display: none; }#C4FzTro7RTq6hgtf1GA3AhfIgHTaH118 > .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); }#C4FzTro7RTq6hgtf1GA3AhfIgHTaH118 > .row .container { border-width: 0; border-radius: 0; }#C4FzTro7RTq6hgtf1GA3AhfIgHTaH118 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C4FzTro7RTq6hgtf1GA3AhfIgHTaH118 > .row .container { font-size:0.875rem;font-family:"courier prime";height:33.5625rem;width:75rem;position:relative;display:block; }#wUn1DIQdGGVK1fudo9G68CpTtGstD2Tv { color:#3d3d3d;display:block;width:74.875rem;position:absolute;font-family:"courier prime";font-size:4rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:1.7500003799796rem;left:0rem;height:4.8rem;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;font-style:normal;display:block; }
#xhTlDeLCtPkN0E2kiUSFWLCmOPgK9ney { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15021;background-color:#e95551;background-image:none;top:8.5000003799794rem;left:28.562501907349rem;display:block; }
#pTpmgTzH06K5VI4WfOfds5ySRa2EkiTn { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:#e95551;background-image:none;top:8.3750003799794rem;left:53.812501907349rem;display:block; }
#rSzsIuRQ2BnT5m2nt2PyoSuQGx1U0LJA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.8750003799794rem;left:0.4375rem; }
#AF0typCesCT72K51CHlikXwwCJiUZvCM { color:#000000;display:block;width:21.375rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:9.75rem;left:3.0625rem;height:11.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xGuUPPbFtxhePXFw4nLK97XWZ4rmH9nD { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:#e95551;background-image:none;top:8.3750003799794rem;left:3.0625rem;display:block; }
#mEyaqueS1KsxPu0QfEUtMcQVnnlusCbv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:8.9375003799794rem;left:25.925001144409rem; }
#p1emBZvMZM4e2bzCSFTa8VKV2wVnueKk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.9375003799794rem;left:51.112501144409rem; }
#y4CZRDfP5AA79aFfCTJbss7PudcSIHeq { color:#000000;display:block;width:21rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:10rem;left:28.562501907349rem;height:11.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u54Rs7PlZWyfBvlhib8SM2zJKXBJeHEZ { color:#000000;display:block;width:21rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:9.875rem;left:53.812501907349rem;height:16rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z1Hk5JkecMCLx9RIHx4Hi3xditX3FRLh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e11c17;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; }#z1Hk5JkecMCLx9RIHx4Hi3xditX3FRLh > .row .container { background-color: transparent; background-image: none; }#z1Hk5JkecMCLx9RIHx4Hi3xditX3FRLh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1Hk5JkecMCLx9RIHx4Hi3xditX3FRLh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1Hk5JkecMCLx9RIHx4Hi3xditX3FRLh > .row .container > .video-iframe-container { display: none; }#z1Hk5JkecMCLx9RIHx4Hi3xditX3FRLh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1Hk5JkecMCLx9RIHx4Hi3xditX3FRLh > .row > .video-iframe-container { display: none; }#z1Hk5JkecMCLx9RIHx4Hi3xditX3FRLh > .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); }#z1Hk5JkecMCLx9RIHx4Hi3xditX3FRLh > .row .container { border-width: 0; border-radius: 0; }#z1Hk5JkecMCLx9RIHx4Hi3xditX3FRLh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z1Hk5JkecMCLx9RIHx4Hi3xditX3FRLh > .row .container { font-size:0.875rem;font-family:"courier prime";height:8.1875rem;width:75rem;position:relative;display:block; }#usBi5n8VqAHvLbVQoRBCaZLhM4SO9CQQ { color:#ffffff;display:block;width:74.75rem;position:absolute;font-family:"courier prime";font-size:4rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:2.4429689645768rem;left:0rem;height:4.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZboQheHm5H4JaGCqvbCuhNTxQi3TnIkA { background-color:#e11c17;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZboQheHm5H4JaGCqvbCuhNTxQi3TnIkA > .row .container { background-color: transparent; background-image: none; }#ZboQheHm5H4JaGCqvbCuhNTxQi3TnIkA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZboQheHm5H4JaGCqvbCuhNTxQi3TnIkA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZboQheHm5H4JaGCqvbCuhNTxQi3TnIkA > .row .container > .video-iframe-container { display: none; }#ZboQheHm5H4JaGCqvbCuhNTxQi3TnIkA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZboQheHm5H4JaGCqvbCuhNTxQi3TnIkA > .row > .video-iframe-container { display: none; }#ZboQheHm5H4JaGCqvbCuhNTxQi3TnIkA > .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); }#ZboQheHm5H4JaGCqvbCuhNTxQi3TnIkA > .row .container { border-width: 0; border-radius: 0; }#ZboQheHm5H4JaGCqvbCuhNTxQi3TnIkA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZboQheHm5H4JaGCqvbCuhNTxQi3TnIkA > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;overflow:visible;position:relative;display:block; }#lSFTz4dNzS29OisKWculNG6zAT6dTGs9 { position:absolute;display:block;z-index:15006;background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.8125rem;width:73.8125rem;top:1.0625rem;left:0.625rem;display:block; }
#BGrxXuPluxmRIoe9wLbBLCJ1qTIf9uhz { background-color:#e11c17;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"courier prime";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:6.03125rem;left:61.174222946167rem;display:block; }
#qpptl87BiOyR7mVlqqLqXkVcrLMbPvII { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lxl0psodHPLaKBdKO3p5VpSaO3Ew5Vgh { color:#3d3d3d;display:block;width:13.75rem;position:absolute;font-family:"courier prime";font-size:1.4375rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:4.7585935592651rem;left:0.625rem;height:5.60625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uoXT8h1XVhoX1nNlcEGUtgPnDPSagkMa { color:#e11c17;display:block;width:14.625rem;position:absolute;font-family:"courier prime";font-size:4rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:5.1617183685303rem;left:15.30234336853rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pStn2PrEIpliSn1yTQl6v3Px59JJLKMx { color:#e11c17;display:block;width:13.75rem;position:absolute;font-family:"courier prime";font-size:1.375rem;font-weight:normal;z-index:15040;line-height:1;letter-spacing:0;top:3.4328117370606rem;left:15.73984336853rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RE9NlpEkFGtIma9O0RXTMQEILamQz8sv { color:#3d3d3d;display:block;width:33rem;position:absolute;font-family:"courier prime";font-size:1.0625rem;font-weight:400;z-index:15089;line-height:1.4;letter-spacing:0;top:3.125rem;left:30.93984413147rem;height:8.6875rem;font-style:normal;display:block; }#RE9NlpEkFGtIma9O0RXTMQEILamQz8sv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RE9NlpEkFGtIma9O0RXTMQEILamQz8sv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f3747eebc07c8c0a1b435342dcbcbbafc33331a.svg); }
#cE5S1svrMvw3aMVEuvLuemTg6drOqiua { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e11c17;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; }#cE5S1svrMvw3aMVEuvLuemTg6drOqiua > .row .container { background-color: transparent; background-image: none; }#cE5S1svrMvw3aMVEuvLuemTg6drOqiua::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cE5S1svrMvw3aMVEuvLuemTg6drOqiua > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cE5S1svrMvw3aMVEuvLuemTg6drOqiua > .row .container > .video-iframe-container { display: none; }#cE5S1svrMvw3aMVEuvLuemTg6drOqiua > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cE5S1svrMvw3aMVEuvLuemTg6drOqiua > .row > .video-iframe-container { display: none; }#cE5S1svrMvw3aMVEuvLuemTg6drOqiua > .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); }#cE5S1svrMvw3aMVEuvLuemTg6drOqiua > .row .container { border-width: 0; border-radius: 0; }#cE5S1svrMvw3aMVEuvLuemTg6drOqiua > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cE5S1svrMvw3aMVEuvLuemTg6drOqiua > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#HhNofBJ9TT2eAFZvsxTlPwKWCm6ziHdc { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e11c17;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"courier prime";font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1875rem;height:3.5625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:5.0625rem;left:19.40625rem;display:block; }
#tEBV2FAQUtTn4MQVdi12FiooOgp1fcxS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#maeqx39FmgTlk8v7CNLqa3a7T0xdK9bQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e11c17;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; }#maeqx39FmgTlk8v7CNLqa3a7T0xdK9bQ > .row .container { background-color: transparent; background-image: none; }#maeqx39FmgTlk8v7CNLqa3a7T0xdK9bQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maeqx39FmgTlk8v7CNLqa3a7T0xdK9bQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maeqx39FmgTlk8v7CNLqa3a7T0xdK9bQ > .row .container > .video-iframe-container { display: none; }#maeqx39FmgTlk8v7CNLqa3a7T0xdK9bQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maeqx39FmgTlk8v7CNLqa3a7T0xdK9bQ > .row > .video-iframe-container { display: none; }#maeqx39FmgTlk8v7CNLqa3a7T0xdK9bQ > .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); }#maeqx39FmgTlk8v7CNLqa3a7T0xdK9bQ > .row .container { border-width: 0; border-radius: 0; }#maeqx39FmgTlk8v7CNLqa3a7T0xdK9bQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#maeqx39FmgTlk8v7CNLqa3a7T0xdK9bQ > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#sHtQk4XwJbZuGX1cX5C1gSsTTaJhZxZl { position:absolute;display:block;z-index:15002;background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:39.5625rem;width:17.6875rem;top:1.1476554870606rem;left:0.4296875rem;display:block; }
#zKTbbrSp8iGqe2bolOu9m6Ds6kk00hGR { color:#e11c17;display:block;width:17.5625rem;position:absolute;font-family:"courier prime";font-size:4rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:5.4492194652557rem;left:0.59375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ITEfCFKQ8eOoeEZzirBmWDblT8wkDWcu { position:absolute;display:block;z-index:15084;background-color:#e11c17;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15.625rem;top:11.312500953674rem;left:1.5625rem;display:block; }
#askqyaktJ03HRJMT0P5BPxiwdKeK4Its { color:#3d3d3d;display:block;width:16rem;position:absolute;font-family:"courier prime";font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:12.437500953674rem;left:1.375rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#f1nTEvT2e4cMg4r4aMVxxgCgOohAi96e { position:absolute;display:block;z-index:15085;background-color:#e11c17;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15.625rem;top:15.593750953674rem;left:1.5625rem;display:block; }
#yQEIfLNMvnDN7rOBFzbhk4W0RhdDC7zy { color:#3d3d3d;display:block;width:16.1875rem;position:absolute;font-family:"courier prime";font-size:1.0625rem;font-weight:400;z-index:15088;line-height:1.4;letter-spacing:0;top:17.312499523163rem;left:1.28125rem;height:15.1375rem;font-style:normal;display:block; }#yQEIfLNMvnDN7rOBFzbhk4W0RhdDC7zy li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#yQEIfLNMvnDN7rOBFzbhk4W0RhdDC7zy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f3747eebc07c8c0a1b435342dcbcbbafc33331a.svg); }
#xdGDJ1w9czDJk4Oim57F9fbOxVBg3Kdy { background-color:#e11c17;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"courier prime";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.362499237061rem;left:2.8125rem;display:block; }
#TebZ1WGSQyUTfh3Mqahsuh354xslFkgL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ywghDlpF8k38nRh2cxTpuowzia3sCyS0 { color:#e11c17;display:block;width:13.75rem;position:absolute;font-family:"courier prime";font-size:1.375rem;font-weight:normal;z-index:15039;line-height:1;letter-spacing:0;top:2.69921875rem;left:2.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#omwJTZrboCn7rdFQSwBiBRcSzorWsmDF { position:absolute;display:block;z-index:15012;background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:39.5625rem;width:17.6875rem;top:1.0625rem;left:19.25rem;display:block; }
#KPqy8WzKxpmiyIFvHVITa7Mk64aZCXJT { background-color:#e11c17;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"courier prime";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:35.3125rem;left:21.625rem;display:block; }
#QSW4To637FoBRE9Q7tflTxHwKALXcIqe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nMsTSwPvWL1sJ2zgcCoJ6gkQVLkcbK6n { color:#3d3d3d;display:block;width:16.1875rem;position:absolute;font-family:"courier prime";font-size:1.0625rem;font-weight:400;z-index:15098;line-height:1.4;letter-spacing:0;top:17.25rem;left:20.125rem;height:15.1375rem;font-style:normal;display:block; }#nMsTSwPvWL1sJ2zgcCoJ6gkQVLkcbK6n li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#nMsTSwPvWL1sJ2zgcCoJ6gkQVLkcbK6n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f3747eebc07c8c0a1b435342dcbcbbafc33331a.svg); }
#CiquJ3h8NM4RgxIgTRTeJinGnxFruo3X { color:#e11c17;display:block;width:17.5625rem;position:absolute;font-family:"courier prime";font-size:4rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:5.4492194652557rem;left:19.342968940735rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#y7HQRNtUw1dZFSupU5koPEnHD8p6kSma { position:absolute;display:block;z-index:15094;background-color:#e11c17;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15.625rem;top:11.25rem;left:20.375rem;display:block; }
#xNezu6oGJHs9SZL4dWKcNtfqwstFe3Fl { color:#3d3d3d;display:block;width:16rem;position:absolute;font-family:"courier prime";font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:12.375rem;left:20.1875rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hQPErHPkTSeehXB5WASEHn0RnawTZB3e { position:absolute;display:block;z-index:15095;background-color:#e11c17;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15.625rem;top:15.5625rem;left:20.375rem;display:block; }
#X9luGEHp2cCWmxltAkFaL6pSKP5hTFlM { color:#e11c17;display:block;width:13.75rem;position:absolute;font-family:"courier prime";font-size:1.375rem;font-weight:normal;z-index:15049;line-height:1;letter-spacing:0;top:2.625rem;left:21.3125rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WL9XleVMiiF7McByUs17l6OxkXGRs9hR { position:absolute;display:block;z-index:15022;background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:39.5625rem;width:17.6875rem;top:1.0625rem;left:38rem;display:block; }
#eQFDUO4fUmvrxmoRf8oIItlMQI8VbX5q { color:#e11c17;display:block;width:17.5625rem;position:absolute;font-family:"courier prime";font-size:4rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:5.4492194652557rem;left:38.093750953674rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OcJlrOWqTS1TCGGLWg0GSEew2FawudTm { color:#e11c17;display:block;width:13.75rem;position:absolute;font-family:"courier prime";font-size:1.375rem;font-weight:normal;z-index:15059;line-height:1;letter-spacing:0;top:2.625rem;left:40.0625rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#A06iM884sMezbHAkJVvCyQPoBBR4vBLN { position:absolute;display:block;z-index:15104;background-color:#e11c17;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15.625rem;top:11.25rem;left:39.125rem;display:block; }
#vJT2XKsKh5K40rFrFZhQuoIfywFThiq1 { color:#3d3d3d;display:block;width:16rem;position:absolute;font-family:"courier prime";font-size:1.5625rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:12.375rem;left:38.9375rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fK1TxKN7t5EM8EbBqw3tquSd7WBOWSKI { position:absolute;display:block;z-index:15105;background-color:#e11c17;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15.625rem;top:15.5625rem;left:39.125rem;display:block; }
#sh3NRrllryQDahX8sxUAevpRd6U2FEoO { color:#3d3d3d;display:block;width:16.1875rem;position:absolute;font-family:"courier prime";font-size:1.0625rem;font-weight:400;z-index:15108;line-height:1.4;letter-spacing:0;top:17.25rem;left:38.875rem;height:15.1375rem;font-style:normal;display:block; }#sh3NRrllryQDahX8sxUAevpRd6U2FEoO li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#sh3NRrllryQDahX8sxUAevpRd6U2FEoO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f3747eebc07c8c0a1b435342dcbcbbafc33331a.svg); }
#iGmE4RTncX2d7i1DVrqiXyqqxs9f7TA3 { background-color:#e11c17;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"courier prime";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:35.3125rem;left:40.375rem;display:block; }
#egMatxFZpXMxCw4PkaXohRyUA4M5vklf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rkzRP2wJ8PBkHZ0yzJcNpLNhEL0zC1XO { position:absolute;display:block;z-index:15032;background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:39.5625rem;width:17.6875rem;top:1.0625rem;left:56.75rem;display:block; }
#GLWSwkE4b0UlGpU02bi91NyroB0lSlTf { color:#e11c17;display:block;width:13.75rem;position:absolute;font-family:"courier prime";font-size:1.375rem;font-weight:normal;z-index:15069;line-height:1;letter-spacing:0;top:2.625rem;left:58.8125rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T7KXlJm78S68AFTzyNWcSa2BJsfTn7Mk { color:#e11c17;display:block;width:17.5625rem;position:absolute;font-family:"courier prime";font-size:4rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:5.4492194652557rem;left:56.843750953674rem;height:4.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#m9RJgbi8c23kBBOLcEpO0mei4E5adTCc { position:absolute;display:block;z-index:15114;background-color:#e11c17;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15.625rem;top:11.25rem;left:57.875rem;display:block; }
#e9lxd202Sh24WdyVJfFVOHWOEnv0QJzF { color:#3d3d3d;display:block;width:16rem;position:absolute;font-family:"courier prime";font-size:1.5625rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:12.375rem;left:57.6875rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EJT0uUNGEgczHsBR8anX6W657kQe3a9O { position:absolute;display:block;z-index:15115;background-color:#e11c17;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15.625rem;top:15.5625rem;left:57.875rem;display:block; }
#FL73THb1fo9ZNmFMWUTgZN4dx9TJdTaX { color:#3d3d3d;display:block;width:16.1875rem;position:absolute;font-family:"courier prime";font-size:1.0625rem;font-weight:400;z-index:15118;line-height:1.4;letter-spacing:0;top:17.25rem;left:57.625rem;height:15.1375rem;font-style:normal;display:block; }#FL73THb1fo9ZNmFMWUTgZN4dx9TJdTaX li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#FL73THb1fo9ZNmFMWUTgZN4dx9TJdTaX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f3747eebc07c8c0a1b435342dcbcbbafc33331a.svg); }
#EQNNXpwORJubzT0HIbw9399ZcQ2T60vw { background-color:#e11c17;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"courier prime";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.875rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:35.3125rem;left:59.125rem;display:block; }
#m783Wa6WrLkk1pwbLK3tqh0mmhq1avQW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LnJTeJEnX2ewDVQHBWpIxJ6LnOb0tUzX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e11c17;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; }#LnJTeJEnX2ewDVQHBWpIxJ6LnOb0tUzX > .row .container { background-color: transparent; background-image: none; }#LnJTeJEnX2ewDVQHBWpIxJ6LnOb0tUzX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnJTeJEnX2ewDVQHBWpIxJ6LnOb0tUzX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnJTeJEnX2ewDVQHBWpIxJ6LnOb0tUzX > .row .container > .video-iframe-container { display: none; }#LnJTeJEnX2ewDVQHBWpIxJ6LnOb0tUzX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnJTeJEnX2ewDVQHBWpIxJ6LnOb0tUzX > .row > .video-iframe-container { display: none; }#LnJTeJEnX2ewDVQHBWpIxJ6LnOb0tUzX > .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); }#LnJTeJEnX2ewDVQHBWpIxJ6LnOb0tUzX > .row .container { border-width: 0; border-radius: 0; }#LnJTeJEnX2ewDVQHBWpIxJ6LnOb0tUzX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LnJTeJEnX2ewDVQHBWpIxJ6LnOb0tUzX > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#gaQLuhT9wREI42sZmGAXiQOq44HqKKF3 { background-color:#e11c17;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gaQLuhT9wREI42sZmGAXiQOq44HqKKF3 > .row .container { background-color: transparent; background-image: none; }#gaQLuhT9wREI42sZmGAXiQOq44HqKKF3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaQLuhT9wREI42sZmGAXiQOq44HqKKF3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaQLuhT9wREI42sZmGAXiQOq44HqKKF3 > .row .container > .video-iframe-container { display: none; }#gaQLuhT9wREI42sZmGAXiQOq44HqKKF3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaQLuhT9wREI42sZmGAXiQOq44HqKKF3 > .row > .video-iframe-container { display: none; }#gaQLuhT9wREI42sZmGAXiQOq44HqKKF3 > .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); }#gaQLuhT9wREI42sZmGAXiQOq44HqKKF3 > .row .container { border-width: 0; border-radius: 0; }#gaQLuhT9wREI42sZmGAXiQOq44HqKKF3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gaQLuhT9wREI42sZmGAXiQOq44HqKKF3 > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#aTIWLahAfpm3PFN0qe8yXccTtTAWv644 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.375rem;width:73.8125rem;top:1.0625rem;left:0.625rem;display:block; }
#ZP7FaFgymiT0MpviSbs5NzFWLVw2dOtv { color:#3d3d3d;display:block;width:69.125rem;position:absolute;font-family:"courier prime";font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:1.7117195129394rem;left:2.9375rem;height:3.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wh0EEJHLkgyQN0zluTPd6qcGg1gDosMM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#wh0EEJHLkgyQN0zluTPd6qcGg1gDosMM > .row .container { background-color: transparent; background-image: none; }#wh0EEJHLkgyQN0zluTPd6qcGg1gDosMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh0EEJHLkgyQN0zluTPd6qcGg1gDosMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh0EEJHLkgyQN0zluTPd6qcGg1gDosMM > .row .container > .video-iframe-container { display: none; }#wh0EEJHLkgyQN0zluTPd6qcGg1gDosMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh0EEJHLkgyQN0zluTPd6qcGg1gDosMM > .row > .video-iframe-container { display: none; }#wh0EEJHLkgyQN0zluTPd6qcGg1gDosMM > .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); }#wh0EEJHLkgyQN0zluTPd6qcGg1gDosMM > .row .container { border-width: 0; border-radius: 0; }#wh0EEJHLkgyQN0zluTPd6qcGg1gDosMM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wh0EEJHLkgyQN0zluTPd6qcGg1gDosMM > .row .container { font-size:0.875rem;font-family:"courier prime";height:27.6875rem;width:75rem;position:relative;display:block; }#FTmlycsqB1xdcRhxEHDz4SvHcRgMzS5I { color:#000000;display:block;width:13.5rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:12rem;left:3.375rem;height:2.6rem;font-style:normal;display:block; }
#ZK5aBbWtH0glbkKRpnFrnSrauTW8pK2d { box-sizing:content-box;height:3.1875rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#f4f4f4;background-image:none;top:9.5625rem;left:18.1875rem;display:block; }
#AwQJMxuMN8tAa8A58hpkPzzHTrJHGIvZ { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#e95551;background-image:none;top:9.75rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cw6D3bdVBsWcxgeWyaeFgADixsr0dUwK { box-sizing:content-box;height:3.1875rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f4f4f4;background-image:none;top:9.625rem;left:37.5rem;display:block; }
#RKsNZkIQcMFLazg2cuwbB8wecSTPXFhF { color:#ffffff;display:block;width:2.75rem;position:absolute;font-family:"courier prime";font-size:1.875rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:10rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aZume8vrT45CQ0mQeNRlOIcNroWaz8yT { color:#ffffff;display:block;width:2.75rem;position:absolute;font-family:"courier prime";font-size:1.875rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:10rem;left:18.6875rem;height:2.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K9s0vcyU23GDZckogL3ZlDAQ0Q07O7KL { color:#ffffff;display:block;width:2.75rem;position:absolute;font-family:"courier prime";font-size:1.875rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:10.1875rem;left:38rem;height:2.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#riDBCpiTodOOcTFD5Tm08yLeQIkSrPDs { color:#000000;display:block;width:13.5rem;position:absolute;font-family:"courier prime";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:8.9375rem;left:3.375rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#emqIh4I4VvbiMQ5dJ2F63p7nw5kc5CLC { color:#000000;display:block;width:13.5rem;position:absolute;font-family:"courier prime";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:8.9375rem;left:22.4375rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x5a941gEidlPnLVg0QSuz0zuTleCGHEB { color:#000000;display:block;width:13.5rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:12rem;left:22.4375rem;height:5.2rem;font-style:normal;display:block; }
#neZHbPkHkXoUVKs6QXW1xA09R32fFkBn { color:#000000;display:block;width:13.5rem;position:absolute;font-family:"courier prime";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:8.9375rem;left:41.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pzk8kJCOqmzsBfFATV8CtKJbxAr9C2Vh { color:#000000;display:block;width:14rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12rem;left:41.875001907349rem;height:7.8rem;font-style:normal;display:block; }
#N1MXlSwBS6sx2oy5fnBvE1HibqKgrgoe { box-sizing:content-box;height:3.875rem;width:73.5rem;position:absolute;display:block;z-index:14999;background-color:#f4f4f4;background-image:none;top:11.3125rem;left:1.25rem;border-top:0.0625rem solid #ea7078;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#HPilnuQyNcG4U1pV21ErkwG2qGOqhLm0 { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#e95551;background-image:none;top:9.75rem;left:18.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ITXvmNvwcXgi63NWFtVDpvhZKiz1RVDk { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#e95551;background-image:none;top:9.9375rem;left:38rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#boPUc9nrVZPVelqhLW8GDBUrM1xUhFcI { box-sizing:content-box;height:3.1875rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#f4f4f4;background-image:none;top:9.6875rem;left:56.5rem;display:block; }
#CHRgkZd2ELw5Ldags46JUHgyvLVZO7hL { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#e95551;background-image:none;top:9.9375rem;left:57.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UqpgeVVO1U3kSZ58uoHOyIsdOUnFF7mD { color:#ffffff;display:block;width:2.75rem;position:absolute;font-family:"courier prime";font-size:1.875rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:10.1875rem;left:56.9375rem;height:2.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#W91BHyaADTU7r1aGUt9ZCMUhtpyr6EZ3 { color:#000000;display:block;width:13.5rem;position:absolute;font-family:"courier prime";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:9rem;left:61.5rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tTWQxQEn1uHNJBGNxGTqCzZqswB96ETE { color:#000000;display:block;width:13.5rem;position:absolute;font-family:"courier prime";font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:12rem;left:61.5rem;height:6.5rem;font-style:normal;display:block; }
#d32Q3nTuUkCZrGfTRftIKNQsFwan5dne { color:#3d3d3d;display:block;width:74.8125rem;position:absolute;font-family:"courier prime";font-size:3.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:3.125rem;left:0.18671894073486rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#I7F1WVkbyuwyoWPsReQFo8Pndt5F4f1V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#I7F1WVkbyuwyoWPsReQFo8Pndt5F4f1V > .row .container { background-color: transparent; background-image: none; }#I7F1WVkbyuwyoWPsReQFo8Pndt5F4f1V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7F1WVkbyuwyoWPsReQFo8Pndt5F4f1V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7F1WVkbyuwyoWPsReQFo8Pndt5F4f1V > .row .container > .video-iframe-container { display: none; }#I7F1WVkbyuwyoWPsReQFo8Pndt5F4f1V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7F1WVkbyuwyoWPsReQFo8Pndt5F4f1V > .row > .video-iframe-container { display: none; }#I7F1WVkbyuwyoWPsReQFo8Pndt5F4f1V > .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); }#I7F1WVkbyuwyoWPsReQFo8Pndt5F4f1V > .row .container { border-width: 0; border-radius: 0; }#I7F1WVkbyuwyoWPsReQFo8Pndt5F4f1V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I7F1WVkbyuwyoWPsReQFo8Pndt5F4f1V > .row .container { font-size:0.875rem;font-family:"courier prime";height:6.125rem;width:75rem;position:relative;display:block; }#tu8fGcSr8QVR5KdRWarDZ1nJxaKdhFt4 { color:#3d3d3d;display:block;width:74.8125rem;position:absolute;font-family:"courier prime";font-size:3.25rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:2.125rem;left:0.125rem;height:3.9rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iSzTaV89v5VKmXDyJn0XQFa5Sk4QX0w2 { background-color:#f4f4f4;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iSzTaV89v5VKmXDyJn0XQFa5Sk4QX0w2 > .row .container { background-color: transparent; background-image: none; }#iSzTaV89v5VKmXDyJn0XQFa5Sk4QX0w2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSzTaV89v5VKmXDyJn0XQFa5Sk4QX0w2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSzTaV89v5VKmXDyJn0XQFa5Sk4QX0w2 > .row .container > .video-iframe-container { display: none; }#iSzTaV89v5VKmXDyJn0XQFa5Sk4QX0w2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSzTaV89v5VKmXDyJn0XQFa5Sk4QX0w2 > .row > .video-iframe-container { display: none; }#iSzTaV89v5VKmXDyJn0XQFa5Sk4QX0w2 > .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); }#iSzTaV89v5VKmXDyJn0XQFa5Sk4QX0w2 > .row .container { border-width: 0; border-radius: 0; }#iSzTaV89v5VKmXDyJn0XQFa5Sk4QX0w2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iSzTaV89v5VKmXDyJn0XQFa5Sk4QX0w2 > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-form-header {  }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-regular-label { height:auto;display:block;font-family:"courier prime";font-size:1rem;font-weight:400;color:#3d3d3d;width:38.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.2;font-style:normal; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-input-text { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #e11c17;border-left:0.0625rem solid #e11c17;border-right:0.0625rem solid #e11c17;border-bottom:0.0625rem solid #e11c17;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:38.875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"istok web";vertical-align:top;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-input-text {padding-top: 0; padding-bottom: 0;}#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-textarea { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #e11c17;border-left:0.0625rem solid #e11c17;border-right:0.0625rem solid #e11c17;border-bottom:0.0625rem solid #e11c17;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:38.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"istok web";vertical-align:top;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-input-select { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #e11c17;border-left:0.0625rem solid #e11c17;border-right:0.0625rem solid #e11c17;border-bottom:0.0625rem solid #e11c17;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:38.875rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:"istok web";font-size:0.875rem;overflow:hidden;vertical-align:top;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-input-select {padding-top: 0; padding-bottom: 0;}#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .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:#e11c17;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:2rem;font-weight:bold;color:#ffffff;width:38.875rem;height:3.875rem;font-family:"courier prime";overflow:hidden; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy [class*="-text"]:-moz-placeholder { color:#000000;font-family:"istok web";font-size:0.875rem; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy [class*="-text"]::-moz-placeholder { color:#000000;font-family:"istok web";font-size:0.875rem; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"istok web";font-size:0.875rem; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"istok web";font-size:0.875rem; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .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:"courier prime";line-height:1.3;font-size:0.625rem;font-weight:400;color:#000000;vertical-align:top;width:37.625rem;overflow:hidden;font-style:normal; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .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; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-container:first-of-type{padding-top:0;}#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-container:last-of-type{padding-bottom:0;}#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;left:0.6875rem;top:1.4375rem;z-index:15013;position:absolute; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:38.875rem;display:block;vertical-align:top; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy {display:block;}#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;left:0.6875rem;top:1.4375rem;z-index:15013;position:absolute; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #F4R3CWSdeXD7E77UiNHfBG289Dfwlnbs { position:relative; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #TuxDGGxXv4v9IfEpr89rHL5TpTxsGH5o { position:relative;display:block; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #u91gLQzzzuWfGhgddyFLq3kheQG14Wd6 { position:relative; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #WCEu3AwTxJzwmoTqRost3BLMoCCoetgX { position:relative; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #uHytMFhPuqsqBlPfZQCnSScgnhdgNGSw { position:relative;display:block; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #Wlo2QDHtiZ9fhBMXQbq6SNzrAzTU2OeX { position:relative; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #DLiFFTDkoCZt2at1bLHxJosyrIr2i6DG { position:relative; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #oMHpoBZNnTOv6ZBR5kzPnOGOpnlBUIX6 { position:relative;display:block; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #rT4KI8qLLHL8NdOVN7rA3OTyBwcXPQMR { position:relative; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #QJwAl37baEUtAGh1AwtAkvS2TvpLBBam { position:relative; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #On73y11AHZvVDvWFDlNxChNeftNITBSz { position:relative;display:block; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #DMHHoot3Cpiow78EJwE0gzhGLoxVLJVE { position:relative; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #N8GOTxk9KBnLAsPXeTvUiK092ZodGiBk { position:relative; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #uA6T466GOoev8db0Je8OzNMDZp9uN5F3 { position:relative;display:block; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #ZrKLvyCVty5cttCHKTtGyPvf8SLuN1A3 { position:relative; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #UhJOqITUl3iW13b0SEHo7WWZpk2wD5KT { position:relative; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #ZqLQGBZ4L9oADXO5y0gCqTCQ8QFltzhJ { position:relative;display:block; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #ogIbHO1QbRzOXpuJ0oOGP2urO6F7JZ4O { position:relative; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #v3orlnZZk7xq9QABpQE6zW065ADEaUDB { position:relative; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #pqM6bviNwTpHRBgflQ2c4ki0NcSzTLO9 { position:relative;z-index:2; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #tTXGa2Fghz7LENLTLtxlAC2fHgNhg6of { position:relative; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #VFSX9kydDWkbBbRIDQTRFuG8o6yoVIKc { position:relative; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #WiXTsTKOnLXKWxphDOhhsomwIGCH4Ja4 { position:relative;z-index:2; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #JTKqQ4uCbG5HmA5T4mWx6PVyS80F99C2 { position:relative; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #XpElKQh9xDHztcpN66PRTx5pqF0du6TN { position:relative; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #bJp8NbapqC1yrrqTWOkkh5BvPDJrQ5TO { position:relative; }
#OdwuATSgLHzODyArDtE2gTQhUzduI8Fo { box-sizing:content-box;height:8.125rem;width:27.125rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:2.625rem;left:47.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#AaibekV6WlVW5wzct9fl5frB5cMpVZsT { color:#3d3d3d;display:block;width:20.6875rem;position:absolute;font-family:"courier prime";font-size:1.625rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:4.1875rem;left:51.0625rem;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;text-align:center;text-align-last:center;display:block; }
#qxT06hJ7v0pkchbGZstlMvJNTTrT6gTv { color:#3d3d3d;display:block;width:20.6875rem;position:absolute;font-family:"courier prime";font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:6.875rem;left:51.0625rem;height:1.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;text-align:center;text-align-last:center;display:block; }
#r41qMOKvaQNkhW40FXSnx7yrvypehzBP { box-sizing:content-box;height:8.125rem;width:27.125rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:12.3125rem;left:47.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#HOT40XAarzHzlDqmBFevmyKpSeb0J4l4 { color:#3d3d3d;display:block;width:20.6875rem;position:absolute;font-family:"courier prime";font-size:1.625rem;font-weight:normal;z-index:15016;line-height:1;letter-spacing:0;top:14.0625rem;left:51.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gctPcTiZDzbdk20iLXh6Z0TaZsaCBfQP { color:#3d3d3d;display:block;width:27.1875rem;position:absolute;font-family:"courier prime";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1;letter-spacing:0;top:16.75rem;left:47.8125rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qglNIvBl3sn95ZSA8scOiLhCXOG2o4hm { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#e95551;background-image:none;top:46.799255371094rem;left:44.487501144409rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#r2IPcCyhs3h7crUsWUxXoIdGvZD7m5XB { box-sizing:content-box;height:44.4375rem;width:44.5625rem;position:absolute;display:block;z-index:5000;background-color:transparent;background-image:none;top:3rem;left:0rem;border-top:0;border-left:0.0625rem solid #e95551;border-right:0;border-bottom:0.0625rem solid #e95551;display:block; }
#SwkrQLw9G8TmkiewRiQbXUQMZuv8ggo6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SwkrQLw9G8TmkiewRiQbXUQMZuv8ggo6 > .row .container { background-color: transparent; background-image: none; }#SwkrQLw9G8TmkiewRiQbXUQMZuv8ggo6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwkrQLw9G8TmkiewRiQbXUQMZuv8ggo6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwkrQLw9G8TmkiewRiQbXUQMZuv8ggo6 > .row .container > .video-iframe-container { display: none; }#SwkrQLw9G8TmkiewRiQbXUQMZuv8ggo6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwkrQLw9G8TmkiewRiQbXUQMZuv8ggo6 > .row > .video-iframe-container { display: none; }#SwkrQLw9G8TmkiewRiQbXUQMZuv8ggo6 > .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); }#SwkrQLw9G8TmkiewRiQbXUQMZuv8ggo6 > .row .container { border-width: 0; border-radius: 0; }#SwkrQLw9G8TmkiewRiQbXUQMZuv8ggo6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SwkrQLw9G8TmkiewRiQbXUQMZuv8ggo6 > .row .container { font-size:0.875rem;font-family:"courier prime";height:33.6875rem;width:75rem;position:relative;display:block; }#fnkIfCm5CTfTU4EWN7zQoLMW8gJ7G0sx { color:#3d3d3d;display:block;width:75rem;position:absolute;font-family:"courier prime";font-size:4rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:3.3125rem;left:0rem;height:4.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:"courier prime";color:#3d3d3d;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"courier prime";font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_d17fdd24aebe224d3be2d1dbc5dcab987f4bef22.svg");background-size:contain !important; }#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 .accordion-trigger.adaptive-delivery-prevent-bg, #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 .accordion-trigger.lazyload, #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 .accordion-trigger.lazyloading { background-image: none; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 { box-sizing:content-box;height:auto;width:64.875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10rem;left:5.5625rem; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #luwA9Kl82xMsTkE6uRuWU00oerN4oO22 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #V3oo8Nk1lXzJEs704vgST4P4ObVPJ3BG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #rc5e1iyuZ9O8QGB63SBWno1nTof7t5EN { display:block;position:relative; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #X8S6i5QXab9xXh2zRmATETCKpWmMWd2B {  }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #lRTmGSyhWlT0PzyRuPlJBw6eR3Hr77ri {  }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #J4gDfQP9WJTUN1H96BKeL3V2nB092nTh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #GNPX2zkHZE5deUv6NEwWnQoFSvHywEL0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #FmIvC4WNGTb5ytD7VRAusWiW2W5i8Wu1 { display:block;position:relative; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #Vtx4QrQkrtZWK3Hp6lxTc411hslxIv31 {  }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #iuV4DKzGL8hV2VE2QKxyqDnUwER67Cpv { display:none; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #VuNLGt6cZ7xeMBSK8c9qXuldT70SMVl2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #ruMvMbeeWsda6kmS3samlifiWdtGBSD0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #AKBvViggIiuOGXhIx3dRTTvbHDLpyvT6 { display:block;position:relative; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #tcBbZtfSrVc1fOykHsy4d54iTkqmcxyc {  }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #pPoyBLwVkX59OrnpFG5e1PDC6wDqfkom { display:none; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #D1h8TocSvTRUvIs5UptCEX4BQveo9eh0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #iP9wM1JMrvlNw9TQgWML06va1Xx9dfnD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #r5u86fW2f2tfbXy3BmuH38oqXbzID3uB { display:block;position:relative; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #JSzLRdvxcvcVKUsd9IEIoLURRv9bISbH {  }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #a3AuNW3bJtF5v1xalgBOFHcfdl8qqiCz { display:none; }
#WsBz10lttEAvc3okoaxac4gITkShuvT9 { box-sizing:content-box;height:17.4375rem;width:51.25rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:10.3125rem;left:5.5625rem;border-top:0.0625rem solid #3d3d3d;border-left:0.0625rem solid #3d3d3d;border-right:0;border-bottom:0;display:block; }
#ufXtZ2xy2mx53pA25V4r967OeVNIbVuC { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#3d3d3d;background-image:none;top:9.6875rem;left:56.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#D7q3JGuRxWvTFulRi0IWpGTpXVT5TAKG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f13223;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; }#D7q3JGuRxWvTFulRi0IWpGTpXVT5TAKG > .row .container { background-color: transparent; background-image: none; }#D7q3JGuRxWvTFulRi0IWpGTpXVT5TAKG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7q3JGuRxWvTFulRi0IWpGTpXVT5TAKG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7q3JGuRxWvTFulRi0IWpGTpXVT5TAKG > .row .container > .video-iframe-container { display: none; }#D7q3JGuRxWvTFulRi0IWpGTpXVT5TAKG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7q3JGuRxWvTFulRi0IWpGTpXVT5TAKG > .row > .video-iframe-container { display: none; }#D7q3JGuRxWvTFulRi0IWpGTpXVT5TAKG > .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); }#D7q3JGuRxWvTFulRi0IWpGTpXVT5TAKG > .row .container { border-width: 0; border-radius: 0; }#D7q3JGuRxWvTFulRi0IWpGTpXVT5TAKG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D7q3JGuRxWvTFulRi0IWpGTpXVT5TAKG > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;position:relative;display:block; }#TItdQlC9UTWnZZ5TWRhWpibkcebVeNsO { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:8.0625rem;left:42.3125rem;height:1.225rem;font-style:normal;display:block; }
#XBqPaRP7ah0GDduRol5L5gVnaHSt9LBd { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:7rem;left:63.0625rem;display:block; }
#PgvvTO71V6rkbLpG57aFeZF13RkatH4s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fu1BSTyXzxU8eX9q8L4sS3QqLn6kvmyg { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:26rem;top:3.4562511444092rem;left:0rem;overflow:hidden;display:block; }
#gyRCbmPX3fmlOEMzl8C0vNRrJR7RJtbX { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:3.875rem;left:39.5rem;display:block; }
#uccNxMN1x3Eucu4WTHPusVnqRGpcJg0M { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:3.875rem;left:62.25rem;display:block; }
#u8tzmkZTfpqcoVysBfkytP0Eu9b61sUd { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:4.25rem;left:42.3125rem;height:1.225rem;font-style:normal;display:block; }
#C5aeZnpoWtZhNL2yyzunaUikvmyr3tIQ { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:4.25rem;left:64.625rem;height:1.225rem;font-style:normal;display:block; }
#UUz99TnZHB5GkyaMTTs5KRr6oKC1bmHa { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:7.8125rem;left:39.6875rem; }
#iL70VREHpXXNleZ9qiHWqzg3MTe79zH0 { 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:15009;opacity:1;top:12.0625rem;left:55.5rem; }
#iL70VREHpXXNleZ9qiHWqzg3MTe79zH0 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#d1DkLKIyptPnkELQk39E56uCxcQLm7Hy { 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:15010;opacity:1;top:12.0625rem;left:60rem; }
#d1DkLKIyptPnkELQk39E56uCxcQLm7Hy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#TccqqWNF66wI1ymIJ2ihUmStNbPvTpmb { 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:15011;opacity:1;top:12.0625rem;left:64.3125rem; }
#TccqqWNF66wI1ymIJ2ihUmStNbPvTpmb > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#unpb1n7ANwaNIaxVvWAf3smuruMWOoX4 { 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:15012;opacity:1;top:12.0625rem;left:68.875rem; }
#unpb1n7ANwaNIaxVvWAf3smuruMWOoX4 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#nXwZTrX5PXtAeNzhk5HMdkCMCipyBvEl { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:11.90625rem;left:39.500001907349rem;display:block; }
#zfvzTRQUIXKP6sAe9cgpTOQgfKVrNQc6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NUvhkC0mXAzNVTZ3g8Td2OD3TamrHkVU { display:block; }#NUvhkC0mXAzNVTZ3g8Td2OD3TamrHkVU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gu1RnfdNFluM6qDBwJqcWF3lUtFRbFx3 { width:40.6875rem;height:6.6875rem;top:12.5625rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqTBB4qnQMVQu8ko3zSpWJcIVPEqNiWo { width:40.6875rem;height:4.3125rem;top:22.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srrMaQ9Cm11hyrLUDbV7KfFgwSQHB5sv { width:32.9375rem;height:27.625rem;top:9.25rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNsB8U9fMlBCE6L1QONhWLpFcyTmA9oc { top:0rem;left:0rem;width:47.75rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr0ggZM9c811LHZaVh52L9KfqOtlV01u { width:12.625rem;height:5.1875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5atZiwhuAseexXuZ44PpE1uN2GMuZii { width:19.0625rem;height:;top:14.5625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQy4ZrQTKaKPx31MRnX0rJZvmWnkyRWv { top:8.3125rem;left:0rem;width:16.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw2fhOqcKU7f5b35GQx2V3uJpAkFehOW { top:8.0625rem;left:0rem;width:16.1875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNdbgETqNhRFuphazioImg3teLqU7724 { top:9.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QevDCyL1SsU3JgDqm3eECPdQM8qtmLTs { width:13.875rem;height:3.5625rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUbvcszIFs5IeLpdEgFA2ZBMhgpFgqlh { display:block; }
 }@media only screen and (max-width: 763px) { #U6ZFcMWsgKA9iI8puNSuFBoFAtS2Zscw { display:block; }#U6ZFcMWsgKA9iI8puNSuFBoFAtS2Zscw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4K2Zyu2Pxwpk9vpdatpOXCRTJdNTF6F { display:block; }#u4K2Zyu2Pxwpk9vpdatpOXCRTJdNTF6F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmLBEuNHx3PSrMUtboVuMtVZvotSGOwJ { top:2.3125rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB { display:block; }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTzLJTTfsB591hT6JFDhngT5P9mthS8J { top:20.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XntXPZXz8n3y5Tgn5K50asbMxUuCbRfx { top:7.5625rem;left:0rem;width:47.75rem;height:10.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds6L8FXLJoStsRNWCQo4cy5FUd9zQ9XG { top:2.375rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1qTKImaB5sUbZgGMv5rNxpnFa1Bpb3B { top:18.0625rem;left:18.375rem;width:29.3125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbku4yba9UuZKrgpaV95oFKBPNDgeL1X { top:18.0625rem;left:31.375001907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #at0B90Xhvp3XWtTwhhwNrTTtGGqEJdww { top:19.5rem;left:34.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaKPWliQV61uBs3erw7lTtRiNSkAT39L { top:0.5rem;left:22.75rem;width:25rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9V44RlKyc98duwMFoMGyRSkpxoUvd4y { top:23.4375rem;left:0rem;width:45rem;height:14rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaGv9Nsdoq5mUUg2UnN1H8wGR2HtVrm8 { display:block; }#PaGv9Nsdoq5mUUg2UnN1H8wGR2HtVrm8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVJfc5uu6NDAgbIkro7JOzygzI2IfQbh { width:11.625rem;height:3.0625rem;top:7.8125rem;left:18.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVBODvZ1uDiQ3MdRZ1vSr6o5TuNvEhTb { display:block; }
 }@media only screen and (max-width: 763px) { #KVTqv2IX4N1c6Wg850vD1rrJEt5GpoCQ { top:1.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D04fuuTOMlkXinOU3JEvQE6DJ8Em4SWH { display:block; }#D04fuuTOMlkXinOU3JEvQE6DJ8Em4SWH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BrcnEixvRhJCTw4Mwk5PuWM3ECl3gUI0 { top:5.5625rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBaF7uNUS6guSsoXX0A05h0ET6C9CXH3 { top:7.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Suv4vRWXRcSkXticVThCLCNvAyH5Nx { top:16.0625rem;left:0rem;width:47.75rem;height:26.553102625298rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9F9TLn0W72C0gDP5kTlezWFqbecpxhM { top:10.875rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghlUPs4IETdazpmeEXNSlBDR5MLKXoTT { display:block; }#ghlUPs4IETdazpmeEXNSlBDR5MLKXoTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OO01bzKcpaniv0pxZrWST2Hu1XRSGc6b { top:8.5625rem;left:16.562501907349rem;width:17.125rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDyLNzbFNzBH4X1FSB6FocZg6QSa1Dkg { top:7.875rem;left:16.562501907349rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #moQOJbmrtMFA7Pdm2RLfBSuueUmRg0c7 { top:8.3125rem;left:13.437501907349rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWQqOUFUp2wpviGr2u3ONMX1q9VaEzbH { top:8.4375rem;left:31.1875rem;width:16.5625rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ0l4zeRfffbQnCa9dBMpS68KfPo2hm0 { top:7.75rem;left:41.5rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUCaIwByt3AqrpfeyQrceBrRl3NvkZcV { top:8.1875rem;left:40.749998092651rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuHBZXsv41P5hAvkzqGrAIWVJXBONr5m { top:8.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2JpN764oRMwE6Vdme2yiXAXPxgypC7P { top:8.4375rem;left:0rem;width:17.1875rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0iz446POUZeNRdfaXvPfNzP9AT9Uolr { top:13rem;left:0rem;width:17.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTsC5yohKeq0Vinodc8n8ZtZE0DILq9K { top:7.75rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1TnRatHiL5ELl9hqmTSRqsEVXLIpeKg { top:1rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHA8aKDTPLtKwyBI4q9ktTW6l2zCWt27 { top:2.75rem;left:45.562498092651rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0cTCDexZhcEeMma8oTGNbslFAE1mb6G { top:11.875rem;left:16.562501907349rem;width:17.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRerwTksp6MefFW92g6JxXdihWwkt72i { top:11.875rem;left:30rem;width:17.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ1NrEb7cduJRq2rhu1g8kr6U35tzdu9 { display:block; }#MQ1NrEb7cduJRq2rhu1g8kr6U35tzdu9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRKPppFIyiez1tNOESTRCNU2J2so1Ocw { top:1.6875rem;left:16.562501907349rem;width:17.125rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6KXmGwaT9Vk6LVgUEoWlIUMUy2o9Ay4 { top:1rem;left:16.562501907349rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkFto7B5TyHMHWBhgqrUSvb813p0dRyb { top:1.4375rem;left:13.437501907349rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mirUy1m2aOSsvBqXmQHUxMD3OyRK0Zze { top:1.3125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaHaR0q6Gu2RJNyoFkKGauMrqBm7L0sB { top:1.5625rem;left:0rem;width:17.1875rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnk5GkpADZRbNsdtX6ZOv04kpvOSlqVK { top:4.6875rem;left:0rem;width:17.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx7rInn6X8Wc8773WvI2icfItEIvJH0p { top:0.875rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0gHWxaBLsxqk9d9PKL1ad3BvR2TfcTa { top:5rem;left:16.562501907349rem;width:17.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRkDWVLh3s8gbSmJnZrCyA88x84hahMI { display:block; }#pRkDWVLh3s8gbSmJnZrCyA88x84hahMI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4TgDOzdDIguTglaI4AsSTXctIIOTaUk { display:block; }#M4TgDOzdDIguTglaI4AsSTXctIIOTaUk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPTdzrEEPe6SM6c4wzOm4Kp2LuMCk5gv { top:8.5625rem;left:16.562501907349rem;width:17.875rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTxllMsrJGdaq4iWFKyB3Py7RVx4xdsO { top:7.875rem;left:16.562501907349rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxVTFDCO2hMDOZmomeiardSZTy6dFQ8H { top:8.3125rem;left:13.437501907349rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTsFHMJX9fapUOTVJTuzsK2TAL0DixdP { top:8.4375rem;left:30.0625rem;width:17.6875rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfC97o60MSQMXpRsIWRClz54BJGglH5k { top:7.75rem;left:41.5rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEekbvypqTczqhdTiKxENAinr3vSSOly { top:8.1875rem;left:40.749998092651rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc4TpRUBHR6peR17QFZV6U5Pm0WKfPkC { top:8.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQAi3X5mMLZak4BUdT5dVgmpMMHlU5g3 { top:8.4375rem;left:0rem;width:15.875rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRayvFvtQRCs83WWld1wCZeZyL1loDW3 { top:13rem;left:0rem;width:17.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGpg5clCJp2MMATFkTvFS7UZZMWXSsGF { top:7.75rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCzeLCPcfx2VcCBa5cfUcbQ2PTNNPsFR { top:1rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWPHBDFulHEhyIK1X5UR9uVt1ago7Rsk { top:2.75rem;left:36.936719894409rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa0fB2IPkWacQTa6NbvKH7o8n4UMQQcR { top:11.875rem;left:16.562501907349rem;width:17.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #onaTgrUpxr2uN6TRSBFElvl2dFOx0TCW { top:13rem;left:30rem;width:17.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9g5TkFM67vSV2haR2rCeXRgEUvnkxKB { display:block; }#o9g5TkFM67vSV2haR2rCeXRgEUvnkxKB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqffLgEe9Or0XHfNR3DU1DpWhn44rCsu { top:1.6875rem;left:16.562501907349rem;width:15.8125rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTySlM4Bk2hIdx3X5DKRqGwbAUluUgZM { top:1rem;left:16.562501907349rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBlsoxDua9T5569GmJSeqSi3ErzDWmAy { top:1.4375rem;left:13.437501907349rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlEyCAoebRttJR0taacKJfx1fXarDJ89 { top:1.3125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeMQMeqzzyRCBftKJGseBZXa8afUI0lB { top:1.5625rem;left:0rem;width:18.3125rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSZtE0LREpKFnuxN0sv2T5HVBT27ayE6 { top:4.6875rem;left:0rem;width:17.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qThvTZye2ddWo31qvTQZsw5i1kXHCxDJ { top:0.875rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDxqp2aOh8ae9rfOxStpsHKLTaDQdRG1 { top:5rem;left:16.562501907349rem;width:17.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK7E6hr9J377lEzZSyua44XXfddNfcWM { display:block; }#NK7E6hr9J377lEzZSyua44XXfddNfcWM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pneiZk0xLNndmFmNnA7FeAcTGlTqTNTt { top:1.75rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ4FKka16gpnABL7kLmi9mX35zaZNxeC { top:8.5rem;left:14.937501907349rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rygw6s26lyJfcLhi8SUZsCZv5oBe32qK { top:8.375rem;left:40.187501907349rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiOH5vMzGe4uB1EpUKgIlJm6i0Dz00dJ { top:8.875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZMyX5f9Weknh6hKsPNaEMdoe6cTQS72 { top:9.75rem;left:0rem;width:19.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9dMIZT7vJZERPqPCN9hvRiGuz3ArU0m { top:8.375rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEVHXqVvT1ftT6vkae2wyQIRSApbFrT1 { top:8.9375rem;left:12.300001144409rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePRXcSvQxoxtP6TzensozsooWcybZ0nF { top:8.9375rem;left:37.487501144409rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPsqkEBpg7LwCuPVLElRAJdf0Czs6W9J { top:10rem;left:14.937501907349rem;width:21rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C73uXoCrtdIA9dFqQ0FuWzuJyfqPMZMn { top:9.875rem;left:26.75rem;width:21rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMx1t6TTkRqOPVqgeBAbyA7Fv6ykB2EL { display:block; }#iMx1t6TTkRqOPVqgeBAbyA7Fv6ykB2EL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCiepXls15lPxzNXxUpZqPZyADgD5obg { top:0.875rem;left:14.937501907349rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #te0zDhsvXqs1ulzX6FJMgCtVbdBh0Nc2 { top:0.75rem;left:40.187501907349rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUCUfwzwtDsqTWL4RFE7UF4sIfQpwV4B { top:1.25rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMnoceszxAdc78xfWLwit0e6W7ZaaUsP { top:2.125rem;left:0rem;width:19.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwWdNZ8F5cLfpFHZs3BoeMbBmiyRDUPX { top:0.75rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORdwLE0wHbTmyFBqL5WeLobz6yTbwFgo { top:1.3125rem;left:12.300001144409rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQrVCexMkNpDx09MTmyBJNOXVguThuLH { top:1.3125rem;left:37.487501144409rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV9ifGeiZmTJwLATmDDNlBGqZyFXkApm { top:2.375rem;left:14.937501907349rem;width:20.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVG82FhesJKoVPZFqRrzs0KvGKSZDh2i { top:2.25rem;left:26.75rem;width:21rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4EltMOm2sr1QFFT8brmheUCSPMmXD4J { display:block; }#y4EltMOm2sr1QFFT8brmheUCSPMmXD4J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrCdWI07LxwCfey6m6SXOIaxDCZWpOJc { display:block; }#QrCdWI07LxwCfey6m6SXOIaxDCZWpOJc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqEdgAMPxaaf2Q2NNFW1Is1vbKmUyutB { top:2.5rem;left:33.436719894409rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aycA94qdf7nvbBpDZ34GlRid2TNU3J6Z { top:1.625rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #asuFnNMsCC1amWAtARpKG7rwGiZTptRa { display:block; }#asuFnNMsCC1amWAtARpKG7rwGiZTptRa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQT5gX5RAJwIsP6fJ4aTfLVpsN5sltzt { top:1.625rem;left:16.5625rem;width:15.8125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqDgSQDiXhOseUR8TdoO5L59xVKIc0rn { top:0.9375rem;left:16.5625rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFyqMVstmtWc3447IbLEiQKGXNCUrShA { top:1.375rem;left:13.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7TcDXBk97UbxuLN6SAklPk7clAev0mV { top:1.5rem;left:30.0625rem;width:17.6875rem;height:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMJRfUA9fKD6VPWR3RU5z7TuRDmwBVaz { top:0.8125rem;left:41.5rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCX88yBvvbasZQ68mbQIGlT9VSNRQ02R { top:1.25rem;left:40.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhpMnGlk3RfQnzENbw9piuH0FdwWvyEt { top:1.25rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDRbJDW8hlkslXsdA5kBSazc5fBv3wEd { top:1.5rem;left:0rem;width:18.25rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #su53lTbegvk66nQW8TQUn8JV1WKirvne { top:6.125rem;left:0rem;width:17.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t02mBlvDrBg7q7RkBOeRJ6Ax5TtzgOH1 { top:0.8125rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJH0Fe7OoDvyGBPPgxedInGZ5L6ZQDsE { top:6.125rem;left:16.562501907349rem;width:17.75rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLS9iJ7taowkN3vwLm4heEwoIVaGWmSD { top:7.3125rem;left:30rem;width:16.625rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #clvncKUOLU3LvXbqOLEClPvZqIrapk5T { display:block; }#clvncKUOLU3LvXbqOLEClPvZqIrapk5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xM2szH3UN0g7IXI66MEZydTLuTgxTi68 { top:1.6875rem;left:16.562501907349rem;width:17.1875rem;height:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuTTdEI9CGMGsyNva8iFOXGNWlBGDcLD { top:1rem;left:16.562501907349rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px3Pi0wuvR9GTqSNVXk4ELMvgk0OtDFD { top:1.4375rem;left:13.437501907349rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkVOPsD7t90wSmiezho2QEzupvrJd3kg { top:1.3125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZgzgIRmzWVNTXPOdQsPbkBrcRBfWcnr { top:1.5625rem;left:0rem;width:18.3125rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llv2a0Hz3rAnSQy1a4XqDGiqebwsrZns { top:6.1875rem;left:0rem;width:17.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rplTIEPkDQ0hTWuWcFZDeK05lmQfMFwn { top:0.875rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtVbWoXnh3C6z7lFyCcrvTZBd9voJ10z { top:7.5625rem;left:5.5625rem;width:42.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQxxWknWrlnlPKMKFs1TvQincfuT1zO3 { top:9.0625rem;left:5.5625rem;width:42.1875rem;height:;font-size:1rem;display:block; }#bQxxWknWrlnlPKMKFs1TvQincfuT1zO3 li:before{  }
 }@media only screen and (max-width: 763px) { #HD3k7Ag3oTTgkGF5s66l62ompKREWrMb { display:block; }#HD3k7Ag3oTTgkGF5s66l62ompKREWrMb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vt8riFvqkfDunhAaTzvtQxr4a3Ik1OvO { display:block; }#vt8riFvqkfDunhAaTzvtQxr4a3Ik1OvO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Joly1TUcUnSHBH2WDZ5kMcXTS35SQ8DT { top:4rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfAX7vcipatbVLZIkkBL1g5oht3EXJxM { top:5.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3BZ7Ho7DGHKRyLl1KVvO9PCDw8HM7ZU { display:block; }#P3BZ7Ho7DGHKRyLl1KVvO9PCDw8HM7ZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDoctxUmzA4V2IpLJwlNF8V2u1EaUgiW { top:6.8125rem;left:7.875rem;width:35rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os8xd8FDzWDTrxZTQ5780sKvv8sUxgP7 { top:3.25rem;left:17.375rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO35nQan3eN4d7TXRdT5x4Rtgnq8zm5E { top:2.75rem;left:18.8125rem;width:11.625rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoFyUtDIyAug9odwwPRXMhy08tgeErAF { top:11.375rem;left:0rem;width:14.5rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD3H9m9wNZCARXQgVxv23Qk9re2OSZts { top:11.875rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG0nJ0Oam6l9RWAGO0iUutrd13WuHTIn { top:11.875rem;left:44.375rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQS34N77gziT7iaJshPVT10b6Co7VSr1 { top:11.375rem;left:33.0625rem;width:14.6875rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK20UeM7PvBbhwBGR4TOMaXdOC1DQpNT { top:22.375rem;left:0rem;width:14.5rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boI74dIyJ2WdHRqonsprv20XHD0GMaTa { top:22.875rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TWz4c9ZPnSXqnTAcMsx43o88TcX06Q { top:21.875rem;left:33.25rem;width:14.5rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRADcgZOpfVDfoy34Uu8TkvsHhhOH8K9 { top:22.375rem;left:44.375rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxffDgSEEJTmcFIzCzSQQkHOLP2US6cM { top:30.3125rem;left:18.125rem;width:14.5rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSWPD8oJ2VCkiVblZytpwOgCTuCHcsvO { top:30.8125rem;left:16.6875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtUH2LCgTtToHEfyT5SeiBDTdk7JMbHP { display:block; }#RtUH2LCgTtToHEfyT5SeiBDTdk7JMbHP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhmlozG03fiFr7WC9FJeTG5tAWClmSuf { width:13.875rem;height:3.5625rem;top:1.375rem;left:16.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhwUMHipBS1fyuTJZXFoouWobhNHJADC { display:block; }
 }@media only screen and (max-width: 763px) { #oMpxJSbIAfFmSsic2bqE3w2TuwTNWFWD { display:block; }#oMpxJSbIAfFmSsic2bqE3w2TuwTNWFWD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BavUZ4W2bTMXRZEd9dd2vlJqW6bmhSFz { top:3.125rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6BvxKSZEq5P2Pmd3KAptypi2N9ynEz2 { top:4.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUSfTGveNeGIqXNNKcPfHiixRNQKb6eN { display:block; }#IUSfTGveNeGIqXNNKcPfHiixRNQKb6eN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfH3mLlTGdFC7yiwDNFIGbH98nS6orVv { top:0.9375rem;left:0rem;width:34.625rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHWownJDteFuorPAqPPFDgycvKuxzVkA { top:3.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBJ5ukJqfe425HJ1uuW0h9EdN8UNblR3 { top:4.0625rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNuWmrZTTfAN5k0UKhPNQOv4r9saURet { top:0.9375rem;left:10.375rem;width:37.375rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZnRyKSH6wiNpuF9bk8ayhNoTfmWhTki { top:3.4375rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPvxAeL3XAJyz83JBskyq30UEpitM98o { top:4.0625rem;left:23.875rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaW4f4Cp5Jyu0WLbSmtAM16WEkfTlrMS { display:block; }#VaW4f4Cp5Jyu0WLbSmtAM16WEkfTlrMS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXOFFCdJpLwhnA1VKRBu68Ob1Ey1rJlD { top:1.0625rem;left:0rem;width:36.0625rem;height:16.5rem;font-size:1.25rem;display:block; }#bXOFFCdJpLwhnA1VKRBu68Ob1Ey1rJlD li:before{  }
 }@media only screen and (max-width: 763px) { #C6Rxy8mJAKgB5EtcrldH1p3qBJNu8RQf { top:1.0625rem;left:12.375rem;width:35.375rem;height:16.5rem;font-size:1.25rem;display:block; }#C6Rxy8mJAKgB5EtcrldH1p3qBJNu8RQf li:before{  }
 }@media only screen and (max-width: 763px) { #rVQh3XXhPtT34CRCMha6JbdVwvbmaJ83 { top:0rem;left:11.3125rem;width:36.4375rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3MuIv11HnNgWtMV87yFecV2gL0u3QId { top:8.75rem;left:0rem;width:36.4375rem;height:26.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKhWV73ungqqnEmDxwnLqQuTBsxmf5PH { top:0rem;left:0rem;width:36.4375rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V66trLnfWkdTOUubqhQJm0kwxEonK5Tc { display:block; }#V66trLnfWkdTOUubqhQJm0kwxEonK5Tc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQWFRROf6sPoMEhneJUawCk3eFqxR92V { top:5.625rem;left:0rem;width:47.75rem;height:4.5625rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkbkQFacgLAr8T5sNTrkPGZX3Tml2R8a { top:9.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCaJk7yAEUfwDARiH5L19zho03etNCQE { display:block; }#tCaJk7yAEUfwDARiH5L19zho03etNCQE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqUriyTJiGWLivQXyQKSmU9QxokxfS5H { top:15.3125rem;left:13.812501907349rem;width:20rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoxZFzWAprt44fMhx3ky597U8u2NKI3w { top:14.5625rem;left:13.812501907349rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aasw2CkryvsBq3lv2pAkstLkM7J9OhcP { top:12.8125rem;left:13.8125rem;width:20rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl0Uo1hdybIO72XHN1iMQUHS81puT5EV { top:16.125rem;left:27.75rem;width:20rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1VoxTC7792Z5AVV0exrAqf0tIgUFvNl { top:12.8125rem;left:27.75rem;width:20rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRhi3ByZhJ2eq95KeP4Wr7dTGSKZkhLR { top:15.375rem;left:32.125rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx3JPlG3dXczT1qR0HMphibFozV8X8x3 { top:15.3125rem;left:0rem;width:20rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJwUfyMpcHoOkKMfNXGrrllOkXrCeu9e { top:14.625rem;left:0rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9oDxa2b2JdMTIJI0pUrQmBBRUq5rvPb { top:12.8125rem;left:0rem;width:20rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnwkLOIxPGnZRC9yb7OuEH31qf6kuGeX { top:0rem;left:0rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPET1y4yaaeWK9eX2Zwydok7sgADxvVP { top:0rem;left:13.875rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH2oQZTTVd96JoIPRPSt50ITr4sHRPC7 { top:0rem;left:27.75rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRmN3ABbB2V4fIWozUx7qgDlr9WVaI9W { display:block; }#bRmN3ABbB2V4fIWozUx7qgDlr9WVaI9W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfKud3nxBzedyi4cWlB1pLmSrkRMazc8 { top:15.3125rem;left:13.812501907349rem;width:20rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2zK8M1IrFOnWBiKwvnCOSSttrPZtrnF { top:14.5625rem;left:13.812501907349rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkuKqWMfTZCp2KPRehRed67izqAnqr1L { top:12.8125rem;left:13.8125rem;width:20rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNs41CdFncW8ROhhOek1oOBF2FfQ3bZd { top:15.3125rem;left:0rem;width:20rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1aNTkcz4UygnfbgsHbpzNH8n0PXQUO6 { top:14.625rem;left:0rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu0CqyquqPoBNwFBsddsQwETt86ZlNAA { top:12.8125rem;left:0rem;width:20rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmGOFO6wCLNKM3ATE4PaROGFB8hLu1VS { top:0rem;left:0rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHIh5FwVZlXuvEm4nR84NaSXGGhqUNe9 { top:0rem;left:13.875rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKmFDSW4Qc0QiaNPIWshsOSapuh91LAv { top:15.3125rem;left:27.75rem;width:20rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5X7tHlhI6nKCFUR45Masy0JmXJGXehF { top:14.625rem;left:32.125rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR75I8kHkA6fWEOqaGAVLTEM3piUbwRd { top:12.8125rem;left:27.75rem;width:20rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAzVUNrXOSvwt9K2JNTGGKrTFctHX47c { top:0rem;left:36.6875rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q71vgecSvd2vf17g496uvU4sxe1tBTFe { top:14.5625rem;left:13.812501907349rem;width:15.625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uoppMOXz0nTqcRvQfwuEO5BeRTs1yrQu { display:block; }#uoppMOXz0nTqcRvQfwuEO5BeRTs1yrQu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpXGMsAXEsP9TQ4v4aei0V2UHOGcKo7Z { top:15.3125rem;left:13.812501907349rem;width:20rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSgszl7wQWrnzEHFs24F3yLJc9oQzIIt { top:14.5625rem;left:13.812501907349rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJiHIZy7uTLLofo8rVg5Q4IdcWdzuA6z { top:12.8125rem;left:13.812501907349rem;width:20rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUdQcEd59cRrOg3wBLoVQXbKWfc7WEkn { top:15.3125rem;left:0rem;width:20rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzv28nWFvpCNn9ra3LiTUTpGxctlFVsx { top:14.625rem;left:0rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #he5hUhfZq8mt5VnuUgCN8W3bBJLC8ADL { top:12.8125rem;left:0rem;width:20rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7tfp40kaxd5dFDPEw3T4fAGK8JuGKoJ { top:0rem;left:0rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTKF1dxDaCyMcLLPDDFqKxhCQaT0XZzi { top:0rem;left:13.875rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNT9lH4TfaT9pJQ4XAMNOZg6QRDy4uPt { top:16.125rem;left:26.9375rem;width:20.8125rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvSMDr5JpnT61TzAThC30cRnG9A5MZOb { top:12.8125rem;left:27.75rem;width:20rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aImsChrTfnibiRHycRzunGAvkSlK41cI { top:15.4375rem;left:32.125rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTZuu2iucg8Ont7KfFZIEOm4XNnwgKWx { top:0rem;left:36.6875rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyiQqJUDk7reJxcLbDMvPotCp4SKbFoh { display:block; }#DyiQqJUDk7reJxcLbDMvPotCp4SKbFoh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcmwMupiJCVZCpeWT6hGvL0vuVBczI8B { top:11.6875rem;left:13.437501907349rem;width:28.8125rem;height:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxPTZRrB6iGS76mz3u7dcrmlqWNiT5sU { top:11.0625rem;left:13.4375rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLEzBfwcQZtz1znutQTOiieGGPXXbwI8 { top:9.1875rem;left:13.4375rem;width:20rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3N7hSxxwVEoWq8JrXvC29Hi3cN5UgO7 { top:0rem;left:13.4375rem;width:11.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIPryT6lndtWihPHueTbtQPDbkFIMA1u { display:block; }#bIPryT6lndtWihPHueTbtQPDbkFIMA1u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goeFBiPqCLAo1e7RbwWVC8EP7P3pfevR { top:3.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMZXuZC3WPvfAwiBSTptV6oJym5KIb2D { display:block; }#nMZXuZC3WPvfAwiBSTptV6oJym5KIb2D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqLJVJkeCoqrcfuSF013TzeJuBdJLhT6 { top:2.6875rem;left:20.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyOBtvxMz5oocyPiupkJWRgGrq7PbpTB { top:2.9375rem;left:18.8125rem;width:28.9375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHBkK51MamMfQsp6489PdnlC6LaMHNTi { top:5rem;left:17.25rem;width:30.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfyfXSULL6kDTg7Zk5K5wEwVRSciD28Z { top:2.25rem;left:23.1875rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJD1kFShzvE6BLF9volQsbkT6ORIpmRT { top:10.1875rem;left:16.625rem;width:31.125rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0vgNHDHwsRaqg5Gla8gqQ7fRwo6Bral { top:13.5rem;left:17.25rem;width:30.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6t73Q0GOhzZiWMFXlFRA6iKdWcNAK2M { top:9.5rem;left:23.1875rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxOEGFVUGU56x9k9mKGnFdAFDzuMKSHJ { top:9.9375rem;left:20.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6s6cpgiBz5AiWO7BaoBiPAgZRPrgkxf { top:18.4375rem;left:16.625rem;width:31.125rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9mU4sB335Da6f8QB7TB4EByS2xK7dr4 { top:17.75rem;left:23.1875rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBPxUq2QyfVMgPxPOnaDkFE3vKQAHEg5 { top:18.1875rem;left:20.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCuIrPE9rX51mTuxs0h0Sd2Th4pnaaRF { top:2.25rem;left:0rem;width:31.5625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFSUeN9KpoEvTTK0rWTuXGsk8a1FT2Tv { display:block; }#qFSUeN9KpoEvTTK0rWTuXGsk8a1FT2Tv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSRORuOwsJrFoqZFf2BI29uqGxE9kBXd { top:1.75rem;left:0rem;width:47.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdFTe84OCZH61sueus9yFS95udMP2l1q { width:11.625rem;height:3.0625rem;top:7.875rem;left:18.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwWilZtgfXMW1U7MVRxv9HsrIoDmpoJl { display:block; }
 }@media only screen and (max-width: 763px) { #CkEGOFXLd6TpkKgrW1xJvgaVWVC3oLMO { display:block; }#CkEGOFXLd6TpkKgrW1xJvgaVWVC3oLMO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDkp7rVOVZTwNuhRvRoXQHJ87atFiqoi { top:3.625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxVx90EE1lAaUP2LBpZB4rPNVAiDK14O { top:12.125rem;left:2.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmfyLWPE55CiKzqf8HlT7rloIshpQH1n { top:10.875rem;left:4.5625rem;width:17.25rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #anqXtaxFdERBDCJ72dT2Wil8pSzUq0J7 { top:13.875rem;left:0rem;width:47.75rem;height:19.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMR2b4vUhHHQqkzX6NWo9oo3iUiPpDKp { top:13.0625rem;left:4.5625rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pac8lg43N6i3egx7UL8amUVvXULymM1W { top:10.875rem;left:0rem;width:16.875rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4FzTro7RTq6hgtf1GA3AhfIgHTaH118 { display:block; }#C4FzTro7RTq6hgtf1GA3AhfIgHTaH118 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUn1DIQdGGVK1fudo9G68CpTtGstD2Tv { top:1.75rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhTlDeLCtPkN0E2kiUSFWLCmOPgK9ney { top:8.5rem;left:14.937501907349rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTpmgTzH06K5VI4WfOfds5ySRa2EkiTn { top:8.375rem;left:40.187501907349rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSzsIuRQ2BnT5m2nt2PyoSuQGx1U0LJA { top:8.875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF0typCesCT72K51CHlikXwwCJiUZvCM { top:9.75rem;left:0rem;width:21.375rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGuUPPbFtxhePXFw4nLK97XWZ4rmH9nD { top:8.375rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEyaqueS1KsxPu0QfEUtMcQVnnlusCbv { top:8.9375rem;left:12.300001144409rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1emBZvMZM4e2bzCSFTa8VKV2wVnueKk { top:8.9375rem;left:37.487501144409rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4CZRDfP5AA79aFfCTJbss7PudcSIHeq { top:10rem;left:14.937501907349rem;width:21rem;height:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u54Rs7PlZWyfBvlhib8SM2zJKXBJeHEZ { top:9.875rem;left:26.75rem;width:21rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1Hk5JkecMCLx9RIHx4Hi3xditX3FRLh { display:block; }#z1Hk5JkecMCLx9RIHx4Hi3xditX3FRLh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usBi5n8VqAHvLbVQoRBCaZLhM4SO9CQQ { top:2.4375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZboQheHm5H4JaGCqvbCuhNTxQi3TnIkA { display:block; }#ZboQheHm5H4JaGCqvbCuhNTxQi3TnIkA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSFTz4dNzS29OisKWculNG6zAT6dTGs9 { top:1.0625rem;left:0rem;width:47.75rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGrxXuPluxmRIoe9wLbBLCJ1qTIf9uhz { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpptl87BiOyR7mVlqqLqXkVcrLMbPvII { display:block; }
 }@media only screen and (max-width: 763px) { #lxl0psodHPLaKBdKO3p5VpSaO3Ew5Vgh { top:4.75rem;left:0rem;width:13.75rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoXT8h1XVhoX1nNlcEGUtgPnDPSagkMa { top:5.125rem;left:1.6773433685302rem;width:14.625rem;height:;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pStn2PrEIpliSn1yTQl6v3Px59JJLKMx { top:3.375rem;left:2.1148433685302rem;width:13.75rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE9NlpEkFGtIma9O0RXTMQEILamQz8sv { top:3.125rem;left:14.75rem;width:33rem;height:8.6875rem;font-size:1.0625rem;display:block; }#RE9NlpEkFGtIma9O0RXTMQEILamQz8sv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f3747eebc07c8c0a1b435342dcbcbbafc33331a.svg); }
 }@media only screen and (max-width: 763px) { #cE5S1svrMvw3aMVEuvLuemTg6drOqiua { display:block; }#cE5S1svrMvw3aMVEuvLuemTg6drOqiua > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhNofBJ9TT2eAFZvsxTlPwKWCm6ziHdc { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEBV2FAQUtTn4MQVdi12FiooOgp1fcxS { display:block; }
 }@media only screen and (max-width: 763px) { #maeqx39FmgTlk8v7CNLqa3a7T0xdK9bQ { display:block; }#maeqx39FmgTlk8v7CNLqa3a7T0xdK9bQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHtQk4XwJbZuGX1cX5C1gSsTTaJhZxZl { top:1.125rem;left:0rem;width:17.6875rem;height:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKTbbrSp8iGqe2bolOu9m6Ds6kk00hGR { top:5.4375rem;left:0rem;width:17.5625rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITEfCFKQ8eOoeEZzirBmWDblT8wkDWcu { top:11.3125rem;left:0rem;width:15.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #askqyaktJ03HRJMT0P5BPxiwdKeK4Its { top:12.4375rem;left:0rem;width:16rem;height:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1nTEvT2e4cMg4r4aMVxxgCgOohAi96e { top:15.5625rem;left:0rem;width:15.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQEIfLNMvnDN7rOBFzbhk4W0RhdDC7zy { top:17.25rem;left:0rem;width:16.1875rem;height:15.125rem;font-size:1.0625rem;display:block; }#yQEIfLNMvnDN7rOBFzbhk4W0RhdDC7zy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f3747eebc07c8c0a1b435342dcbcbbafc33331a.svg); }
 }@media only screen and (max-width: 763px) { #xdGDJ1w9czDJk4Oim57F9fbOxVBg3Kdy { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TebZ1WGSQyUTfh3Mqahsuh354xslFkgL { display:block; }
 }@media only screen and (max-width: 763px) { #ywghDlpF8k38nRh2cxTpuowzia3sCyS0 { top:2.6875rem;left:0rem;width:13.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omwJTZrboCn7rdFQSwBiBRcSzorWsmDF { top:1.0625rem;left:6.1875rem;width:17.6875rem;height:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPqy8WzKxpmiyIFvHVITa7Mk64aZCXJT { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSW4To637FoBRE9Q7tflTxHwKALXcIqe { display:block; }
 }@media only screen and (max-width: 763px) { #nMsTSwPvWL1sJ2zgcCoJ6gkQVLkcbK6n { top:17.25rem;left:7.6875rem;width:16.1875rem;height:15.125rem;font-size:1.0625rem;display:block; }#nMsTSwPvWL1sJ2zgcCoJ6gkQVLkcbK6n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f3747eebc07c8c0a1b435342dcbcbbafc33331a.svg); }
 }@media only screen and (max-width: 763px) { #CiquJ3h8NM4RgxIgTRTeJinGnxFruo3X { top:5.4375rem;left:6.3125rem;width:17.5625rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7HQRNtUw1dZFSupU5koPEnHD8p6kSma { top:11.25rem;left:8.25rem;width:15.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNezu6oGJHs9SZL4dWKcNtfqwstFe3Fl { top:12.375rem;left:7.875rem;width:16rem;height:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQPErHPkTSeehXB5WASEHn0RnawTZB3e { top:15.5625rem;left:8.25rem;width:15.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9luGEHp2cCWmxltAkFaL6pSKP5hTFlM { top:2.625rem;left:10.125rem;width:13.75rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL9XleVMiiF7McByUs17l6OxkXGRs9hR { top:1.0625rem;left:18.125rem;width:17.6875rem;height:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQFDUO4fUmvrxmoRf8oIItlMQI8VbX5q { top:5.4375rem;left:18.25rem;width:17.5625rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcJlrOWqTS1TCGGLWg0GSEew2FawudTm { top:2.625rem;left:22.0625rem;width:13.75rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A06iM884sMezbHAkJVvCyQPoBBR4vBLN { top:11.25rem;left:20.1875rem;width:15.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJT2XKsKh5K40rFrFZhQuoIfywFThiq1 { top:12.375rem;left:19.8125rem;width:16rem;height:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK1TxKN7t5EM8EbBqw3tquSd7WBOWSKI { top:15.5625rem;left:20.1875rem;width:15.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh3NRrllryQDahX8sxUAevpRd6U2FEoO { top:17.25rem;left:19.625rem;width:16.1875rem;height:15.125rem;font-size:1.0625rem;display:block; }#sh3NRrllryQDahX8sxUAevpRd6U2FEoO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f3747eebc07c8c0a1b435342dcbcbbafc33331a.svg); }
 }@media only screen and (max-width: 763px) { #iGmE4RTncX2d7i1DVrqiXyqqxs9f7TA3 { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #egMatxFZpXMxCw4PkaXohRyUA4M5vklf { display:block; }
 }@media only screen and (max-width: 763px) { #rkzRP2wJ8PBkHZ0yzJcNpLNhEL0zC1XO { top:1.0625rem;left:30.0625rem;width:17.6875rem;height:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLWSwkE4b0UlGpU02bi91NyroB0lSlTf { top:2.625rem;left:34rem;width:13.75rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7KXlJm78S68AFTzyNWcSa2BJsfTn7Mk { top:5.4375rem;left:30.1875rem;width:17.5625rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9RJgbi8c23kBBOLcEpO0mei4E5adTCc { top:11.25rem;left:32.125rem;width:15.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9lxd202Sh24WdyVJfFVOHWOEnv0QJzF { top:12.375rem;left:31.75rem;width:16rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJT0uUNGEgczHsBR8anX6W657kQe3a9O { top:15.5625rem;left:32.125rem;width:15.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL73THb1fo9ZNmFMWUTgZN4dx9TJdTaX { top:17.25rem;left:31.5625rem;width:16.1875rem;height:15.125rem;font-size:1.0625rem;display:block; }#FL73THb1fo9ZNmFMWUTgZN4dx9TJdTaX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f3747eebc07c8c0a1b435342dcbcbbafc33331a.svg); }
 }@media only screen and (max-width: 763px) { #EQNNXpwORJubzT0HIbw9399ZcQ2T60vw { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m783Wa6WrLkk1pwbLK3tqh0mmhq1avQW { display:block; }
 }@media only screen and (max-width: 763px) { #LnJTeJEnX2ewDVQHBWpIxJ6LnOb0tUzX { display:block; }#LnJTeJEnX2ewDVQHBWpIxJ6LnOb0tUzX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaQLuhT9wREI42sZmGAXiQOq44HqKKF3 { display:block; }#gaQLuhT9wREI42sZmGAXiQOq44HqKKF3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTIWLahAfpm3PFN0qe8yXccTtTAWv644 { top:1.0625rem;left:0rem;width:47.5rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP7FaFgymiT0MpviSbs5NzFWLVw2dOtv { top:1.6875rem;left:0rem;width:47.75rem;height:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh0EEJHLkgyQN0zluTPd6qcGg1gDosMM { display:block; }#wh0EEJHLkgyQN0zluTPd6qcGg1gDosMM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTmlycsqB1xdcRhxEHDz4SvHcRgMzS5I { top:12rem;left:0rem;width:13.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK5aBbWtH0glbkKRpnFrnSrauTW8pK2d { top:9.5625rem;left:4.5625rem;width:3.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwQJMxuMN8tAa8A58hpkPzzHTrJHGIvZ { top:9.75rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw6D3bdVBsWcxgeWyaeFgADixsr0dUwK { top:9.625rem;left:23.875rem;width:3.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKsNZkIQcMFLazg2cuwbB8wecSTPXFhF { top:10rem;left:0rem;width:2.75rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZume8vrT45CQ0mQeNRlOIcNroWaz8yT { top:10rem;left:5.0625rem;width:2.75rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9s0vcyU23GDZckogL3ZlDAQ0Q07O7KL { top:10.1875rem;left:24.375rem;width:2.75rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #riDBCpiTodOOcTFD5Tm08yLeQIkSrPDs { top:8.9375rem;left:0rem;width:13.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emqIh4I4VvbiMQ5dJ2F63p7nw5kc5CLC { top:8.9375rem;left:8.8125rem;width:13.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5a941gEidlPnLVg0QSuz0zuTleCGHEB { top:12rem;left:8.8125rem;width:13.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #neZHbPkHkXoUVKs6QXW1xA09R32fFkBn { top:8.9375rem;left:28.25rem;width:13.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pzk8kJCOqmzsBfFATV8CtKJbxAr9C2Vh { top:12rem;left:28.250001907349rem;width:14rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1MXlSwBS6sx2oy5fnBvE1HibqKgrgoe { top:11.3125rem;left:0rem;width:47.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPilnuQyNcG4U1pV21ErkwG2qGOqhLm0 { top:9.75rem;left:5.0625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITXvmNvwcXgi63NWFtVDpvhZKiz1RVDk { top:9.9375rem;left:24.375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #boPUc9nrVZPVelqhLW8GDBUrM1xUhFcI { top:9.6875rem;left:42.875rem;width:3.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHRgkZd2ELw5Ldags46JUHgyvLVZO7hL { top:9.9375rem;left:43.4375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqpgeVVO1U3kSZ58uoHOyIsdOUnFF7mD { top:10.1875rem;left:43.3125rem;width:2.75rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W91BHyaADTU7r1aGUt9ZCMUhtpyr6EZ3 { top:9rem;left:34.25rem;width:13.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTWQxQEn1uHNJBGNxGTqCzZqswB96ETE { top:12rem;left:34.25rem;width:13.5rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d32Q3nTuUkCZrGfTRftIKNQsFwan5dne { top:3.125rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7F1WVkbyuwyoWPsReQFo8Pndt5F4f1V { display:block; }#I7F1WVkbyuwyoWPsReQFo8Pndt5F4f1V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tu8fGcSr8QVR5KdRWarDZ1nJxaKdhFt4 { top:2.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSzTaV89v5VKmXDyJn0XQFa5Sk4QX0w2 { display:block; }#iSzTaV89v5VKmXDyJn0XQFa5Sk4QX0w2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-regular-label { display:block;width:38.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-input-text { width:38.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-input-text {padding-top: 0; padding-bottom: 0;}#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-textarea { width:38.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-input-select { width:38.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-input-select {padding-top: 0; padding-bottom: 0;}#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-input-button { width:38.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-checkbox-label { width:37.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy  { width:38.875rem;height:46.9375rem;top:1.4375rem;left:0rem; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .radio-container { width:38.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy {display:block;}#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy { width:38.875rem;height:46.9375rem;top:1.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #F4R3CWSdeXD7E77UiNHfBG289Dfwlnbs {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #TuxDGGxXv4v9IfEpr89rHL5TpTxsGH5o { display:block; }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #u91gLQzzzuWfGhgddyFLq3kheQG14Wd6 {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #WCEu3AwTxJzwmoTqRost3BLMoCCoetgX {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #uHytMFhPuqsqBlPfZQCnSScgnhdgNGSw {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #Wlo2QDHtiZ9fhBMXQbq6SNzrAzTU2OeX {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #DLiFFTDkoCZt2at1bLHxJosyrIr2i6DG {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #oMHpoBZNnTOv6ZBR5kzPnOGOpnlBUIX6 { display:block; }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #rT4KI8qLLHL8NdOVN7rA3OTyBwcXPQMR {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #QJwAl37baEUtAGh1AwtAkvS2TvpLBBam {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #On73y11AHZvVDvWFDlNxChNeftNITBSz {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #DMHHoot3Cpiow78EJwE0gzhGLoxVLJVE {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #N8GOTxk9KBnLAsPXeTvUiK092ZodGiBk {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #uA6T466GOoev8db0Je8OzNMDZp9uN5F3 {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #ZrKLvyCVty5cttCHKTtGyPvf8SLuN1A3 {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #UhJOqITUl3iW13b0SEHo7WWZpk2wD5KT {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #ZqLQGBZ4L9oADXO5y0gCqTCQ8QFltzhJ {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #ogIbHO1QbRzOXpuJ0oOGP2urO6F7JZ4O {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #v3orlnZZk7xq9QABpQE6zW065ADEaUDB {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #pqM6bviNwTpHRBgflQ2c4ki0NcSzTLO9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #tTXGa2Fghz7LENLTLtxlAC2fHgNhg6of {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #VFSX9kydDWkbBbRIDQTRFuG8o6yoVIKc {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #WiXTsTKOnLXKWxphDOhhsomwIGCH4Ja4 {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #JTKqQ4uCbG5HmA5T4mWx6PVyS80F99C2 {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #XpElKQh9xDHztcpN66PRTx5pqF0du6TN {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #bJp8NbapqC1yrrqTWOkkh5BvPDJrQ5TO {  }
 }@media only screen and (max-width: 763px) { #OdwuATSgLHzODyArDtE2gTQhUzduI8Fo { top:2.625rem;left:20.625rem;width:27.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaibekV6WlVW5wzct9fl5frB5cMpVZsT { top:4.1875rem;left:27.0625rem;width:20.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxT06hJ7v0pkchbGZstlMvJNTTrT6gTv { top:6.875rem;left:27.0625rem;width:20.6875rem;height:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r41qMOKvaQNkhW40FXSnx7yrvypehzBP { top:12.3125rem;left:20.625rem;width:27.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOT40XAarzHzlDqmBFevmyKpSeb0J4l4 { top:14.0625rem;left:27.0625rem;width:20.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gctPcTiZDzbdk20iLXh6Z0TaZsaCBfQP { top:16.75rem;left:20.5625rem;width:27.1875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qglNIvBl3sn95ZSA8scOiLhCXOG2o4hm { top:46.75rem;left:30.862501144409rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2IPcCyhs3h7crUsWUxXoIdGvZD7m5XB { top:3rem;left:0rem;width:44.5625rem;height:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwkrQLw9G8TmkiewRiQbXUQMZuv8ggo6 { display:block; }#SwkrQLw9G8TmkiewRiQbXUQMZuv8ggo6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnkIfCm5CTfTU4EWN7zQoLMW8gJ7G0sx { top:3.3125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #luwA9Kl82xMsTkE6uRuWU00oerN4oO22 {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #V3oo8Nk1lXzJEs704vgST4P4ObVPJ3BG {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #rc5e1iyuZ9O8QGB63SBWno1nTof7t5EN {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #X8S6i5QXab9xXh2zRmATETCKpWmMWd2B {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #lRTmGSyhWlT0PzyRuPlJBw6eR3Hr77ri {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #J4gDfQP9WJTUN1H96BKeL3V2nB092nTh {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #GNPX2zkHZE5deUv6NEwWnQoFSvHywEL0 {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #FmIvC4WNGTb5ytD7VRAusWiW2W5i8Wu1 {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #Vtx4QrQkrtZWK3Hp6lxTc411hslxIv31 {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #iuV4DKzGL8hV2VE2QKxyqDnUwER67Cpv {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #VuNLGt6cZ7xeMBSK8c9qXuldT70SMVl2 {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #ruMvMbeeWsda6kmS3samlifiWdtGBSD0 {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #AKBvViggIiuOGXhIx3dRTTvbHDLpyvT6 {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #tcBbZtfSrVc1fOykHsy4d54iTkqmcxyc {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #pPoyBLwVkX59OrnpFG5e1PDC6wDqfkom {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #D1h8TocSvTRUvIs5UptCEX4BQveo9eh0 {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #iP9wM1JMrvlNw9TQgWML06va1Xx9dfnD {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #r5u86fW2f2tfbXy3BmuH38oqXbzID3uB {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #JSzLRdvxcvcVKUsd9IEIoLURRv9bISbH {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #a3AuNW3bJtF5v1xalgBOFHcfdl8qqiCz {  }
 }@media only screen and (max-width: 763px) { #WsBz10lttEAvc3okoaxac4gITkShuvT9 { top:10.3125rem;left:0rem;width:47.6875rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufXtZ2xy2mx53pA25V4r967OeVNIbVuC { top:9.6875rem;left:43.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7q3JGuRxWvTFulRi0IWpGTpXVT5TAKG { display:block; }#D7q3JGuRxWvTFulRi0IWpGTpXVT5TAKG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TItdQlC9UTWnZZ5TWRhWpibkcebVeNsO { top:8.0625rem;left:25.8125rem;width:21.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBqPaRP7ah0GDduRol5L5gVnaHSt9LBd { width:8.875rem;height:3.4375rem;top:7rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgvvTO71V6rkbLpG57aFeZF13RkatH4s { display:block; }
 }@media only screen and (max-width: 763px) { #Fu1BSTyXzxU8eX9q8L4sS3QqLn6kvmyg { top:3.4375rem;left:0rem;width:26rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyRCbmPX3fmlOEMzl8C0vNRrJR7RJtbX { top:3.875rem;left:25.875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uccNxMN1x3Eucu4WTHPusVnqRGpcJg0M { top:3.875rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8tzmkZTfpqcoVysBfkytP0Eu9b61sUd { top:4.25rem;left:28.6875rem;width:18.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5aeZnpoWtZhNL2yyzunaUikvmyr3tIQ { top:4.25rem;left:40.4375rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUz99TnZHB5GkyaMTTs5KRr6oKC1bmHa { top:7.8125rem;left:26.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL70VREHpXXNleZ9qiHWqzg3MTe79zH0 { top:12.0625rem;left:41.875rem;width:3.125rem;height:3.125rem;display:block; }
#iL70VREHpXXNleZ9qiHWqzg3MTe79zH0 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #d1DkLKIyptPnkELQk39E56uCxcQLm7Hy { top:12.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#d1DkLKIyptPnkELQk39E56uCxcQLm7Hy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TccqqWNF66wI1ymIJ2ihUmStNbPvTpmb { top:12.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#TccqqWNF66wI1ymIJ2ihUmStNbPvTpmb > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #unpb1n7ANwaNIaxVvWAf3smuruMWOoX4 { top:12.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#unpb1n7ANwaNIaxVvWAf3smuruMWOoX4 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #nXwZTrX5PXtAeNzhk5HMdkCMCipyBvEl { width:8.875rem;height:3.4375rem;top:11.875rem;left:25.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfvzTRQUIXKP6sAe9cgpTOQgfKVrNQc6 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NUvhkC0mXAzNVTZ3g8Td2OD3TamrHkVU { display:block; }#NUvhkC0mXAzNVTZ3g8Td2OD3TamrHkVU > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gu1RnfdNFluM6qDBwJqcWF3lUtFRbFx3 { width:19.1875rem;height:3.6rem;top:20.450000286103rem;left:0.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WqTBB4qnQMVQu8ko3zSpWJcIVPEqNiWo { width:19.0625rem;height:0;top:14.374999761581rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #srrMaQ9Cm11hyrLUDbV7KfFgwSQHB5sv { width:19.3125rem;height:16.1875rem;top:31.0625rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNsB8U9fMlBCE6L1QONhWLpFcyTmA9oc { width:20rem;height:40.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr0ggZM9c811LHZaVh52L9KfqOtlV01u { width:10.0625rem;height:4rem;top:1.125rem;left:4.9687498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5atZiwhuAseexXuZ44PpE1uN2GMuZii { width:19.0625rem;height:5.0625rem;top:26rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #sQy4ZrQTKaKPx31MRnX0rJZvmWnkyRWv { width:16.125rem;height:1.95rem;top:17.5rem;left:1.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bw2fhOqcKU7f5b35GQx2V3uJpAkFehOW { width:16.1875rem;height:2.375rem;top:17.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNdbgETqNhRFuphazioImg3teLqU7724 { width:20rem;height:0.0625rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QevDCyL1SsU3JgDqm3eECPdQM8qtmLTs { width:13.875rem;height:3.5625rem;top:47.1875rem;left:3.0625001192093rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #fUbvcszIFs5IeLpdEgFA2ZBMhgpFgqlh { display:block; }
 }@media only screen and (max-width: 763px) { #U6ZFcMWsgKA9iI8puNSuFBoFAtS2Zscw { display:block; }#U6ZFcMWsgKA9iI8puNSuFBoFAtS2Zscw > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4K2Zyu2Pxwpk9vpdatpOXCRTJdNTF6F { display:block; }#u4K2Zyu2Pxwpk9vpdatpOXCRTJdNTF6F > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmLBEuNHx3PSrMUtboVuMtVZvotSGOwJ { width:20rem;height:19.5rem;top:1.25rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB { display:block; }#X6rwxhhFTL2nGsVHtBOqeI6ouyIRREMB > .row .container { width:20rem;height:61.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTzLJTTfsB591hT6JFDhngT5P9mthS8J { width:18.75rem;height:0.0625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XntXPZXz8n3y5Tgn5K50asbMxUuCbRfx { width:18.0625rem;height:16.8rem;top:5.4742187857628rem;left:0.6875rem;font-size:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Ds6L8FXLJoStsRNWCQo4cy5FUd9zQ9XG { width:20rem;height:2.75rem;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1qTKImaB5sUbZgGMv5rNxpnFa1Bpb3B { width:18.6875rem;height:4.6875rem;top:18.437500417232rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbku4yba9UuZKrgpaV95oFKBPNDgeL1X { width:1rem;height:1rem;top:22.536718785762rem;left:17.799219489097rem;display:block; }
 }@media only screen and (max-width: 763px) { #at0B90Xhvp3XWtTwhhwNrTTtGGqEJdww { width:1rem;height:1rem;top:0.5625rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaKPWliQV61uBs3erw7lTtRiNSkAT39L { width:20rem;height:12.125rem;top:48.073446750641rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9V44RlKyc98duwMFoMGyRSkpxoUvd4y { width:20rem;height:21rem;top:25.135938107968rem;left:0rem;font-size:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #PaGv9Nsdoq5mUUg2UnN1H8wGR2HtVrm8 { display:block; }#PaGv9Nsdoq5mUUg2UnN1H8wGR2HtVrm8 > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVJfc5uu6NDAgbIkro7JOzygzI2IfQbh { width:10.875rem;height:2.8125rem;top:13.486718177796rem;left:4.5624998807907rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #iVBODvZ1uDiQ3MdRZ1vSr6o5TuNvEhTb { display:block; }
 }@media only screen and (max-width: 763px) { #KVTqv2IX4N1c6Wg850vD1rrJEt5GpoCQ { width:20rem;height:11.025rem;top:0.79765605926512rem;left:0rem;font-size:1.125rem;z-index:14997;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D04fuuTOMlkXinOU3JEvQE6DJ8Em4SWH { display:block; }#D04fuuTOMlkXinOU3JEvQE6DJ8Em4SWH > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BrcnEixvRhJCTw4Mwk5PuWM3ECl3gUI0 { width:17.6875rem;height:3.3rem;top:1.9874999523163rem;left:1.15625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBaF7uNUS6guSsoXX0A05h0ET6C9CXH3 { width:1rem;height:1rem;top:3.1375000476837rem;left:2.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Suv4vRWXRcSkXticVThCLCNvAyH5Nx { height:11.153125rem;width:20rem;top:6.1765625476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9F9TLn0W72C0gDP5kTlezWFqbecpxhM { width:20rem;height:8rem;top:18.579699707031rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ghlUPs4IETdazpmeEXNSlBDR5MLKXoTT { display:block; }#ghlUPs4IETdazpmeEXNSlBDR5MLKXoTT > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OO01bzKcpaniv0pxZrWST2Hu1XRSGc6b { width:15.3125rem;height:2.25rem;top:20.000000953674rem;left:2.5625001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDyLNzbFNzBH4X1FSB6FocZg6QSa1Dkg { width:6.25rem;height:0.0625rem;top:7.0750045776369rem;left:2.5500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #moQOJbmrtMFA7Pdm2RLfBSuueUmRg0c7 { display:flex;width:1.875rem;height:1.875rem;top:19.937500953674rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #wWQqOUFUp2wpviGr2u3ONMX1q9VaEzbH { width:15.3125rem;height:2.25rem;top:31.562500953674rem;left:2.6875001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ0l4zeRfffbQnCa9dBMpS68KfPo2hm0 { width:6.25rem;height:0.0625rem;top:30.875000953674rem;left:2.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUCaIwByt3AqrpfeyQrceBrRl3NvkZcV { display:flex;width:1.875rem;height:1.875rem;top:31.500000953674rem;left:0.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #cuHBZXsv41P5hAvkzqGrAIWVJXBONr5m { display:flex;width:1.875rem;height:1.875rem;top:7.52499961853rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2JpN764oRMwE6Vdme2yiXAXPxgypC7P { width:17.25rem;height:3.375rem;top:7.5750045776369rem;left:2.5500001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0iz446POUZeNRdfaXvPfNzP9AT9Uolr { width:17.3125rem;height:6.5rem;top:11.710938066244rem;left:2.6875001192093rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QTsC5yohKeq0Vinodc8n8ZtZE0DILq9K { width:6.25rem;height:0.0625rem;top:19.437500476837rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1TnRatHiL5ELl9hqmTSRqsEVXLIpeKg { width:10.6875rem;height:3.3rem;top:1rem;left:0rem;font-size:1.375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #HHA8aKDTPLtKwyBI4q9ktTW6l2zCWt27 { width:1.25rem;height:1.25rem;top:2.0242185592651rem;left:12.375000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0cTCDexZhcEeMma8oTGNbslFAE1mb6G { width:17.5rem;height:5.2rem;top:22.937500953674rem;left:2.3750001192093rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hRerwTksp6MefFW92g6JxXdihWwkt72i { width:17.4375rem;height:6.5rem;top:34.625000953674rem;left:2.5625001192093rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MQ1NrEb7cduJRq2rhu1g8kr6U35tzdu9 { display:block; }#MQ1NrEb7cduJRq2rhu1g8kr6U35tzdu9 > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRKPppFIyiez1tNOESTRCNU2J2so1Ocw { width:15.3125rem;height:2.25rem;top:14.5625rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6KXmGwaT9Vk6LVgUEoWlIUMUy2o9Ay4 { width:6.25rem;height:0.0625rem;top:2rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkFto7B5TyHMHWBhgqrUSvb813p0dRyb { display:flex;width:1.875rem;height:1.875rem;top:14.5rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #mirUy1m2aOSsvBqXmQHUxMD3OyRK0Zze { display:flex;width:1.875rem;height:1.875rem;top:2.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RaHaR0q6Gu2RJNyoFkKGauMrqBm7L0sB { width:17.25rem;height:2.25rem;top:2.5rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnk5GkpADZRbNsdtX6ZOv04kpvOSlqVK { width:17.3125rem;height:6.5rem;top:5.4375rem;left:2.625rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wx7rInn6X8Wc8773WvI2icfItEIvJH0p { width:6.25rem;height:0.0625rem;top:14rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0gHWxaBLsxqk9d9PKL1ad3BvR2TfcTa { width:17rem;height:5.2rem;top:17.5rem;left:2.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pRkDWVLh3s8gbSmJnZrCyA88x84hahMI { display:block; }#pRkDWVLh3s8gbSmJnZrCyA88x84hahMI > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4TgDOzdDIguTglaI4AsSTXctIIOTaUk { display:block; }#M4TgDOzdDIguTglaI4AsSTXctIIOTaUk > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPTdzrEEPe6SM6c4wzOm4Kp2LuMCk5gv { width:15.3125rem;height:3.375rem;top:15rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTxllMsrJGdaq4iWFKyB3Py7RVx4xdsO { width:6.25rem;height:0.0625rem;top:4.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxVTFDCO2hMDOZmomeiardSZTy6dFQ8H { display:flex;width:1.875rem;height:1.875rem;top:14.9375rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #cTsFHMJX9fapUOTVJTuzsK2TAL0DixdP { width:16.375rem;height:3.375rem;top:28.1875rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfC97o60MSQMXpRsIWRClz54BJGglH5k { width:6.25rem;height:0.0625rem;top:27.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEekbvypqTczqhdTiKxENAinr3vSSOly { display:flex;width:1.875rem;height:1.875rem;top:28.125rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Dc4TpRUBHR6peR17QFZV6U5Pm0WKfPkC { display:flex;width:1.875rem;height:1.875rem;top:4.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tQAi3X5mMLZak4BUdT5dVgmpMMHlU5g3 { width:17.25rem;height:2.25rem;top:4.625rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRayvFvtQRCs83WWld1wCZeZyL1loDW3 { width:17.3125rem;height:5.2rem;top:7.4375rem;left:2.6875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HGpg5clCJp2MMATFkTvFS7UZZMWXSsGF { width:6.25rem;height:0.0625rem;top:14.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCzeLCPcfx2VcCBa5cfUcbQ2PTNNPsFR { width:20rem;height:1.65rem;top:1.0000061988831rem;left:0rem;font-size:1.375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #QWPHBDFulHEhyIK1X5UR9uVt1ago7Rsk { width:1.25rem;height:1.25rem;top:1.2000007629394rem;left:16.799999594688rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa0fB2IPkWacQTa6NbvKH7o8n4UMQQcR { width:17.5rem;height:6.5rem;top:18.9375rem;left:2.375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #onaTgrUpxr2uN6TRSBFElvl2dFOx0TCW { width:17.4375rem;height:3.9rem;top:32.75rem;left:2.4375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o9g5TkFM67vSV2haR2rCeXRgEUvnkxKB { display:block; }#o9g5TkFM67vSV2haR2rCeXRgEUvnkxKB > .row .container { width:20rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqffLgEe9Or0XHfNR3DU1DpWhn44rCsu { width:14.5rem;height:2.25rem;top:13.6875rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTySlM4Bk2hIdx3X5DKRqGwbAUluUgZM { width:6.25rem;height:0.0625rem;top:1.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBlsoxDua9T5569GmJSeqSi3ErzDWmAy { display:flex;width:1.875rem;height:1.875rem;top:13.625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ZlEyCAoebRttJR0taacKJfx1fXarDJ89 { display:flex;width:1.875rem;height:1.875rem;top:2.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DeMQMeqzzyRCBftKJGseBZXa8afUI0lB { width:17.25rem;height:2.25rem;top:2.1875rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSZtE0LREpKFnuxN0sv2T5HVBT27ayE6 { width:17.3125rem;height:5.2rem;top:5.5rem;left:2.6875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qThvTZye2ddWo31qvTQZsw5i1kXHCxDJ { width:6.25rem;height:0.0625rem;top:13.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDxqp2aOh8ae9rfOxStpsHKLTaDQdRG1 { width:17.5rem;height:3.9rem;top:16.625rem;left:2.375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NK7E6hr9J377lEzZSyua44XXfddNfcWM { display:block; }#NK7E6hr9J377lEzZSyua44XXfddNfcWM > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pneiZk0xLNndmFmNnA7FeAcTGlTqTNTt { width:20rem;height:3.3rem;top:1.1742191314698rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ4FKka16gpnABL7kLmi9mX35zaZNxeC { width:6.25rem;height:0.0625rem;top:33.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rygw6s26lyJfcLhi8SUZsCZv5oBe32qK { width:6.25rem;height:0.0625rem;top:16.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiOH5vMzGe4uB1EpUKgIlJm6i0Dz00dJ { display:flex;width:1.875rem;height:1.875rem;top:5.875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #fZMyX5f9Weknh6hKsPNaEMdoe6cTQS72 { width:16.25rem;height:7.8rem;top:6.4375rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c9dMIZT7vJZERPqPCN9hvRiGuz3ArU0m { width:6.25rem;height:0.0625rem;top:5.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEVHXqVvT1ftT6vkae2wyQIRSApbFrT1 { display:flex;width:1.875rem;height:1.875rem;top:17.125rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ePRXcSvQxoxtP6TzensozsooWcybZ0nF { display:flex;width:1.875rem;height:1.875rem;top:33.5rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #XPsqkEBpg7LwCuPVLElRAJdf0Czs6W9J { width:16.4375rem;height:13rem;top:18.0625rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C73uXoCrtdIA9dFqQ0FuWzuJyfqPMZMn { width:16.375rem;height:10.4rem;top:34.5rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMx1t6TTkRqOPVqgeBAbyA7Fv6ykB2EL { display:block; }#iMx1t6TTkRqOPVqgeBAbyA7Fv6ykB2EL > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCiepXls15lPxzNXxUpZqPZyADgD5obg { width:6.25rem;height:0.0625rem;top:20.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #te0zDhsvXqs1ulzX6FJMgCtVbdBh0Nc2 { width:6.25rem;height:0.0625rem;top:11.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUCUfwzwtDsqTWL4RFE7UF4sIfQpwV4B { display:flex;width:1.875rem;height:1.875rem;top:1.8125rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #kMnoceszxAdc78xfWLwit0e6W7ZaaUsP { width:16.25rem;height:5.2rem;top:2.6875rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZwWdNZ8F5cLfpFHZs3BoeMbBmiyRDUPX { width:6.25rem;height:0.0625rem;top:1.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORdwLE0wHbTmyFBqL5WeLobz6yTbwFgo { display:flex;width:1.875rem;height:1.875rem;top:11.3125rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ZQrVCexMkNpDx09MTmyBJNOXVguThuLH { display:flex;width:1.875rem;height:1.875rem;top:20.375rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #JV9ifGeiZmTJwLATmDDNlBGqZyFXkApm { width:16.4375rem;height:5.2rem;top:12.0625rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVG82FhesJKoVPZFqRrzs0KvGKSZDh2i { width:16.375rem;height:6.5rem;top:21.3125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4EltMOm2sr1QFFT8brmheUCSPMmXD4J { display:block; }#y4EltMOm2sr1QFFT8brmheUCSPMmXD4J > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrCdWI07LxwCfey6m6SXOIaxDCZWpOJc { display:block; }#QrCdWI07LxwCfey6m6SXOIaxDCZWpOJc > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqEdgAMPxaaf2Q2NNFW1Is1vbKmUyutB { width:1.25rem;height:1.25rem;top:2.0242195129394rem;left:16.812500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #aycA94qdf7nvbBpDZ34GlRid2TNU3J6Z { width:16.8125rem;height:1.1rem;top:1rem;left:0rem;font-size:1.375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #asuFnNMsCC1amWAtARpKG7rwGiZTptRa { display:block; }#asuFnNMsCC1amWAtARpKG7rwGiZTptRa > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQT5gX5RAJwIsP6fJ4aTfLVpsN5sltzt { width:15.3125rem;height:3.375rem;top:13.6875rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqDgSQDiXhOseUR8TdoO5L59xVKIc0rn { width:6.25rem;height:0.0625rem;top:1.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFyqMVstmtWc3447IbLEiQKGXNCUrShA { display:flex;width:1.875rem;height:1.875rem;top:13.625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #S7TcDXBk97UbxuLN6SAklPk7clAev0mV { width:15.3125rem;height:4.5rem;top:28.0625rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMJRfUA9fKD6VPWR3RU5z7TuRDmwBVaz { width:6.25rem;height:0.0625rem;top:27.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCX88yBvvbasZQ68mbQIGlT9VSNRQ02R { display:flex;width:1.875rem;height:1.875rem;top:28rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #VhpMnGlk3RfQnzENbw9piuH0FdwWvyEt { display:flex;width:1.875rem;height:1.875rem;top:2.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zDRbJDW8hlkslXsdA5kBSazc5fBv3wEd { width:17.25rem;height:3.375rem;top:2.1875rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #su53lTbegvk66nQW8TQUn8JV1WKirvne { width:17.3125rem;height:5.2rem;top:5.875rem;left:2.6875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #t02mBlvDrBg7q7RkBOeRJ6Ax5TtzgOH1 { width:6.25rem;height:0.0625rem;top:13.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJH0Fe7OoDvyGBPPgxedInGZ5L6ZQDsE { width:17.5rem;height:7.8rem;top:17.625rem;left:2.375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DLS9iJ7taowkN3vwLm4heEwoIVaGWmSD { width:17.4375rem;height:5.2rem;top:33.25rem;left:2.4375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #clvncKUOLU3LvXbqOLEClPvZqIrapk5T { display:block; }#clvncKUOLU3LvXbqOLEClPvZqIrapk5T > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xM2szH3UN0g7IXI66MEZydTLuTgxTi68 { width:15.3125rem;height:4.5rem;top:13.8125rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuTTdEI9CGMGsyNva8iFOXGNWlBGDcLD { width:6.25rem;height:0.0625rem;top:1.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px3Pi0wuvR9GTqSNVXk4ELMvgk0OtDFD { display:flex;width:1.875rem;height:1.875rem;top:13.75rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #IkVOPsD7t90wSmiezho2QEzupvrJd3kg { display:flex;width:1.875rem;height:1.875rem;top:1.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xZgzgIRmzWVNTXPOdQsPbkBrcRBfWcnr { width:17.25rem;height:3.375rem;top:1.9375rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llv2a0Hz3rAnSQy1a4XqDGiqebwsrZns { width:17.3125rem;height:5.2rem;top:5.9375rem;left:2.6875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rplTIEPkDQ0hTWuWcFZDeK05lmQfMFwn { width:6.25rem;height:0.0625rem;top:13.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtVbWoXnh3C6z7lFyCcrvTZBd9voJ10z { width:17.5rem;height:3.9rem;top:19rem;left:2.375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bQxxWknWrlnlPKMKFs1TvQincfuT1zO3 { width:17.25rem;height:11.3375rem;top:23.711719512939rem;left:2.3750001192093rem;font-size:1rem;line-height:1.3;display:block; }#bQxxWknWrlnlPKMKFs1TvQincfuT1zO3 li:before{  }
 }@media only screen and (max-width: 763px) { #HD3k7Ag3oTTgkGF5s66l62ompKREWrMb { display:block; }#HD3k7Ag3oTTgkGF5s66l62ompKREWrMb > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vt8riFvqkfDunhAaTzvtQxr4a3Ik1OvO { display:block; }#vt8riFvqkfDunhAaTzvtQxr4a3Ik1OvO > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Joly1TUcUnSHBH2WDZ5kMcXTS35SQ8DT { width:13.875rem;height:3.3rem;top:1.375rem;left:3.0625001192093rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IfAX7vcipatbVLZIkkBL1g5oht3EXJxM { width:1.25rem;height:1.25rem;top:2.3992185592651rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3BZ7Ho7DGHKRyLl1KVvO9PCDw8HM7ZU { display:block; }#P3BZ7Ho7DGHKRyLl1KVvO9PCDw8HM7ZU > .row .container { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDoctxUmzA4V2IpLJwlNF8V2u1EaUgiW { width:20rem;height:12.5rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Os8xd8FDzWDTrxZTQ5780sKvv8sUxgP7 { width:1rem;height:1rem;top:16.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO35nQan3eN4d7TXRdT5x4Rtgnq8zm5E { width:11.625rem;height:2.7rem;top:15.6875rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoFyUtDIyAug9odwwPRXMhy08tgeErAF { width:14.5rem;height:2.7rem;top:19.225000739097rem;left:3.8749998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD3H9m9wNZCARXQgVxv23Qk9re2OSZts { width:1rem;height:1rem;top:20.075001120567rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG0nJ0Oam6l9RWAGO0iUutrd13WuHTIn { width:1rem;height:1rem;top:23.524999976158rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQS34N77gziT7iaJshPVT10b6Co7VSr1 { width:14.6875rem;height:4.05rem;top:23.14999961853rem;left:3.8749998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK20UeM7PvBbhwBGR4TOMaXdOC1DQpNT { width:14.5rem;height:4.05rem;top:28.387501716614rem;left:3.8749998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boI74dIyJ2WdHRqonsprv20XHD0GMaTa { width:1rem;height:1rem;top:28.450001239777rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TWz4c9ZPnSXqnTAcMsx43o88TcX06Q { width:14.5rem;height:4.05rem;top:33.437500953674rem;left:3.8749998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRADcgZOpfVDfoy34Uu8TkvsHhhOH8K9 { width:1rem;height:1rem;top:33.437500953674rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxffDgSEEJTmcFIzCzSQQkHOLP2US6cM { width:14.5rem;height:2.7rem;top:39.362500190735rem;left:3.8749998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSWPD8oJ2VCkiVblZytpwOgCTuCHcsvO { width:1rem;height:1rem;top:39.362501144409rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtUH2LCgTtToHEfyT5SeiBDTdk7JMbHP { display:block; }#RtUH2LCgTtToHEfyT5SeiBDTdk7JMbHP > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhmlozG03fiFr7WC9FJeTG5tAWClmSuf { width:13.875rem;height:3.5625rem;top:1.25rem;left:3.0625rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #mhwUMHipBS1fyuTJZXFoouWobhNHJADC { display:block; }
 }@media only screen and (max-width: 763px) { #oMpxJSbIAfFmSsic2bqE3w2TuwTNWFWD { display:block; }#oMpxJSbIAfFmSsic2bqE3w2TuwTNWFWD > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BavUZ4W2bTMXRZEd9dd2vlJqW6bmhSFz { width:12.625rem;height:3.3rem;top:2.625rem;left:3.6874998807907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6BvxKSZEq5P2Pmd3KAptypi2N9ynEz2 { width:1.25rem;height:1.25rem;top:3.6492195129394rem;left:1.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUSfTGveNeGIqXNNKcPfHiixRNQKb6eN { display:block; }#IUSfTGveNeGIqXNNKcPfHiixRNQKb6eN > .row .container { width:20rem;height:37.812507629395rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfH3mLlTGdFC7yiwDNFIGbH98nS6orVv { width:17.3125rem;height:3.6rem;top:1.4375rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHWownJDteFuorPAqPPFDgycvKuxzVkA { width:1.25rem;height:1.25rem;top:5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBJ5ukJqfe425HJ1uuW0h9EdN8UNblR3 { width:6.25rem;height:0.0625rem;top:5.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNuWmrZTTfAN5k0UKhPNQOv4r9saURet { width:18.875rem;height:3.6rem;top:32.3125rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZnRyKSH6wiNpuF9bk8ayhNoTfmWhTki { width:1.25rem;height:1.25rem;top:36.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPvxAeL3XAJyz83JBskyq30UEpitM98o { width:6.25rem;height:0.0625rem;top:37.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaW4f4Cp5Jyu0WLbSmtAM16WEkfTlrMS { display:block; }#VaW4f4Cp5Jyu0WLbSmtAM16WEkfTlrMS > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXOFFCdJpLwhnA1VKRBu68Ob1Ey1rJlD { width:17.3125rem;height:22.875rem;top:6.625rem;left:1.375rem;font-size:1rem;line-height:1.5;display:block; }#bXOFFCdJpLwhnA1VKRBu68Ob1Ey1rJlD li:before{  }
 }@media only screen and (max-width: 763px) { #C6Rxy8mJAKgB5EtcrldH1p3qBJNu8RQf { width:17.875rem;height:22.875rem;top:38.8125rem;left:1.5rem;font-size:1rem;line-height:1.5;display:block; }#C6Rxy8mJAKgB5EtcrldH1p3qBJNu8RQf li:before{  }
 }@media only screen and (max-width: 763px) { #rVQh3XXhPtT34CRCMha6JbdVwvbmaJ83 { width:20rem;height:30.9375rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3MuIv11HnNgWtMV87yFecV2gL0u3QId { width:20rem;height:29.9375rem;top:0.56249809265137rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #nKhWV73ungqqnEmDxwnLqQuTBsxmf5PH { width:20rem;height:26.875rem;top:9.800000190735rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V66trLnfWkdTOUubqhQJm0kwxEonK5Tc { display:block; }#V66trLnfWkdTOUubqhQJm0kwxEonK5Tc > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQWFRROf6sPoMEhneJUawCk3eFqxR92V { width:12.5rem;height:4.95rem;top:3.6125011444092rem;left:3.7499998807907rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QkbkQFacgLAr8T5sNTrkPGZX3Tml2R8a { width:20rem;height:9.6rem;top:9.8125030517575rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tCaJk7yAEUfwDARiH5L19zho03etNCQE { display:block; }#tCaJk7yAEUfwDARiH5L19zho03etNCQE > .row .container { width:20rem;height:80.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqUriyTJiGWLivQXyQKSmU9QxokxfS5H { width:18.8125rem;height:9.1rem;top:42.875rem;left:1.25rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HoxZFzWAprt44fMhx3ky597U8u2NKI3w { width:0.0625rem;height:10.125rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aasw2CkryvsBq3lv2pAkstLkM7J9OhcP { width:18.8125rem;height:1.8rem;top:40.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl0Uo1hdybIO72XHN1iMQUHS81puT5EV { width:18.8125rem;height:9.1rem;top:69.75rem;left:1.1875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #D1VoxTC7792Z5AVV0exrAqf0tIgUFvNl { width:18.75rem;height:2.25rem;top:66.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRhi3ByZhJ2eq95KeP4Wr7dTGSKZkhLR { width:0.0625rem;height:11.25rem;top:66.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx3JPlG3dXczT1qR0HMphibFozV8X8x3 { width:18.75rem;height:11.7rem;top:14.1875rem;left:1.25rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HJwUfyMpcHoOkKMfNXGrrllOkXrCeu9e { width:0.0625rem;height:10.125rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9oDxa2b2JdMTIJI0pUrQmBBRUq5rvPb { width:18.8125rem;height:1.8rem;top:11.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnwkLOIxPGnZRC9yb7OuEH31qf6kuGeX { width:11.0625rem;height:11.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPET1y4yaaeWK9eX2Zwydok7sgADxvVP { width:11.0625rem;height:11.0625rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH2oQZTTVd96JoIPRPSt50ITr4sHRPC7 { width:11.0625rem;height:11.0625rem;top:53.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRmN3ABbB2V4fIWozUx7qgDlr9WVaI9W { display:block; }#bRmN3ABbB2V4fIWozUx7qgDlr9WVaI9W > .row .container { width:20rem;height:90.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfKud3nxBzedyi4cWlB1pLmSrkRMazc8 { width:18.8125rem;height:9.1rem;top:42.3125rem;left:1.25rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #U2zK8M1IrFOnWBiKwvnCOSSttrPZtrnF { width:0.0625rem;height:10.125rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkuKqWMfTZCp2KPRehRed67izqAnqr1L { width:18.8125rem;height:1.8rem;top:40rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNs41CdFncW8ROhhOek1oOBF2FfQ3bZd { width:18.75rem;height:9.1rem;top:16.4375rem;left:1.25rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #E1aNTkcz4UygnfbgsHbpzNH8n0PXQUO6 { width:0.0625rem;height:10.125rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu0CqyquqPoBNwFBsddsQwETt86ZlNAA { width:18.8125rem;height:1.8rem;top:14.125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmGOFO6wCLNKM3ATE4PaROGFB8hLu1VS { width:11.0625rem;height:11.0625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHIh5FwVZlXuvEm4nR84NaSXGGhqUNe9 { width:11.0625rem;height:11.0625rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKmFDSW4Qc0QiaNPIWshsOSapuh91LAv { width:18.4375rem;height:9.8rem;top:67.75rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5X7tHlhI6nKCFUR45Masy0JmXJGXehF { width:15.625rem;height:0.0625rem;top:76.3375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uR75I8kHkA6fWEOqaGAVLTEM3piUbwRd { width:18.375rem;height:1.8rem;top:66rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAzVUNrXOSvwt9K2JNTGGKrTFctHX47c { width:11.0625rem;height:11.0625rem;top:53.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q71vgecSvd2vf17g496uvU4sxe1tBTFe { width:0.0625rem;height:10.125rem;top:67.75rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #uoppMOXz0nTqcRvQfwuEO5BeRTs1yrQu { display:block; }#uoppMOXz0nTqcRvQfwuEO5BeRTs1yrQu > .row .container { width:20rem;height:92.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpXGMsAXEsP9TQ4v4aei0V2UHOGcKo7Z { width:18.8125rem;height:5.6rem;top:50.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSgszl7wQWrnzEHFs24F3yLJc9oQzIIt { width:0.0625rem;height:10.125rem;top:47.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJiHIZy7uTLLofo8rVg5Q4IdcWdzuA6z { width:18.8125rem;height:3.6rem;top:47.8125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUdQcEd59cRrOg3wBLoVQXbKWfc7WEkn { width:18.75rem;height:9.8rem;top:23.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzv28nWFvpCNn9ra3LiTUTpGxctlFVsx { width:0.0625rem;height:10.125rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #he5hUhfZq8mt5VnuUgCN8W3bBJLC8ADL { width:18.8125rem;height:1.8rem;top:20.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7tfp40kaxd5dFDPEw3T4fAGK8JuGKoJ { width:11.0625rem;height:11.0625rem;top:8.9716796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTKF1dxDaCyMcLLPDDFqKxhCQaT0XZzi { width:11.0625rem;height:11.0625rem;top:35.498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNT9lH4TfaT9pJQ4XAMNOZg6QRDy4uPt { width:20rem;height:12.6rem;top:76.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvSMDr5JpnT61TzAThC30cRnG9A5MZOb { width:20rem;height:2.25rem;top:71.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aImsChrTfnibiRHycRzunGAvkSlK41cI { width:15.625rem;height:0.0625rem;top:75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTZuu2iucg8Ont7KfFZIEOm4XNnwgKWx { width:11.0625rem;height:11.0625rem;top:59.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyiQqJUDk7reJxcLbDMvPotCp4SKbFoh { display:block; }#DyiQqJUDk7reJxcLbDMvPotCp4SKbFoh > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcmwMupiJCVZCpeWT6hGvL0vuVBczI8B { width:18.75rem;height:10.4rem;top:12.75rem;left:1.25rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LxPTZRrB6iGS76mz3u7dcrmlqWNiT5sU { width:0.0625rem;height:10.125rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLEzBfwcQZtz1znutQTOiieGGPXXbwI8 { width:18.8125rem;height:1.8rem;top:10.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3N7hSxxwVEoWq8JrXvC29Hi3cN5UgO7 { width:11.0625rem;height:7.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIPryT6lndtWihPHueTbtQPDbkFIMA1u { display:block; }#bIPryT6lndtWihPHueTbtQPDbkFIMA1u > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goeFBiPqCLAo1e7RbwWVC8EP7P3pfevR { width:20rem;height:6.3rem;top:1.25rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nMZXuZC3WPvfAwiBSTptV6oJym5KIb2D { display:block; }#nMZXuZC3WPvfAwiBSTptV6oJym5KIb2D > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqLJVJkeCoqrcfuSF013TzeJuBdJLhT6 { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xyOBtvxMz5oocyPiupkJWRgGrq7PbpTB { width:17.5625rem;height:2.925rem;top:2.375rem;left:2.4375rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QHBkK51MamMfQsp6489PdnlC6LaMHNTi { width:17.4375rem;height:2.6rem;top:6.0000007599593rem;left:2.4375001192093rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GfyfXSULL6kDTg7Zk5K5wEwVRSciD28Z { width:6.25rem;height:0.0625rem;top:1.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJD1kFShzvE6BLF9volQsbkT6ORIpmRT { width:17.5625rem;height:4.3875rem;top:11.0625rem;left:2.4375rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #h0vgNHDHwsRaqg5Gla8gqQ7fRwo6Bral { width:17.1875rem;height:1.5rem;top:15.6875rem;left:2.6875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #a6t73Q0GOhzZiWMFXlFRA6iKdWcNAK2M { width:6.25rem;height:0.0625rem;top:10.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxOEGFVUGU56x9k9mKGnFdAFDzuMKSHJ { display:flex;width:1.875rem;height:1.875rem;top:10.0625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #k6s6cpgiBz5AiWO7BaoBiPAgZRPrgkxf { width:17.5rem;height:5.85rem;top:20.612500190735rem;left:2.5000001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9mU4sB335Da6f8QB7TB4EByS2xK7dr4 { width:6.25rem;height:0.0625rem;top:19.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBPxUq2QyfVMgPxPOnaDkFE3vKQAHEg5 { display:flex;width:1.875rem;height:1.875rem;top:19.875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #QCuIrPE9rX51mTuxs0h0Sd2Th4pnaaRF { width:20rem;height:14.875rem;top:29.062500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFSUeN9KpoEvTTK0rWTuXGsk8a1FT2Tv { display:block; }#qFSUeN9KpoEvTTK0rWTuXGsk8a1FT2Tv > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSRORuOwsJrFoqZFf2BI29uqGxE9kBXd { width:20rem;height:9.6rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdFTe84OCZH61sueus9yFS95udMP2l1q { width:11.625rem;height:3.0625rem;top:12.912500858307rem;left:4.1874998807907rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #TwWilZtgfXMW1U7MVRxv9HsrIoDmpoJl { display:block; }
 }@media only screen and (max-width: 763px) { #CkEGOFXLd6TpkKgrW1xJvgaVWVC3oLMO { display:block; }#CkEGOFXLd6TpkKgrW1xJvgaVWVC3oLMO > .row .container { width:20rem;height:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDkp7rVOVZTwNuhRvRoXQHJ87atFiqoi { width:20rem;height:1.65rem;top:3.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxVx90EE1lAaUP2LBpZB4rPNVAiDK14O { width:1.25rem;height:1.25rem;top:26.3125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmfyLWPE55CiKzqf8HlT7rloIshpQH1n { width:17.5rem;height:2rem;top:24.375rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #anqXtaxFdERBDCJ72dT2Wil8pSzUq0J7 { width:17.625rem;height:36.5625rem;top:28.3125rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMR2b4vUhHHQqkzX6NWo9oo3iUiPpDKp { width:16.875rem;height:0.0625rem;top:26.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pac8lg43N6i3egx7UL8amUVvXULymM1W { width:16.875rem;height:17.125rem;top:6.625rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4FzTro7RTq6hgtf1GA3AhfIgHTaH118 { display:block; }#C4FzTro7RTq6hgtf1GA3AhfIgHTaH118 > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUn1DIQdGGVK1fudo9G68CpTtGstD2Tv { width:20rem;height:3.3rem;top:2.9875259399414rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xhTlDeLCtPkN0E2kiUSFWLCmOPgK9ney { width:6.25rem;height:0.0625rem;top:42.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTpmgTzH06K5VI4WfOfds5ySRa2EkiTn { width:6.25rem;height:0.0625rem;top:24rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSzsIuRQ2BnT5m2nt2PyoSuQGx1U0LJA { display:flex;width:1.875rem;height:1.875rem;top:8rem;left:0.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #AF0typCesCT72K51CHlikXwwCJiUZvCM { width:17.75rem;height:15.6rem;top:8.3499994277956rem;left:1.8750001192093rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xGuUPPbFtxhePXFw4nLK97XWZ4rmH9nD { width:6.25rem;height:0.0625rem;top:7.8000030517575rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEyaqueS1KsxPu0QfEUtMcQVnnlusCbv { display:flex;width:1.875rem;height:1.875rem;top:24.25rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #p1emBZvMZM4e2bzCSFTa8VKV2wVnueKk { display:flex;width:1.875rem;height:1.875rem;top:43.0625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #y4CZRDfP5AA79aFfCTJbss7PudcSIHeq { width:16.4375rem;height:16.9rem;top:24.875rem;left:1.9375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #u54Rs7PlZWyfBvlhib8SM2zJKXBJeHEZ { width:16.375rem;height:22.1rem;top:43.5625rem;left:2rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #z1Hk5JkecMCLx9RIHx4Hi3xditX3FRLh { display:block; }#z1Hk5JkecMCLx9RIHx4Hi3xditX3FRLh > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usBi5n8VqAHvLbVQoRBCaZLhM4SO9CQQ { width:20rem;height:2.4rem;top:2rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZboQheHm5H4JaGCqvbCuhNTxQi3TnIkA { display:block; }#ZboQheHm5H4JaGCqvbCuhNTxQi3TnIkA > .row .container { width:20rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSFTz4dNzS29OisKWculNG6zAT6dTGs9 { width:19.75rem;height:29.5rem;top:1.8125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #BGrxXuPluxmRIoe9wLbBLCJ1qTIf9uhz { width:12.125rem;height:2.875rem;top:27.317969143391rem;left:3.9374998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpptl87BiOyR7mVlqqLqXkVcrLMbPvII { display:block; }
 }@media only screen and (max-width: 763px) { #lxl0psodHPLaKBdKO3p5VpSaO3Ew5Vgh { width:16.8125rem;height:3.7375rem;top:4.1250004768372rem;left:1.5937501192093rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoXT8h1XVhoX1nNlcEGUtgPnDPSagkMa { width:14.625rem;height:3.225rem;top:11rem;left:2.6875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pStn2PrEIpliSn1yTQl6v3Px59JJLKMx { width:13.75rem;height:1.375rem;top:8.5625rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE9NlpEkFGtIma9O0RXTMQEILamQz8sv { width:17.8125rem;height:11.6605rem;top:15.14848613739rem;left:1.09375rem;font-size:1.0625rem;display:block; }#RE9NlpEkFGtIma9O0RXTMQEILamQz8sv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f3747eebc07c8c0a1b435342dcbcbbafc33331a.svg); }
 }@media only screen and (max-width: 763px) { #cE5S1svrMvw3aMVEuvLuemTg6drOqiua { display:block; }#cE5S1svrMvw3aMVEuvLuemTg6drOqiua > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhNofBJ9TT2eAFZvsxTlPwKWCm6ziHdc { width:19rem;height:1.75rem;top:1.25rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEBV2FAQUtTn4MQVdi12FiooOgp1fcxS { display:block; }
 }@media only screen and (max-width: 763px) { #maeqx39FmgTlk8v7CNLqa3a7T0xdK9bQ { display:block; }#maeqx39FmgTlk8v7CNLqa3a7T0xdK9bQ > .row .container { width:20rem;height:165.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHtQk4XwJbZuGX1cX5C1gSsTTaJhZxZl { width:17.6875rem;height:37.6875rem;top:1.1875rem;left:1.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #zKTbbrSp8iGqe2bolOu9m6Ds6kk00hGR { width:17.5rem;height:3rem;top:5.9375rem;left:1.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITEfCFKQ8eOoeEZzirBmWDblT8wkDWcu { width:15.625rem;height:0.1875rem;top:11.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #askqyaktJ03HRJMT0P5BPxiwdKeK4Its { width:17.4375rem;height:1.78125rem;top:12.375rem;left:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1nTEvT2e4cMg4r4aMVxxgCgOohAi96e { width:15.625rem;height:0.1875rem;top:14.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQEIfLNMvnDN7rOBFzbhk4W0RhdDC7zy { width:15.5rem;height:15.1349375rem;top:16.6875rem;left:2.25rem;font-size:1.0625rem;display:block; }#yQEIfLNMvnDN7rOBFzbhk4W0RhdDC7zy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f3747eebc07c8c0a1b435342dcbcbbafc33331a.svg); }
 }@media only screen and (max-width: 763px) { #xdGDJ1w9czDJk4Oim57F9fbOxVBg3Kdy { width:13.125rem;height:2.875rem;top:33.625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TebZ1WGSQyUTfh3Mqahsuh354xslFkgL { display:block; }
 }@media only screen and (max-width: 763px) { #ywghDlpF8k38nRh2cxTpuowzia3sCyS0 { width:13.75rem;height:1.375rem;top:3.625rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omwJTZrboCn7rdFQSwBiBRcSzorWsmDF { width:17.6875rem;height:39.5625rem;top:41.0625rem;left:1.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KPqy8WzKxpmiyIFvHVITa7Mk64aZCXJT { width:13.125rem;height:2.875rem;top:75.3125rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSW4To637FoBRE9Q7tflTxHwKALXcIqe { display:block; }
 }@media only screen and (max-width: 763px) { #nMsTSwPvWL1sJ2zgcCoJ6gkQVLkcbK6n { width:16.1875rem;height:15.1349375rem;top:57.25rem;left:2rem;font-size:1.0625rem;display:block; }#nMsTSwPvWL1sJ2zgcCoJ6gkQVLkcbK6n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f3747eebc07c8c0a1b435342dcbcbbafc33331a.svg); }
 }@media only screen and (max-width: 763px) { #CiquJ3h8NM4RgxIgTRTeJinGnxFruo3X { width:17.5625rem;height:2.4rem;top:45.6875rem;left:1.21875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7HQRNtUw1dZFSupU5koPEnHD8p6kSma { width:15.625rem;height:0.1875rem;top:51.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNezu6oGJHs9SZL4dWKcNtfqwstFe3Fl { width:16rem;height:1.78125rem;top:52.75rem;left:2.0000001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQPErHPkTSeehXB5WASEHn0RnawTZB3e { width:15.625rem;height:0.1875rem;top:55.5625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9luGEHp2cCWmxltAkFaL6pSKP5hTFlM { width:13.75rem;height:1.375rem;top:42.625rem;left:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL9XleVMiiF7McByUs17l6OxkXGRs9hR { width:17.6875rem;height:39.5625rem;top:83.1875rem;left:1.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #eQFDUO4fUmvrxmoRf8oIItlMQI8VbX5q { width:17.5625rem;height:2.4rem;top:87.4375rem;left:1.21875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcJlrOWqTS1TCGGLWg0GSEew2FawudTm { width:13.75rem;height:1.375rem;top:84.75rem;left:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A06iM884sMezbHAkJVvCyQPoBBR4vBLN { width:15.625rem;height:0.1875rem;top:93.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJT2XKsKh5K40rFrFZhQuoIfywFThiq1 { width:16rem;height:1.78125rem;top:95rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK1TxKN7t5EM8EbBqw3tquSd7WBOWSKI { width:15.625rem;height:0.1875rem;top:97.6875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh3NRrllryQDahX8sxUAevpRd6U2FEoO { width:16.1875rem;height:15.1349375rem;top:99.375rem;left:2.0625rem;font-size:1.0625rem;display:block; }#sh3NRrllryQDahX8sxUAevpRd6U2FEoO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f3747eebc07c8c0a1b435342dcbcbbafc33331a.svg); }
 }@media only screen and (max-width: 763px) { #iGmE4RTncX2d7i1DVrqiXyqqxs9f7TA3 { width:13.125rem;height:2.875rem;top:117.4375rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #egMatxFZpXMxCw4PkaXohRyUA4M5vklf { display:block; }
 }@media only screen and (max-width: 763px) { #rkzRP2wJ8PBkHZ0yzJcNpLNhEL0zC1XO { width:17.6875rem;height:39.5625rem;top:125.0625rem;left:1.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #GLWSwkE4b0UlGpU02bi91NyroB0lSlTf { width:13.75rem;height:1.375rem;top:126.625rem;left:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7KXlJm78S68AFTzyNWcSa2BJsfTn7Mk { width:17.5625rem;height:2.4rem;top:129.25rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9RJgbi8c23kBBOLcEpO0mei4E5adTCc { width:15.625rem;height:0.1875rem;top:135.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9lxd202Sh24WdyVJfFVOHWOEnv0QJzF { width:16rem;height:1.5rem;top:137.0625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJT0uUNGEgczHsBR8anX6W657kQe3a9O { width:15.625rem;height:0.1875rem;top:139.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL73THb1fo9ZNmFMWUTgZN4dx9TJdTaX { width:16.1875rem;height:15.1349375rem;top:141.25rem;left:2.0625rem;font-size:1.0625rem;display:block; }#FL73THb1fo9ZNmFMWUTgZN4dx9TJdTaX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f3747eebc07c8c0a1b435342dcbcbbafc33331a.svg); }
 }@media only screen and (max-width: 763px) { #EQNNXpwORJubzT0HIbw9399ZcQ2T60vw { width:13.125rem;height:2.875rem;top:159.3125rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m783Wa6WrLkk1pwbLK3tqh0mmhq1avQW { display:block; }
 }@media only screen and (max-width: 763px) { #LnJTeJEnX2ewDVQHBWpIxJ6LnOb0tUzX { display:block; }#LnJTeJEnX2ewDVQHBWpIxJ6LnOb0tUzX > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaQLuhT9wREI42sZmGAXiQOq44HqKKF3 { display:block; }#gaQLuhT9wREI42sZmGAXiQOq44HqKKF3 > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTIWLahAfpm3PFN0qe8yXccTtTAWv644 { width:19.75rem;height:11.9375rem;top:1.25rem;left:0.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ZP7FaFgymiT0MpviSbs5NzFWLVw2dOtv { width:18.4375rem;height:10.4rem;top:2.19921875rem;left:0.78125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wh0EEJHLkgyQN0zluTPd6qcGg1gDosMM { display:block; }#wh0EEJHLkgyQN0zluTPd6qcGg1gDosMM > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTmlycsqB1xdcRhxEHDz4SvHcRgMzS5I { width:16.6875rem;height:3.9rem;top:11rem;left:3.2375001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK5aBbWtH0glbkKRpnFrnSrauTW8pK2d { width:2.5rem;height:2.5rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwQJMxuMN8tAa8A58hpkPzzHTrJHGIvZ { width:1.875rem;height:1.875rem;top:26.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw6D3bdVBsWcxgeWyaeFgADixsr0dUwK { width:2.5rem;height:2.5rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKsNZkIQcMFLazg2cuwbB8wecSTPXFhF { width:2.5rem;height:1.875rem;top:8.8125rem;left:0.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZume8vrT45CQ0mQeNRlOIcNroWaz8yT { width:2.3125rem;height:1.875rem;top:15.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9s0vcyU23GDZckogL3ZlDAQ0Q07O7KL { width:2.3125rem;height:1.875rem;top:26.6875rem;left:0.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #riDBCpiTodOOcTFD5Tm08yLeQIkSrPDs { width:16.0625rem;height:1.8rem;top:8.8499994277956rem;left:3.2375001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emqIh4I4VvbiMQ5dJ2F63p7nw5kc5CLC { width:16.0625rem;height:1.8rem;top:16rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5a941gEidlPnLVg0QSuz0zuTleCGHEB { width:16.625rem;height:6.5rem;top:18.3125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #neZHbPkHkXoUVKs6QXW1xA09R32fFkBn { width:16.0625rem;height:1.8rem;top:26.3125rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pzk8kJCOqmzsBfFATV8CtKJbxAr9C2Vh { width:16.625rem;height:9.1rem;top:28.5rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1MXlSwBS6sx2oy5fnBvE1HibqKgrgoe { width:16.125rem;height:0.8125rem;top:7.75rem;left:3.2375000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPilnuQyNcG4U1pV21ErkwG2qGOqhLm0 { width:1.875rem;height:1.875rem;top:8.8624935150144rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITXvmNvwcXgi63NWFtVDpvhZKiz1RVDk { width:1.875rem;height:1.875rem;top:15.9375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boPUc9nrVZPVelqhLW8GDBUrM1xUhFcI { width:3.75rem;height:3.1875rem;top:45.543748855591rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHRgkZd2ELw5Ldags46JUHgyvLVZO7hL { width:1.875rem;height:1.875rem;top:39.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqpgeVVO1U3kSZ58uoHOyIsdOUnFF7mD { width:2.3125rem;height:1.875rem;top:39.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W91BHyaADTU7r1aGUt9ZCMUhtpyr6EZ3 { width:13.875rem;height:1.8rem;top:39.125rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTWQxQEn1uHNJBGNxGTqCzZqswB96ETE { width:16.5625rem;height:7.8rem;top:41.125rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d32Q3nTuUkCZrGfTRftIKNQsFwan5dne { width:20rem;height:3.3rem;top:2.5359377861023rem;left:0rem;font-size:1.375rem;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I7F1WVkbyuwyoWPsReQFo8Pndt5F4f1V { display:block; }#I7F1WVkbyuwyoWPsReQFo8Pndt5F4f1V > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tu8fGcSr8QVR5KdRWarDZ1nJxaKdhFt4 { width:20rem;height:3.3rem;top:3.125rem;left:0rem;font-size:1.375rem;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iSzTaV89v5VKmXDyJn0XQFa5Sk4QX0w2 { display:block; }#iSzTaV89v5VKmXDyJn0XQFa5Sk4QX0w2 > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-input-text {padding-top: 0; padding-bottom: 0;}#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-input-select {padding-top: 0; padding-bottom: 0;}#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy  { width:17.5rem;height:auto;top:2.6250009536743rem;left:0rem; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy {display:block;}#VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy { width:17.5rem;height:auto;top:2.6250009536743rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #F4R3CWSdeXD7E77UiNHfBG289Dfwlnbs {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #TuxDGGxXv4v9IfEpr89rHL5TpTxsGH5o { display:block; }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #u91gLQzzzuWfGhgddyFLq3kheQG14Wd6 {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #WCEu3AwTxJzwmoTqRost3BLMoCCoetgX {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #uHytMFhPuqsqBlPfZQCnSScgnhdgNGSw {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #Wlo2QDHtiZ9fhBMXQbq6SNzrAzTU2OeX {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #DLiFFTDkoCZt2at1bLHxJosyrIr2i6DG {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #oMHpoBZNnTOv6ZBR5kzPnOGOpnlBUIX6 { display:block; }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #rT4KI8qLLHL8NdOVN7rA3OTyBwcXPQMR {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #QJwAl37baEUtAGh1AwtAkvS2TvpLBBam {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #On73y11AHZvVDvWFDlNxChNeftNITBSz {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #DMHHoot3Cpiow78EJwE0gzhGLoxVLJVE {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #N8GOTxk9KBnLAsPXeTvUiK092ZodGiBk {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #uA6T466GOoev8db0Je8OzNMDZp9uN5F3 {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #ZrKLvyCVty5cttCHKTtGyPvf8SLuN1A3 {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #UhJOqITUl3iW13b0SEHo7WWZpk2wD5KT {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #ZqLQGBZ4L9oADXO5y0gCqTCQ8QFltzhJ {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #ogIbHO1QbRzOXpuJ0oOGP2urO6F7JZ4O {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #v3orlnZZk7xq9QABpQE6zW065ADEaUDB {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #pqM6bviNwTpHRBgflQ2c4ki0NcSzTLO9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #tTXGa2Fghz7LENLTLtxlAC2fHgNhg6of {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #VFSX9kydDWkbBbRIDQTRFuG8o6yoVIKc {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #WiXTsTKOnLXKWxphDOhhsomwIGCH4Ja4 {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #JTKqQ4uCbG5HmA5T4mWx6PVyS80F99C2 {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #XpElKQh9xDHztcpN66PRTx5pqF0du6TN {  }
 }@media only screen and (max-width: 763px) { #VrUJdtyLStXSUN9qfSoIhQ2dx5BsvkFy #bJp8NbapqC1yrrqTWOkkh5BvPDJrQ5TO {  }
 }@media only screen and (max-width: 763px) { #OdwuATSgLHzODyArDtE2gTQhUzduI8Fo { width:20rem;height:5.6875rem;top:62.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaibekV6WlVW5wzct9fl5frB5cMpVZsT { width:20rem;height:1.25rem;top:63.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxT06hJ7v0pkchbGZstlMvJNTTrT6gTv { width:20rem;height:1.4375rem;top:65.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r41qMOKvaQNkhW40FXSnx7yrvypehzBP { width:20rem;height:4.625rem;top:68.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOT40XAarzHzlDqmBFevmyKpSeb0J4l4 { width:20rem;height:1.25rem;top:69.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gctPcTiZDzbdk20iLXh6Z0TaZsaCBfQP { width:20rem;height:0.8125rem;top:71.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qglNIvBl3sn95ZSA8scOiLhCXOG2o4hm { width:1rem;height:1rem;top:0.75rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2IPcCyhs3h7crUsWUxXoIdGvZD7m5XB { width:19.875rem;height:0.0625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwkrQLw9G8TmkiewRiQbXUQMZuv8ggo6 { display:block; }#SwkrQLw9G8TmkiewRiQbXUQMZuv8ggo6 > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnkIfCm5CTfTU4EWN7zQoLMW8gJ7G0sx { width:20rem;height:1.65rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 .accordion-heading-text { font-size:1rem;height:auto;line-height:1.3;overflow:hidden; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 { display:flex;height:auto;width:17.5rem;top:5.25rem;left:0rem; }
#FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #luwA9Kl82xMsTkE6uRuWU00oerN4oO22 {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #V3oo8Nk1lXzJEs704vgST4P4ObVPJ3BG {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #rc5e1iyuZ9O8QGB63SBWno1nTof7t5EN {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #X8S6i5QXab9xXh2zRmATETCKpWmMWd2B {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #lRTmGSyhWlT0PzyRuPlJBw6eR3Hr77ri {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #J4gDfQP9WJTUN1H96BKeL3V2nB092nTh {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #GNPX2zkHZE5deUv6NEwWnQoFSvHywEL0 {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #FmIvC4WNGTb5ytD7VRAusWiW2W5i8Wu1 {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #Vtx4QrQkrtZWK3Hp6lxTc411hslxIv31 {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #iuV4DKzGL8hV2VE2QKxyqDnUwER67Cpv {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #VuNLGt6cZ7xeMBSK8c9qXuldT70SMVl2 {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #ruMvMbeeWsda6kmS3samlifiWdtGBSD0 {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #AKBvViggIiuOGXhIx3dRTTvbHDLpyvT6 {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #tcBbZtfSrVc1fOykHsy4d54iTkqmcxyc {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #pPoyBLwVkX59OrnpFG5e1PDC6wDqfkom {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #D1h8TocSvTRUvIs5UptCEX4BQveo9eh0 {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #iP9wM1JMrvlNw9TQgWML06va1Xx9dfnD {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #r5u86fW2f2tfbXy3BmuH38oqXbzID3uB {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #JSzLRdvxcvcVKUsd9IEIoLURRv9bISbH {  }
 }@media only screen and (max-width: 763px) { #FReXJMlzF0xQQN6FCFKfKqXboqfEISV0 #a3AuNW3bJtF5v1xalgBOFHcfdl8qqiCz {  }
 }@media only screen and (max-width: 763px) { #WsBz10lttEAvc3okoaxac4gITkShuvT9 { width:19.625rem;height:26.0625rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufXtZ2xy2mx53pA25V4r967OeVNIbVuC { width:1.25rem;height:1.25rem;top:4.625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7q3JGuRxWvTFulRi0IWpGTpXVT5TAKG { display:block; }#D7q3JGuRxWvTFulRi0IWpGTpXVT5TAKG > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TItdQlC9UTWnZZ5TWRhWpibkcebVeNsO { width:20rem;height:auto;top:9.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XBqPaRP7ah0GDduRol5L5gVnaHSt9LBd { width:14.9375rem;height:3.4375rem;top:20.3125rem;left:3.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PgvvTO71V6rkbLpG57aFeZF13RkatH4s { display:block; }
 }@media only screen and (max-width: 763px) { #Fu1BSTyXzxU8eX9q8L4sS3QqLn6kvmyg { width:11.5rem;height:4.75rem;top:2.3117189407349rem;left:4.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyRCbmPX3fmlOEMzl8C0vNRrJR7RJtbX { width:2rem;height:2rem;top:14.4375rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uccNxMN1x3Eucu4WTHPusVnqRGpcJg0M { width:2rem;height:2rem;top:17.625rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8tzmkZTfpqcoVysBfkytP0Eu9b61sUd { width:15.75rem;height:1.225rem;top:14.9375rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C5aeZnpoWtZhNL2yyzunaUikvmyr3tIQ { width:7.3125rem;height:1.225rem;top:18.0625rem;left:3.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UUz99TnZHB5GkyaMTTs5KRr6oKC1bmHa { display:flex;width:1.5625rem;height:1.5625rem;top:21.25rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #iL70VREHpXXNleZ9qiHWqzg3MTe79zH0 { display:flex;width:3.125rem;height:3.125rem;top:8.25rem;left:1.8125rem; }
#iL70VREHpXXNleZ9qiHWqzg3MTe79zH0 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #d1DkLKIyptPnkELQk39E56uCxcQLm7Hy { display:flex;width:3.125rem;height:3.125rem;top:8.25rem;left:6.125rem; }
#d1DkLKIyptPnkELQk39E56uCxcQLm7Hy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TccqqWNF66wI1ymIJ2ihUmStNbPvTpmb { display:flex;width:3.125rem;height:3.125rem;top:8.25rem;left:10.5625rem; }
#TccqqWNF66wI1ymIJ2ihUmStNbPvTpmb > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #unpb1n7ANwaNIaxVvWAf3smuruMWOoX4 { display:flex;width:3.125rem;height:3.125rem;top:8.25rem;left:15rem; }
#unpb1n7ANwaNIaxVvWAf3smuruMWOoX4 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #nXwZTrX5PXtAeNzhk5HMdkCMCipyBvEl { width:8.875rem;height:3.4375rem;top:25rem;left:5.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zfvzTRQUIXKP6sAe9cgpTOQgfKVrNQc6 { display:block; }
 }