.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:218,219,225;--color-primary-1:132,137,155;--color-primary-2:8,18,55;--color-primary-3:4,9,28;--color-primary-4:1,3,8;--color-secondary-0:227,233,235;--color-secondary-1:160,181,189;--color-secondary-2:65,107,123;--color-secondary-3:33,54,62;--color-secondary-4:10,16,18;--color-tertiary-0:252,252,252;--color-tertiary-1:246,246,246;--color-tertiary-2:237,237,237;--color-tertiary-3:119,119,119;--color-tertiary-4:36,36,36;--headlines-font-family:Roboto Condensed;--paragraphs-font-family:Roboto Condensed; }@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); }#OWuW3ZRsQBA7aT0TFQWKyXCcwDx0u46e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OWuW3ZRsQBA7aT0TFQWKyXCcwDx0u46e > .row .container { background-color: transparent; background-image: none; }#OWuW3ZRsQBA7aT0TFQWKyXCcwDx0u46e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWuW3ZRsQBA7aT0TFQWKyXCcwDx0u46e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWuW3ZRsQBA7aT0TFQWKyXCcwDx0u46e > .row .container > .video-iframe-container { display: none; }#OWuW3ZRsQBA7aT0TFQWKyXCcwDx0u46e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWuW3ZRsQBA7aT0TFQWKyXCcwDx0u46e > .row > .video-iframe-container { display: none; }#OWuW3ZRsQBA7aT0TFQWKyXCcwDx0u46e > .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); }#OWuW3ZRsQBA7aT0TFQWKyXCcwDx0u46e > .row .container { border-width: 0; border-radius: 0; }#OWuW3ZRsQBA7aT0TFQWKyXCcwDx0u46e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWuW3ZRsQBA7aT0TFQWKyXCcwDx0u46e > .row .container { font-size:0.875rem;font-family:neuton;height:12.875rem;width:75rem;position:relative;display:block; }#R5LKGsb0TSU95dwu7gCpuCbzc5ESy8wy { box-sizing:content-box;height:4.0625rem;width:37.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:30rem;display:block; }
#HRKHAGA4VV7hwGSAyTf0rJWIaaqMABmV { position:absolute;display:block;z-index:15008;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:7rem;width:9.625rem;top:2.9375rem;left:0rem;overflow:hidden;display:block; }
#eFrlyvdRSARAkk4huRXD0oP7uNlcHwKA { color:rgba(var(--color-tertiary-2),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:4.9375rem;left:10.75rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZVNAZqqtKoCcrW8ClsCUK73uQbR0y9uX { color:rgba(var(--color-tertiary-2),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:5.6875rem;left:22.1875rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ahud2it7wh2ZtMVMHJbp4dNQq1XE61S3 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:4.9375rem;left:32.5625rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BE3FhunX2uFEAfviw0w6ZXIPn1mb9VCt { color:rgba(var(--color-tertiary-2),1);display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:5.6875rem;left:43.3125rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qcg0LlHXCUQZh7DCyw8MfwcfdHfQhnwM { color:rgba(var(--color-tertiary-2),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:5.6875rem;left:50.9375rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zMdCFxHQwEQ8cxcNlXBeTdAEphrZW7ga { color:rgba(var(--color-tertiary-2),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:5.6875rem;left:63.25rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fg2LJXQxx7GhdcrP5z6wfulKpE42fAsH { box-sizing:content-box;height:0.125rem;width:40.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:12rem;left:16.78125rem;display:block; }
#zz30CZX4P50kQ2UWX0AsTeItXgulgI1K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zz30CZX4P50kQ2UWX0AsTeItXgulgI1K > .row .container { background-color: transparent; background-image: none; }#zz30CZX4P50kQ2UWX0AsTeItXgulgI1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz30CZX4P50kQ2UWX0AsTeItXgulgI1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz30CZX4P50kQ2UWX0AsTeItXgulgI1K > .row .container > .video-iframe-container { display: none; }#zz30CZX4P50kQ2UWX0AsTeItXgulgI1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz30CZX4P50kQ2UWX0AsTeItXgulgI1K > .row > .video-iframe-container { display: none; }#zz30CZX4P50kQ2UWX0AsTeItXgulgI1K > .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); }#zz30CZX4P50kQ2UWX0AsTeItXgulgI1K > .row .container { border-width: 0; border-radius: 0; }#zz30CZX4P50kQ2UWX0AsTeItXgulgI1K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zz30CZX4P50kQ2UWX0AsTeItXgulgI1K > .row .container { font-size:0.875rem;font-family:neuton;height:130.6875rem;width:75rem;position:relative;display:block; }#pKyBvHmJ334BzDJPbXSHPN0xOTWQEOXo { color:rgba(var(--color-tertiary-2),1);display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:1.9375rem;left:8.8125rem;height:5.0996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lDUz6b5vRbLwimCq7axFymS0hQZtXVHZ { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:7.5rem;left:11.125rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jv1pu8iX9uwrhPwTI5lXJIx1TxUDZ0y6 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:13.875rem;left:11.1875rem;height:19.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EpDWwoJmyC04flEgEcmUsKiaK5LfO760 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:33.1875rem;left:11.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TbK22x0KNvU7nPOeHxS7D62FE3z1WBmM { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:37.0625rem;left:11.125rem;height:9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yAqv7wpcHD1Hb8F6laokKfpD8QGyrncH { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:47.6875rem;left:11.125rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JFXyMncJ0X0pW1UFTsh7FulXpOqyvTQ9 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:53.6875rem;left:11.125rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kMkTossCJS2bHIi1ersa3SbU1yZfyCqN { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:57.625rem;left:12.5625rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MGXPFruOmBHTu0rKVi7swcoJzKG0IdtR { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:66.8125rem;left:11.125rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MAxTJT7B4BlygzcOEJpFQZI8oGeVExM4 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:79.75rem;left:7.1875rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bT8qiLEGkCCLr4cx0RTeuirAJPWQrlkV { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:83.6875rem;left:10.4375rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CTkNHWsT83dfBBA85bPmAILtGBm1pMra { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:86.25rem;left:11.1875rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LGSQNe6aou77zm7H5PnkDhxCUuk3TqK8 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:90.4375rem;left:10.4375rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MT74I6pw7XMQom1gpQ5VVars75LOO3kX { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:92.875rem;left:11.1875rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cST3FSawOcAdAT3kzvwtznDTnOVpDPqa { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:102rem;left:10.0625rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e9t2imyH5RF5DvUhf7TmTo9fkT8dgVIO { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:104.6875rem;left:11.1875rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nTfzDWDnT0OeAKzcfl1M56zlUPdilt5n { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:108.75rem;left:9.875rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TWv9euq4ouCxyFktgDM8iLIWcm2EwOBz { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:111.625rem;left:11rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S88PxoVHT2HwTpZUkvA75IPMFzpMTl6o { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:114.4375rem;left:9.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l2STSL8JPngxdg3SaZApgw1J5mxJQXvu { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:117.125rem;left:11rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fnH4ZFqHU8xinSoN4Ke5cOx4QxfZBywf { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:122.9375rem;left:9.875rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fWy6oIBCnlBv9e2VhSIMtgTGW6hTG0aW { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:125.625rem;left:11rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FTi9Afo1fw1wTCUCsFu2Js76geVrCeb8 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:70.6875rem;left:12.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZdD7TLGrhrDTx9chc08pKlatDG4HOvw2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZdD7TLGrhrDTx9chc08pKlatDG4HOvw2 > .row .container { background-color: transparent; background-image: none; }#ZdD7TLGrhrDTx9chc08pKlatDG4HOvw2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdD7TLGrhrDTx9chc08pKlatDG4HOvw2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdD7TLGrhrDTx9chc08pKlatDG4HOvw2 > .row .container > .video-iframe-container { display: none; }#ZdD7TLGrhrDTx9chc08pKlatDG4HOvw2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdD7TLGrhrDTx9chc08pKlatDG4HOvw2 > .row > .video-iframe-container { display: none; }#ZdD7TLGrhrDTx9chc08pKlatDG4HOvw2 > .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); }#ZdD7TLGrhrDTx9chc08pKlatDG4HOvw2 > .row .container { border-width: 0; border-radius: 0; }#ZdD7TLGrhrDTx9chc08pKlatDG4HOvw2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZdD7TLGrhrDTx9chc08pKlatDG4HOvw2 > .row .container { font-size:0.875rem;font-family:neuton;height:108.25rem;width:75rem;position:relative;display:block; }#Ch85LzkfmS6TBvXwyUNtQSpTa7Gslsyd { color:rgba(var(--color-tertiary-2),1);display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:3.6875rem;left:5.5rem;height:2.54980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nkO0wytf0K1e53L7C6M4O9T8GtW6TNHu { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:8.1875rem;left:10rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bXVKQzRUusG2oR7xqcvDtSB3KEbGnOiH { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:15.9375rem;left:12.5625rem;height:16.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iiWJ6s6VRJ7nlcTav2MLWpzMneTFLDTo { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:33.25rem;left:12.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ocVepsM617uMfABi30AWfSmC0OGpvDIQ { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:40.75rem;left:12.5625rem;height:18rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NtDHkyw0T6IJiUOVZfcykTSx5WB1d5kw { color:rgba(var(--color-tertiary-2),1);display:block;width:49.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:60.375rem;left:12.1875rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e1wzGWzofRDxylkQrrfxAPk4TVSExZBK { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:72.5rem;left:9.5625rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E8rQuaiPyesBUUHDAQTEdQrakCUHTphu { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:76.5625rem;left:13.3125rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#seiUgLCyLZ0hhZ03JUIIORELSe5zu171 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:79.125rem;left:14.0625rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#drzAyvWwh0eaG5E2KRDVlmC38ka6cMdG { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:86.6875rem;left:13.3125rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TRRNqqQhLdpvuJ07wxv5ndK95g5WckcP { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:89.25rem;left:14.0625rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XhfN6xDIUESa413JVTRaukdGZZ0A4lAq { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:92rem;left:13.3125rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ptbHpxo92asSSV9qARoyXHKET7dWF3ms { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.2;letter-spacing:0;top:94.5625rem;left:14.0625rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R7pZuOo1J3ThH4XmVSMsnHmX9K8n6KqQ { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.2;letter-spacing:0;top:99.25rem;left:13.3125rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FzQ1gNiZ9IcRb5A2fA76fIOlrsDCgcRT { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15029;line-height:1.2;letter-spacing:0;top:102.0625rem;left:14.0625rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tamI6LzUrih7zAk7dUbqriR9uMGnGFIT { box-sizing:content-box;height:0.125rem;width:40.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.9375rem;left:17.3125rem;display:block; }
#JLmZacdLrkE5a5GZrLQhyn3E8grpXXFd { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:64.1875rem;left:13.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vM4xR0qxwUr2wP9H3OHst6mdlFbHE3Ks { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vM4xR0qxwUr2wP9H3OHst6mdlFbHE3Ks > .row .container { background-color: transparent; background-image: none; }#vM4xR0qxwUr2wP9H3OHst6mdlFbHE3Ks::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vM4xR0qxwUr2wP9H3OHst6mdlFbHE3Ks > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vM4xR0qxwUr2wP9H3OHst6mdlFbHE3Ks > .row .container > .video-iframe-container { display: none; }#vM4xR0qxwUr2wP9H3OHst6mdlFbHE3Ks > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vM4xR0qxwUr2wP9H3OHst6mdlFbHE3Ks > .row > .video-iframe-container { display: none; }#vM4xR0qxwUr2wP9H3OHst6mdlFbHE3Ks > .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); }#vM4xR0qxwUr2wP9H3OHst6mdlFbHE3Ks > .row .container { border-width: 0; border-radius: 0; }#vM4xR0qxwUr2wP9H3OHst6mdlFbHE3Ks > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vM4xR0qxwUr2wP9H3OHst6mdlFbHE3Ks > .row .container { font-size:0.875rem;font-family:neuton;height:73.625rem;width:75rem;position:relative;display:block; }#kxVVU0tlWxklfVxMNgsxVCXxJesHNasN { color:rgba(var(--color-tertiary-2),1);display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:2.875rem;left:5.5rem;height:2.54980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hvMKfFzsQbH9CMeNLZSVfu6DmDmIC5Tx { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:8.1875rem;left:10rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gXV6M6gkyEyL7KhHmLJSh4r82EF1c7u7 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:15.9375rem;left:12.5625rem;height:18rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aUtvCOmp786zIgkyZTU1gCdXe6cuyQHT { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:39.6875rem;left:11.8125rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ocOiT7QOolApTvrSzfeGSyk6hskenkI1 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:35.9375rem;left:12.5625rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VNVMWWrRwX6DTuTJTt4uUXWJoeMZBSKv { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:46.25rem;left:9.125rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LJS45lQlQtPni4OzL3K8FVDTGGBKin89 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:50.3125rem;left:13.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gGTTtStdIAc8r9uN197se5aWXM4IXfsV { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:52.875rem;left:13.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iJibdwIgcblyTIcsxGA6ghUsLOgdaLNQ { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:56.875rem;left:13.0625rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n3mDJT7Ud4ssONqqygXt0mhGKZlTQzAl { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:59.4375rem;left:13.8125rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#waI73hAWO5t1RWcHZEOmFUkaD3tHoBcX { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:62.1875rem;left:13.0625rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ipT3UGSWw90RsQvrsVFeEB4N7XSIubtB { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.2;letter-spacing:0;top:64.75rem;left:13.8125rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OnTrahyKgQkRWx2MeTH9WWddXaSXENFS { box-sizing:content-box;height:0.125rem;width:40.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.75rem;left:17.3125rem;display:block; }
#BQ1EdRx3HTuL5LWKLkWqJO6DsRNlhSnB { box-sizing:content-box;height:0.125rem;width:40.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:72.8125rem;left:16.375rem;display:block; }
#QNCXixKbhNPmWOsnWCeekWJeBhsaN12F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QNCXixKbhNPmWOsnWCeekWJeBhsaN12F > .row .container { background-color: transparent; background-image: none; }#QNCXixKbhNPmWOsnWCeekWJeBhsaN12F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNCXixKbhNPmWOsnWCeekWJeBhsaN12F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNCXixKbhNPmWOsnWCeekWJeBhsaN12F > .row .container > .video-iframe-container { display: none; }#QNCXixKbhNPmWOsnWCeekWJeBhsaN12F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNCXixKbhNPmWOsnWCeekWJeBhsaN12F > .row > .video-iframe-container { display: none; }#QNCXixKbhNPmWOsnWCeekWJeBhsaN12F > .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); }#QNCXixKbhNPmWOsnWCeekWJeBhsaN12F > .row .container { border-width: 0; border-radius: 0; }#QNCXixKbhNPmWOsnWCeekWJeBhsaN12F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QNCXixKbhNPmWOsnWCeekWJeBhsaN12F > .row .container { font-size:0.875rem;font-family:neuton;height:13.375rem;width:75rem;position:relative;display:block; }#FQ2zJEgpDyUVOAQN1NN6DKL99SwZzDL5 { color:rgba(var(--color-tertiary-2),1);display:block;width:54.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:4.6875rem;left:5.5rem;height:5.0996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QaacMMEFsniD8GWBRM4MHAgo9RQFpP9f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QaacMMEFsniD8GWBRM4MHAgo9RQFpP9f > .row .container { background-color: transparent; background-image: none; }#QaacMMEFsniD8GWBRM4MHAgo9RQFpP9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaacMMEFsniD8GWBRM4MHAgo9RQFpP9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaacMMEFsniD8GWBRM4MHAgo9RQFpP9f > .row .container > .video-iframe-container { display: none; }#QaacMMEFsniD8GWBRM4MHAgo9RQFpP9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaacMMEFsniD8GWBRM4MHAgo9RQFpP9f > .row > .video-iframe-container { display: none; }#QaacMMEFsniD8GWBRM4MHAgo9RQFpP9f > .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); }#QaacMMEFsniD8GWBRM4MHAgo9RQFpP9f > .row .container { border-width: 0; border-radius: 0; }#QaacMMEFsniD8GWBRM4MHAgo9RQFpP9f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QaacMMEFsniD8GWBRM4MHAgo9RQFpP9f > .row .container { font-size:0.875rem;font-family:neuton;height:101.9375rem;width:75rem;position:relative;display:block; }#CX51nJ4ydOftMXQg4ZXqMVoLgLaFz5RX { color:rgba(var(--color-tertiary-2),1);display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:3.125rem;left:5.5rem;height:2.54980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LIJtUUVSgCo2FU52ofUkngkvxZn4zGLA { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:8.1875rem;left:10rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M1lx3qJ4CDez0X39QaLNvTUaffRTVxOo { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:15.9375rem;left:12.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GU6D86gaHCg6lBbT29XslnsLg9gTrnJy { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:38.25rem;left:12.5625rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lgKvAOCfBtZoLr0yx2A5DI33dd83xQ2R { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:43.4375rem;left:12.5625rem;height:18rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DLTWIWqV8bOHgMa6MliKtF4bT0NfIvK9 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:78.8125rem;left:10rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nUgZ60zdK4LA9Rv4635ZZbdfT0CXuU3l { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:82.6875rem;left:13.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mJL1Ti2BPpF320JxGuN4uZM3s0QgfKXo { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:85.25rem;left:13.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LnKHL59ausW7Act6AUv28811i2IBmz3u { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:94.25rem;left:13.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pZd9K22Xt9QkSWmU1vJoQwW6Rl2ZdfSw { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:97.375rem;left:13.8125rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ov0fbp1sV4fDWMC9mcLlbDzIiINQqqqO { color:rgba(var(--color-tertiary-2),1);display:block;width:32rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:63.1875rem;left:12.5625rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fB3XrnpRN98sKiQcn3RNLyCIvsqnnqMO { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:67.4375rem;left:12.5625rem;height:10.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uT673ChgsUoQeWdyEn2IaLsPw8M8qJXJ { box-sizing:content-box;height:0.125rem;width:40.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.5625rem;left:16.375rem;display:block; }
#PfQQTfv66H8WfdiPPGNrpHnzBD30neGh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PfQQTfv66H8WfdiPPGNrpHnzBD30neGh > .row .container { background-color: transparent; background-image: none; }#PfQQTfv66H8WfdiPPGNrpHnzBD30neGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfQQTfv66H8WfdiPPGNrpHnzBD30neGh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfQQTfv66H8WfdiPPGNrpHnzBD30neGh > .row .container > .video-iframe-container { display: none; }#PfQQTfv66H8WfdiPPGNrpHnzBD30neGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfQQTfv66H8WfdiPPGNrpHnzBD30neGh > .row > .video-iframe-container { display: none; }#PfQQTfv66H8WfdiPPGNrpHnzBD30neGh > .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); }#PfQQTfv66H8WfdiPPGNrpHnzBD30neGh > .row .container { border-width: 0; border-radius: 0; }#PfQQTfv66H8WfdiPPGNrpHnzBD30neGh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PfQQTfv66H8WfdiPPGNrpHnzBD30neGh > .row .container { font-size:0.875rem;font-family:neuton;height:61rem;width:75rem;position:relative;display:block; }#SBmIMQLPO9riczZlELgJlmhvNI0Lfp0W { color:rgba(var(--color-tertiary-2),1);display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:3.0625rem;left:5.375rem;height:2.54980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XcQOOnqPQJfzQkGx6Ap0MyEHDw5vF4hi { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:8.1875rem;left:10rem;height:18rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GS60imGDQ6Uu21t36xTi5fQJdi02uVWc { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:27.875rem;left:29.15625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qhi2CmnOGTXneh0AAZ9upySi9iXD3f7H { box-sizing:content-box;height:0.125rem;width:40.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.625rem;left:17.3125rem;display:block; }
#xO9C6EA2lmZQLexePhdVHWA8Xpp6bUVc { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:33.4375rem;left:7.625rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xzSGg4SrRucPUVlapet2OnRt8aJ24fTa { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:33.4375rem;left:26.125rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H0vh1sUf4fla6ehVIbNIaFQqCpWUqTOT { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:33.4375rem;left:42.5rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VXvGxw4Ann3FJsk20hqhffAumFbLlVNc { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:33.4375rem;left:57.125rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#f7TxWeL3brxsBNpTyJ0yUMVQmtZP6X8s { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:37.875rem;left:7.625rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FRzkTmtnf1z2TqVdh9dGsCEwQrQ8z1BQ { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:37.875rem;left:26.125rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AwD1OuEOGmAmu8XfywKAlVs698OlNROF { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:37.875rem;left:42.5rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#y3UaRqEUnmprCJhqnEGcnI3B78rJTzwM { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:37.875rem;left:57.6875rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OWuW3ZRsQBA7aT0TFQWKyXCcwDx0u46e { display:block; }#OWuW3ZRsQBA7aT0TFQWKyXCcwDx0u46e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5LKGsb0TSU95dwu7gCpuCbzc5ESy8wy { width:37.5rem;height:4.0625rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRKHAGA4VV7hwGSAyTf0rJWIaaqMABmV { top:2.9375rem;left:0rem;width:9.625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFrlyvdRSARAkk4huRXD0oP7uNlcHwKA { width:9.6875rem;height:3rem;top:4.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVNAZqqtKoCcrW8ClsCUK73uQbR0y9uX { width:8.5rem;height:1.5rem;top:5.6875rem;left:8.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahud2it7wh2ZtMVMHJbp4dNQq1XE61S3 { width:8.8125rem;height:3rem;top:4.9375rem;left:18.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE3FhunX2uFEAfviw0w6ZXIPn1mb9VCt { width:5.25rem;height:1.5rem;top:5.6875rem;left:29.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcg0LlHXCUQZh7DCyw8MfwcfdHfQhnwM { width:10.5rem;height:1.5rem;top:5.6875rem;left:37.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMdCFxHQwEQ8cxcNlXBeTdAEphrZW7ga { width:11.0625rem;height:1.5rem;top:5.6875rem;left:36.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg2LJXQxx7GhdcrP5z6wfulKpE42fAsH { width:40.375rem;height:0.125rem;top:12rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz30CZX4P50kQ2UWX0AsTeItXgulgI1K { display:block; }#zz30CZX4P50kQ2UWX0AsTeItXgulgI1K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKyBvHmJ334BzDJPbXSHPN0xOTWQEOXo { width:47.75rem;height:2.5rem;top:1.9375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDUz6b5vRbLwimCq7axFymS0hQZtXVHZ { width:42.875rem;height:4.5rem;top:7.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv1pu8iX9uwrhPwTI5lXJIx1TxUDZ0y6 { width:42.875rem;height:18rem;top:13.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpDWwoJmyC04flEgEcmUsKiaK5LfO760 { width:42.875rem;height:;top:33.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbK22x0KNvU7nPOeHxS7D62FE3z1WBmM { width:42.875rem;height:9rem;top:37.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAqv7wpcHD1Hb8F6laokKfpD8QGyrncH { width:42.875rem;height:6rem;top:47.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFXyMncJ0X0pW1UFTsh7FulXpOqyvTQ9 { width:42.875rem;height:3rem;top:53.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMkTossCJS2bHIi1ersa3SbU1yZfyCqN { width:42.875rem;height:7.5rem;top:57.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGXPFruOmBHTu0rKVi7swcoJzKG0IdtR { width:42.875rem;height:1.5rem;top:66.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAxTJT7B4BlygzcOEJpFQZI8oGeVExM4 { width:42.875rem;height:2.25rem;top:79.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT8qiLEGkCCLr4cx0RTeuirAJPWQrlkV { width:42.875rem;height:1.5rem;top:83.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTkNHWsT83dfBBA85bPmAILtGBm1pMra { width:42.875rem;height:3rem;top:86.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGSQNe6aou77zm7H5PnkDhxCUuk3TqK8 { width:42.875rem;height:1.5rem;top:90.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT74I6pw7XMQom1gpQ5VVars75LOO3kX { width:42.875rem;height:7.5rem;top:92.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cST3FSawOcAdAT3kzvwtznDTnOVpDPqa { width:42.875rem;height:1.5rem;top:102rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9t2imyH5RF5DvUhf7TmTo9fkT8dgVIO { width:42.875rem;height:3rem;top:104.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTfzDWDnT0OeAKzcfl1M56zlUPdilt5n { width:42.875rem;height:1.5rem;top:108.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWv9euq4ouCxyFktgDM8iLIWcm2EwOBz { width:42.875rem;height:1.5rem;top:111.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S88PxoVHT2HwTpZUkvA75IPMFzpMTl6o { width:42.875rem;height:;top:114.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2STSL8JPngxdg3SaZApgw1J5mxJQXvu { width:42.875rem;height:;top:117.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnH4ZFqHU8xinSoN4Ke5cOx4QxfZBywf { width:42.875rem;height:1.5rem;top:122.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWy6oIBCnlBv9e2VhSIMtgTGW6hTG0aW { width:42.875rem;height:3rem;top:125.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTi9Afo1fw1wTCUCsFu2Js76geVrCeb8 { width:42.875rem;height:;top:70.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdD7TLGrhrDTx9chc08pKlatDG4HOvw2 { display:block; }#ZdD7TLGrhrDTx9chc08pKlatDG4HOvw2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ch85LzkfmS6TBvXwyUNtQSpTa7Gslsyd { width:47.75rem;height:2.5rem;top:3.6875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkO0wytf0K1e53L7C6M4O9T8GtW6TNHu { width:42.875rem;height:;top:8.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXVKQzRUusG2oR7xqcvDtSB3KEbGnOiH { width:42.875rem;height:;top:15.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiWJ6s6VRJ7nlcTav2MLWpzMneTFLDTo { width:42.875rem;height:;top:33.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocVepsM617uMfABi30AWfSmC0OGpvDIQ { width:42.875rem;height:;top:40.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtDHkyw0T6IJiUOVZfcykTSx5WB1d5kw { width:47.75rem;height:3rem;top:60.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1wzGWzofRDxylkQrrfxAPk4TVSExZBK { width:42.875rem;height:2.25rem;top:72.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8rQuaiPyesBUUHDAQTEdQrakCUHTphu { width:42.875rem;height:1.5rem;top:76.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #seiUgLCyLZ0hhZ03JUIIORELSe5zu171 { width:42.875rem;height:6rem;top:79.125rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #drzAyvWwh0eaG5E2KRDVlmC38ka6cMdG { width:42.875rem;height:1.5rem;top:86.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRRNqqQhLdpvuJ07wxv5ndK95g5WckcP { width:42.875rem;height:1.5rem;top:89.25rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhfN6xDIUESa413JVTRaukdGZZ0A4lAq { width:42.875rem;height:1.5rem;top:92rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptbHpxo92asSSV9qARoyXHKET7dWF3ms { width:42.875rem;height:3rem;top:94.5625rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7pZuOo1J3ThH4XmVSMsnHmX9K8n6KqQ { width:42.875rem;height:1.5rem;top:99.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzQ1gNiZ9IcRb5A2fA76fIOlrsDCgcRT { width:42.875rem;height:4.5rem;top:102.0625rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tamI6LzUrih7zAk7dUbqriR9uMGnGFIT { width:40.375rem;height:0.125rem;top:0.9375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLmZacdLrkE5a5GZrLQhyn3E8grpXXFd { width:42.875rem;height:;top:64.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM4xR0qxwUr2wP9H3OHst6mdlFbHE3Ks { display:block; }#vM4xR0qxwUr2wP9H3OHst6mdlFbHE3Ks > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxVVU0tlWxklfVxMNgsxVCXxJesHNasN { width:47.75rem;height:2.5rem;top:2.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvMKfFzsQbH9CMeNLZSVfu6DmDmIC5Tx { width:42.875rem;height:;top:8.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXV6M6gkyEyL7KhHmLJSh4r82EF1c7u7 { width:42.875rem;height:;top:15.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUtvCOmp786zIgkyZTU1gCdXe6cuyQHT { width:42.875rem;height:6rem;top:39.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocOiT7QOolApTvrSzfeGSyk6hskenkI1 { width:42.875rem;height:1.5rem;top:35.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNVMWWrRwX6DTuTJTt4uUXWJoeMZBSKv { width:42.875rem;height:2.25rem;top:46.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJS45lQlQtPni4OzL3K8FVDTGGBKin89 { width:42.875rem;height:;top:50.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGTTtStdIAc8r9uN197se5aWXM4IXfsV { width:42.875rem;height:;top:52.875rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJibdwIgcblyTIcsxGA6ghUsLOgdaLNQ { width:42.875rem;height:1.5rem;top:56.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3mDJT7Ud4ssONqqygXt0mhGKZlTQzAl { width:42.875rem;height:1.5rem;top:59.4375rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #waI73hAWO5t1RWcHZEOmFUkaD3tHoBcX { width:42.875rem;height:1.5rem;top:62.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipT3UGSWw90RsQvrsVFeEB4N7XSIubtB { width:42.875rem;height:6rem;top:64.75rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnTrahyKgQkRWx2MeTH9WWddXaSXENFS { width:40.375rem;height:0.125rem;top:0.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ1EdRx3HTuL5LWKLkWqJO6DsRNlhSnB { width:40.375rem;height:0.125rem;top:72.8125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNCXixKbhNPmWOsnWCeekWJeBhsaN12F { display:block; }#QNCXixKbhNPmWOsnWCeekWJeBhsaN12F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQ2zJEgpDyUVOAQN1NN6DKL99SwZzDL5 { width:47.75rem;height:5.0625rem;top:4.6875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaacMMEFsniD8GWBRM4MHAgo9RQFpP9f { display:block; }#QaacMMEFsniD8GWBRM4MHAgo9RQFpP9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CX51nJ4ydOftMXQg4ZXqMVoLgLaFz5RX { width:47.75rem;height:2.5rem;top:3.125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIJtUUVSgCo2FU52ofUkngkvxZn4zGLA { width:42.875rem;height:;top:8.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1lx3qJ4CDez0X39QaLNvTUaffRTVxOo { width:42.875rem;height:;top:15.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU6D86gaHCg6lBbT29XslnsLg9gTrnJy { width:42.875rem;height:4.5rem;top:38.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgKvAOCfBtZoLr0yx2A5DI33dd83xQ2R { width:42.875rem;height:18rem;top:43.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLTWIWqV8bOHgMa6MliKtF4bT0NfIvK9 { width:42.875rem;height:2.25rem;top:78.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUgZ60zdK4LA9Rv4635ZZbdfT0CXuU3l { width:42.875rem;height:;top:82.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJL1Ti2BPpF320JxGuN4uZM3s0QgfKXo { width:42.875rem;height:;top:85.25rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnKHL59ausW7Act6AUv28811i2IBmz3u { width:42.875rem;height:;top:94.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZd9K22Xt9QkSWmU1vJoQwW6Rl2ZdfSw { width:42.875rem;height:3rem;top:97.375rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov0fbp1sV4fDWMC9mcLlbDzIiINQqqqO { width:32rem;height:3rem;top:63.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB3XrnpRN98sKiQcn3RNLyCIvsqnnqMO { width:42.875rem;height:10.5rem;top:67.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT673ChgsUoQeWdyEn2IaLsPw8M8qJXJ { width:40.375rem;height:0.125rem;top:0.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfQQTfv66H8WfdiPPGNrpHnzBD30neGh { display:block; }#PfQQTfv66H8WfdiPPGNrpHnzBD30neGh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBmIMQLPO9riczZlELgJlmhvNI0Lfp0W { width:47.75rem;height:2.5rem;top:3.0625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcQOOnqPQJfzQkGx6Ap0MyEHDw5vF4hi { width:42.875rem;height:;top:8.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS60imGDQ6Uu21t36xTi5fQJdi02uVWc { width:16.6875rem;height:;top:27.875rem;left:15.53125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qhi2CmnOGTXneh0AAZ9upySi9iXD3f7H { width:40.375rem;height:0.125rem;top:0.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO9C6EA2lmZQLexePhdVHWA8Xpp6bUVc { width:12.375rem;height:3rem;top:33.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzSGg4SrRucPUVlapet2OnRt8aJ24fTa { width:12.375rem;height:3rem;top:33.4375rem;left:12.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0vh1sUf4fla6ehVIbNIaFQqCpWUqTOT { width:12.375rem;height:3rem;top:33.4375rem;left:28.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXvGxw4Ann3FJsk20hqhffAumFbLlVNc { width:12.375rem;height:3rem;top:33.4375rem;left:35.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7TxWeL3brxsBNpTyJ0yUMVQmtZP6X8s { width:12.375rem;height:1.5rem;top:37.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRzkTmtnf1z2TqVdh9dGsCEwQrQ8z1BQ { width:12.375rem;height:1.5rem;top:37.875rem;left:12.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwD1OuEOGmAmu8XfywKAlVs698OlNROF { width:12.375rem;height:1.5rem;top:37.875rem;left:28.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3UaRqEUnmprCJhqnEGcnI3B78rJTzwM { width:12.375rem;height:1.5rem;top:37.875rem;left:35.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OWuW3ZRsQBA7aT0TFQWKyXCcwDx0u46e { display:block; }#OWuW3ZRsQBA7aT0TFQWKyXCcwDx0u46e > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5LKGsb0TSU95dwu7gCpuCbzc5ESy8wy { width:17.375rem;height:1.25rem;top:4.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRKHAGA4VV7hwGSAyTf0rJWIaaqMABmV { width:10rem;height:7.25rem;top:2.21875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFrlyvdRSARAkk4huRXD0oP7uNlcHwKA { width:9.8125rem;height:3rem;top:11.8125rem;left:5.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVNAZqqtKoCcrW8ClsCUK73uQbR0y9uX { width:8.5rem;height:1.5rem;top:16.15625rem;left:5.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ahud2it7wh2ZtMVMHJbp4dNQq1XE61S3 { width:8.9375rem;height:3rem;top:19.5625rem;left:5.53125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BE3FhunX2uFEAfviw0w6ZXIPn1mb9VCt { width:11.0625rem;height:1.5rem;top:24.25rem;left:4.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qcg0LlHXCUQZh7DCyw8MfwcfdHfQhnwM { width:10.375rem;height:1.5rem;top:27.4375rem;left:4.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zMdCFxHQwEQ8cxcNlXBeTdAEphrZW7ga { width:10.375rem;height:1.5rem;top:30.9375rem;left:4.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fg2LJXQxx7GhdcrP5z6wfulKpE42fAsH { width:20rem;height:0.125rem;top:12rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zz30CZX4P50kQ2UWX0AsTeItXgulgI1K { display:block; }#zz30CZX4P50kQ2UWX0AsTeItXgulgI1K > .row .container { width:20rem;height:199.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKyBvHmJ334BzDJPbXSHPN0xOTWQEOXo { width:20rem;height:6.2988125rem;top:2.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDUz6b5vRbLwimCq7axFymS0hQZtXVHZ { width:20rem;height:7.5rem;top:11.2988375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jv1pu8iX9uwrhPwTI5lXJIx1TxUDZ0y6 { width:20rem;height:31.5rem;top:20.0488375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EpDWwoJmyC04flEgEcmUsKiaK5LfO760 { width:20rem;height:9rem;top:52.7988375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbK22x0KNvU7nPOeHxS7D62FE3z1WBmM { width:20rem;height:13.5rem;top:61.798828125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yAqv7wpcHD1Hb8F6laokKfpD8QGyrncH { width:20rem;height:10.5rem;top:76.111328125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFXyMncJ0X0pW1UFTsh7FulXpOqyvTQ9 { width:20rem;height:4.5rem;top:86.5488375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kMkTossCJS2bHIi1ersa3SbU1yZfyCqN { width:20rem;height:13.5rem;top:92.2988375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MGXPFruOmBHTu0rKVi7swcoJzKG0IdtR { width:20rem;height:3rem;top:107.0488375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MAxTJT7B4BlygzcOEJpFQZI8oGeVExM4 { width:20rem;height:2.0244125rem;top:111.2988375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bT8qiLEGkCCLr4cx0RTeuirAJPWQrlkV { width:20rem;height:1.5rem;top:114.572275rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTkNHWsT83dfBBA85bPmAILtGBm1pMra { width:20rem;height:6rem;top:117.322275rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LGSQNe6aou77zm7H5PnkDhxCUuk3TqK8 { width:20rem;height:3rem;top:124.572275rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MT74I6pw7XMQom1gpQ5VVars75LOO3kX { width:20rem;height:16.5rem;top:128.822275rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cST3FSawOcAdAT3kzvwtznDTnOVpDPqa { width:20rem;height:3rem;top:146.572275rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9t2imyH5RF5DvUhf7TmTo9fkT8dgVIO { width:20rem;height:6rem;top:150.822275rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTfzDWDnT0OeAKzcfl1M56zlUPdilt5n { width:20rem;height:1.5rem;top:158.072275rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWv9euq4ouCxyFktgDM8iLIWcm2EwOBz { width:20rem;height:3rem;top:160.822275rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S88PxoVHT2HwTpZUkvA75IPMFzpMTl6o { width:20rem;height:3rem;top:165.072275rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l2STSL8JPngxdg3SaZApgw1J5mxJQXvu { width:20rem;height:7.5rem;top:169.322275rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fnH4ZFqHU8xinSoN4Ke5cOx4QxfZBywf { width:20rem;height:1.5rem;top:178.072275rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWy6oIBCnlBv9e2VhSIMtgTGW6hTG0aW { width:20rem;height:4.5rem;top:180.822275rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTi9Afo1fw1wTCUCsFu2Js76geVrCeb8 { width:20rem;height:12rem;top:186.572265625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZdD7TLGrhrDTx9chc08pKlatDG4HOvw2 { display:block; }#ZdD7TLGrhrDTx9chc08pKlatDG4HOvw2 > .row .container { width:20rem;height:156.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ch85LzkfmS6TBvXwyUNtQSpTa7Gslsyd { width:20rem;height:2.0996125rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nkO0wytf0K1e53L7C6M4O9T8GtW6TNHu { width:20rem;height:7.5rem;top:4.5996125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bXVKQzRUusG2oR7xqcvDtSB3KEbGnOiH { width:20rem;height:27rem;top:13.3496125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iiWJ6s6VRJ7nlcTav2MLWpzMneTFLDTo { width:20rem;height:15rem;top:41.5996125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ocVepsM617uMfABi30AWfSmC0OGpvDIQ { width:20rem;height:22.5rem;top:57.8496125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NtDHkyw0T6IJiUOVZfcykTSx5WB1d5kw { width:20rem;height:6rem;top:81.412109375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e1wzGWzofRDxylkQrrfxAPk4TVSExZBK { width:20rem;height:2.0244125rem;top:101.724609375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8rQuaiPyesBUUHDAQTEdQrakCUHTphu { width:20rem;height:3rem;top:105.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #seiUgLCyLZ0hhZ03JUIIORELSe5zu171 { width:20rem;height:15rem;top:110.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #drzAyvWwh0eaG5E2KRDVlmC38ka6cMdG { width:20rem;height:3rem;top:126.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRRNqqQhLdpvuJ07wxv5ndK95g5WckcP { width:20rem;height:1.5rem;top:130.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhfN6xDIUESa413JVTRaukdGZZ0A4lAq { width:20rem;height:1.5rem;top:133.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ptbHpxo92asSSV9qARoyXHKET7dWF3ms { width:20rem;height:4.5rem;top:136.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R7pZuOo1J3ThH4XmVSMsnHmX9K8n6KqQ { width:20rem;height:1.5rem;top:142.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FzQ1gNiZ9IcRb5A2fA76fIOlrsDCgcRT { width:20rem;height:9rem;top:145rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tamI6LzUrih7zAk7dUbqriR9uMGnGFIT { width:20rem;height:0.125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLmZacdLrkE5a5GZrLQhyn3E8grpXXFd { width:20rem;height:12rem;top:88.162109375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vM4xR0qxwUr2wP9H3OHst6mdlFbHE3Ks { display:block; }#vM4xR0qxwUr2wP9H3OHst6mdlFbHE3Ks > .row .container { width:20rem;height:102.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxVVU0tlWxklfVxMNgsxVCXxJesHNasN { width:20rem;height:4.19921875rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvMKfFzsQbH9CMeNLZSVfu6DmDmIC5Tx { width:20rem;height:6rem;top:6.69921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gXV6M6gkyEyL7KhHmLJSh4r82EF1c7u7 { width:20rem;height:33rem;top:13.94921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aUtvCOmp786zIgkyZTU1gCdXe6cuyQHT { width:20rem;height:9rem;top:48.19921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ocOiT7QOolApTvrSzfeGSyk6hskenkI1 { width:20rem;height:3rem;top:57.76171875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VNVMWWrRwX6DTuTJTt4uUXWJoeMZBSKv { width:20rem;height:2.0244125rem;top:63.625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LJS45lQlQtPni4OzL3K8FVDTGGBKin89 { width:20rem;height:3rem;top:66.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gGTTtStdIAc8r9uN197se5aWXM4IXfsV { width:20rem;height:6rem;top:71.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iJibdwIgcblyTIcsxGA6ghUsLOgdaLNQ { width:20rem;height:3rem;top:79rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n3mDJT7Ud4ssONqqygXt0mhGKZlTQzAl { width:20rem;height:3rem;top:83.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #waI73hAWO5t1RWcHZEOmFUkaD3tHoBcX { width:20rem;height:1.5rem;top:87.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipT3UGSWw90RsQvrsVFeEB4N7XSIubtB { width:20rem;height:10.5rem;top:90.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OnTrahyKgQkRWx2MeTH9WWddXaSXENFS { width:20rem;height:0.125rem;top:0.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQ1EdRx3HTuL5LWKLkWqJO6DsRNlhSnB { width:20rem;height:0.125rem;top:72.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QNCXixKbhNPmWOsnWCeekWJeBhsaN12F { display:block; }#QNCXixKbhNPmWOsnWCeekWJeBhsaN12F > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQ2zJEgpDyUVOAQN1NN6DKL99SwZzDL5 { width:20rem;height:8.3984375rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QaacMMEFsniD8GWBRM4MHAgo9RQFpP9f { display:block; }#QaacMMEFsniD8GWBRM4MHAgo9RQFpP9f > .row .container { width:20rem;height:164.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CX51nJ4ydOftMXQg4ZXqMVoLgLaFz5RX { width:20rem;height:6.2988125rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LIJtUUVSgCo2FU52ofUkngkvxZn4zGLA { width:20rem;height:7.5rem;top:9.82421875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M1lx3qJ4CDez0X39QaLNvTUaffRTVxOo { width:20rem;height:37.5rem;top:21.63671875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GU6D86gaHCg6lBbT29XslnsLg9gTrnJy { width:20rem;height:7.5rem;top:61.19921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lgKvAOCfBtZoLr0yx2A5DI33dd83xQ2R { width:20rem;height:28.5rem;top:70.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DLTWIWqV8bOHgMa6MliKtF4bT0NfIvK9 { width:20rem;height:2.0244125rem;top:102.1875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nUgZ60zdK4LA9Rv4635ZZbdfT0CXuU3l { width:20rem;height:1.5rem;top:105.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mJL1Ti2BPpF320JxGuN4uZM3s0QgfKXo { width:20rem;height:16.5rem;top:108.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LnKHL59ausW7Act6AUv28811i2IBmz3u { width:20rem;height:1.5rem;top:127.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pZd9K22Xt9QkSWmU1vJoQwW6Rl2ZdfSw { width:20rem;height:4.5rem;top:130.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ov0fbp1sV4fDWMC9mcLlbDzIiINQqqqO { width:20rem;height:4.5rem;top:135.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fB3XrnpRN98sKiQcn3RNLyCIvsqnnqMO { width:20rem;height:21rem;top:141.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uT673ChgsUoQeWdyEn2IaLsPw8M8qJXJ { width:20rem;height:0.125rem;top:0.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PfQQTfv66H8WfdiPPGNrpHnzBD30neGh { display:block; }#PfQQTfv66H8WfdiPPGNrpHnzBD30neGh > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBmIMQLPO9riczZlELgJlmhvNI0Lfp0W { width:20rem;height:2.0996125rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XcQOOnqPQJfzQkGx6Ap0MyEHDw5vF4hi { width:20rem;height:24rem;top:6.69921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GS60imGDQ6Uu21t36xTi5fQJdi02uVWc { width:20rem;height:2.17480625rem;top:31.94921875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qhi2CmnOGTXneh0AAZ9upySi9iXD3f7H { width:20rem;height:0.125rem;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xO9C6EA2lmZQLexePhdVHWA8Xpp6bUVc { width:12.375rem;height:3rem;top:37.5rem;left:3.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzSGg4SrRucPUVlapet2OnRt8aJ24fTa { width:12.375rem;height:3rem;top:45.625rem;left:3.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H0vh1sUf4fla6ehVIbNIaFQqCpWUqTOT { width:12.375rem;height:3rem;top:53.5rem;left:3.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXvGxw4Ann3FJsk20hqhffAumFbLlVNc { width:12.375rem;height:3rem;top:61.125rem;left:3.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f7TxWeL3brxsBNpTyJ0yUMVQmtZP6X8s { width:12.375rem;height:1.5rem;top:42.0625rem;left:3.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FRzkTmtnf1z2TqVdh9dGsCEwQrQ8z1BQ { width:12.375rem;height:1.5rem;top:49.9375rem;left:3.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AwD1OuEOGmAmu8XfywKAlVs698OlNROF { width:12.375rem;height:1.5rem;top:57.875rem;left:3.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y3UaRqEUnmprCJhqnEGcnI3B78rJTzwM { width:12.375rem;height:1.5rem;top:65.25rem;left:3.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }